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
*
Added #include of <sys/queue.h> to make this self-sufficient.
bde
1997-09-01
1
-1
/
+3
*
Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were broken
bde
1997-08-31
5
-13
/
+15
*
Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"
bde
1997-08-31
3
-15
/
+15
*
Removed unused #includes (bogus #includes were necessary because fusword()
bde
1997-08-31
2
-4
/
+2
*
Prepare for 64bit programming environment (e.g. Alpha):
se
1997-08-31
2
-45
/
+45
*
Remove debug printf() that had been ommited by accident.
se
1997-08-31
1
-3
/
+2
*
Fix problem with early revision 53c825a and 53c875 chips, which
se
1997-08-31
1
-5
/
+3
*
Change the 0xdeadb hack to a flag called VDOOMED.
phk
1997-08-31
6
-148
/
+163
*
Remove pbzero(), things we load zero their own bss.
phk
1997-08-31
4
-41
/
+6
*
Debug version of simple_lock. This will store the CPU id of the
fsmp
1997-08-31
10
-151
/
+188
*
Created a private simple_lock to control accesses to com data structs
fsmp
1997-08-31
3
-153
/
+228
*
Added clock_lock protection to microtime.
fsmp
1997-08-30
1
-2
/
+21
*
Define some machine characteristics using symbol naming on conventions
peter
1997-08-30
2
-2
/
+14
*
Collect a few missing symbols from the OpenBSD elf includes. (The OpenBSD
peter
1997-08-30
1
-2
/
+44
*
Allow non-page aligned file offset mmap's, providing that the system is
peter
1997-08-30
1
-23
/
+47
*
Synchronize with sys/i386/isa/clock.c and sio.c revisions 1.101 and
kato
1997-08-30
5
-114
/
+171
*
remove global prototype for setsigvec(). It's static inside kern_sig.c
peter
1997-08-30
1
-2
/
+1
*
Update to include recently added names that are shared between the C and
peter
1997-08-30
1
-1
/
+38
*
Another round of lock pushdown.
fsmp
1997-08-30
39
-567
/
+824
*
Moved the SIMPLE_LOCK stuff from machine/param.h to machine/lock.h.
fsmp
1997-08-30
2
-2
/
+8
*
Scsi RESERVATION CONFLICT and BUSY support for Tekram scsi cards.
itojun
1997-08-30
1
-0
/
+20
*
Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.
kato
1997-08-30
4
-15
/
+28
*
Support for the new FAST_HI algorithm, enabled.
fsmp
1997-08-29
12
-135
/
+529
*
Support for the new FAST_HI algorithm.
fsmp
1997-08-29
5
-38
/
+142
*
Introduce FAST_HI option, ON by default.
fsmp
1997-08-29
1
-1
/
+15
*
Synchronize with sys/i386/i386/userconfig.c revision 1.90.
kato
1997-08-29
1
-4
/
+4
*
Use correct member of scsi_cint for scbus. Add a space between lun
kato
1997-08-29
1
-4
/
+4
*
Fix typo in the comment introduced by me.
kato
1997-08-29
1
-2
/
+2
*
Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"
kato
1997-08-29
3
-4
/
+19
*
Synchronize with sys/i386/conf/files.i386 and sys/i386/i386/trap.c
kato
1997-08-29
3
-6
/
+9
*
Make the devfs code actually compile. Oops.
msmith
1997-08-29
1
-6
/
+5
*
Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>
jkh
1997-08-28
2
-2
/
+2
*
Document the VM86 option.
jlemon
1997-08-28
3
-3
/
+24
*
Remove the vm86 LKM.
jlemon
1997-08-28
1
-2
/
+2
*
Remove the vm86 support as an LKM, and link it directly into the kernel
jlemon
1997-08-28
9
-72
/
+37
*
Synchronize with sys/i386/conf/files.i386 and majors.i386 revisions
kato
1997-08-28
3
-4
/
+6
*
ISA driver for Comtrol Rocketport serial cards. No PCI probe stub
jkh
1997-08-28
6
-0
/
+6454
*
Add entries for Comtrol Rocketport serial card.
jkh
1997-08-28
7
-9
/
+107
*
Remove bogus timeout_func_t casts.
msmith
1997-08-28
1
-195
/
+201
*
Remove bogus i386/* includes.
msmith
1997-08-28
5
-21
/
+6
*
Moved include files which are independent of bs driver.
kato
1997-08-28
5
-5
/
+69
*
Synchronize with sys/i386/isa/isa.c revision 1.103.
kato
1997-08-28
1
-14
/
+45
*
Add prototype for isa_dmastop()
msmith
1997-08-28
1
-1
/
+2
*
Here is a patch to alleviate the current problem with the dma interface
msmith
1997-08-28
2
-28
/
+84
*
Add a per-interface-address pointer to a function that can be supplied
julian
1997-08-28
4
-7
/
+80
*
Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.
kato
1997-08-28
2
-6
/
+6
*
Use existing path, even though PC-98 doesn't support each device driver.
kato
1997-08-27
2
-88
/
+88
*
Fixed NULLFS_DIAGNOSTIC stuff.
kato
1997-08-27
2
-4
/
+22
*
Synchronize with sys/i386/i386/machdep.c and trap.c revision 1.258 and
kato
1997-08-27
3
-15
/
+20
*
remove un-needed if statement (now the poul removed the 'then' clause)
julian
1997-08-27
1
-8
/
+1
[next]