summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert pam_lastlog(8) to libulog.ed2009-12-113-88/+27
* Bump the man page date to the date of the last update.syrinx2009-12-111-1/+1
* Add support for TACACS+ accounting to libtacplus(3).syrinx2009-12-114-0/+142
* Add a missing else that negated the truncation of ki_ngroups tobrooks2009-12-101-1/+1
* Merge two cpio fixes from libarchive.googlecode.com:kientzle2009-12-101-2/+5
* Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrectjasone2009-12-101-89/+28
* Fix the posix_memalign() changes in r196861 to actually return a NULL pointerjasone2009-12-101-0/+1
* sem_init(3): document process shared semaphores and their restrictionsjilles2009-12-081-18/+9
* Install libulog in /lib.ed2009-12-071-0/+2
* Revert behavior change to setenv(), unsetenv() and putenv() until a morescf2009-12-071-3/+6
* Update the getenv(3) man page to reflect the recent change to the behaviorscf2009-12-061-9/+9
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingscf2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toscf2009-12-061-8/+9
* Add a libutempter compatibility interface to libulog.ed2009-12-065-4/+263
* Massively extend libulog:ed2009-12-0511-158/+736
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-0512-42/+27
* Don't let the C library depend on <utmp.h>.ed2009-12-053-14/+12
* Remove warnings from exec.c.ed2009-12-051-20/+19
* Use ANSI C prototypes inside termios.ed2009-12-051-31/+13
* Remove (hidden) warning about missing prototypes for fdevname(3).ed2009-12-051-0/+1
* Add a missing word to a sentence in the return values section.trhodes2009-12-041-1/+1
* - Update the Spanish NLS cataloggabor2009-12-031-5/+51
* Use USER_PROCESS instead of LOGIN_PROCESS.ed2009-12-033-6/+6
* Also implement ut_type.ed2009-12-033-0/+52
* Add a new library: libulog.ed2009-12-0310-2/+693
* The fd_mask type is an unsigned long, not an int, so treat the mask as ajhb2009-12-031-2/+2
* Properly support -fPIE by linking PIE binaries with specially-builtkib2009-12-029-35/+93
* Make <libutil.h> work when included by itself.ed2009-12-021-0/+28
* Fix the dprintf() prototype.brueffer2009-12-021-2/+2
* Add an .Nm for strncat.brueffer2009-12-011-2/+3
* Temporarily revert the previous change because the linker has beengreen2009-12-011-36/+28
* Describe what setpgid(2) does when pgid=0. The text has beenkeramida2009-12-011-0/+5
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)green2009-12-011-28/+36
* Update to BIND 9.6.1-P2. The vulnerability this is designed to fix isdougb2009-11-301-0/+4
* Revert r199830 for now. Too many ports dlopen() libraries linked withkib2009-11-281-1/+1
* - correct xref sectionsdanger2009-11-282-4/+4
* Properly use the envp argument in execvPe().ed2009-11-271-2/+2
* Reset path name back to original correctly in fts_build() whenjh2009-11-261-5/+2
* Clarify that the value of the fts_info field is different in post-order.jh2009-11-261-4/+3
* Libthr cannot be dynamically loaded into the running process.kib2009-11-261-1/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-264-8/+250
* sigset() is the name of function specified by SUSv4.kib2009-11-261-4/+4
* In tac_get_av_value() empty attributes should be handled like 0-lengthattilio2009-11-251-1/+6
* Fix a socket leak in ftp_request() after that a connection is established.attilio2009-11-251-3/+9
* Style: use structure assignment rather than memcpy() to copy awollman2009-11-251-1/+1
* In clnt_raw_create(), avoid minor race condition initializing thewollman2009-11-251-4/+7
* In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTEDwollman2009-11-251-3/+2
* Eliminate more dead stores.wollman2009-11-257-10/+9
* Make all three if conditions look similar by always initializing nsecwollman2009-11-251-1/+2
* In __mbsconv(), if prec was zero, nconv could have been usedwollman2009-11-251-1/+1
OpenPOWER on IntegriCloud