| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-22 | 4 | -57/+186 |
* | Further fix the case mentioned in rev. 1.302. The | ru | 2004-12-22 | 1 | -2/+2 |
* | Add send buffer locking to uipc_send(). Without this locking a race can | alc | 2004-12-22 | 1 | -0/+3 |
* | 'forget' command takes device names, not provider names. | pjd | 2004-12-22 | 1 | -1/+1 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -2/+3 |
* | Don't include filedesc.h | phk | 2004-12-22 | 1 | -3/+3 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -3/+3 |
* | Include uio.h | phk | 2004-12-22 | 1 | -3/+3 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -3/+4 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -2/+2 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -2/+2 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -2/+2 |
* | Check O_NONBLOCK instead of IO_NDELAY. | phk | 2004-12-22 | 1 | -2/+1 |
* | Fix comment. | phk | 2004-12-22 | 2 | -2/+2 |
* | Don't include vnode.h. | phk | 2004-12-22 | 1 | -3/+2 |
* | Correct speling erors. | wollman | 2004-12-22 | 1 | -2/+2 |
* | Don't include vnode.h | phk | 2004-12-22 | 1 | -1/+0 |
* | Include fcntl.h not vnode.h. | phk | 2004-12-22 | 1 | -2/+3 |
* | Check O_NONBLOCK not IO_NDELAY. | phk | 2004-12-22 | 2 | -3/+1 |
* | #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY. | phk | 2004-12-22 | 1 | -2/+2 |
* | #include of <sys/vnode.h> not necesary. | phk | 2004-12-22 | 1 | -1/+0 |
* | Be consistent about flag values passed to device drivers read/write | phk | 2004-12-22 | 1 | -11/+4 |
* | Shuffle numeric values of the IO_* flags to match the O_* flags from | phk | 2004-12-22 | 2 | -3/+17 |
* | Punctuation marks should be separate arguments in groff macros. | keramida | 2004-12-22 | 1 | -1/+1 |
* | Use .Dv NULL when referring to NULL C pointers, instead of "nil". | keramida | 2004-12-22 | 6 | -11/+32 |
* | Look into machine-specific manpage subdirectories too. | ru | 2004-12-22 | 2 | -4/+18 |
* | Cross reference init(8) too, instead of vaguely referring to the | keramida | 2004-12-22 | 1 | -4/+7 |
* | Fixed the only warning and mark as WARNS=6 clean. | ru | 2004-12-22 | 2 | -1/+3 |
* | - Fixed handling of manpage subdirectories: | ru | 2004-12-22 | 1 | -20/+12 |
* | Remove single line containing the word "KLD" ommitted in ps.1:1.80. | rwatson | 2004-12-22 | 1 | -1/+0 |
* | Due to unknown reasons, Disk_Names() returns SCSI CDROM as a valid | yongari | 2004-12-22 | 2 | -0/+28 |
* | Plug memory leak. | yongari | 2004-12-22 | 1 | -1/+4 |
* | Include wchar.h to improve our chances of finding | kientzle | 2004-12-22 | 1 | -0/+1 |
* | Portability nit: Some platforms require stdio.h before bzlib.h. | kientzle | 2004-12-22 | 1 | -0/+1 |
* | Add __archive_strappend_int to format a decimal | kientzle | 2004-12-22 | 2 | -0/+19 |
* | Add a fallback version of fnmatch() to the bsdtar | kientzle | 2004-12-22 | 3 | -9/+170 |
* | GC an unused #include | kientzle | 2004-12-22 | 1 | -1/+0 |
* | Fix -W long option handling. | kientzle | 2004-12-22 | 1 | -5/+15 |
* | Don't truncate major/minor numbers written to the legacy | kientzle | 2004-12-22 | 1 | -3/+15 |
* | Tune the bidding for tar archives. This | kientzle | 2004-12-22 | 1 | -2/+9 |
* | Portability: the included fts.c should now | kientzle | 2004-12-22 | 2 | -2/+2 |
* | And this, kids, is what happens if you act on a patch without looking | roam | 2004-12-21 | 1 | -1/+4 |
* | Now, when force device destruction is done on shutdown, hide warning, | pjd | 2004-12-21 | 2 | -2/+2 |
* | Reflect the change of the hw.ata.atapi_dma sysctl default in rev. 1.217 of | roam | 2004-12-21 | 1 | -1/+1 |
* | Improve reliability and clean up code a bit. | pjd | 2004-12-21 | 1 | -189/+140 |
* | Use vtopde() instead of pmap_pde() in pmap_kextract(); vtopde() is smaller | alc | 2004-12-21 | 1 | -1/+1 |
* | Wait a bit after creating device. | pjd | 2004-12-21 | 7 | -7/+7 |
* | When RAID3 device is configured in "verify" mode, synchronization of the | pjd | 2004-12-21 | 1 | -2/+12 |
* | This should not be permitted, but some GEOM classes held the topology lock | pjd | 2004-12-21 | 1 | -6/+30 |
* | Implement g_topology_try_lock(). | pjd | 2004-12-21 | 1 | -0/+2 |