summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-07make 'ndc start' use the values of named_flags, named_user, and named_chroot ↵Todd C. Miller
from /etc/rc.conf; based on a patch from ibo@ragnarok.val-axs.net
1998-07-07more includesMichael Shalayeff
1998-07-07more MD filesMichael Shalayeff
1998-07-07add some options; s/size/\${SIZE}/Michael Shalayeff
1998-07-07htons(ETHERTYPE_IPX)ryker
1998-07-07kpasswdd was not built as was obsoleted by kadmin{,d}Artur Grabowski
1998-07-07put wd_error check back; without this machine boot times go well over 60 secondsTheo de Raadt
1998-07-07oops, do not forget to change the version numberArtur Grabowski
1998-07-07upgrade libkrb to 0.9.9Artur Grabowski
1998-07-07change _PATH_KVMDB to be the same name as the db created by kvm_mkdbMarco S Hyman
1998-07-07include <signal.h> not <sys/signal.h>Theo de Raadt
1998-07-07libss is not used anymoreArtur Grabowski
1998-07-07kill libss as it has only been used by mk_cmdsArtur Grabowski
1998-07-07do not install includes from libssArtur Grabowski
1998-07-07syncTheo de Raadt
1998-07-07syncTheo de Raadt
1998-07-07two new products; fgsch@olimpo.com.brTheo de Raadt
1998-07-07mk_cmds is goneArtur Grabowski
1998-07-07remove the line with e2fsprogsArtur Grabowski
1998-07-07add hppa support, fix the commentMichael Shalayeff
1998-07-07old, big, not compiled and not used, dieArtur Grabowski
1998-07-07mk_cmds is not used by anything. bye byeArtur Grabowski
1998-07-07remove mk_cmds because noone uses itArtur Grabowski
1998-07-07fd_set is not a structArtur Grabowski
1998-07-07fd_set is not a structArtur Grabowski
1998-07-07fd_set is not a structArtur Grabowski
1998-07-07DECNET is not DECENT. :-)ryker
1998-07-07tiny freebsd cleanupsTheo de Raadt
1998-07-07per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM.Theo de Raadt
As permitted, make the truncated buffer be NUL terminated. make getdomainname() match.
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07a big bunch of next to nothingTheo de Raadt
1998-07-07minor tweaks to plist targetMarco S Hyman
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-07-07syncTheo de Raadt
1998-07-07PNIC, a tulip cloneTheo de Raadt
1998-07-06syncTheo de Raadt
1998-07-06New target 'plist' for port developers. Generates /PLIST-autoMarco S Hyman
which should require minimal hacking to turn into /PLIST. CAUTION: does not find files installed with tar, or any other install method that does not change the timestamp of the installed file.
1998-07-06strlxx() return size_t not char *Todd C. Miller
1998-07-06do the right thing if maxsiz == 0Todd C. Miller
1998-07-06Always NUL terminate buf even if there was not enough space toTodd C. Miller
write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability...
1998-07-06revoke privs after openTheo de Raadt
1998-07-06kill non-POSIX S_IWRITETheo de Raadt
1998-07-06fix openbsd tagTheo de Raadt
1998-07-06powerpc uses binutils gprofTodd C. Miller
1998-07-06Some ports uses kbd since they have pc style keyboard interfaces butPer Fogelstrom
they don't use pcvt which is i386 specific. Fixed with a define: -DHAVEPCVT.
1998-07-06syncTheo de Raadt
1998-07-06alpha work againTheo de Raadt
1998-07-06fix this mess; XXX need new cygnus versionTheo de Raadt
1998-07-05fixTodd T. Fries
1998-07-05don't try and rebuild things via GNU automakeTodd C. Miller