summaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-2158-58/+58
* Merge from head to stable/7:Sean Farley2009-12-181-2/+2
* MFC: Note that these routines return NULL on failure and that theJohn Baldwin2009-06-162-4/+14
* MFC: Add manpages for kinfo_getfile() and kinfo_getvmmap().John Baldwin2009-06-123-1/+149
* merge r173719: constify expand_number(3).Dag-Erling Smørgrav2009-06-103-3/+3
* merge r180815,184081-184088,184091-184094,184634,184676-184677, 185277,Dag-Erling Smørgrav2009-06-0912-91/+245
* MFC r184633, r184635, r184683: WARNS cleanupDag-Erling Smørgrav2009-05-144-15/+30
* MFC r184831,185237:Sean Farley2009-01-081-85/+101
* MFC r186314:Joe Marcus Clarke2008-12-192-8/+10
* MFC: 185548 and followups.Peter Wemm2008-12-064-1/+152
* MFC r183565:Ed Schouten2008-10-261-23/+15
* MFC r180347:Konstantin Belousov2008-07-101-0/+1
* MFC:Sean Farley2008-05-162-1/+8
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-04-261-0/+234
* MFC to RELENG_7:Antoine Brodin2008-04-201-5/+10
* MFC: Update openpty(3) manpage for the recent pty fixes and remove someJohn Baldwin2008-01-231-18/+14
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-141-60/+16
* Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea inRobert Watson2007-12-061-0/+4
* MFC: Bump up the number of ttys supported by pty(4) to 512.John Baldwin2007-11-271-1/+1
* MFC rev. 1.6, 1.7 of src/lib/libutil/pidfile.3,Konstantin Belousov2007-10-152-1/+20
* Adjust history.David E. O'Brien2007-09-284-4/+11
* - Fix strange for loop.Pawel Jakub Dawidek2007-09-051-6/+16
* Point expand_number(3) at humanize_number(3) and nive versa.Pawel Jakub Dawidek2007-09-052-0/+4
* Implement expand_number(3), which is the opposite of humanize_number(3), ie.Pawel Jakub Dawidek2007-09-014-3/+177
* Back out previous commit until I figure out why my regression test fails.Dag-Erling Smørgrav2007-08-033-23/+17
* Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.Dag-Erling Smørgrav2007-08-033-17/+23
* Document the quirks of ~/.login_conf and LOGIN_MECLASS.Yaroslav Tykhiy2007-06-141-57/+80
* Improve mdoc(7) markup.Yaroslav Tykhiy2007-06-141-76/+190
* Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.Yaroslav Tykhiy2007-06-141-8/+18
* Nit: avoid shadowing truncate(2) with a local variable.Dag-Erling Smørgrav2007-05-231-3/+3
* Fix stupid braino in previous commit.Dag-Erling Smørgrav2007-05-231-1/+1
* If (flags & O_TRUNC), don't truncate the file until we've successfullyDag-Erling Smørgrav2007-05-231-1/+11
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* strlcpy() may be faster than snprintf(), but it is less portable, and thisDag-Erling Smørgrav2007-05-111-8/+8
* Fix typo.Dag-Erling Smørgrav2007-05-101-1/+1
* Well gag me with a spoon... I'm so used to working at high WARNS levelsDag-Erling Smørgrav2007-05-102-1/+5
* Remove superfluous unexpanded RCS tag.Dag-Erling Smørgrav2007-05-101-2/+0
* Use flopen(3).Dag-Erling Smørgrav2007-05-101-2/+2
* DTRT when O_NONBLOCK is specified.Dag-Erling Smørgrav2007-05-102-4/+29
* I'm tired of seeing this done incorrectly and non-portably, so add aDag-Erling Smørgrav2007-05-104-6/+177
* Fix one kind of style(9) bug and a typo in a comment.Yaroslav Tykhiy2007-05-011-5/+5
* Remove California Regent's clause 3, per letterWarner Losh2007-01-097-28/+0
* Fix a typo: "the give login class" to "the given login class."Tom Rhodes2006-11-051-1/+1
* Fix markup in previous revision.Ruslan Ermilov2006-10-101-2/+5
* Add information on how to escape a literal colon in a value or name.Tom Rhodes2006-10-091-1/+5
* Revise markup in recently added manpages.Ruslan Ermilov2006-09-301-10/+4
* Markup fixes.Ruslan Ermilov2006-09-171-1/+3
* Minor comment fix.Thomas Quinot2006-09-081-1/+1
* (pw_copy): Handle the case of a malformed line in master.passwdThomas Quinot2006-09-041-2/+11
* Recognize the existence of `auth' and `auth-type'Yaroslav Tykhiy2006-08-231-1/+6