| Commit message (Expand) | Author | Age | Files | Lines |
* | re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...) | suz | 2004-07-26 | 1 | -1/+1 |
* | In revision 1.228, I accidentally broke the "total number of processes in | cperciva | 2004-07-26 | 1 | -1/+2 |
* | Save the vinum config back to disk after syncing two plexes. | le | 2004-07-26 | 1 | -0/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 33 | -110/+111 |
* | Add DragonFly BSD 1.0. | osa | 2004-07-26 | 1 | -25/+27 |
* | Don't force an immediate probe/attach for all devices when compiled with | njl | 2004-07-26 | 1 | -3/+0 |
* | When sizing the FIFO, don't count all the way up to 1030 if any FIFO | marcel | 2004-07-26 | 1 | -1/+1 |
* | Simple attachment regression test to attach the "accf_data" accept | rwatson | 2004-07-26 | 2 | -0/+211 |
* | Add a --version option to bsdtar that prints the versions of | kientzle | 2004-07-26 | 2 | -4/+21 |
* | When writing "pax" format, readers are supposed to ignore fields | kientzle | 2004-07-26 | 5 | -25/+117 |
* | Revert modification of subr_turnstile.c accidentally included in the | rwatson | 2004-07-25 | 1 | -1/+0 |
* | In uipc_connect(), assert that the passed thread is curthread, and pass | rwatson | 2004-07-25 | 2 | -1/+4 |
* | Do some initial locking on accept filter registration and attach. While | rwatson | 2004-07-25 | 1 | -29/+76 |
* | Allow "posix" as a synonym for "pax". (The gtar folks chose "posix", | kientzle | 2004-07-25 | 1 | -0/+1 |
* | There's a chance that the VINUMDRIVE class tastes before the | le | 2004-07-25 | 1 | -2/+13 |
* | mlockall(2) was introduced during the 5.0-CURRENT lifetime. | roberto | 2004-07-25 | 1 | -0/+2 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 6 | -37/+18 |
* | Add netatalk mutexes to hard-coded WITNESS lock order. | rwatson | 2004-07-25 | 1 | -0/+6 |
* | For years, kmem_alloc_pageable() has been misused. Now that the last of | alc | 2004-07-25 | 2 | -25/+0 |
* | Expand the generic, but bogusly formed, copyright notice to include | imp | 2004-07-25 | 1 | -1/+21 |
* | Remove spl calls. | alc | 2004-07-25 | 1 | -11/+0 |
* | We were forcing a pax extension header for files >= 1G. Set that | kientzle | 2004-07-25 | 1 | -1/+1 |
* | Remove an unnecessary comma from the Copyright. | hmp | 2004-07-25 | 1 | -1/+1 |
* | Typo. | mtm | 2004-07-25 | 1 | -1/+1 |
* | Add an nftw(3) link. | tjr | 2004-07-25 | 1 | -0/+1 |
* | Check for a NULL pointer before dereferencing it. | le | 2004-07-25 | 1 | -0/+2 |
* | wrong order, not 10/03 -> 03/10 | andreas | 2004-07-25 | 1 | -1/+1 |
* | Give better diagnostic for problems with backing files. | phk | 2004-07-25 | 1 | -0/+4 |
* | Neuter this warning for now, I think I know the remaining issues. | phk | 2004-07-25 | 1 | -1/+2 |
* | Make the code and comments for vm_object_coalesce() consistent. | alc | 2004-07-25 | 3 | -9/+6 |
* | Work-around a gcc code generation bug for function descriptors | marcel | 2004-07-25 | 1 | -4/+4 |
* | Hook kgdb into the build. | marcel | 2004-07-25 | 1 | -1/+1 |
* | Add the beginnings of kernel debugging support. the kgdb(1) tool | marcel | 2004-07-25 | 11 | -0/+1089 |
* | A bunch of style and security fixes (error checking return values, etc), | kientzle | 2004-07-25 | 4 | -35/+70 |
* | More comment frobbing: insert a missing comma, and spell permissions | rwatson | 2004-07-25 | 1 | -1/+1 |
* | Spelling fix in comment: s/though/thought/. | rwatson | 2004-07-25 | 1 | -1/+1 |
* | Of course, I meant POSIX.1-1996, not 1997. | kientzle | 2004-07-25 | 1 | -1/+1 |
* | Get the acpi softc via the devclass, not by caching the device. Replace | njl | 2004-07-24 | 1 | -12/+8 |
* | Minor style nits. | kientzle | 2004-07-24 | 1 | -2/+2 |
* | Use a temporary geom when tasting vinumdrives and lock the 'real' | le | 2004-07-24 | 2 | -5/+33 |
* | A bunch of stuff from Christoph Mellon: | kientzle | 2004-07-24 | 7 | -74/+77 |
* | Rework the feature-detection logic in archive_platform.h so that | kientzle | 2004-07-24 | 1 | -63/+116 |
* | Define the PACKAGE_NAME and PACKAGE_VERSION macros. | kientzle | 2004-07-24 | 2 | -0/+6 |
* | Suppress a minor compiler warning if the platform doesn't support hi-res | kientzle | 2004-07-24 | 1 | -0/+2 |
* | Move snc.4 over to the i386 section as it only deals with PC98 and i386. | trhodes | 2004-07-24 | 3 | -3/+3 |
* | Whitespace cleanup and move static variables together. | njl | 2004-07-24 | 2 | -46/+46 |
* | Remove unneeded parens and fix whitespace. | njl | 2004-07-24 | 2 | -72/+58 |
* | Add some functions to query basic facts about the library: | kientzle | 2004-07-24 | 3 | -12/+66 |
* | Fix potential buffer overflow. | le | 2004-07-24 | 1 | -2/+2 |
* | Disable kldunloading of geom_vinum temporarily until I figured out | le | 2004-07-24 | 1 | -1/+1 |