aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Fixing !INET6 builds.Tai-hwa Liang2008-11-251-0/+2
* Fixed style issues with variable ordering and naming, spacing andSean Farley2008-11-232-76/+98
* style(9) fixes.Sean Farley2008-11-111-20/+14
* Like many other functions that handle sockaddrs, realhostname_sa() takes aDag-Erling Smørgrav2008-11-051-5/+18
* Comment out WARNS. There are too many alignment issues in libutil.Dag-Erling Smørgrav2008-11-051-1/+1
* Disconnect gr_util.c from the build. It isn't documented or used anywhereDag-Erling Smørgrav2008-11-051-1/+1
* libutil now builds at WARNS level 6.Dag-Erling Smørgrav2008-11-041-0/+2
* Add missing header.Dag-Erling Smørgrav2008-11-041-0/+1
* Avoid assigning a const char * to a char *.Dag-Erling Smørgrav2008-11-042-10/+10
* Remove unneeded call to revoke() inside openpty().Ed Schouten2008-10-281-4/+0
* Diff reduction against Varnish, including one important fix: use a sharedDag-Erling Smørgrav2008-10-201-12/+12
* Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.Dag-Erling Smørgrav2008-10-202-13/+16
* pidfile(3) uses flopen(3) - don't make any assumptions about how theDag-Erling Smørgrav2008-10-201-9/+8
* There is no point in releasing a lock on a file which we've unlinked andDag-Erling Smørgrav2008-10-201-4/+0
* Since in_lt() and in_lts() are not static, assume that they are intended toDag-Erling Smørgrav2008-10-202-2/+22
* Additional style and whitespace fixes.Dag-Erling Smørgrav2008-10-201-1/+3
* Style and whitespaceDag-Erling Smørgrav2008-10-201-17/+17
* UnbreakDag-Erling Smørgrav2008-10-201-3/+3
* Since setclasscpumask() is not static, assume that it is intended to beDag-Erling Smørgrav2008-10-202-5/+10
* Style and whitespace.Dag-Erling Smørgrav2008-10-201-15/+19
* Parenthesize return values.Dag-Erling Smørgrav2008-10-201-11/+11
* include and whitespace cleanup.Dag-Erling Smørgrav2008-10-201-7/+8
* Use strlcpy() when we mean it.Xin LI2008-10-173-6/+3
* Small cleanups to openpty().Ed Schouten2008-10-031-23/+15
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-14/+16
* Add support for a new login capability, cpumask which allows loginBrooks Davis2008-07-254-1/+132
* Add #include <inttypes.h> for the strtoimax().Konstantin Belousov2008-07-071-0/+1
* Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doingJohn Baldwin2008-07-014-3/+201
* 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