summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-0858-238/+206
* Avoid symbol clash in LINT.phk1999-08-082-4/+4
* Fix a reference to `st' by replacing it with `sa'.chris1999-08-083-6/+6
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-8/+8
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longbde1999-08-082-10/+6
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-082-20/+32
* Fix page fault in linux_uselib syscall.marcel1999-08-082-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.119.kato1999-08-082-4/+14
* Sync with sys/i386/conf/majors.i386 revision 1.81.kato1999-08-081-2/+1
* Sync with sys/i386/conf/files.i386 revision 1.257.kato1999-08-082-32/+38
* Enable bpf by default.kato1999-08-082-16/+10
* Fix a panic caused by freeing unallocated structure.kato1999-08-081-2/+1
* Add vinumraid5.c to the files for Vinum. This allows (deprecated)grog1999-08-081-0/+1
* The following simplifies newvers.sh somewhat and makes what(1) work withjkh1999-08-081-8/+10
* cdevsw_remove: place correct value in bmaj2cmaj. This had causedgrog1999-08-081-2/+2
* Make long longs ("%ll" format) work.green1999-08-071-2/+6
* Fixed a bogus include pathname which broke compiling in an obj directory.bde1999-08-071-2/+2
* Fixed syntax errors. Code should be tested before committing it, or atbde1999-08-071-2/+2
* Re-delete the (meaningless) device-driver tokens that came back in 1.256peter1999-08-072-58/+58
* Add vinumraid5.c to list of sources.grog1999-08-071-1/+1
* Import RAID-5 code.grog1999-08-071-0/+638
* Import RAID-5 code.grog1999-08-071-3/+26
* Update a comment.grog1999-08-071-3/+8
* Import RAID-5 code.grog1999-08-071-11/+51
* Import RAID-5 code.grog1999-08-071-86/+155
* Import RAID-5 code.grog1999-08-073-7/+375
* Import RAID-5 code.grog1999-08-071-6/+18
* Add definition of new ioctl (READPOL) for setting the read policy of agrog1999-08-071-2/+3
* Remove code to accept partitions of type 'unused'. From now on, Vinumgrog1999-08-071-84/+97
* Close a memory leak.grog1999-08-071-1/+2
* vinumopen: add code to open raw subdisks. This is now used togrog1999-08-071-8/+13
* Rework many comments.grog1999-08-071-19/+20
* We don't end up checking for a return value of EFAULT from the copyinstr()green1999-08-072-10/+24
* Enable bpf by default. There was no significant dissention to my proposaljkh1999-08-072-6/+6
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".phk1999-08-062-4/+4
* Add limitted support for the Promise Ultra/66 controller. Itssos1999-08-062-6/+10
* Better way to circumvent the boot problem on older versions.phk1999-08-062-20/+5
* Back out redundant check, and remove the MAXMTU comparison as it'sbrian1999-08-061-7/+4
* Back out redundant checksbrian1999-08-062-12/+5
* Add driver support for M-systems DiskOnChip Products.phk1999-08-0611-3/+1580
* updating isdn4bsd to beta version 0.83hm1999-08-0642-361/+3230
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-065-15/+31
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. Thisjdp1999-08-053-9/+9
* commit these files after updating syscalls.master.jkh1999-08-054-4/+4
* Re-commit these files after updating syscalls.master (in the proper orderjkh1999-08-052-2/+2
* Move syscall 180 back to where it was before and fix thejkh1999-08-051-3/+3
* - Don't assume that SCSI ID numbers of HDD units are contiguous. Thatkato1999-08-051-10/+13
* Provides discontinuous unit number support to make external FDDkato1999-08-051-2/+3
* More committage for the arla pioctl syscall.jkh1999-08-052-1/+2
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-042-4/+4
OpenPOWER on IntegriCloud