aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use genassym(1).Marcel Moolenaar2000-01-074-194/+158
* Changes as suggested by bdeMark Newton2000-01-073-63/+60
* This is not my lucky day :(Søren Schmidt2000-01-071-1/+1
* Guard against transfers of zero length given to *strategy.Søren Schmidt2000-01-073-2/+16
* Use genassym(1). The definitions of NKPDE and NKPT have been removedMarcel Moolenaar2000-01-077-281/+248
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theLuoqi Chen2000-01-078-14/+30
* Introduce a mechanism to suspend/resume system processes. Suspend syncerLuoqi Chen2000-01-076-24/+126
* Set PIO mode in all cases.Søren Schmidt2000-01-071-1/+7
* Fix paste-o in NeoMagic audio probe.Bill Fumerola2000-01-071-1/+1
* Revert back all the way to 1.11 - the problem was that Makefile.alpha wasPeter Wemm2000-01-072-0/+6
* Bring the Alpha and x86 Makefiles closer together.Peter Wemm2000-01-075-66/+86
* Don't include <sys/systm.h>. It doesn't do anything, and with recentMike Smith2000-01-072-2/+0
* New ATAPI burner utility API, replaces the wormio API.Søren Schmidt2000-01-063-137/+103
* New ATAPI burner utility. Replaces wormcontrol.Søren Schmidt2000-01-062-5/+82
* FDC_YE has been removed as a valid option.Warner Losh2000-01-064-19/+0
* Missed s/KERNEL/_KERNEL/ here.. *blush*.Peter Wemm2000-01-062-8/+4
* Cleanups: remove stale comments left over from when I cloned the ADMtekBill Paul2000-01-062-17/+1
* Checkpoint of today's changes. We now get to the point where the pccardWarner Losh2000-01-067-137/+121
* Add power_if.[cho] generation for new pccard system.Warner Losh2000-01-061-0/+15
* Merge most of FDC_YE into the mainline driver.Warner Losh2000-01-065-153/+63
* allow mixer-only devices - ie, devices with no play/rec channelsCameron Grant2000-01-061-14/+24
* implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T kshAndrew Gallatin2000-01-062-2/+10
* Shutup complaints about unimplemented SVR4 ioctlsAndrew Gallatin2000-01-061-0/+8
* Update copyright date for Y2K (did the other files but forgot this one).Bill Paul2000-01-051-1/+5
* Don't tsleep with PCATCH, it's a wonderful way to hang the system.Greg Lehey2000-01-051-5/+6
* Add missing header file.Greg Lehey2000-01-051-0/+1
* Add documentation for SVR4 options in LINT.Mark Newton2000-01-053-9/+57
* Unbreak LINT -- typedefs from signal.h are needed to make prototypes inMark Newton2000-01-051-0/+1
* don't panic if channel init fails, report and fail gracefullyCameron Grant2000-01-052-3/+10
* Fix a few obscure memory leaks.Archie Cobbs2000-01-051-5/+11
* Export the nselcoll counter via the kern.nselcoll sysctl so we can seePeter Wemm2000-01-051-1/+3
* Support filesystems with the not-so-new "filetype" feature. ThisBruce Evans2000-01-052-132/+190
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is theBill Paul2000-01-055-15/+23
* Make the evil broken pnpbios compensation slightly less evil.Peter Wemm2000-01-052-30/+40
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedBill Paul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourBill Paul2000-01-051-1/+59
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butPeter Wemm2000-01-053-38/+0
* Patch up some of the evilness left over from the early newbus porting.Peter Wemm2000-01-053-166/+288
* KERNEL -> _KERNELEivind Eklund2000-01-055-5/+5
* Synced with sys/i386/isa/clock.c rev 1.149.KATO Takenori2000-01-053-27/+81
* Synced with sys/i386/i386/userconfig.c rev 1.166.KATO Takenori2000-01-051-0/+1
* Synced with sys/i386/conf/GENERIC rev 1.222.KATO Takenori2000-01-052-0/+2
* Explicitly type large scalar parameters to avoid compilation warningsGreg Lehey2000-01-051-19/+10
* When attaching a plex to a volume with 'up' subdisks, make the plexesGreg Lehey2000-01-051-10/+12
* Correct printf format for pointers to avoid compilation warnings onGreg Lehey2000-01-051-16/+16
* Correct printf format for pointers to avoid compilation warnings onGreg Lehey2000-01-051-11/+23
* Modify the manner in which we lock RAID-5 plexes. This appears toGreg Lehey2000-01-053-7/+15
* Change the name of the define 'SPACETAB' (originally 'isspace') toGreg Lehey2000-01-051-4/+19
* Include basename() function even if the system isn't i386.Greg Lehey2000-01-051-7/+11
* Add the keywords 'mv' and 'move'.Greg Lehey2000-01-051-0/+3