summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
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
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
1998-07-05Kill extra man page build as well.Jason Downs
1998-07-05newsalt uses 24-bit count, and not 32-bitNiels Provos
1998-07-05fix netbsd bug; from boquist@cs.chalmers.seJason Downs
1998-07-05No need to call pwcheck() (and hence crypt()) if the user does notTodd C. Miller
1998-07-05use correct directory for h2ph -dTodd C. Miller
1998-07-05run h2ph with -d ${DESTDIR}Todd C. Miller
1998-07-05add .Xr's for all the random functions in libcTodd C. Miller
1998-07-05replace open + fstat with statTodd C. Miller
1998-07-05if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This is...Todd C. Miller
1998-07-05ctime takes a pointer to time_t not long. Correct in prototype, wrong in des...Todd C. Miller