aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct the HISTORY section of these man pages to show when the function,Gavin Atkinson2010-01-2617-17/+17
* - style(9)Gabor Kovesdan2010-01-251-25/+25
* Cache failing and opened catalogs in catopen() and related functions.Gabor Kovesdan2010-01-251-17/+131
* Connect smbfs related libraries and tool on sparc64.Pyun YongHyeon2010-01-251-0/+4
* Commit copyright-only changes to generated files as part of theDoug Barton2010-01-254-4/+4
* Improve the ttyname(3) manual page.Ed Schouten2010-01-241-20/+5
* Make strsignal(3) thread-safe.Hajimu UMEMOTO2010-01-241-4/+48
* EMPTY records don't have a timestamp.Ed Schouten2010-01-231-1/+2
* Reapply r201145 to lib/libc/gen/sem.cAntoine Brodin2010-01-231-1/+1
* Just ignore the timestamps given to pututxline().Ed Schouten2010-01-233-23/+12
* Don't try to hardlink block or character device nodes that come outTim Kientzle2010-01-231-2/+4
* Use a simpler memory-management strategy for the file objects.Tim Kientzle2010-01-231-46/+23
* If we can't stat a file, return the correct ARCHIVE_FAILED (this entry can'tTim Kientzle2010-01-231-7/+16
* Initialize the allocated 'struct zip'.Tim Kientzle2010-01-231-1/+1
* Fix a memory leak when a filter fails to initialize.Tim Kientzle2010-01-231-16/+27
* English nitpicking.Ed Schouten2010-01-221-1/+1
* Describe why pututxline() doesn't entirely conform to standards.Ed Schouten2010-01-221-2/+20
* Remove comments about breaking the specification.Ed Schouten2010-01-221-2/+0
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-7/+2
* Remove libulog from the bootstrap again.Ed Schouten2010-01-211-5/+4
* Correct comment typo.Ed Maste2010-01-211-1/+1
* - Update Galician catalogGabor Kovesdan2010-01-211-0/+46
* The waitpid(2) function needs neither sys/time.h nor sys/resource.h.Pawel Jakub Dawidek2010-01-201-2/+2
* Style: reword comment.Andrey A. Chernov2010-01-201-1/+1
* For alphasort() add reference to strcoll(3)Andrey A. Chernov2010-01-201-2/+4
* Style: rename internal function to opendir_compar()Andrey A. Chernov2010-01-201-2/+2
* Style: remove extra empty line in the comment.Andrey A. Chernov2010-01-201-1/+0
* Revert r202447 by re-exposing the old uname(3) function.Ed Schouten2010-01-192-3/+4
* Add missing DPADD and fix whitespace.Dag-Erling Smørgrav2010-01-191-2/+3
* Add HTTP digest authentication.Dag-Erling Smørgrav2010-01-192-67/+819
* fix a comment typoAndriy Gapon2010-01-181-1/+1
* Double checking my commit I found that comment saying thatAndrey A. Chernov2010-01-181-7/+3
* Let pam_lastlog use random ut_id's.Ed Schouten2010-01-182-14/+42
* preserve errno when processing error cases.David Xu2010-01-181-1/+3
* a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.Andrey A. Chernov2010-01-182-8/+4
* Perform several small cleanups to the utmpx code.Ed Schouten2010-01-175-60/+62
* Add forgotten break; keyword to getutxid().Ed Schouten2010-01-171-0/+2
* Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNSMarcel Moolenaar2010-01-171-0/+1
* Fix a regression that was introduced in r191882.Ed Schouten2010-01-171-1/+1
* Simplify ttyslot(3).Ed Schouten2010-01-171-25/+1
* Correct a typo (when we talk about offset, it shouldXin LI2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI2010-01-174-1/+55
* Unexpose the old uname(3) function.Ed Schouten2010-01-162-4/+3
* Also call sem_module_init in sem_close to initialize mutexDavid Xu2010-01-151-0/+2
* Add wtmpcvt(1).Ed Schouten2010-01-141-0/+1
* Remove ttyslot from Symbol.map anyway.Ed Schouten2010-01-141-1/+0
* Unbreak pututxline() on 32-bit architectures.Ed Schouten2010-01-141-4/+4
* Revert the change to Symbol.map, made in r202274.Ed Schouten2010-01-141-0/+1
* Don't use fseeko() to obtain the file offset.Ed Schouten2010-01-141-1/+1
* Add two changes that should have gone into commit r202274.Ed Schouten2010-01-142-2/+1