.. |
Makefile
|
WARNS=3; fix cast-qual issues.
|
2004-12-11 06:41:15 +00:00 |
disklabel_dkcksum.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
disklabel_dkcksum.c
|
delint pointer casts.
|
2003-10-25 07:31:27 +00:00 |
disklabel_scan.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
disklabel_scan.c
|
Added two functions disklabel_dkcksum() and disklabel_scan() to libutil
|
2002-10-12 20:53:15 +00:00 |
getbootfile.3
|
Aq Pa instead of Pa Aq.
|
2003-06-27 13:58:51 +00:00 |
getbootfile.c
|
The last argument to sysctl is a size_t, not a pointer; don't pass NULL.
|
2003-10-21 00:47:46 +00:00 |
getlabelsector.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
getlabelsector.c
|
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
|
2003-01-24 21:55:02 +00:00 |
getmaxpartitions.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
getmaxpartitions.c
|
…
|
|
getmntopts.3
|
occured -> occurred. From Peter Postma.
|
2004-02-24 15:12:51 +00:00 |
getmntopts.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
getrawpartition.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
getrawpartition.c
|
…
|
|
if_media.c
|
Add if_media.c, functions for converting media to/from strings.
|
2004-11-11 20:36:28 +00:00 |
login.3
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
login.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
login_cap.3
|
Mmm, API changes without date bumps... bump date for constification.
|
2004-12-11 16:50:56 +00:00 |
login_cap.c
|
Unbreak setuserpath(); from Nick Hudson.
|
2004-12-20 18:42:03 +00:00 |
login_tty.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
loginx.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
loginx.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
logout.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
logoutx.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
logwtmp.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
logwtmpx.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
opendisk.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
opendisk.c
|
…
|
|
openpty.3
|
Don't allow openpty to succeed if the caller is non-superuser.
|
2004-06-18 02:42:57 +00:00 |
passwd.c
|
PR/28792: FUKAUMI Naoki: passwd: Couldn't generate salt: Invalid argument
|
2005-01-15 03:07:56 +00:00 |
pidfile.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
pidfile.c
|
change return type of pidfile(3) to int (-1 on error), to inform caller
|
2002-05-22 07:31:40 +00:00 |
pidlock.3
|
netbsd.org->NetBSD.org
|
2003-07-26 19:24:24 +00:00 |
pidlock.c
|
netbsd.org->NetBSD.org
|
2003-07-26 19:24:24 +00:00 |
pty.c
|
If TIOCPTMGET fails, close /dev/ptm.
|
2005-01-19 01:54:09 +00:00 |
pw_getconf.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
pw_init.3
|
New sentence, new line.
|
2004-08-04 15:07:37 +00:00 |
pw_lock.3
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:42:00 +00:00 |
secure_path.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
secure_path.c
|
writable, not writeable.
|
2003-01-06 20:30:28 +00:00 |
shlib_version
|
add pw_getpwconf(), bump.
|
2005-01-12 03:34:33 +00:00 |
snprintb.3
|
Add missing LIBRARY section.
|
2004-12-01 00:06:46 +00:00 |
snprintb.c
|
WARNS=3; fix cast-qual issues.
|
2004-12-11 06:41:15 +00:00 |
sockaddr_snprintf.3
|
Add missing LIBRARY section.
|
2004-12-01 00:06:46 +00:00 |
sockaddr_snprintf.c
|
For consistency of sockaddr_snprintf(3) with snprintf(3) and
|
2005-01-13 00:44:25 +00:00 |
ttyaction.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
ttyaction.c
|
WARNS=3; fix cast-qual issues.
|
2004-12-11 06:41:15 +00:00 |
ttymsg.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
ttymsg.c
|
Avoid spinning if writing to a pty returns 0. This happened to me when
|
2005-01-08 06:43:16 +00:00 |
util.3
|
Add a manual page.
|
2004-11-20 03:06:09 +00:00 |