summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3).delphij2010-01-092-4/+8
* Update manual for sem_init and sem_open, restrictions of shared semaphoredavidxu2010-01-092-9/+17
* Merge r195129 from project/mips to head by hand:imp2010-01-091-2/+6
* Merge r195030 from project/mips to head by handimp2010-01-092-1/+19
* Merge r197800 from projects/mips to head by hand:imp2010-01-082-7/+4
* Merge r195025 from projects/mips to head by hand:imp2010-01-086-0/+0
* Remove unnecessary quoting and markup, add missing punctuation.brueffer2010-01-081-3/+2
* Further fix grammar.kib2010-01-071-1/+1
* Fix a typo and bump date for the previous commit.brueffer2010-01-071-2/+2
* Remove BUGS section that no longer applies after recent changes to semaphoretrasz2010-01-071-8/+1
* Give some information on SF_MNOWAIT flag.kib2010-01-071-2/+10
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.davidxu2010-01-071-1/+3
* Use _pthread_once() rather than _once() for localtime() and gmtime(). Thesejhb2010-01-061-2/+2
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptkib2010-01-052-4/+33
* Fix a double free().brueffer2010-01-051-1/+1
* remove file thr_sem_new.c.davidxu2010-01-051-1/+0
* More cleanup, remove _libc prefix because libthr no longer has stubsdavidxu2010-01-052-39/+21
* Remove extra new semaphore stubs, because libc already has them, anddavidxu2010-01-052-110/+0
* forgot to remove SYM_FBP10. ;-)davidxu2010-01-051-1/+0
* Remove unused macros.davidxu2010-01-051-5/+0
* Don't check has_waiters twice, inline some small functions.davidxu2010-01-051-8/+5
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-0512-311/+854
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-043-18/+15
* Don't forget to clean up the file copied from the kernel sources.ed2010-01-021-0/+2
* Build lib/ with WARNS=6 by default.ed2010-01-0265-37/+81
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-20/+0
* Remove an unused variable.ed2009-12-311-1/+0
* Add missing `void' keyword.ed2009-12-311-1/+1
* Use _once() to initialize the pthread key for thread-local storage to holdjhb2009-12-301-14/+14
* Remove some test files that are no longer used.kientzle2009-12-305-27092/+0
* Reserve constants for RPM unwrapper and XAR reader.kientzle2009-12-301-0/+2
* Libarchive in FreeBSD is now synced up with 2.7.901a fromkientzle2009-12-301-2/+2
* UU decoder. Now that libarchive can recursively taste input streams,kientzle2009-12-306-0/+767
* A raft of test changes and improvements from the Googlecode repository.kientzle2009-12-3073-1315/+6267
* Merge Michihiro NAKAJIMA's significant work on the ISO9660 readerkientzle2009-12-301-323/+1659
* Document _FAST and _PRECISE clocks.kib2009-12-291-10/+40
* Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).kib2009-12-292-3/+7
* Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) forkib2009-12-291-4/+3
OpenPOWER on IntegriCloud