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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems when
peter
1999-05-03
1
-2
/
+2
*
Add driver for the Iomega Zip 100 drive.
n_hibma
1999-05-02
1
-9
/
+10
*
Whoops, not all SMP systems have memory range attribute support. Don't
msmith
1999-05-02
1
-2
/
+3
*
Add a hook that can be called to initialise a slave processor's memory
msmith
1999-04-30
5
-22
/
+68
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
35
-850
/
+737
*
Suser() simplification:
phk
1999-04-27
2
-5
/
+5
*
Register the netisr's via SYSINIT rather than linker sets.
peter
1999-04-26
1
-32
/
+6
*
pmap_dispose_proc and pmap_copy_page:
alc
1999-04-25
1
-14
/
+23
*
Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the
phk
1999-04-25
2
-2
/
+6
*
De-quote where possible and minor tweaks. depends on a current config(8).
peter
1999-04-24
1
-24
/
+22
*
Changed the type of id_port from short into int to avoid wrong
kato
1999-04-24
1
-2
/
+2
*
Drop the tty/net/bio/cam interrupt class labels, they are meaninless here
peter
1999-04-24
1
-30
/
+30
*
Don't clear the hints on release, just the resource containers.
peter
1999-04-24
1
-7
/
+1
*
1MB is not 1024 * 1024 * 1024 but 1024 * 1024.
kato
1999-04-24
2
-4
/
+4
*
Make the register_intr() glue actually have a chance of working...
peter
1999-04-23
2
-4
/
+6
*
Make pmap_collect() an official pmap interface.
dt
1999-04-23
1
-2
/
+1
*
Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.
dt
1999-04-23
1
-2
/
+1
*
oops, SMP was missing includes for a typedef.
peter
1999-04-21
2
-4
/
+4
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
8
-133
/
+907
*
_pmap_unwire_pte_hold and pmap_remove_page:
alc
1999-04-19
1
-13
/
+31
*
unifdef -DVM_STACK - it's been on for a while for x86 and was checked
peter
1999-04-19
3
-92
/
+3
*
Drop the 'at nexus?' from the busses, it's not used.
peter
1999-04-19
1
-5
/
+5
*
Spelling police
brian
1999-04-19
1
-2
/
+2
*
Always create attach points for the various child busses that can be
peter
1999-04-19
2
-60
/
+28
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-5
/
+1
*
Added PC98 code.
kato
1999-04-18
2
-2
/
+24
*
As a temporary anti-foot-shooting measure, don't let the user attach
peter
1999-04-16
1
-1
/
+5
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
14
-1110
/
+2139
*
Add SYSVSEM so that newer versions of Xaccel don't require a kernel
jkh
1999-04-16
1
-1
/
+2
*
Remove the entries for umodem and ucom. These drivers only probe
n_hibma
1999-04-16
1
-3
/
+1
*
Made booting with -a work for all configurations. Previously it
bde
1999-04-15
1
-24
/
+6
*
Generate intrnames[] dynamically. This should be new-bus friendly.
bde
1999-04-14
8
-277
/
+202
*
Add a commented-out example on using the makeoptions command to get a
peter
1999-04-13
1
-1
/
+3
*
Shoot the LKM support in the old wd/wdc/atapi driver set in the head and
peter
1999-04-13
1
-4
/
+1
*
Backout early start of APs since it caused some machines to hang.
tegge
1999-04-13
3
-12
/
+3
*
Make debugging more selective.
n_hibma
1999-04-11
1
-5
/
+1
*
Move initialization of SWI's in the tty|net|bio masks from isa.c into
peter
1999-04-11
1
-7
/
+1
*
Add prototype for wait_ap().
tegge
1999-04-11
3
-3
/
+12
*
Let BSP wait until all APs are initialized.
tegge
1999-04-10
4
-4
/
+31
*
Test CF after a btrl operation instead of testing ZF (which is undefined).
tegge
1999-04-10
1
-2
/
+2
*
pmap_remove_pte:
alc
1999-04-10
1
-14
/
+7
*
Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.
peter
1999-04-07
3
-3
/
+21
*
Add defines for the P6 model-specific registers.
msmith
1999-04-07
1
-1
/
+58
*
mem.c
msmith
1999-04-07
3
-104
/
+674
*
Two changes to pmap_remove_all:
alc
1999-04-06
1
-20
/
+5
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-5
/
+55
*
Restore support for executing BSD/OS binaries on the i386 by passing
jdp
1999-04-03
2
-4
/
+8
*
Put in place the infrastructure for improved UP and SMP TLB management.
alc
1999-04-02
5
-42
/
+101
*
Purging lint from the Bruce filter.
phk
1999-03-30
2
-4
/
+10
*
Delete all references to the "aic" driver. It isn't in the tree, and
ken
1999-03-29
1
-2
/
+1
[next]