aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Add four utility functions related to struct grp processing modeled in-partSean Farley2008-04-233-1/+242
* Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13Antoine Brodin2008-03-081-5/+10
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)John Baldwin2008-01-151-55/+3
* Back out last commit, since it accidentally broke pts.Colin Percival2008-01-151-3/+55
* Update the manpage for openpty(3) to account for the recent fixes.John Baldwin2008-01-141-18/+14
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-141-55/+3
* Invoke revoke(2) on the slave pty in the pts(4) case (new_openpty()) toJohn Baldwin2007-12-201-1/+13
* Bump up the number of ttys supported by pty(4) to 512 by making use ofJohn Baldwin2007-11-191-1/+1
* Constify the first argument to expand_number() so that it canJohn Birrell2007-11-183-3/+3
* Minor mdoc cleanup: Every sentence should start on its own line.Simon L. B. Nielsen2007-10-131-1/+2
* When pidfile is already locked and has zero length, do not returnKonstantin Belousov2007-10-122-1/+19
* 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
* style.Makefile(5) is good for our eyes.Yaroslav Tykhiy2006-07-271-4/+8
* Note the convention that humanize_number follows.Warner Losh2006-07-151-8/+11
* o Add missed comma, xref kld(4).Maxim Konovalov2006-07-121-2/+3
* Remove some unused variablesBrian Somers2006-06-231-2/+0
* o Typo: ownship -> ownership.Maxim Konovalov2006-06-171-1/+1
* Specify default path for SHLIBDIR before bsd.own.mk does.Shunsuke Akiyama2006-06-111-1/+3
* Don't build IPv6 support if we have choosen not to have it.Xin LI2006-06-091-0/+4
* - Add include for libutil.h and string.h for prototype.Xin LI2006-05-251-1/+3
* Bump library majro version for gethostbyaddr(3).Hajimu UMEMOTO2006-05-211-1/+1