| Commit message (Expand) | Author | Age | Files | Lines |
* | style(9) fixes. | scf | 2008-11-11 | 1 | -20/+14 |
* | Like many other functions that handle sockaddrs, realhostname_sa() takes a | des | 2008-11-05 | 1 | -5/+18 |
* | Comment out WARNS. There are too many alignment issues in libutil. | des | 2008-11-05 | 1 | -1/+1 |
* | Disconnect gr_util.c from the build. It isn't documented or used anywhere | des | 2008-11-05 | 1 | -1/+1 |
* | libutil now builds at WARNS level 6. | des | 2008-11-04 | 1 | -0/+2 |
* | Add missing header. | des | 2008-11-04 | 1 | -0/+1 |
* | Avoid assigning a const char * to a char *. | des | 2008-11-04 | 2 | -10/+10 |
* | Remove unneeded call to revoke() inside openpty(). | ed | 2008-10-28 | 1 | -4/+0 |
* | Diff reduction against Varnish, including one important fix: use a shared | des | 2008-10-20 | 1 | -12/+12 |
* | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks. | des | 2008-10-20 | 2 | -13/+16 |
* | pidfile(3) uses flopen(3) - don't make any assumptions about how the | des | 2008-10-20 | 1 | -9/+8 |
* | There is no point in releasing a lock on a file which we've unlinked and | des | 2008-10-20 | 1 | -4/+0 |
* | Since in_lt() and in_lts() are not static, assume that they are intended to | des | 2008-10-20 | 2 | -2/+22 |
* | Additional style and whitespace fixes. | des | 2008-10-20 | 1 | -1/+3 |
* | Style and whitespace | des | 2008-10-20 | 1 | -17/+17 |
* | Unbreak | des | 2008-10-20 | 1 | -3/+3 |
* | Since setclasscpumask() is not static, assume that it is intended to be | des | 2008-10-20 | 2 | -5/+10 |
* | Style and whitespace. | des | 2008-10-20 | 1 | -15/+19 |
* | Parenthesize return values. | des | 2008-10-20 | 1 | -11/+11 |
* | include and whitespace cleanup. | des | 2008-10-20 | 1 | -7/+8 |
* | Use strlcpy() when we mean it. | delphij | 2008-10-17 | 3 | -6/+3 |
* | Small cleanups to openpty(). | ed | 2008-10-03 | 1 | -23/+15 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 2 | -14/+16 |
* | Add support for a new login capability, cpumask which allows login | brooks | 2008-07-25 | 4 | -1/+132 |
* | Add #include <inttypes.h> for the strtoimax(). | kib | 2008-07-07 | 1 | -0/+1 |
* | Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing | jhb | 2008-07-01 | 4 | -3/+201 |
* | Add four utility functions related to struct grp processing modeled in-part | scf | 2008-04-23 | 3 | -1/+242 |
* | Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13 | antoine | 2008-03-08 | 1 | -5/+10 |
* | Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3) | jhb | 2008-01-15 | 1 | -55/+3 |
* | Back out last commit, since it accidentally broke pts. | cperciva | 2008-01-15 | 1 | -3/+55 |
* | Update the manpage for openpty(3) to account for the recent fixes. | jhb | 2008-01-14 | 1 | -18/+14 |
* | Fix issues which allow snooping on ptys. [08:01] | cperciva | 2008-01-14 | 1 | -55/+3 |
* | Invoke revoke(2) on the slave pty in the pts(4) case (new_openpty()) to | jhb | 2007-12-20 | 1 | -1/+13 |
* | Bump up the number of ttys supported by pty(4) to 512 by making use of | jhb | 2007-11-19 | 1 | -1/+1 |
* | Constify the first argument to expand_number() so that it can | jb | 2007-11-18 | 3 | -3/+3 |
* | Minor mdoc cleanup: Every sentence should start on its own line. | simon | 2007-10-13 | 1 | -1/+2 |
* | When pidfile is already locked and has zero length, do not return | kib | 2007-10-12 | 2 | -1/+19 |
* | Adjust history. | obrien | 2007-09-28 | 4 | -4/+11 |
* | - Fix strange for loop. | pjd | 2007-09-05 | 1 | -6/+16 |
* | Point expand_number(3) at humanize_number(3) and nive versa. | pjd | 2007-09-05 | 2 | -0/+4 |
* | Implement expand_number(3), which is the opposite of humanize_number(3), ie. | pjd | 2007-09-01 | 4 | -3/+177 |
* | Back out previous commit until I figure out why my regression test fails. | des | 2007-08-03 | 3 | -23/+17 |
* | Use fcntl(2)-style locks instead of less-portable flock(2)-style locks. | des | 2007-08-03 | 3 | -17/+23 |
* | Document the quirks of ~/.login_conf and LOGIN_MECLASS. | yar | 2007-06-14 | 1 | -57/+80 |
* | Improve mdoc(7) markup. | yar | 2007-06-14 | 1 | -76/+190 |
* | Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf. | yar | 2007-06-14 | 1 | -8/+18 |
* | Nit: avoid shadowing truncate(2) with a local variable. | des | 2007-05-23 | 1 | -3/+3 |
* | Fix stupid braino in previous commit. | des | 2007-05-23 | 1 | -1/+1 |
* | If (flags & O_TRUNC), don't truncate the file until we've successfully | des | 2007-05-23 | 1 | -1/+11 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |