aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a missing word to a sentence in the return values section.Tom Rhodes2009-12-041-1/+1
* - Update the Spanish NLS catalogGabor Kovesdan2009-12-031-5/+51
* Use USER_PROCESS instead of LOGIN_PROCESS.Ed Schouten2009-12-033-6/+6
* Also implement ut_type.Ed Schouten2009-12-033-0/+52
* Add a new library: libulog.Ed Schouten2009-12-0310-2/+693
* The fd_mask type is an unsigned long, not an int, so treat the mask as aJohn Baldwin2009-12-031-2/+2
* Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov2009-12-029-35/+93
* Make <libutil.h> work when included by itself.Ed Schouten2009-12-021-0/+28
* Fix the dprintf() prototype.Christian Brueffer2009-12-021-2/+2
* Add an .Nm for strncat.Christian Brueffer2009-12-011-2/+3
* Temporarily revert the previous change because the linker has beenBrian Feldman2009-12-011-36/+28
* Describe what setpgid(2) does when pgid=0. The text has beenGiorgos Keramidas2009-12-011-0/+5
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)Brian Feldman2009-12-011-28/+36
* Update to BIND 9.6.1-P2. The vulnerability this is designed to fix isDoug Barton2009-11-301-0/+4
|\
| * Vendor import of BIND 9.6.1-P2vendor/bind9/9.6.1-P2Doug Barton2009-11-306-29/+65
| * Vendor import of BIND 9.6.1vendor/bind9/9.6.1Doug Barton2009-06-258-33/+176
* | Revert r199830 for now. Too many ports dlopen() libraries linked withKonstantin Belousov2009-11-281-1/+1
* | - correct xref sectionsDaniel Gerzo2009-11-282-4/+4
* | Properly use the envp argument in execvPe().Ed Schouten2009-11-271-2/+2
* | Reset path name back to original correctly in fts_build() whenJaakko Heinonen2009-11-261-5/+2
* | Clarify that the value of the fts_info field is different in post-order.Jaakko Heinonen2009-11-261-4/+3
* | Libthr cannot be dynamically loaded into the running process.Konstantin Belousov2009-11-261-1/+1
* | Implement sighold, sigignore, sigpause, sigrelse, sigset functionsKonstantin Belousov2009-11-264-8/+250
* | sigset() is the name of function specified by SUSv4.Konstantin Belousov2009-11-261-4/+4
* | In tac_get_av_value() empty attributes should be handled like 0-lengthAttilio Rao2009-11-251-1/+6
* | Fix a socket leak in ftp_request() after that a connection is established.Attilio Rao2009-11-251-3/+9
* | Style: use structure assignment rather than memcpy() to copy aGarrett Wollman2009-11-251-1/+1
* | In clnt_raw_create(), avoid minor race condition initializing theGarrett Wollman2009-11-251-4/+7
* | In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTEDGarrett Wollman2009-11-251-3/+2
* | Eliminate more dead stores.Garrett Wollman2009-11-257-10/+9
* | Make all three if conditions look similar by always initializing nsecGarrett Wollman2009-11-251-1/+2
* | In __mbsconv(), if prec was zero, nconv could have been usedGarrett Wollman2009-11-251-1/+1
* | Eliminate dead store.Garrett Wollman2009-11-251-1/+1
* | Revert the previous change to pthread_once() stub in libc. It is actuallyJohn Baldwin2009-11-203-7/+3
* | Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable andJohn Baldwin2009-11-201-12/+13
* | Add an internal _once() method. This works identical to pthread_once(3)John Baldwin2009-11-204-2/+78
* | Sync to P4Andrew Thompson2009-11-205-11/+155
* | Make following functions be cancellation points:David Xu2009-11-181-4/+55
* | link libpthread because the librt really needs it to fully function.David Xu2009-11-181-0/+1
* | Fix compiler warnings.David Xu2009-11-181-2/+2
* | - Update Hungarian libc catalogGabor Kovesdan2009-11-171-0/+46
* | Catch up with r130332 which changed the default timezone from GMT to UTC.David E. O'Brien2009-11-171-2/+2
* | Sync with C.msg r199083.Jung-uk Kim2009-11-162-2/+94
* | Fix grammar.Christian Brueffer2009-11-161-1/+1
* | Fix a memory leak in acl_from_text() in case the conversion succeeded.Christian Brueffer2009-11-161-0/+1
* | Collapse devinfo_state_t with device_state_t in order to avoid aAttilio Rao2009-11-151-10/+2
* | Change the utrace log entry for malloc_init from (0, 0, 0) to (-1, 0, 0)Colin Percival2009-11-141-1/+1
* | Remove a note about vfork(4) going to be eliminated, it's here to stay.Christian Brueffer2009-11-131-8/+0
* | Improved the manpage description. The committed wordingChristian Brueffer2009-11-131-2/+2
* | Note that nullok should not be used by processes that can't access theDag-Erling Smørgrav2009-11-131-0/+11