index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
pc98
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
1
-5
/
+4
*
MFi386: revision 217515
nyan
2011-01-18
1
-3
/
+0
*
Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98
tijl
2011-01-08
1
-1
/
+1
*
MFi386 r216012 by kib:
gavin
2011-01-02
1
-1
/
+2
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
1
-2
/
+2
*
Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.
jkim
2010-12-08
1
-3
/
+7
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-9
/
+7
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-7
/
+9
*
Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()
kib
2010-11-26
1
-77
/
+26
*
Include x86/_align.h directly instead of including the i386 header.
tijl
2010-11-26
1
-26
/
+3
*
Move identical copies of apm_bios.h to sys/x86/include, replace them with
jkim
2010-11-11
1
-1
/
+1
*
- Remove <machine/mutex.h>. Most of the headers were empty, and the
jhb
2010-11-09
1
-6
/
+0
*
Move the mptable.h under x86/include/.
attilio
2010-11-09
1
-6
/
+0
*
Adjust the order of operations in spinlock_enter() and spinlock_exit() to
jhb
2010-11-05
1
-4
/
+10
*
Move <machine/apicreg.h> to <x86/apicreg.h>.
jhb
2010-11-01
1
-6
/
+0
*
Move the <machine/mca.h> header to <x86/mca.h>.
jhb
2010-11-01
2
-7
/
+1
*
Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO and
nyan
2010-10-31
2
-10
/
+10
*
MFi386: the part of revision 213226.
nyan
2010-10-24
1
-44
/
+55
*
Remove trailing ", " from `sysctl machdep.idle_available' output.
jkim
2010-10-12
1
-1
/
+2
*
Now userland POSIX semaphore is based on umtx. The kernel module
davidxu
2010-09-24
1
-1
/
+0
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
1
-59
/
+82
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-2
/
+2
*
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
mdf
2010-07-28
1
-0
/
+1
*
Store fsbase and gsbase in the right fields of the mcontext. They were
tijl
2010-07-20
1
-4
/
+4
*
Unify pc98 event timer code with the rest of x86.
mav
2010-07-13
2
-563
/
+4
*
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
jhb
2010-06-30
1
-0
/
+1
*
Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() for
kib
2010-06-23
1
-11
/
+8
*
After the FPU use requires #MF working due to INT13 FPU exception handling
kib
2010-06-23
1
-3
/
+2
*
Remove the support for int13 FPU exception reporting on i386. It is
kib
2010-06-23
1
-45
/
+2
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
1
-39
/
+22
*
Introduce the x86 kernel interfaces to allow kernel code to use
kib
2010-06-05
1
-4
/
+4
*
MFi386: the part of revision 181809
nyan
2010-05-29
1
-5
/
+5
*
MFi386: revision 178471
nyan
2010-05-29
1
-42
/
+150
*
Reduce diffs against i386.
nyan
2010-05-29
1
-11
/
+17
*
MFi386: revision 208621
nyan
2010-05-29
1
-2
/
+0
*
MFi386: revision 208604
nyan
2010-05-29
1
-0
/
+14
*
Reduce diffs against syscons_isa.c. No functional changes.
nyan
2010-05-26
1
-29
/
+34
*
- Implement MI helper functions, dividing one or two timer interrupts with
mav
2010-05-24
1
-11
/
+10
*
Change ad_firmware_geom_adjust() to operate on a struct disk * only and
marius
2010-05-20
2
-18
/
+16
*
MFi386: revision 206553
nyan
2010-04-29
1
-4
/
+8
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-0
/
+1
*
Comply with the new cyclic dtrace module variable name
rpaulo
2010-04-21
1
-2
/
+2
*
Default the machdep.lapic_allclocks to be enabled in order to cope with
attilio
2010-04-09
1
-1
/
+1
*
Change the arguments of exec_setregs() so that it receives a pointer
nwhitehorn
2010-03-25
1
-7
/
+3
*
Remove COMPAT_43TTY from stock kernel configuration files.
ed
2010-03-13
1
-1
/
+0
*
MFx86: the part of r204641
nyan
2010-03-05
1
-2
/
+7
*
Introduce the new kernel sub-tree x86 which should contain all the code
attilio
2010-02-25
1
-1
/
+1
*
Adjust style (following the already existing rules) for the newly
attilio
2010-02-15
1
-1
/
+1
*
Add the options DEADLKRES (introducing the deadlock resolver thread) in
attilio
2010-02-10
1
-0
/
+1
*
Move the examples for the 'hints' and 'env' keywords from various GENERIC
jhb
2010-01-19
1
-9
/
+0
[next]