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
...
*
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
*
- Allow clock subsystem to be compiled without the apic support [0]
attilio
2010-01-17
2
-2
/
+3
*
Handling all the three clocks (hardclock, softclock, profclock) with the
attilio
2010-01-15
1
-4
/
+5
*
Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.
imp
2010-01-10
1
-0
/
+1
*
In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows
bz
2010-01-08
1
-0
/
+2
*
Revert 200594. This file isn't intended for these sorts of things.
imp
2010-01-04
1
-7
/
+0
*
Add vlan(4) to all GENERIC kernels.
brooks
2010-01-03
1
-0
/
+1
*
Re-enable more options and devices. Now kernel size problem is gone.
nyan
2010-01-03
1
-20
/
+20
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-4
/
+5
*
- Create a separate section in in the MI NOTES file for PCI wireless NIC
jhb
2009-12-18
1
-20
/
+0
*
Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
dougb
2009-12-16
1
-0
/
+7
*
Fix cut'n paste on the AR9280 entry.
thompsa
2009-12-02
1
-1
/
+1
*
Add missing ath_ar9* ath hal entries.
thompsa
2009-12-02
1
-0
/
+2
*
Remove duplicate 'ural' entry since it was added to the MI NOTES a while
jhb
2009-11-17
1
-2
/
+0
*
MFi386: revision 199104
nyan
2009-11-12
1
-16
/
+62
*
Allow Syscons terminal emulators to provide function key strings.
ed
2009-11-11
1
-8
/
+17
*
In r197963, a race with thread being selected for signal delivery
kib
2009-10-27
1
-21
/
+6
*
Move the USB wireless drivers down into their own section next to the USB
jhb
2009-10-13
1
-4
/
+5
*
MFi386: revision 197653
nyan
2009-10-01
1
-1
/
+1
*
lindev(4) [1] is supposed to be a collection of linux-specific pseudo
bz
2009-09-26
1
-0
/
+3
*
MFi386: Remove old file.
nyan
2009-09-09
1
-6
/
+0
[prev]
[next]