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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill option FAILSAFE.
des
1999-06-15
16
-54
/
+25
*
Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)
roger
1999-06-15
1
-12
/
+8
*
Ensoniq AudioPCI sound cards haven't worked since the newbus integration
newton
1999-06-15
1
-2
/
+2
*
Add the System V message queue and semaphore options for better 3rd party
jb
1999-06-14
2
-6
/
+10
*
Include <sys/time.h> for correctness. BDE has a better version of this,
nik
1999-06-14
1
-1
/
+2
*
Fix typo confusing `fa' and 'fb' registers.
simokawa
1999-06-14
1
-4
/
+4
*
1) remove the soft reset after a command failed.
n_hibma
1999-06-13
1
-5
/
+17
*
Eliminate the bogus procfs private almost struct dirent structure.
phk
1999-06-13
6
-86
/
+54
*
1) Add non-blocking I/O on read
n_hibma
1999-06-13
1
-6
/
+32
*
1) Add the USB controllers (will now print pretty strings when no usb
n_hibma
1999-06-13
1
-32
/
+64
*
Shorten the strings a bit (remove 'Host')
n_hibma
1999-06-13
4
-30
/
+32
*
Use pmap_kenter instead of pmap_enter to map the message buffer.
alc
1999-06-13
2
-6
/
+4
*
Removed checking for unit>NBKTR.
roger
1999-06-13
2
-34
/
+4
*
Add bktr_load for the loadable Bt848/Bt878 driver.
roger
1999-06-13
1
-1
/
+2
*
vm_map_protect:
alc
1999-06-12
1
-2
/
+2
*
Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section
roger
1999-06-12
1
-2
/
+2
*
Change perl5 to perl (same change as made in the fxp module)
roger
1999-06-12
1
-5
/
+5
*
Makefile to build a loadable bktr Bt848/Bt878 device driver
roger
1999-06-12
1
-0
/
+47
*
Updated to use the new 4.x newbus API
roger
1999-06-12
4
-438
/
+592
*
Don't accept divert/tee/pipe rules without corresponding option.
ru
1999-06-11
1
-3
/
+11
*
Replace my previous fix of saving the FP state with a much simpler one: when
dt
1999-06-10
8
-36
/
+22
*
Change variable used for calculating ending address of physical memory
jlemon
1999-06-10
2
-4
/
+4
*
Add detection code for NVidia Riva 128,TNT,TNT2
ache
1999-06-09
1
-1
/
+19
*
Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocate
dt
1999-06-08
3
-6
/
+6
*
Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but
dt
1999-06-08
2
-2
/
+27
*
Keep fpcurproc locked in memory, so that we always can save the FP state
dt
1999-06-08
7
-14
/
+35
*
From the submitter:
msmith
1999-06-07
2
-21
/
+18
*
ksprintn() may be called with base=2, so redefine MAXNBUF accordingly.
archie
1999-06-07
1
-18
/
+19
*
The FD options are now in /sys/conf/options so need to duplicate them
steve
1999-06-06
2
-8
/
+2
*
Small optimization: use wi_seek() in wi_read_record() and wi_write_record()
wpaul
1999-06-06
2
-54
/
+18
*
Sync with sys/i386/conf/majors.i386 revision 1.76.
kato
1999-06-06
1
-1
/
+2
*
Sync with sys/boot/i386/libi386/bootinfo.c revision 1.19.
kato
1999-06-06
1
-1
/
+5
*
Reserve cdev major 126 for sync support.
phk
1999-06-06
2
-2
/
+4
*
typo in previous commit
phk
1999-06-06
1
-2
/
+2
*
Introduce IFF_SMART bit.
phk
1999-06-06
2
-6
/
+10
*
The function ksprintn(), which is used to convert numbers to ASCII, is not
archie
1999-06-06
1
-8
/
+14
*
vm_mmap:
alc
1999-06-05
1
-3
/
+4
*
Fix an accounting problem when prefaulting 4M pages.
luoqi
1999-06-05
2
-4
/
+4
*
Floppy driver options moved to conf/options.
dfr
1999-06-05
3
-9
/
+6
*
* Implement ISA dma (only for CIA now but more chipsets to follow).
dfr
1999-06-05
13
-20
/
+1115
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
19
-165
/
+228
*
Fix a malloc race
peter
1999-06-05
2
-6
/
+24
*
Don't mistake a non-async block that needs to be committed for an
peter
1999-06-05
2
-4
/
+4
*
Restructure pipe_read in order to eliminate several race conditions.
alc
1999-06-05
1
-68
/
+46
*
Fixed null setting of `rc_started'. This was fixed for the
bde
1999-06-04
2
-14
/
+4
*
Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only
bde
1999-06-04
3
-9
/
+15
*
Fix the cdevsw_add change made by PHK.
roger
1999-06-04
2
-10
/
+10
*
Add remark about where bInterfaceProtocol number for USB Zip drive comes
n_hibma
1999-06-04
1
-1
/
+1
*
Oops, remove redundant comments.
kato
1999-06-04
1
-3
/
+3
*
Declare Crtat and Atrat because screen savers use these variables.
kato
1999-06-04
1
-1
/
+7
[next]