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