| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | strlcpy() may be faster than snprintf(), but it is less portable, and this | des | 2007-05-11 | 1 | -8/+8 |
* | Fix typo. | des | 2007-05-10 | 1 | -1/+1 |
* | Well gag me with a spoon... I'm so used to working at high WARNS levels | des | 2007-05-10 | 2 | -1/+5 |
* | Remove superfluous unexpanded RCS tag. | des | 2007-05-10 | 1 | -2/+0 |
* | Use flopen(3). | des | 2007-05-10 | 1 | -2/+2 |
* | DTRT when O_NONBLOCK is specified. | des | 2007-05-10 | 2 | -4/+29 |
* | I'm tired of seeing this done incorrectly and non-portably, so add a | des | 2007-05-10 | 4 | -6/+177 |
* | Fix one kind of style(9) bug and a typo in a comment. | yar | 2007-05-01 | 1 | -5/+5 |
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 7 | -28/+0 |
* | Fix a typo: "the give login class" to "the given login class." | trhodes | 2006-11-05 | 1 | -1/+1 |
* | Fix markup in previous revision. | ru | 2006-10-10 | 1 | -2/+5 |
* | Add information on how to escape a literal colon in a value or name. | trhodes | 2006-10-09 | 1 | -1/+5 |
* | Revise markup in recently added manpages. | ru | 2006-09-30 | 1 | -10/+4 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+3 |
* | Minor comment fix. | thomas | 2006-09-08 | 1 | -1/+1 |
* | (pw_copy): Handle the case of a malformed line in master.passwd | thomas | 2006-09-04 | 1 | -2/+11 |
* | Recognize the existence of `auth' and `auth-type' | yar | 2006-08-23 | 1 | -1/+6 |
* | style.Makefile(5) is good for our eyes. | yar | 2006-07-27 | 1 | -4/+8 |
* | Note the convention that humanize_number follows. | imp | 2006-07-15 | 1 | -8/+11 |
* | o Add missed comma, xref kld(4). | maxim | 2006-07-12 | 1 | -2/+3 |
* | Remove some unused variables | brian | 2006-06-23 | 1 | -2/+0 |
* | o Typo: ownship -> ownership. | maxim | 2006-06-17 | 1 | -1/+1 |
* | Specify default path for SHLIBDIR before bsd.own.mk does. | akiyama | 2006-06-11 | 1 | -1/+3 |
* | Don't build IPv6 support if we have choosen not to have it. | delphij | 2006-06-09 | 1 | -0/+4 |
* | - Add include for libutil.h and string.h for prototype. | delphij | 2006-05-25 | 1 | -1/+3 |
* | Bump library majro version for gethostbyaddr(3). | ume | 2006-05-21 | 1 | -1/+1 |
* | Document how the backoff delay is calculated. | brueffer | 2006-04-19 | 1 | -1/+4 |