| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
and installing USD/SMM/PSD docs.
jmc@ agrees with the direction, ok millert@ on an earlier diff
|
|
|
|
|
|
|
| |
else does not skip enough of the original code. Instead use a temporary
sockaddr pointer and adjust it to point to the sin6 one if an embedded
scope was detected.
OK jca@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.
Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6) v6 v7
printf(3) v2 v4
abort(3) v5 v6
system(3) v6 v7
fmod(3) v5 v6
ok schwarze@
|
| |
|
|
|
|
|
|
|
| |
Delete a bunch of unnecessary #includes and sort to match style(9)
while doing the above cleanup.
ok deraadt@ krw@
|
|
|
|
|
|
|
| |
the 'int' temporary variable.
problem reported by Jacob Zimmermann (jacobz (at) senseofsecurity.com.au)
ok deraadt@
|
| |
|
|
|
|
| |
or missing. From Sebastien Marie.
|
| |
|
|
|
|
|
|
|
|
| |
Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded value
(typically 80) as appropriate.
ok deraadt@; man bits ok jmc@
|
|
|
|
| |
Feedback millert@ kettenis@
|
|
|
|
| |
Patch from Chris Bennett, ok tb@
|
| |
|
|
|
|
|
|
|
| |
No need for bauds structure, since handled by cfsetspeed.
From Chris Bennett, thanks!
ok millert@
|
| |
|
|
|
|
|
|
|
| |
functions static if possible. Move delay() to lpd/printjob.c and fix
an annoying typo.
ok deraadt@
|
|
|
|
| |
ok tb@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
sizeof(struct sockaddr_un), so do the simple, portable thing.
Also convert some strncpy() to strlcpy()
ok deraadt@
|
|
|
|
|
| |
add file millert missed, from a previous diff he mailed me.
millert, please check if this is the right one.
|
|
|
|
|
| |
only checks the host name. This clears the way for removal of
__ivaliduser_sa() and __ivaliduser() from libc. OK deraadt@
|
| |
|
| |
|
|
|
|
| |
ok florian
|
|
|
|
| |
millert spotted the accidental <ctype.h> removal that caused binary change.
|
|
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
| |
|
|
|
|
| |
ok deraadt@ millert@ tedu@
|
| |
|
|
|
|
| |
tricky, but note the remembered size is in bss.
|
| |
|
|
|
|
|
|
|
| |
Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.
ok deraadt@ (had same diff in tree)
|
|
|
|
|
|
| |
the errno of an intervening cleanup operation like close/unlink/etc.
Diff from Doug Hogan (doug (at) acyclic.org)
|
|
|
|
|
|
| |
the log messages to clarify the reason for the failure to clarify the
condition.
ok guenther
|
|
|
|
|
|
| |
lpq -l.
ok millert@
|
|
|
|
|
|
| |
Also, in 'ftp', always put the error message last, after the hostname/ipaddr.
ok jsing@ krw@ millert@
|
|
|
|
|
|
|
|
|
| |
Access control is now done only using hosts.lpd.
See lpd(8) for more information about the format of this file.
"seems reasonable" tedu@
"looks good" deraadt@
ok sthen@
|
| |
|
| |
|
| |
|
|
|
|
| |
ok jmc@
|
|
|
|
| |
ok krw@ deraadt@ benno@
|
|
|
|
| |
ok millert@
|
|
|
|
|
|
|
| |
requested, use O_NOFOLLOW, otherwise make sure afterwards that the
correct file has been referenced (device/inode supplied by 'S' line).
diff basically from and ok millert@, ok guenther@
|