summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/i386_nlist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* Use <elf.h> instead of <elf_abi.h>mpi2017-10-271-2/+2
| | | | ok jasper@, jca@, deraadt@
* Add parenthesis gcc wants and remove defined but unused label gcckrw2015-10-191-4/+3
| | | | | | complains about. ok deraadt@ on parethesis
* Check file sizes only for regular files. The current code breaks savecoretobias2015-10-161-3/+3
| | | | | | due to its kvm handling. ok deraadt
* Merge nlist out of boundary access fix with other nlist implementations.tobias2015-10-161-31/+55
| | | | | | While at it, merge style and typo fixes back into nlist(3), too. ok deraadt, jsing, millert
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-3/+4
| | | | | | | in net/pfvar.h sys/proc.h sys/ucred.h arpa/nameser.h change to PATH_MAX, reduce use of MIN() and MAX(), HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc etc ok millert guenther, some review by doug
* Rework installboot and use a single directory with a single makefile. Thejsing2014-01-191-0/+286
directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin. Discussed with deraadt@