| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 53 | -53/+53 |
| * | Fix issues which allow snooping on ptys. [08:01] | Colin Percival | 2008-01-14 | 1 | -2/+1 |
| * | Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea in | Robert Watson | 2007-12-06 | 1 | -0/+4 |
| * | MFC: Bump up the number of ttys supported by pty(4) to 512. | John Baldwin | 2007-11-27 | 1 | -1/+1 |
| * | MFC rev. 1.6, 1.7 of src/lib/libutil/pidfile.3, | Konstantin Belousov | 2007-10-15 | 2 | -1/+20 |
| * | Adjust history. | David E. O'Brien | 2007-09-28 | 4 | -4/+11 |
| * | - Fix strange for loop. | Pawel Jakub Dawidek | 2007-09-05 | 1 | -6/+16 |
| * | Point expand_number(3) at humanize_number(3) and nive versa. | Pawel Jakub Dawidek | 2007-09-05 | 2 | -0/+4 |
| * | Implement expand_number(3), which is the opposite of humanize_number(3), ie. | Pawel Jakub Dawidek | 2007-09-01 | 4 | -3/+177 |
| * | Back out previous commit until I figure out why my regression test fails. | Dag-Erling Smørgrav | 2007-08-03 | 3 | -23/+17 |
| * | Use fcntl(2)-style locks instead of less-portable flock(2)-style locks. | Dag-Erling Smørgrav | 2007-08-03 | 3 | -17/+23 |
| * | Document the quirks of ~/.login_conf and LOGIN_MECLASS. | Yaroslav Tykhiy | 2007-06-14 | 1 | -57/+80 |
| * | Improve mdoc(7) markup. | Yaroslav Tykhiy | 2007-06-14 | 1 | -76/+190 |
| * | Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf. | Yaroslav Tykhiy | 2007-06-14 | 1 | -8/+18 |
| * | Nit: avoid shadowing truncate(2) with a local variable. | Dag-Erling Smørgrav | 2007-05-23 | 1 | -3/+3 |
| * | Fix stupid braino in previous commit. | Dag-Erling Smørgrav | 2007-05-23 | 1 | -1/+1 |
| * | If (flags & O_TRUNC), don't truncate the file until we've successfully | Dag-Erling Smørgrav | 2007-05-23 | 1 | -1/+11 |
| * | Bump library versions in preparation for 7.0. | Daniel Eischen | 2007-05-21 | 1 | -1/+1 |
| * | strlcpy() may be faster than snprintf(), but it is less portable, and this | Dag-Erling Smørgrav | 2007-05-11 | 1 | -8/+8 |
| * | Fix typo. | Dag-Erling Smørgrav | 2007-05-10 | 1 | -1/+1 |
| * | Well gag me with a spoon... I'm so used to working at high WARNS levels | Dag-Erling Smørgrav | 2007-05-10 | 2 | -1/+5 |
| * | Remove superfluous unexpanded RCS tag. | Dag-Erling Smørgrav | 2007-05-10 | 1 | -2/+0 |
| * | Use flopen(3). | Dag-Erling Smørgrav | 2007-05-10 | 1 | -2/+2 |
| * | DTRT when O_NONBLOCK is specified. | Dag-Erling Smørgrav | 2007-05-10 | 2 | -4/+29 |
| * | I'm tired of seeing this done incorrectly and non-portably, so add a | Dag-Erling Smørgrav | 2007-05-10 | 4 | -6/+177 |
| * | Fix one kind of style(9) bug and a typo in a comment. | Yaroslav Tykhiy | 2007-05-01 | 1 | -5/+5 |
| * | Remove California Regent's clause 3, per letter | Warner Losh | 2007-01-09 | 7 | -28/+0 |
| * | Fix a typo: "the give login class" to "the given login class." | Tom Rhodes | 2006-11-05 | 1 | -1/+1 |
| * | Fix markup in previous revision. | Ruslan Ermilov | 2006-10-10 | 1 | -2/+5 |
| * | Add information on how to escape a literal colon in a value or name. | Tom Rhodes | 2006-10-09 | 1 | -1/+5 |
| * | Revise markup in recently added manpages. | Ruslan Ermilov | 2006-09-30 | 1 | -10/+4 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -1/+3 |
| * | Minor comment fix. | Thomas Quinot | 2006-09-08 | 1 | -1/+1 |
| * | (pw_copy): Handle the case of a malformed line in master.passwd | Thomas Quinot | 2006-09-04 | 1 | -2/+11 |
| * | Recognize the existence of `auth' and `auth-type' | Yaroslav Tykhiy | 2006-08-23 | 1 | -1/+6 |
| * | style.Makefile(5) is good for our eyes. | Yaroslav Tykhiy | 2006-07-27 | 1 | -4/+8 |
| * | Note the convention that humanize_number follows. | Warner Losh | 2006-07-15 | 1 | -8/+11 |
| * | o Add missed comma, xref kld(4). | Maxim Konovalov | 2006-07-12 | 1 | -2/+3 |
| * | Remove some unused variables | Brian Somers | 2006-06-23 | 1 | -2/+0 |
| * | o Typo: ownship -> ownership. | Maxim Konovalov | 2006-06-17 | 1 | -1/+1 |
| * | Specify default path for SHLIBDIR before bsd.own.mk does. | Shunsuke Akiyama | 2006-06-11 | 1 | -1/+3 |
| * | Don't build IPv6 support if we have choosen not to have it. | Xin LI | 2006-06-09 | 1 | -0/+4 |
| * | - Add include for libutil.h and string.h for prototype. | Xin LI | 2006-05-25 | 1 | -1/+3 |
| * | Bump library majro version for gethostbyaddr(3). | Hajimu UMEMOTO | 2006-05-21 | 1 | -1/+1 |
| * | Document how the backoff delay is calculated. | Christian Brueffer | 2006-04-19 | 1 | -1/+4 |
| * | use pwrite to always write at the begining of the file.. If multiple calls | John-Mark Gurney | 2006-04-11 | 1 | -1/+1 |
| * | Use `intmax_t' instead of plain `int' for pid_t casts. | Giorgos Keramidas | 2006-03-04 | 1 | -3/+3 |
| * | Add utility functions for checking if a given kernel module is loaded, | Dag-Erling Smørgrav | 2006-02-18 | 4 | -2/+180 |
| * | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | Pawel Jakub Dawidek | 2006-01-28 | 1 | -3/+13 |
| * | Teach openpty() how to deal with pts. | Olivier Houchard | 2006-01-26 | 1 | -0/+45 |