summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-0812-124/+87
* 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
* Silence a warning about uninitialized variables.brian1999-08-081-2/+2
* Don't includei 4b support on the alphabrian1999-08-081-2/+2
* Remove f2c as its libraries were tossed last April, and f2c has been replacedobrien1999-08-0854-31525/+0
* Fix a reference to `st' by replacing it with `sa'.chris1999-08-083-6/+6
* Don't log_Printf(..., buf) in case buf contains %sbrian1999-08-081-7/+7
* 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
* Fixed missing "G" in the list item for the main description of %g andbde1999-08-081-2/+2
* 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
* Forgotten in previous log message:bde1999-08-081-1/+1
* Install c++filt in /usr/libexec/${OBJFORMAT}. The version thatbde1999-08-081-1/+2
* Correction to previous commit.stark1999-08-081-9/+5
* Corrected mistake that was causing daemon to loop without servingstark1999-08-081-2/+2
* 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
* update list of ISDN hardware supported by isdn4bsd 0.83hm1999-08-071-3/+8
* Update to reflect recent changes.grog1999-08-072-131/+76
* Add vinumraid5.c to list of sources.grog1999-08-071-1/+1
* Import RAID-5 code.grog1999-08-071-0/+638
* Remove code to detect RAID-5/non-RAID-5 kernel modules.grog1999-08-071-7/+7
* Remove code to detect RAID-5/non-RAID-5 kernel modules.grog1999-08-071-99/+125
* Import RAID-5 code.grog1999-08-071-30/+120
* vinum_init:grog1999-08-071-29/+83
* 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
* Re-enable play-nice-with-DHCP option now that bpf is the defaultjkh1999-08-072-6/+2
OpenPOWER on IntegriCloud