NetBSD/lib/libutil
tls c6652502b9 Add support for up to 930 pty devices (instead of the current 256).
The openpty() routine has been modified to use the extra pty names
before the "traditional" names, so that programs too dumb to use
openpty() will, hopefully, find one of the "traditional" ptys free
even if many others are in use.  The modifications to MAKEDEV are
courtesy Andrew Brown, and are pretty clever: the unit numbers used
by the "traditional" names stay the same, to avoid trouble when
upgrading existing systems.  The unusual use of "dd" to index an
array in MAKEDEV is because no other simple method seemed feasible
using only the programs on the install media for all ports.
2002-02-02 05:48:30 +00:00
..
fparseln.3 precede, not preceed. 2001-08-20 12:00:46 +00:00
fparseln.c Add hooks for reachover builds from src/tools/compat. 2002-01-21 23:33:36 +00:00
getbootfile.3 Add a note this appeared in NetBSD 1.6. Pointed out on current-users@ 2001-04-09 09:29:54 +00:00
getbootfile.c Add getbootfile(3) to libutil, and a man page. 2001-04-06 14:31:14 +00:00
getmaxpartitions.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
getmaxpartitions.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
getrawpartition.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
getrawpartition.c More trailing white space. 1999-07-02 15:46:05 +00:00
login_cap.3 Fix typo 2001-08-15 21:34:06 +00:00
login_cap.c seperate -> separate 2001-07-22 13:33:58 +00:00
login_tty.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
login.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
login.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
logout.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
logwtmp.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
Makefile * Add user-controlled mk.conf variables 2001-12-28 01:32:37 +00:00
opendisk.3 remove referenced to raw (block) and cooked (character) devices, since 2001-12-10 22:50:33 +00:00
opendisk.c revert previous. 2001-12-10 22:41:52 +00:00
openpty.3 PCVT hack is gone. 2000-07-11 12:10:51 +00:00
passwd.c WARNS=2 fix 2001-11-05 15:03:49 +00:00
pidfile.3 - Don't delete the pidfile if the process executing the cleanup handler 2001-10-19 20:36:59 +00:00
pidfile.c Remove an extra character in a comment block. 2001-10-20 09:20:28 +00:00
pidlock.3 don't need trailing empty paragraph 1998-06-08 10:58:45 +00:00
pidlock.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
pty.c Add support for up to 930 pty devices (instead of the current 256). 2002-02-02 05:48:30 +00:00
pw_getconf.3 Add a LIBRARY section. 2000-09-18 16:02:41 +00:00
pw_init.3 .Fn foo' -> .Fn foo "void"' in SYNOPSIS. 2000-07-10 11:19:16 +00:00
pw_lock.3 Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to pass 2001-08-18 19:31:47 +00:00
secure_path.3 Improve formatting, noted by Simon Burge. 2001-08-20 14:26:45 +00:00
secure_path.c Rename secure_path(3) source file from securepath.c to secure_path.c. 2001-08-20 14:47:49 +00:00
shlib_version Bump libutil major for pw_mkdb() change. 2001-08-18 19:33:17 +00:00
ttyaction.3 Execute ttyaction on termination of rlogind/telnetd sessions. 1998-08-29 17:31:55 +00:00
ttyaction.c __CONCAT does token pasting, not string concatnation. if something like: 2000-12-19 23:09:02 +00:00
ttymsg.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
ttymsg.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
util.3 Fix pasto in last. 2001-12-07 09:31:34 +00:00