| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert pam_lastlog(8) to libulog. | ed | 2009-12-11 | 3 | -88/+27 |
* | Bump the man page date to the date of the last update. | syrinx | 2009-12-11 | 1 | -1/+1 |
* | Add support for TACACS+ accounting to libtacplus(3). | syrinx | 2009-12-11 | 4 | -0/+142 |
* | Add a missing else that negated the truncation of ki_ngroups to | brooks | 2009-12-10 | 1 | -1/+1 |
* | Merge two cpio fixes from libarchive.googlecode.com: | kientzle | 2009-12-10 | 1 | -2/+5 |
* | Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect | jasone | 2009-12-10 | 1 | -89/+28 |
* | Fix the posix_memalign() changes in r196861 to actually return a NULL pointer | jasone | 2009-12-10 | 1 | -0/+1 |
* | sem_init(3): document process shared semaphores and their restrictions | jilles | 2009-12-08 | 1 | -18/+9 |
* | Install libulog in /lib. | ed | 2009-12-07 | 1 | -0/+2 |
* | Revert behavior change to setenv(), unsetenv() and putenv() until a more | scf | 2009-12-07 | 1 | -3/+6 |
* | Update the getenv(3) man page to reflect the recent change to the behavior | scf | 2009-12-06 | 1 | -9/+9 |
* | Change the behavior of setenv(), putenv() and unsetenv() to continue parsing | scf | 2009-12-06 | 1 | -6/+3 |
* | Improve the comment within getenv() explaining the search order it takes to | scf | 2009-12-06 | 1 | -8/+9 |
* | Add a libutempter compatibility interface to libulog. | ed | 2009-12-06 | 5 | -4/+263 |
* | Massively extend libulog: | ed | 2009-12-05 | 11 | -158/+736 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 12 | -42/+27 |
* | Don't let the C library depend on <utmp.h>. | ed | 2009-12-05 | 3 | -14/+12 |
* | Remove warnings from exec.c. | ed | 2009-12-05 | 1 | -20/+19 |
* | Use ANSI C prototypes inside termios. | ed | 2009-12-05 | 1 | -31/+13 |
* | Remove (hidden) warning about missing prototypes for fdevname(3). | ed | 2009-12-05 | 1 | -0/+1 |
* | Add a missing word to a sentence in the return values section. | trhodes | 2009-12-04 | 1 | -1/+1 |
* | - Update the Spanish NLS catalog | gabor | 2009-12-03 | 1 | -5/+51 |
* | Use USER_PROCESS instead of LOGIN_PROCESS. | ed | 2009-12-03 | 3 | -6/+6 |
* | Also implement ut_type. | ed | 2009-12-03 | 3 | -0/+52 |
* | Add a new library: libulog. | ed | 2009-12-03 | 10 | -2/+693 |
* | The fd_mask type is an unsigned long, not an int, so treat the mask as a | jhb | 2009-12-03 | 1 | -2/+2 |
* | Properly support -fPIE by linking PIE binaries with specially-built | kib | 2009-12-02 | 9 | -35/+93 |
* | Make <libutil.h> work when included by itself. | ed | 2009-12-02 | 1 | -0/+28 |
* | 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 |