| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 58 | -58/+58 |
| * | Merge from head to stable/7: | Sean Farley | 2009-12-18 | 1 | -2/+2 |
| * | MFC: Note that these routines return NULL on failure and that the | John Baldwin | 2009-06-16 | 2 | -4/+14 |
| * | MFC: Add manpages for kinfo_getfile() and kinfo_getvmmap(). | John Baldwin | 2009-06-12 | 3 | -1/+149 |
| * | merge r173719: constify expand_number(3). | Dag-Erling Smørgrav | 2009-06-10 | 3 | -3/+3 |
| * | merge r180815,184081-184088,184091-184094,184634,184676-184677, 185277, | Dag-Erling Smørgrav | 2009-06-09 | 12 | -91/+245 |
| * | MFC r184633, r184635, r184683: WARNS cleanup | Dag-Erling Smørgrav | 2009-05-14 | 4 | -15/+30 |
| * | MFC r184831,185237: | Sean Farley | 2009-01-08 | 1 | -85/+101 |
| * | MFC r186314: | Joe Marcus Clarke | 2008-12-19 | 2 | -8/+10 |
| * | MFC: 185548 and followups. | Peter Wemm | 2008-12-06 | 4 | -1/+152 |
| * | MFC r183565: | Ed Schouten | 2008-10-26 | 1 | -23/+15 |
| * | MFC r180347: | Konstantin Belousov | 2008-07-10 | 1 | -0/+1 |
| * | MFC: | Sean Farley | 2008-05-16 | 2 | -1/+8 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-04-26 | 1 | -0/+234 |
| * | MFC to RELENG_7: | Antoine Brodin | 2008-04-20 | 1 | -5/+10 |
| * | MFC: Update openpty(3) manpage for the recent pty fixes and remove some | John Baldwin | 2008-01-23 | 1 | -18/+14 |
| * | Fix issues which allow snooping on ptys. [08:01] | Colin Percival | 2008-01-14 | 1 | -60/+16 |
| * | 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 |