summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1998-07-08close(fileno()) inside vfork(); cgdTheo de Raadt
1998-07-08use fprintf everytime for consitancy; help !ansi compilers as wellMichael Shalayeff
1998-07-07add hppa support, fix the commentMichael Shalayeff
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-06revoke privs after openTheo de Raadt
1998-07-06kill non-POSIX S_IWRITETheo de Raadt
1998-07-06powerpc uses binutils gprofTodd C. Miller
1998-07-05newsalt uses 24-bit count, and not 32-bitNiels Provos
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-05check kvm_read() better; msaitohTheo de Raadt
1998-07-04enable variable number of rounds for extended crypt, this is the cryptNiels Provos
variant used by BSDI, reminded of this fact by Solar Designer.
1998-07-04split dirname and basename man pages; add dirnameTheo de Raadt
1998-07-04split dirname and basename man pagesTheo de Raadt
1998-07-03Better fix from Christos:Todd C. Miller
deleting a suffix that has 0 source references causes core-dump. Fix: when an unused suffix gets removed, delete it from the suffix list. There is still, however a duplicate free(), which I work around by passing the Suffix back as a return value to SuffRemove() (it gets set to NULL when the suffix is freed). This is probably not the best way to fix this.
1998-07-02Check against suffNull, not the contents of nameTodd C. Miller
1998-07-02better fix; may be a small memory leak thoughTodd C. Miller
1998-07-02back out last patch; it causes incorrect behaviorTodd C. Miller
1998-07-02Fix a bug where make gets confused by targets beginning with a period (``.'')Todd C. Miller
and tried to do a suffix conversion, following a NULL pointer in the proccess. Also add some sanity checks so we don't blindly assume strchr returns non-NULL.
1998-07-01delete unknown errorTheo de Raadt
1998-07-01Fix confusing error messageMarc Espie
1998-06-29make the bootstrap compile on modern compilersArtur Grabowski
1998-06-26save_errnoTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1998-06-26we have a real paths.hTodd C. Miller
1998-06-26we use rcmdsh(3) from libcTodd C. Miller
1998-06-26make 'now' work as a timespecTodd C. Miller
1998-06-25handle missing swapTheo de Raadt
1998-06-25and mailx too..Theo de Raadt
1998-06-25first cut at isofs supportTheo de Raadt
1998-06-23complain correctly when /var/msgs/bounds does not exist; ↵Theo de Raadt
fullermd@futuresouth.com
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-23use sysconf() to get ARG_MAXTheo de Raadt
1998-06-22mention that block usage != file sizeTodd C. Miller
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-15add -p opt to usage; form@vs.itam.nsc.ruTheo de Raadt
1998-06-14fix gecos subfield descriptionTheo de Raadt
1998-06-13lif is BIG_ENDIANMichael Shalayeff
1998-06-12fix vm load displayMarco S Hyman
1998-06-12back out some signal changes that can cause mail to hang when quitting due ↵Todd C. Miller
to SIGCHLD blockage
1998-06-12Don't call truncate() directly; have rm() do it if we get EPERM on unlink()Todd C. Miller
In popen.c, findchild() may return NULL so catch that case.
1998-06-12Properly delete messages that the user has deleted in his/her spool.Todd C. Miller
I fudged up the logic when I replaced an unlink with a truncate.
1998-06-12describe bug about faking EOFDavid Leonard
1998-06-12there is no %w formatDavid Leonard
1998-06-12make -o semantics obviousDavid Leonard
1998-06-12spellingDavid Leonard
1998-06-11Don't segfault just because a line starts with NUL; rossTheo de Raadt
1998-06-11typo; thepish@freebsd.orgTheo de Raadt