| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 15 | -340/+19 |
* | Remove reference to a non-existant manual page && add a cross-reference to | trhodes | 2002-12-19 | 1 | -1/+1 |
* | Tweak the grammar in the device.hints(5) manual page. | trhodes | 2002-12-19 | 1 | -8/+8 |
* | Don't forget our topology lock in the MBREXT case. | phk | 2002-12-19 | 1 | -0/+1 |
* | Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), | ru | 2002-12-19 | 6 | -6/+80 |
* | Add back the Standards section claiming conformance to 1003.1-2001 and | tjr | 2002-12-19 | 1 | -10/+13 |
* | Write the message to stderr, not file descriptor 2, so that perror() | tjr | 2002-12-19 | 1 | -1/+7 |
* | Use strerror_r() to format the error message so that strerror()'s static | tjr | 2002-12-19 | 1 | -1/+4 |
* | Add a test program for perror() that demonstrates two bugs in the | tjr | 2002-12-19 | 2 | -0/+116 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 178 | -396/+991 |
* | mdoc(7) police: Fixed a few .Fa abuses. | ru | 2002-12-19 | 2 | -4/+6 |
* | mdoc(7) police: excessive quotes. | ru | 2002-12-19 | 1 | -1/+1 |
* | o Use sysctl machdep.acpi_root to get the physical address of the | marcel | 2002-12-19 | 4 | -17/+42 |
* | - Remove vm_page_sleep_busy(). The transition to vm_page_sleep_if_busy(), | alc | 2002-12-19 | 2 | -35/+2 |
* | Clarify dates and place of Konrad Zuse's birth and death. Despite | grog | 2002-12-19 | 2 | -3/+4 |
* | Embellish the manpage. | obrien | 2002-12-19 | 1 | -9/+42 |
* | Update for the 20021213 version. | obrien | 2002-12-19 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r108072, | obrien | 2002-12-19 | 4 | -49/+28 |
|\ |
|
| * | Vendor import of bwk's 13-Dec-2002 release. | obrien | 2002-12-19 | 4 | -49/+28 |
* | | Spell `unsigned short' in a way which does not depend on namespace pollution. | wollman | 2002-12-19 | 1 | -7/+7 |
* | | Test that if the buffer argument (`s') to wcrtomb() is NULL then | tjr | 2002-12-19 | 1 | -19/+15 |
* | | - Hold the page queues lock when performing vm_page_busy() or | alc | 2002-12-19 | 1 | -1/+7 |
* | | Add some linux keys | davidxu | 2002-12-19 | 1 | -1/+1 |
* | | pathconf() and acl_get_file() follow links so they cannot be used to | tjr | 2002-12-19 | 1 | -0/+8 |
* | | Fix bug with 3c90xB cards and newer. We weren't trying to | mux | 2002-12-18 | 1 | -39/+14 |
* | | Do not return(foo()) in void function. | semenu | 2002-12-18 | 9 | -23/+25 |
* | | Refer to the now-existent `options MAC_BSDEXTENDED'. | chris | 2002-12-18 | 1 | -7/+6 |
* | | Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define. | semenu | 2002-12-18 | 2 | -2/+2 |
* | | Solve another bug in the mapping code: correctly skip lock sectors. | phk | 2002-12-18 | 3 | -3/+9 |
* | | Quirk for Memorybird pen drive | njl | 2002-12-18 | 1 | -0/+8 |
* | | Improve handling of symlink targets when listing MAC labels: don't | rwatson | 2002-12-18 | 1 | -6/+13 |
* | | Sync with up-stream version, including a number of bug-fixes: | fanf | 2002-12-18 | 2 | -600/+506 |
* | | Hold the page queues lock when performing vm_page_busy(). | alc | 2002-12-18 | 2 | -0/+4 |
* | | Fix two blunders in the mapping functions which can lead to corrupt data, | phk | 2002-12-18 | 4 | -45/+36 |
* | | Balk at unaligned requests. | phk | 2002-12-18 | 1 | -0/+10 |
* | | Fix corruption introduced in previous delta. | mckusick | 2002-12-18 | 1 | -4/+12 |
* | | More MFp4: DIG64 structures. | marcel | 2002-12-18 | 1 | -0/+90 |
* | | o Add new types: msgqnum_t and msglen_t. | mike | 2002-12-18 | 1 | -7/+38 |
* | | Update with the 4.7 libraries, and add libposix1e to the mix. | obrien | 2002-12-18 | 19 | -18315/+16352 |
* | | Add regression test for strerror()/strerror_r(). | mike | 2002-12-18 | 2 | -0/+141 |
* | | Rearrange strerror() so that its itoa procedure can be used with | mike | 2002-12-18 | 2 | -86/+45 |
* | | Move the agp driver to the third floppy to un-spill the mfsroot. | scottl | 2002-12-18 | 1 | -1/+1 |
* | | Under some circumstances, the loopback interface will allocate a new | rwatson | 2002-12-18 | 1 | -0/+10 |
* | | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 55 | -195/+196 |
* | | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 76 | -64/+468 |
* | | Switch to the conventional reference counting scheme. | hsu | 2002-12-18 | 1 | -15/+15 |
* | | mdoc(7) police: "The .Fn system call". | ru | 2002-12-18 | 3 | -0/+18 |
* | | Remove undocumented behavior (return current work dir if no path | johan | 2002-12-18 | 1 | -5/+2 |
* | | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 8 | -58/+56 |
* | | - use MAXPATHLEN per realpath(3) | johan | 2002-12-18 | 1 | -2/+2 |