| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow "posix" as a synonym for "pax". (The gtar folks chose "posix", | Tim Kientzle | 2004-07-25 | 1 | -0/+1 |
| * | There's a chance that the VINUMDRIVE class tastes before the | Lukas Ertl | 2004-07-25 | 1 | -2/+13 |
| * | mlockall(2) was introduced during the 5.0-CURRENT lifetime. | Ollivier Robert | 2004-07-25 | 1 | -0/+2 |
| * | Eliminate unused second argument to reassignbuf() and simplify it | Poul-Henning Kamp | 2004-07-25 | 6 | -37/+18 |
| * | Add netatalk mutexes to hard-coded WITNESS lock order. | Robert Watson | 2004-07-25 | 1 | -0/+6 |
| * | For years, kmem_alloc_pageable() has been misused. Now that the last of | Alan Cox | 2004-07-25 | 2 | -25/+0 |
| * | Expand the generic, but bogusly formed, copyright notice to include | Warner Losh | 2004-07-25 | 1 | -1/+21 |
| * | Remove spl calls. | Alan Cox | 2004-07-25 | 1 | -11/+0 |
| * | We were forcing a pax extension header for files >= 1G. Set that | Tim Kientzle | 2004-07-25 | 1 | -1/+1 |
| * | Remove an unnecessary comma from the Copyright. | Hiten Pandya | 2004-07-25 | 1 | -1/+1 |
| * | Typo. | Mike Makonnen | 2004-07-25 | 1 | -1/+1 |
| * | Add an nftw(3) link. | Tim J. Robbins | 2004-07-25 | 1 | -0/+1 |
| * | Check for a NULL pointer before dereferencing it. | Lukas Ertl | 2004-07-25 | 1 | -0/+2 |
| * | wrong order, not 10/03 -> 03/10 | Andreas Klemm | 2004-07-25 | 1 | -1/+1 |
| * | Give better diagnostic for problems with backing files. | Poul-Henning Kamp | 2004-07-25 | 1 | -0/+4 |
| * | Neuter this warning for now, I think I know the remaining issues. | Poul-Henning Kamp | 2004-07-25 | 1 | -1/+2 |
| * | Make the code and comments for vm_object_coalesce() consistent. | Alan Cox | 2004-07-25 | 3 | -9/+6 |
| * | Work-around a gcc code generation bug for function descriptors | Marcel Moolenaar | 2004-07-25 | 1 | -4/+4 |
| * | Hook kgdb into the build. | Marcel Moolenaar | 2004-07-25 | 1 | -1/+1 |
| * | Add the beginnings of kernel debugging support. the kgdb(1) tool | Marcel Moolenaar | 2004-07-25 | 11 | -0/+1089 |
| * | A bunch of style and security fixes (error checking return values, etc), | Tim Kientzle | 2004-07-25 | 4 | -35/+70 |
| * | More comment frobbing: insert a missing comma, and spell permissions | Robert Watson | 2004-07-25 | 1 | -1/+1 |
| * | Spelling fix in comment: s/though/thought/. | Robert Watson | 2004-07-25 | 1 | -1/+1 |
| * | Of course, I meant POSIX.1-1996, not 1997. | Tim Kientzle | 2004-07-25 | 1 | -1/+1 |
| * | Get the acpi softc via the devclass, not by caching the device. Replace | Nate Lawson | 2004-07-24 | 1 | -12/+8 |
| * | Minor style nits. | Tim Kientzle | 2004-07-24 | 1 | -2/+2 |
| * | Use a temporary geom when tasting vinumdrives and lock the 'real' | Lukas Ertl | 2004-07-24 | 2 | -5/+33 |
| * | A bunch of stuff from Christoph Mellon: | Tim Kientzle | 2004-07-24 | 7 | -74/+77 |
| * | Rework the feature-detection logic in archive_platform.h so that | Tim Kientzle | 2004-07-24 | 1 | -62/+115 |
| * | Define the PACKAGE_NAME and PACKAGE_VERSION macros. | Tim Kientzle | 2004-07-24 | 2 | -0/+6 |
| * | Suppress a minor compiler warning if the platform doesn't support hi-res | Tim Kientzle | 2004-07-24 | 1 | -0/+2 |
| * | Move snc.4 over to the i386 section as it only deals with PC98 and i386. | Tom Rhodes | 2004-07-24 | 3 | -3/+3 |
| * | Whitespace cleanup and move static variables together. | Nate Lawson | 2004-07-24 | 2 | -46/+46 |
| * | Remove unneeded parens and fix whitespace. | Nate Lawson | 2004-07-24 | 2 | -72/+58 |
| * | Add some functions to query basic facts about the library: | Tim Kientzle | 2004-07-24 | 3 | -12/+66 |
| * | Fix potential buffer overflow. | Lukas Ertl | 2004-07-24 | 1 | -2/+2 |
| * | Disable kldunloading of geom_vinum temporarily until I figured out | Lukas Ertl | 2004-07-24 | 1 | -1/+1 |
| * | Refine the wait for ATAPI_RESET. | Søren Schmidt | 2004-07-24 | 1 | -2/+10 |
| * | Fix a bug where an item was being removed from a list without using | Nate Lawson | 2004-07-24 | 1 | -34/+29 |
| * | Use "linux" instead of "LINUX" to control Linux-specific code. | Tim Kientzle | 2004-07-24 | 3 | -8/+18 |
| * | Fix the handling of signed values when parsing base-256 header values. | Tim Kientzle | 2004-07-24 | 1 | -32/+68 |
| * | Prefer NULL to '0' when checking a pointer value. | Robert Watson | 2004-07-24 | 1 | -37/+37 |
| * | Correct typo. | Mike Makonnen | 2004-07-24 | 1 | -1/+1 |
| * | Remove rev 1.50. | David E. O'Brien | 2004-07-24 | 1 | -9/+0 |
| * | Merged from sys/dev/sio/sio.c revision 1.450. | Yoshihiro Takahashi | 2004-07-24 | 2 | -2/+4 |
| * | Add my birthday. | Suleiman Souhlal | 2004-07-24 | 1 | -0/+1 |
| * | Ports related rc.d cleanups: | Mike Makonnen | 2004-07-24 | 3 | -22/+148 |
| * | Bring the advertised interface capabilities into line with the reality | Yaroslav Tykhiy | 2004-07-24 | 1 | -6/+14 |
| * | English fixes, no content change. | Jens Schweikhardt | 2004-07-24 | 1 | -9/+9 |
| * | Simplify vmspace initialization. The bcopy() of fields from the old | Alan Cox | 2004-07-24 | 2 | -14/+8 |