summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-08define types for pdc callsMichael Shalayeff
1998-07-08When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we ↵Todd C. Miller
don't wrap.
1998-07-08define DEFAULT_KERNEL_ADDRESS for MI boot.cMichael Shalayeff
1998-07-08reflect MI boot changes; remove dead time_print() prototypeMichael Shalayeff
1998-07-08use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load addressMichael Shalayeff
1998-07-08Force NUL termination of strings in request we get from client; ↵Todd C. Miller
okir@monad.swb.de
1998-07-08Clarifications. Hopefully these will helpTobias Weingartner
in preventing a reoccurance of the same sort of problem again. Thanks to: markjr@shmOOze.net
1998-07-08use fprintf everytime for consitancy; help !ansi compilers as wellMichael Shalayeff
1998-07-08syncTheo de Raadt
1998-07-08search for files inMarco S Hyman
ftp://ftp.openbsd.org/pub/OpenBSD/distfiles if they were not found in ftp://ftp.openbsd.org/pub/OpenBSD/licensed. The later directory is where we will keep the tarballs for ports that can not be shipped on the CD.
1998-07-07S3 SonicVibes driverConstantine Sapuntzakis
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