summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Use `intmax_t' instead of plain `int' for pid_t casts.keramida2006-03-041-3/+3
* Add utility functions for checking if a given kernel module is loaded,des2006-02-184-2/+180
* - Add a note that passing NULL to pidfile_write(), pidfile_remove() andpjd2006-01-281-3/+13
* Teach openpty() how to deal with pts.cognet2006-01-261-0/+45
* Restore use of strncpy(), as there is later unconditional terminationrwatson2006-01-161-1/+1
* Replace strncpy() with strlcpy() when parsing login time limit stringsrwatson2006-01-161-1/+1
* Fix typo in comment.rwatson2006-01-161-1/+1
* Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, dropcsjp2005-12-301-0/+5
* Restore the previous state after a FILL operation in properties_read()jhb2005-11-281-8/+15
* Fix prototype.ru2005-11-241-1/+1
* Fix markup, grammar and spelling.ru2005-11-181-32/+44
* When removing the local domain, only do so when the result will be abrooks2005-10-051-3/+1
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Add a family of functions for reliable pidfiles handling.pjd2005-08-244-3/+498
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-132-13/+3
* Properly spell default in a comment.trhodes2005-04-221-1/+1
* Remove duplicated "bytes".delphij2005-04-101-1/+1
* Fix grammatical issue.trhodes2005-02-271-4/+4
* Use ~/.login_conf when discussing a user's local file.trhodes2005-02-261-1/+1
* Reword previous commit to be a bit more correct and provide more information.trhodes2005-02-251-5/+13
* Make it more obvious that cap_mkdb(1) is required to rebuild the database.trhodes2005-02-231-0/+7
* Expand *n't contractions.ru2005-02-133-4/+4
* Reflect the reality; only crypt(3) uses /etc/auth.confru2005-01-211-1/+1
* Sort sections.ru2005-01-203-10/+10
* Scheduled mdoc(7) sweep.ru2005-01-111-2/+2
* Various markup and spelling fixes.trhodes2004-12-291-2/+2
* Grammar in a comment.ru2004-12-181-1/+1
* Backout manual page updates.pjd2004-09-261-19/+27
* Take the lastest fixes from NetBSD.pjd2004-09-252-90/+70
* There is no such manual page in FreeBSD.pjd2004-09-161-2/+0
* Document when this function came into FreeBSD.obrien2004-08-211-1/+3
* Spell FTP correctly - in this case, it is used as the name of the protocol,roam2004-08-061-2/+2
* Add Giorgos's description of the ftp-chroot login.conf option.roam2004-08-061-0/+10
* Markup fixes.ru2004-07-071-16/+24
* Eliminate double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-0214-29/+52
* Humanize_number(3) is a part of libutil.pjd2004-05-251-0/+2
* You want to include libutil.h, not util.h.trhodes2004-05-251-4/+7
* Add humanize_number(3) to libutil for formating numbers into a humanpjd2004-05-244-4/+312
* Don't depend on NULL's expansion being a pointer, cast it before it is passedstefanf2004-05-181-3/+4
* Fix and clarify unparsable sentence.dds2004-05-111-3/+3
* Bring the description for login_getclassbyname in sync with the function'sdds2004-05-112-8/+28
* Back out the "clean_environment()" function from libutil.kientzle2004-02-293-211/+4
* Add the clean_environment call to libutil.h also.kientzle2004-02-261-0/+2
* Add a clean_environment call to libutil.kientzle2004-02-263-4/+211
* Bump the major version on libtuil. libutil now relies on the mac_*rwatson2003-11-121-1/+1
* Remove __NETBSD_SYSCALLS.tjr2003-10-291-6/+0
* (mostly) Clean up some const warnings here. The code takes some libertiespeter2003-10-261-8/+9
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-1817-137/+120
OpenPOWER on IntegriCloud