summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
exist. The only reason I did that in the first place was to get a fake s/key challenge. Now if the use does not exist we just get the challenge if password was 's/key' else sleep for a bit to make it look like we are doing a crypt().
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 ↵Todd C. Miller
is much better than the old fake challenge.
1998-07-05ctime takes a pointer to time_t not long. Correct in prototype, wrong in ↵Todd C. Miller
description
1998-07-05fix bugs; seen by dimaTheo de Raadt
1998-07-05cleanupArtur Grabowski
1998-07-05man page; mrgTheo de Raadt
1998-07-05split KREAD() callsTheo de Raadt
1998-07-05check kvm_read() better; msaitohTheo de Raadt
1998-07-05use STDERR_FILENO; kleinkTheo de Raadt
1998-07-05install krb.realms with 644 permsArtur Grabowski