summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups: remove stale comments left over from when I cloned the ADMtekwpaul2000-01-062-17/+1
* Checkpoint of today's changes. We now get to the point where the pccardimp2000-01-067-137/+121
* Add power_if.[cho] generation for new pccard system.imp2000-01-061-0/+15
* Merge most of FDC_YE into the mainline driver.imp2000-01-065-153/+63
* allow mixer-only devices - ie, devices with no play/rec channelscg2000-01-061-15/+25
* implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T kshgallatin2000-01-062-2/+10
* Shutup complaints about unimplemented SVR4 ioctlsgallatin2000-01-061-0/+8
* Update copyright date for Y2K (did the other files but forgot this one).wpaul2000-01-051-1/+5
* Don't tsleep with PCATCH, it's a wonderful way to hang the system.grog2000-01-051-5/+6
* Add missing header file.grog2000-01-051-0/+1
* Add documentation for SVR4 options in LINT.newton2000-01-053-9/+57
* Unbreak LINT -- typedefs from signal.h are needed to make prototypes innewton2000-01-051-0/+1
* don't panic if channel init fails, report and fail gracefullycg2000-01-052-3/+10
* Fix a few obscure memory leaks.archie2000-01-051-5/+11
* Export the nselcoll counter via the kern.nselcoll sysctl so we can seepeter2000-01-051-1/+3
* Support filesystems with the not-so-new "filetype" feature. Thisbde2000-01-052-132/+190
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is thewpaul2000-01-055-15/+23
* Make the evil broken pnpbios compensation slightly less evil.peter2000-01-052-30/+40
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedwpaul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourwpaul2000-01-051-1/+59
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butpeter2000-01-053-38/+0
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-053-166/+288
* KERNEL -> _KERNELeivind2000-01-0510-10/+10
* Synced with sys/i386/isa/clock.c rev 1.149.kato2000-01-053-27/+81
* Synced with sys/i386/i386/userconfig.c rev 1.166.kato2000-01-051-0/+1
* Synced with sys/i386/conf/GENERIC rev 1.222.kato2000-01-052-0/+2
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-19/+10
* When attaching a plex to a volume with 'up' subdisks, make the plexesgrog2000-01-051-10/+12
* Correct printf format for pointers to avoid compilation warnings ongrog2000-01-051-16/+16
* Correct printf format for pointers to avoid compilation warnings ongrog2000-01-051-11/+23
* Modify the manner in which we lock RAID-5 plexes. This appears togrog2000-01-053-7/+15
* Change the name of the define 'SPACETAB' (originally 'isspace') togrog2000-01-051-4/+19
* Include basename() function even if the system isn't i386.grog2000-01-051-7/+11
* Add the keywords 'mv' and 'move'.grog2000-01-051-0/+3
* Add function moveobject, which currently moves subdisks to differentgrog2000-01-051-0/+44
* Add VINUM_MOVE ioctl.grog2000-01-051-43/+45
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-8/+6
* Add declaration for give_sd_to_drive, needed for the 'move' command.grog2000-01-051-1/+2
* Set P_SYSTEM in the daemon proc structure to alleviate delays ongrog2000-01-051-7/+8
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-10/+18
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-0511-43/+201
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-0523-10/+2062
* argh, forgot the bus_dma_tag_creates.cg2000-01-055-4/+8
* set up the pci regs properly for busmastering. this makes the card work oncg2000-01-051-0/+3
* Remove the unused 'func' arguments to the deregistration functions.msmith2000-01-051-4/+4
* allocate isa bounce buffers of the right size for ess/mss cards, fixescg2000-01-054-8/+14
* Fix at least one source of the continued 'NFS append race'. close()dillon2000-01-052-6/+42
* Remove non-functional 'all:' target.grog2000-01-041-19/+10
OpenPOWER on IntegriCloud