summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Show the port/mem/irq of pci devices too.peter2000-01-082-6/+74
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()peter2000-01-083-109/+94
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-088-40/+0
* Add the vendor/device IDs for the LinkSys USB100TX.wpaul2000-01-085-2/+25
* Be a bit more discriminating when trying to decide when to screen outwpaul2000-01-082-7/+21
* Turn on parity error reporting before configuring external sram. Thisgibbs2000-01-082-28/+42
* Use 'static __inline', not 'extern __inline', for __sigisempty() andjasone2000-01-081-2/+2
* Leave the SOFS value (number of StartOfFrames to wait while fillingwpaul2000-01-081-0/+6
* Really enable external SCB ram on Ultra2 capable controllers.gibbs2000-01-082-6/+18
* Update copyrights to Y2K.gibbs2000-01-076-189/+311
* Add detection logic for the U160 family of adaptec controllers. Thesegibbs2000-01-072-296/+628
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-079-14/+140
* Grrrr, this time it should be right, I need sleep - badly...sos2000-01-071-2/+2
* Use genassym(1).marcel2000-01-074-224/+188
* Changes as suggested by bdenewton2000-01-073-63/+60
* This is not my lucky day :(sos2000-01-071-1/+1
* Guard against transfers of zero length given to *strategy.sos2000-01-073-2/+16
* Use genassym(1). The definitions of NKPDE and NKPT have been removedmarcel2000-01-077-283/+250
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-078-14/+30
* Introduce a mechanism to suspend/resume system processes. Suspend syncerluoqi2000-01-076-24/+126
* Set PIO mode in all cases.sos2000-01-071-1/+7
* Fix paste-o in NeoMagic audio probe.billf2000-01-071-1/+1
* Revert back all the way to 1.11 - the problem was that Makefile.alpha waspeter2000-01-072-0/+6
* Bring the Alpha and x86 Makefiles closer together.peter2000-01-075-66/+86
* Don't include <sys/systm.h>. It doesn't do anything, and with recentmsmith2000-01-072-2/+0
* New ATAPI burner utility API, replaces the wormio API.sos2000-01-063-137/+103
* New ATAPI burner utility. Replaces wormcontrol.sos2000-01-062-5/+82
* FDC_YE has been removed as a valid option.imp2000-01-064-19/+0
* Missed s/KERNEL/_KERNEL/ here.. *blush*.peter2000-01-062-8/+4
OpenPOWER on IntegriCloud