| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update manuals of sem_open and sem_init. | David Xu | 2010-01-12 | 2 | -5/+5 |
| * | Give a less silly response to a silly request. | Colin Percival | 2010-01-10 | 2 | -3/+40 |
| * | Use the correct types to store uids and gids in the credential cache. | Brooks Davis | 2010-01-09 | 1 | -4/+4 |
| * | Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). | Xin LI | 2010-01-09 | 2 | -4/+8 |
| * | Update manual for sem_init and sem_open, restrictions of shared semaphore | David Xu | 2010-01-09 | 2 | -9/+17 |
| * | Merge r195030 from project/mips to head by hand | Warner Losh | 2010-01-09 | 2 | -1/+19 |
| * | Merge r197800 from projects/mips to head by hand: | Warner Losh | 2010-01-08 | 2 | -7/+4 |
| * | Merge r195025 from projects/mips to head by hand: | Warner Losh | 2010-01-08 | 6 | -0/+0 |
| * | Remove unnecessary quoting and markup, add missing punctuation. | Christian Brueffer | 2010-01-08 | 1 | -3/+2 |
| * | Further fix grammar. | Konstantin Belousov | 2010-01-07 | 1 | -1/+1 |
| * | Fix a typo and bump date for the previous commit. | Christian Brueffer | 2010-01-07 | 1 | -2/+2 |
| * | Remove BUGS section that no longer applies after recent changes to semaphore | Edward Tomasz Napierala | 2010-01-07 | 1 | -8/+1 |
| * | Give some information on SF_MNOWAIT flag. | Konstantin Belousov | 2010-01-07 | 1 | -2/+10 |
| * | Don't forget to use fourth argument if O_CREAT is set in argument oflag. | David Xu | 2010-01-07 | 1 | -1/+3 |
| * | Use _pthread_once() rather than _once() for localtime() and gmtime(). These | John Baldwin | 2010-01-06 | 1 | -2/+2 |
| * | Do not rely on behaviour undefined by ANSI C, use thunks to adapt | Konstantin Belousov | 2010-01-05 | 2 | -4/+33 |
| * | Fix a double free(). | Christian Brueffer | 2010-01-05 | 1 | -1/+1 |
| * | More cleanup, remove _libc prefix because libthr no longer has stubs | David Xu | 2010-01-05 | 2 | -39/+21 |
| * | forgot to remove SYM_FBP10. ;-) | David Xu | 2010-01-05 | 1 | -1/+0 |
| * | Remove unused macros. | David Xu | 2010-01-05 | 1 | -5/+0 |
| * | Don't check has_waiters twice, inline some small functions. | David Xu | 2010-01-05 | 1 | -8/+5 |
| * | Use umtx to implement process sharable semaphore, to make this work, | David Xu | 2010-01-05 | 6 | -79/+682 |
| * | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | Konstantin Belousov | 2010-01-04 | 3 | -18/+15 |
| * | Don't forget to clean up the file copied from the kernel sources. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | The devices that supported EVFILT_NETDEV kqueue filters were removed in | Brooks Davis | 2009-12-31 | 1 | -20/+0 |
| * | Use _once() to initialize the pthread key for thread-local storage to hold | John Baldwin | 2009-12-30 | 1 | -14/+14 |
| * | Document _FAST and _PRECISE clocks. | Konstantin Belousov | 2009-12-29 | 1 | -10/+40 |
| * | Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2). | Konstantin Belousov | 2009-12-29 | 2 | -3/+7 |
| * | Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for | Konstantin Belousov | 2009-12-29 | 1 | -4/+3 |
| * | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -1/+1 |
| * | Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed | Markus Brueffer | 2009-12-25 | 1 | -1/+6 |
| * | MFV of tzdata2009t, r200831 | Edwin Groothuis | 2009-12-22 | 1 | -1/+1 |
| |\ |
|
| | * | Flatten the dist tree of vendor/tzcode | Edwin Groothuis | 2008-09-27 | 8 | -3321/+0 |
| | * | Import tzcode2004a. | Stefan Farfeleder | 2004-06-14 | 5 | -133/+398 |
| | * | Update timezone file description to match new zic (coming soon). | Garrett Wollman | 1999-01-21 | 2 | -10/+28 |
| | * | Import the 96h release of ADO's timezone code. This release is | Garrett Wollman | 1996-07-18 | 6 | -421/+809 |
| | * | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 1 | -1530/+0 |
| * | | Use vsprintf instead of rolling our own. | Xin LI | 2009-12-21 | 1 | -9/+1 |
| * | | Use vsscanf instead of rolling our own. | Xin LI | 2009-12-21 | 1 | -24/+1 |
| * | | K&R -> ANSI prototype. | Xin LI | 2009-12-21 | 1 | -8/+3 |
| * | | Use _once() to initialize the pthread key for thread-local storage to hold | John Baldwin | 2009-12-21 | 1 | -14/+14 |
| * | | (no commit message) | Matteo Riondato | 2009-12-16 | 1 | -1/+2 |
| * | | cpuset(2): fix a typo and a markup error in the man page | Jilles Tjoelker | 2009-12-15 | 1 | -2/+2 |
| * | | Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect | Jason Evans | 2009-12-10 | 1 | -89/+28 |
| * | | Fix the posix_memalign() changes in r196861 to actually return a NULL pointer | Jason Evans | 2009-12-10 | 1 | -0/+1 |
| * | | sem_init(3): document process shared semaphores and their restrictions | Jilles Tjoelker | 2009-12-08 | 1 | -18/+9 |
| * | | Revert behavior change to setenv(), unsetenv() and putenv() until a more | Sean Farley | 2009-12-07 | 1 | -3/+6 |
| * | | Update the getenv(3) man page to reflect the recent change to the behavior | Sean Farley | 2009-12-06 | 1 | -9/+9 |
| * | | Change the behavior of setenv(), putenv() and unsetenv() to continue parsing | Sean Farley | 2009-12-06 | 1 | -6/+3 |
| * | | Improve the comment within getenv() explaining the search order it takes to | Sean Farley | 2009-12-06 | 1 | -8/+9 |