summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* English nitpicking.ed2010-01-221-1/+1
* Describe why pututxline() doesn't entirely conform to standards.ed2010-01-221-2/+20
* Remove comments about breaking the specification.ed2010-01-221-2/+0
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-7/+2
* Remove libulog from the bootstrap again.ed2010-01-211-5/+4
* Correct comment typo.emaste2010-01-211-1/+1
* - Update Galician cataloggabor2010-01-211-0/+46
* The waitpid(2) function needs neither sys/time.h nor sys/resource.h.pjd2010-01-201-2/+2
* Style: reword comment.ache2010-01-201-1/+1
* For alphasort() add reference to strcoll(3)ache2010-01-201-2/+4
* Style: rename internal function to opendir_compar()ache2010-01-201-2/+2
* Style: remove extra empty line in the comment.ache2010-01-201-1/+0
* Revert r202447 by re-exposing the old uname(3) function.ed2010-01-192-3/+4
* Add missing DPADD and fix whitespace.des2010-01-191-2/+3
* Add HTTP digest authentication.des2010-01-192-67/+819
* fix a comment typoavg2010-01-181-1/+1
* Double checking my commit I found that comment saying thatache2010-01-181-7/+3
* Let pam_lastlog use random ut_id's.ed2010-01-182-14/+42
* preserve errno when processing error cases.davidxu2010-01-181-1/+3
* a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.ache2010-01-182-8/+4
* Perform several small cleanups to the utmpx code.ed2010-01-175-60/+62
* Add forgotten break; keyword to getutxid().ed2010-01-171-0/+2
* Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNSmarcel2010-01-171-0/+1
* Fix a regression that was introduced in r191882.ed2010-01-171-1/+1
* Simplify ttyslot(3).ed2010-01-171-25/+1
* Correct a typo (when we talk about offset, it shoulddelphij2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlanddelphij2010-01-174-1/+55
* Unexpose the old uname(3) function.ed2010-01-162-4/+3
* Also call sem_module_init in sem_close to initialize mutexdavidxu2010-01-151-0/+2
* Add wtmpcvt(1).ed2010-01-141-0/+1
* Remove ttyslot from Symbol.map anyway.ed2010-01-141-1/+0
* Unbreak pututxline() on 32-bit architectures.ed2010-01-141-4/+4
* Revert the change to Symbol.map, made in r202274.ed2010-01-141-0/+1
* Don't use fseeko() to obtain the file offset.ed2010-01-141-1/+1
* Add two changes that should have gone into commit r202274.ed2010-01-142-2/+1
* Phase out ttyslot(3).ed2010-01-143-22/+6
* Remove login(3), logout(3) and logwtmp(3) from libutil.ed2010-01-138-459/+4
* Remove utmpx stub from libulog.ed2010-01-1314-1030/+45
* Let pam_lastlog use utmpx instead of libulog's utmpx interface.ed2010-01-131-5/+6
* Let libopie use utmpx instead of utmp.ed2010-01-132-6/+5
* Implement <utmpx.h>.ed2010-01-138-13/+1190
* Return SEM_FAILED instead of NULL, though there are same, but thedavidxu2010-01-131-2/+3
* Miscellaneous mdoc, spelling and inconsistency fixes.brueffer2010-01-1212-45/+54
* Remove useless .TE groff macro.brueffer2010-01-121-1/+0
* Bug fix: add a missing initializer.jkoshy2010-01-121-0/+1
* Update manuals of sem_open and sem_init.davidxu2010-01-122-5/+5
* Reset variable fields in case the transfer is opened againthompsa2010-01-101-1/+12
* Give a less silly response to a silly request.cperciva2010-01-102-3/+40
* Use the correct types to store uids and gids in the credential cache.brooks2010-01-091-4/+4
* Implement the fo_readdir method. This does not support longmarcel2010-01-091-1/+68
OpenPOWER on IntegriCloud