summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-224-57/+186
* Further fix the case mentioned in rev. 1.302. Theru2004-12-221-2/+2
* Add send buffer locking to uipc_send(). Without this locking a race canalc2004-12-221-0/+3
* 'forget' command takes device names, not provider names.pjd2004-12-221-1/+1
* Include fcntl.hphk2004-12-221-2/+3
* Don't include filedesc.hphk2004-12-221-3/+3
* Include fcntl.hphk2004-12-221-3/+3
* Include uio.hphk2004-12-221-3/+3
* Include fcntl.hphk2004-12-221-3/+4
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Check O_NONBLOCK instead of IO_NDELAY.phk2004-12-221-2/+1
* Fix comment.phk2004-12-222-2/+2
* Don't include vnode.h.phk2004-12-221-3/+2
* Correct speling erors.wollman2004-12-221-2/+2
* Don't include vnode.hphk2004-12-221-1/+0
* Include fcntl.h not vnode.h.phk2004-12-221-2/+3
* Check O_NONBLOCK not IO_NDELAY.phk2004-12-222-3/+1
* #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY.phk2004-12-221-2/+2
* #include of <sys/vnode.h> not necesary.phk2004-12-221-1/+0
* Be consistent about flag values passed to device drivers read/writephk2004-12-221-11/+4
* Shuffle numeric values of the IO_* flags to match the O_* flags fromphk2004-12-222-3/+17
* Punctuation marks should be separate arguments in groff macros.keramida2004-12-221-1/+1
* Use .Dv NULL when referring to NULL C pointers, instead of "nil".keramida2004-12-226-11/+32
* Look into machine-specific manpage subdirectories too.ru2004-12-222-4/+18
* Cross reference init(8) too, instead of vaguely referring to thekeramida2004-12-221-4/+7
* Fixed the only warning and mark as WARNS=6 clean.ru2004-12-222-1/+3
* - Fixed handling of manpage subdirectories:ru2004-12-221-20/+12
* Remove single line containing the word "KLD" ommitted in ps.1:1.80.rwatson2004-12-221-1/+0
* Due to unknown reasons, Disk_Names() returns SCSI CDROM as a validyongari2004-12-222-0/+28
* Plug memory leak.yongari2004-12-221-1/+4
* Include wchar.h to improve our chances of findingkientzle2004-12-221-0/+1
* Portability nit: Some platforms require stdio.h before bzlib.h.kientzle2004-12-221-0/+1
* Add __archive_strappend_int to format a decimalkientzle2004-12-222-0/+19
* Add a fallback version of fnmatch() to the bsdtarkientzle2004-12-223-9/+170
* GC an unused #includekientzle2004-12-221-1/+0
* Fix -W long option handling.kientzle2004-12-221-5/+15
* Don't truncate major/minor numbers written to the legacykientzle2004-12-221-3/+15
* Tune the bidding for tar archives. Thiskientzle2004-12-221-2/+9
* Portability: the included fts.c should nowkientzle2004-12-222-2/+2
* And this, kids, is what happens if you act on a patch without lookingroam2004-12-211-1/+4
* Now, when force device destruction is done on shutdown, hide warning,pjd2004-12-212-2/+2
* Reflect the change of the hw.ata.atapi_dma sysctl default in rev. 1.217 ofroam2004-12-211-1/+1
* Improve reliability and clean up code a bit.pjd2004-12-211-189/+140
* Use vtopde() instead of pmap_pde() in pmap_kextract(); vtopde() is smalleralc2004-12-211-1/+1
* Wait a bit after creating device.pjd2004-12-217-7/+7
* When RAID3 device is configured in "verify" mode, synchronization of thepjd2004-12-211-2/+12
* This should not be permitted, but some GEOM classes held the topology lockpjd2004-12-211-6/+30
* Implement g_topology_try_lock().pjd2004-12-211-0/+2
OpenPOWER on IntegriCloud