| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the dprintf() prototype. | brueffer | 2009-12-02 | 1 | -2/+2 |
* | Add an .Nm for strncat. | brueffer | 2009-12-01 | 1 | -2/+3 |
* | Temporarily revert the previous change because the linker has been | green | 2009-12-01 | 1 | -36/+28 |
* | Describe what setpgid(2) does when pgid=0. The text has been | keramida | 2009-12-01 | 1 | -0/+5 |
* | Do not gratuitously fail *env(3) operations due to corrupt ('='-less) | green | 2009-12-01 | 1 | -28/+36 |
* | Update to BIND 9.6.1-P2. The vulnerability this is designed to fix is | dougb | 2009-11-30 | 1 | -0/+4 |
* | Revert r199830 for now. Too many ports dlopen() libraries linked with | kib | 2009-11-28 | 1 | -1/+1 |
* | - correct xref sections | danger | 2009-11-28 | 2 | -4/+4 |
* | Properly use the envp argument in execvPe(). | ed | 2009-11-27 | 1 | -2/+2 |
* | Reset path name back to original correctly in fts_build() when | jh | 2009-11-26 | 1 | -5/+2 |
* | Clarify that the value of the fts_info field is different in post-order. | jh | 2009-11-26 | 1 | -4/+3 |
* | Libthr cannot be dynamically loaded into the running process. | kib | 2009-11-26 | 1 | -1/+1 |
* | Implement sighold, sigignore, sigpause, sigrelse, sigset functions | kib | 2009-11-26 | 4 | -8/+250 |
* | sigset() is the name of function specified by SUSv4. | kib | 2009-11-26 | 1 | -4/+4 |
* | In tac_get_av_value() empty attributes should be handled like 0-length | attilio | 2009-11-25 | 1 | -1/+6 |
* | Fix a socket leak in ftp_request() after that a connection is established. | attilio | 2009-11-25 | 1 | -3/+9 |
* | Style: use structure assignment rather than memcpy() to copy a | wollman | 2009-11-25 | 1 | -1/+1 |
* | In clnt_raw_create(), avoid minor race condition initializing the | wollman | 2009-11-25 | 1 | -4/+7 |
* | In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTED | wollman | 2009-11-25 | 1 | -3/+2 |
* | Eliminate more dead stores. | wollman | 2009-11-25 | 7 | -10/+9 |
* | Make all three if conditions look similar by always initializing nsec | wollman | 2009-11-25 | 1 | -1/+2 |
* | In __mbsconv(), if prec was zero, nconv could have been used | wollman | 2009-11-25 | 1 | -1/+1 |
* | Eliminate dead store. | wollman | 2009-11-25 | 1 | -1/+1 |
* | Revert the previous change to pthread_once() stub in libc. It is actually | jhb | 2009-11-20 | 3 | -7/+3 |
* | Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable and | jhb | 2009-11-20 | 1 | -12/+13 |
* | Add an internal _once() method. This works identical to pthread_once(3) | jhb | 2009-11-20 | 4 | -2/+78 |
* | Sync to P4 | thompsa | 2009-11-20 | 5 | -11/+155 |
* | Make following functions be cancellation points: | davidxu | 2009-11-18 | 1 | -4/+55 |
* | link libpthread because the librt really needs it to fully function. | davidxu | 2009-11-18 | 1 | -0/+1 |
* | Fix compiler warnings. | davidxu | 2009-11-18 | 1 | -2/+2 |
* | - Update Hungarian libc catalog | gabor | 2009-11-17 | 1 | -0/+46 |
* | Catch up with r130332 which changed the default timezone from GMT to UTC. | obrien | 2009-11-17 | 1 | -2/+2 |
* | Sync with C.msg r199083. | jkim | 2009-11-16 | 2 | -2/+94 |
* | Fix grammar. | brueffer | 2009-11-16 | 1 | -1/+1 |
* | Fix a memory leak in acl_from_text() in case the conversion succeeded. | brueffer | 2009-11-16 | 1 | -0/+1 |
* | Collapse devinfo_state_t with device_state_t in order to avoid a | attilio | 2009-11-15 | 1 | -10/+2 |
* | Change the utrace log entry for malloc_init from (0, 0, 0) to (-1, 0, 0) | cperciva | 2009-11-14 | 1 | -1/+1 |
* | Remove a note about vfork(4) going to be eliminated, it's here to stay. | brueffer | 2009-11-13 | 1 | -8/+0 |
* | Improved the manpage description. The committed wording | brueffer | 2009-11-13 | 1 | -2/+2 |
* | Note that nullok should not be used by processes that can't access the | des | 2009-11-13 | 1 | -0/+11 |
* | Fix the grammar in the isprint(3) description. | roam | 2009-11-13 | 1 | -1/+1 |
* | Fix the grammar in the isgraph(3) description, almost as per the PR. | roam | 2009-11-13 | 1 | -1/+1 |
* | Add missing IEEE1394 support dropped during merge from NetBSD. | ume | 2009-11-12 | 1 | -0/+11 |
* | Synchronize with C.msg revision 199083 and improve some existing messages. | rene | 2009-11-11 | 1 | -30/+57 |
* | ANSIfy. | ume | 2009-11-11 | 1 | -25/+8 |
* | Fix the grammar as in the PR, and then some. | roam | 2009-11-11 | 1 | -2/+2 |
* | Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP, | ume | 2009-11-10 | 2 | -0/+20 |
* | Add gai_strerror() catalog for ja_JP.UTF-8 and ja_JP.eucJP. | ume | 2009-11-09 | 2 | -0/+72 |
* | Add NLS catalogs support to gai_strerror(3). | ume | 2009-11-09 | 2 | -0/+94 |
* | Fix comment. | ume | 2009-11-09 | 2 | -2/+2 |