aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update manuals of sem_open and sem_init.David Xu2010-01-122-5/+5
* Give a less silly response to a silly request.Colin Percival2010-01-102-3/+40
* Use the correct types to store uids and gids in the credential cache.Brooks Davis2010-01-091-4/+4
* Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3).Xin LI2010-01-092-4/+8
* Update manual for sem_init and sem_open, restrictions of shared semaphoreDavid Xu2010-01-092-9/+17
* Merge r195030 from project/mips to head by handWarner Losh2010-01-092-1/+19
* Merge r197800 from projects/mips to head by hand:Warner Losh2010-01-082-7/+4
* Merge r195025 from projects/mips to head by hand:Warner Losh2010-01-086-0/+0
* Remove unnecessary quoting and markup, add missing punctuation.Christian Brueffer2010-01-081-3/+2
* Further fix grammar.Konstantin Belousov2010-01-071-1/+1
* Fix a typo and bump date for the previous commit.Christian Brueffer2010-01-071-2/+2
* Remove BUGS section that no longer applies after recent changes to semaphoreEdward Tomasz Napierala2010-01-071-8/+1
* Give some information on SF_MNOWAIT flag.Konstantin Belousov2010-01-071-2/+10
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.David Xu2010-01-071-1/+3
* Use _pthread_once() rather than _once() for localtime() and gmtime(). TheseJohn Baldwin2010-01-061-2/+2
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptKonstantin Belousov2010-01-052-4/+33
* Fix a double free().Christian Brueffer2010-01-051-1/+1
* More cleanup, remove _libc prefix because libthr no longer has stubsDavid Xu2010-01-052-39/+21
* forgot to remove SYM_FBP10. ;-)David Xu2010-01-051-1/+0
* Remove unused macros.David Xu2010-01-051-5/+0
* Don't check has_waiters twice, inline some small functions.David Xu2010-01-051-8/+5
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-056-79/+682
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-043-18/+15
* Don't forget to clean up the file copied from the kernel sources.Ed Schouten2010-01-021-0/+2
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-20/+0
* Use _once() to initialize the pthread key for thread-local storage to holdJohn Baldwin2009-12-301-14/+14
* Document _FAST and _PRECISE clocks.Konstantin Belousov2009-12-291-10/+40
* Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).Konstantin Belousov2009-12-292-3/+7
* Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) forKonstantin Belousov2009-12-291-4/+3
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointedMarkus Brueffer2009-12-251-1/+6
* MFV of tzdata2009t, r200831Edwin Groothuis2009-12-221-1/+1
|\
| * Flatten the dist tree of vendor/tzcodeEdwin Groothuis2008-09-278-3321/+0
| * Import tzcode2004a.Stefan Farfeleder2004-06-145-133/+398
| * Update timezone file description to match new zic (coming soon).Garrett Wollman1999-01-212-10/+28
| * Import the 96h release of ADO's timezone code. This release isGarrett Wollman1996-07-186-421/+809
| * recording cvs-1.6 file deathPeter Wemm1995-12-301-1530/+0
* | Use vsprintf instead of rolling our own.Xin LI2009-12-211-9/+1
* | Use vsscanf instead of rolling our own.Xin LI2009-12-211-24/+1
* | K&R -> ANSI prototype.Xin LI2009-12-211-8/+3
* | Use _once() to initialize the pthread key for thread-local storage to holdJohn Baldwin2009-12-211-14/+14
* | (no commit message)Matteo Riondato2009-12-161-1/+2
* | cpuset(2): fix a typo and a markup error in the man pageJilles Tjoelker2009-12-151-2/+2
* | Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrectJason Evans2009-12-101-89/+28
* | Fix the posix_memalign() changes in r196861 to actually return a NULL pointerJason Evans2009-12-101-0/+1
* | sem_init(3): document process shared semaphores and their restrictionsJilles Tjoelker2009-12-081-18/+9
* | Revert behavior change to setenv(), unsetenv() and putenv() until a moreSean Farley2009-12-071-3/+6
* | Update the getenv(3) man page to reflect the recent change to the behaviorSean Farley2009-12-061-9/+9
* | Change the behavior of setenv(), putenv() and unsetenv() to continue parsingSean Farley2009-12-061-6/+3
* | Improve the comment within getenv() explaining the search order it takes toSean Farley2009-12-061-8/+9