| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
math on void *
assistance from guenther, ok millert
|
|
|
|
|
| |
patch from Daniel Dickman <didickman at gmail dot com> tweaked by me;
"looks ok" millert@, manual help and ok jmc@
|
|
|
|
|
|
|
| |
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
|
|
| |
a diff from Eric Gouyer. Closes PR 5553. OK deraadt@
|
|
|
|
|
| |
buffer corruptions for some very large files. Also fixes some
TRECHEADER vs. RECHEADER mismatches. Back in after unlock.
|
|
|
|
| |
please try again right after release.
|
|
|
|
|
| |
buffer corruptions for some very large files. Also fixes some
TRECHEADER vs. RECHEADER mismatches. OK deraadt@ otto@ ray@
|
|
|
|
|
|
| |
Allocate buffers early and in one place instead of two.
Make bufend global so it can be updated along with buffer.
OK deraadt@
|
|
|
|
| |
pkg_mklocatedb/locate.mklocatedb
|
|
|
|
|
| |
Allocate buffers early and in one place instead of two.
Fixes PR 5252; OK deraadt
|
| |
|
| |
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
| |
|
|
|
|
|
| |
Cures alignment faults on alpha and sparc64.
OK: niklas@ ericj@ millert@
|
|
|
|
|
| |
to be properly sorted. Many other cleanup's done, and depreciate register.
millert@ and deraadt@ ok.
|
|
|
|
|
|
|
|
|
| |
constant). These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).
|
|
|
|
| |
number of keys given. Closes PR #825.
|
|
|
|
|
| |
meant to be file offsets for fseek(3). However, those values
could never be > an int anyay so it is not a problem.
|
| |
|
| |
|
| |
|
|
|
|
| |
Don't dump core on empty file.
|
|
|