summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cast myminor/mymajor results to u_int somjacob2000-01-051-1/+2
* 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
* Actually remove unrequired SRCS.bde2000-01-052-2/+0
* Fixed the type of dllockinit() (const unpoisoning).bde2000-01-051-4/+1
* Fixed missing include in synopsis.bde2000-01-052-4/+4
* Fixed missing include in synopsis.bde2000-01-051-0/+1
* 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
* Refreshed the silly copy of <sys/types.h>. It was 3 years out of date.bde2000-01-051-24/+38
* Refreshed the silly copy of <sys/disklabel.h>. The old copy wasbde2000-01-052-320/+638
* 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
* Refreshed the silly copy of <sys/dirent.h>. _KERNEL was still spelledbde2000-01-051-6/+7
* Refreshed the silly literal copy of <sys/mtio.h>. _KERNEL was stillbde2000-01-051-14/+30
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butpeter2000-01-053-38/+0
* Fixed missing includes in synopsis. <sys/file.h> went missing when KERNELbde2000-01-051-2/+3
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-053-166/+288
* Fixed missing include in synopsis.bde2000-01-051-1/+2
* KERNEL -> _KERNELeivind2000-01-0510-10/+10
* mdoc(7)'fyphantom2000-01-051-10/+13
* mdoc(7)'fyphantom2000-01-051-68/+71
* Don't build with X support if DESTDIR is defined. This preventsmarcel2000-01-051-21/+18
* 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
* Missed a filename variable quote in rcpeter2000-01-051-1/+1
* Quote arguments in vi recover script.peter2000-01-051-3/+3
* 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
* Describe 'move' function.grog2000-01-051-14/+79
* Change parameters of some declarations.grog2000-01-051-3/+4
OpenPOWER on IntegriCloud