summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Close PR# 15986: issue an RX reset command when initializing the interface,wpaul2000-01-091-0/+4
* tcp updates to support IPv6.shin2000-01-0919-746/+2946
* Point to the right kernel ld script.peter2000-01-091-3/+2
* Removed some more vestiges of ft.bde2000-01-091-5/+2
* Fixed style bugs related to the access functions for the bsfl and bsrlbde2000-01-092-62/+48
* Fixed bounds checking of unit number in promopen(). Minor numbers canbde2000-01-091-1/+1
* Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach aspeter2000-01-0914-2554/+6
* Synced with sys/i386/conf/Makefile.i386 (MACHINE -> MACHINE_ARCH).kato2000-01-092-2/+2
* Removed defunct options EXTRA_SIO and KEY_DEBUG.bde2000-01-094-8/+0
* Changed MACHINE -> MACHINE_ARCH to make the i386-kernel be able tokato2000-01-093-3/+3
* Synced with sys/i386/conf/files.i386 rev 1.295.kato2000-01-092-20/+20
* Synced with sys/i386/conf/Makefile.i386 rev 1.176.kato2000-01-092-64/+22
* Cleaned up options handling:bde2000-01-091-9/+4
* Removed bogus include of opt_global.h. opt_global.h is automaticallybde2000-01-092-2/+0
* Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 andbde2000-01-094-40/+36
* Compile svr4_genassym.c with ordinary ${CFLAGS}. The (small) need forbde2000-01-091-4/+3
* Compile linux_genassym.c with ordinary ${CFLAGS}. The (small) need forbde2000-01-091-3/+3
* Merge from sys/isa/fd.c revision from 1.171 to 1.176 and sys/isa/fdreg.hnyan2000-01-094-430/+488
* Fixed a missing forward declaration. I don't know why I though thebde2000-01-091-0/+1
* fix the premature termination of playbackcg2000-01-091-1/+1
* Compile *_genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-092-16/+16
* enable the neomagic drivercg2000-01-091-0/+1
* driver for neomagic 256av and 256zxcg2000-01-093-0/+5393
* modify sndstat outputcg2000-01-091-4/+12
* Quick fix for LINT breakage. KERNFORMAT went away, so don't use itbde2000-01-092-4/+4
* Bump configversion. The controller/device changes are upwards but notpeter2000-01-097-7/+7
* Remove BROADCAST flag from faith interface,shin2000-01-091-2/+2
* enable IPsec over DUMMYNET againshin2000-01-091-17/+14
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-082-4/+102
* - Add year 2000 copyright to driver files.groudier2000-01-083-20/+58
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-4/+3
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-082-2/+6
* Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS,bde2000-01-081-3/+12
* config(8) doesn't know anything about scsi devices like it used to, removepeter2000-01-083-60/+42
* Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff aspeter2000-01-085-63/+8
* Fix lots of warnings caused by __sigisempty and __sigseteq being externspeter2000-01-081-2/+0
* genassym is ELF-only, therefore the kernel is now ELF-only as well.peter2000-01-083-24/+0
* Sync with i386marcel2000-01-084-30/+20
* Change NDFREE() from a macro to a function for the time being; the macroeivind2000-01-083-36/+69
* Sync the sym0 description while here. It doesn't conflict with ncr0peter2000-01-082-2/+2
* s/controller/device/ as per config(8) changespeter2000-01-082-63/+63
* s/controller/device/ as per config(8) changespeter2000-01-082-52/+52
* s/controller/device/ as per config(8)peter2000-01-086-203/+203
* s/controller/device/ as per config(8) changespeter2000-01-082-60/+60
* Compile genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-087-74/+52
* prevent kernel panic which happens when either of IPSEC and IPDIVERTshin2000-01-081-1/+1
* Add ipfw hooks for the new dummynet features.luigi2000-01-082-69/+99
* Cleanup dummynet call interface so it should now work on the Alphaluigi2000-01-081-5/+7
* Implement per-flow queueing. Using a single pipe config rule,luigi2000-01-082-406/+765
* Treat negative uio_offset value as eof (idea by: bde).bp2000-01-082-16/+22
OpenPOWER on IntegriCloud