Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-08 | define types for pdc calls | Michael Shalayeff | |
1998-07-08 | When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we ↵ | Todd C. Miller | |
don't wrap. | |||
1998-07-08 | define DEFAULT_KERNEL_ADDRESS for MI boot.c | Michael Shalayeff | |
1998-07-08 | reflect MI boot changes; remove dead time_print() prototype | Michael Shalayeff | |
1998-07-08 | use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load address | Michael Shalayeff | |
1998-07-08 | Force NUL termination of strings in request we get from client; ↵ | Todd C. Miller | |
okir@monad.swb.de | |||
1998-07-08 | Clarifications. Hopefully these will help | Tobias Weingartner | |
in preventing a reoccurance of the same sort of problem again. Thanks to: markjr@shmOOze.net | |||
1998-07-08 | use fprintf everytime for consitancy; help !ansi compilers as well | Michael Shalayeff | |
1998-07-08 | sync | Theo de Raadt | |
1998-07-08 | search for files in | Marco 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-07 | S3 SonicVibes driver | Constantine Sapuntzakis | |
1998-07-07 | make '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-07 | more includes | Michael Shalayeff | |
1998-07-07 | more MD files | Michael Shalayeff | |
1998-07-07 | add some options; s/size/\${SIZE}/ | Michael Shalayeff | |
1998-07-07 | htons(ETHERTYPE_IPX) | ryker | |
1998-07-07 | kpasswdd was not built as was obsoleted by kadmin{,d} | Artur Grabowski | |
1998-07-07 | put wd_error check back; without this machine boot times go well over 60 seconds | Theo de Raadt | |
1998-07-07 | oops, do not forget to change the version number | Artur Grabowski | |
1998-07-07 | upgrade libkrb to 0.9.9 | Artur Grabowski | |
1998-07-07 | change _PATH_KVMDB to be the same name as the db created by kvm_mkdb | Marco S Hyman | |
1998-07-07 | include <signal.h> not <sys/signal.h> | Theo de Raadt | |
1998-07-07 | libss is not used anymore | Artur Grabowski | |
1998-07-07 | kill libss as it has only been used by mk_cmds | Artur Grabowski | |
1998-07-07 | do not install includes from libss | Artur Grabowski | |
1998-07-07 | sync | Theo de Raadt | |
1998-07-07 | sync | Theo de Raadt | |
1998-07-07 | two new products; fgsch@olimpo.com.br | Theo de Raadt | |
1998-07-07 | mk_cmds is gone | Artur Grabowski | |
1998-07-07 | remove the line with e2fsprogs | Artur Grabowski | |
1998-07-07 | add hppa support, fix the comment | Michael Shalayeff | |
1998-07-07 | old, big, not compiled and not used, die | Artur Grabowski | |
1998-07-07 | mk_cmds is not used by anything. bye bye | Artur Grabowski | |
1998-07-07 | remove mk_cmds because noone uses it | Artur Grabowski | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-07-07 | DECNET is not DECENT. :-) | ryker | |
1998-07-07 | tiny freebsd cleanups | Theo de Raadt | |
1998-07-07 | per 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-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | a big bunch of next to nothing | Theo de Raadt | |
1998-07-07 | minor tweaks to plist target | Marco S Hyman | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-07-07 | sync | Theo de Raadt | |
1998-07-07 | PNIC, a tulip clone | Theo de Raadt | |
1998-07-06 | sync | Theo de Raadt | |
1998-07-06 | New target 'plist' for port developers. Generates /PLIST-auto | Marco 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-06 | strlxx() return size_t not char * | Todd C. Miller | |
1998-07-06 | do the right thing if maxsiz == 0 | Todd C. Miller | |