summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include/config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove debugging fluff from allocation functions. There's probably moremmcc2015-12-111-5/+1
| | | | | | of this stuff elsewhere in amd. "such clutter just makes people not care" deraadt@
* Use vsyslog() instead of manually expanding the string and calling syslog(%s)guenther2014-10-261-2/+3
| | | | | | | Now that newline stripping isn't needed, use vfprintf() instead of formatting and then writing it out. Delete bogus XXX comment that predated the switch to vsnprintf() Make the format string const char *
* Replace xrealloc() with xreallocarray(). Break-out the 'log and die'guenther2014-10-261-4/+5
| | | | | | | function as xmallocfailure() and use that in the locations where reallocarray's checks alone aren't sufficient. ok doug@ deraadt@
* Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.guenther2014-10-201-6/+3
| | | | | | | | | | | | | Perform one level of expansion on the various "portability" macros from os-*.h Delete support for Hesiod and the pre-4.4 versions of the NFS API Delete the no-op unlock_mntlist() unifdef -UFASCIST_DF_COMMAND -UMOUNT_HELPER_SOURCE Move the struct mntent and MNTMAXSTR definitions into include/am.h Move the commented-out -DHAS_NDBM_MAPS into amd/Makefile Expand OS_REP to "bsd44". With config/* empty, delete them. "lot of stuff...but I know your process on this" deraadt@
* Start removing portability goo: we have syslog(), strerror(), POSIX regexp,guenther2014-10-201-10/+2
| | | | | | | | BSD-style getmntinfo(), BSD signals, 4.4BSD unmount(), etc Delete configurations for other OSes Delete fsinfo and mk-amd-map, as we don't build them. ok deraadt@
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
| | | | OK deraadt@
* Remove redundant errno declaration. ok deraadt@otto2004-05-311-2/+1
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Get rid of useless local definitions P_void, voidp, Const and usepvalchev2002-08-051-20/+3
| | | | void, void *, const respectively; some cosmetics; ok deraadt
* various KNF and code cleanup/simplification, parts checked by millert/deraadtpvalchev2002-08-031-15/+9
|
* pid_cleanup, inspired by work by jason@ackley.netderaadt2002-05-261-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+140