OpenBSD CVS

src/lib/libutil/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libutil

Current tag: OPENBSD_3_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.29   18 years  deraadt   use WANTLINT= (on all architectures)
[TXT] check_expire.3  1.6   20 years  millert   Sync with share/misc/license.template and add missing DARPA credit where applica...
[TXT] check_expire.c  1.8   20 years  millert   Adapt to new pw_copy() API, closes PR 3698.
[TXT] fmt_scaled.3  1.3   18 years  deraadt   library routines should not be checking for NULL pointers passed in, and then se...
[TXT] fmt_scaled.c  1.8   18 years  deraadt   library routines should not be checking for NULL pointers passed in, and then se...
[TXT] fparseln.3  1.5   22 years  mpech   o) start new sentence on a new line; o) always close .Bl tags; o) fix usage of ....
[TXT] fparseln.c  1.6   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] getmaxpartitions.3  1.3   25 years  deraadt   make function names the correct case
[TXT] getmaxpartitions.c  1.5   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] getrawpartition.3  1.4   24 years  aaron   Do not leave `(' characters dangling at the end of lines; instead, use the appro...
[TXT] getrawpartition.c  1.5   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] login.3  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] login.c  1.10   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] login_fbtab.3  1.9   21 years  jmc   - section reorder - clean up .Xr's
[TXT] login_fbtab.c  1.12   19 years  deraadt   avoid aliasing over library symbol
[TXT] login_tty.c  1.7   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] logout.c  1.8   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] logwtmp.c  1.9   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] opendev.3  1.15   22 years  mpech   o) start new sentence on a new line; o) always close .Bl tags; o) fix usage of ....
[TXT] opendev.c  1.8   20 years  deraadt   knf; otto ok
[TXT] opendisk.3  1.3   18 years  deraadt   library routines should not be checking for NULL pointers passed in, and then se...
[TXT] opendisk.c  1.4   18 years  deraadt   library routines should not be checking for NULL pointers passed in, and then se...
[TXT] openpty.3  1.14   19 years  jmc   update FILES; fixes pr #3998; diff from frank denis, though slightly different ...
[TXT] passwd.c  1.46   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] pidfile.3  1.4   22 years  miod   Warn that pidfile() will not have the expected removal behaviour if _exit() is c...
[TXT] pidfile.c  1.7   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] pty.c  1.14   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] pw_init.3  1.9   20 years  jmc   kill whitespace at eol;
[TXT] pw_lock.3  1.12   18 years  jmc   O_EXLOCK stuff was introduced in June 1997, and backed out again in November of ...
[TXT] readlabel.c  1.9   19 years  deraadt   label a switch fallthrough
[TXT] readlabelfs.3  1.6   20 years  jmc   utilties -> utilities; from Jared Yanovich
[TXT] shlib_version  1.20   19 years  marc   errno changes, lib major version bumps, and general flag day To build you must: ...
[TXT] util.h  1.26   19 years  millert   passwd.conf has been deprecated since login.conf was imported. Today it finally ...
[TXT] uucplock.c  1.14   18 years  deraadt   spaces, and a off_t typecast to please lint
[TXT] uucplock.3 (in the Attic) [Hide]  1.16   18 years  jmc   add uu_lock_txfr to .Nm list;