aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document how the backoff delay is calculated.Christian Brueffer2006-04-191-1/+4
* use pwrite to always write at the begining of the file.. If multiple callsJohn-Mark Gurney2006-04-111-1/+1
* Use `intmax_t' instead of plain `int' for pid_t casts.Giorgos Keramidas2006-03-041-3/+3
* Add utility functions for checking if a given kernel module is loaded,Dag-Erling Smørgrav2006-02-184-2/+180
* - Add a note that passing NULL to pidfile_write(), pidfile_remove() andPawel Jakub Dawidek2006-01-281-3/+13
* Teach openpty() how to deal with pts.Olivier Houchard2006-01-261-0/+45
* Restore use of strncpy(), as there is later unconditional terminationRobert Watson2006-01-161-1/+1
* Replace strncpy() with strlcpy() when parsing login time limit stringsRobert Watson2006-01-161-1/+1
* Fix typo in comment.Robert Watson2006-01-161-1/+1
* Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, dropChristian S.J. Peron2005-12-301-0/+5
* Restore the previous state after a FILL operation in properties_read()John Baldwin2005-11-281-8/+15
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1
* Fix markup, grammar and spelling.Ruslan Ermilov2005-11-181-32/+44
* When removing the local domain, only do so when the result will be aBrooks Davis2005-10-051-3/+1
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Add a family of functions for reliable pidfiles handling.Pawel Jakub Dawidek2005-08-244-3/+498
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1