summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
1996-09-27unused sample way of getting around type missing in ash; from woods@weird.comTheo de Raadt
1996-09-24remove lint, reduce executable size.michaels
1996-09-22Use zopen for compress-style compressed archivesThorsten Lockert
Use libz for gzip-style compressed archives
1996-09-16/tmp//_shXXXXXX -> /tmp/_shXXXXXXTodd C. Miller
1996-09-16These should always be static.Jason Downs
1996-09-16Use $STATIC.Jason Downs
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15fix a typo and vsprintf -> vsnprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15Don't complain if setsockopt() fails. It will fail if we used rcmdsh()Todd C. Miller
instead of rcmd() and there's no easy way to detect which we used now.
1996-09-15document ``ulimit'' builtin.Todd C. Miller
1996-09-14WHen we fail to open tape device, only print an error message if errnoTodd C. Miller
is non-zero. If errno is 0 then the remote mt already did the message...
1996-09-03kill useless codeTheo de Raadt
1996-09-02not setuid, silence TCP_MAXSEG for non-rootTheo de Raadt
1996-09-01No longer need to be setuid (rcmd uses rcmdsh if uid != 0).Todd C. Miller
1996-09-01check rcmd() return val and exit nicely.Todd C. Miller
1996-08-27Fix uses of strncpyThorsten Lockert
1996-08-26strncpy carefulTheo de Raadt
1996-08-25Fix problems with compiling without KSH defined, add NOEDIT override.Jason Downs
1996-08-25More dead wood.Jason Downs
1996-08-25Removed unused file and move KSH define to CFLAGS.Jason Downs
1996-08-22__OpenBSD__Theo de Raadt
1996-08-21Don't override BINOWN and BINGRPThorsten Lockert
1996-08-20Forgot emacs.out depends on emacs.c.Jason Downs
1996-08-19invoke /bin/shJason Downs
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Ok, I give up kill the pdksh links.Jason Downs
1996-08-14Don't forget to add it to the Makefile, dude.Jason Downs
1996-08-14Yet more links.Jason Downs
1996-08-14Add these to the repository, but don't do anything with them; theyJason Downs
need perl (at least for now).
1996-08-14Add links.Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs
1996-08-14Get mode of last directory right when doing mkdir -p; NetBSD PR #2686Thorsten Lockert
1996-08-11bad setuid, bad, bad, badTheo de Raadt
1996-08-11Install with 4554 permissions.dm
1996-08-10from bde@freebsd.org; if printregs() sees no bit names, avoid using themTheo de Raadt
1996-08-10%d for formatsTheo de Raadt
1996-08-10Add support for -h in tar emulation mode to follow symlinksThorsten Lockert
1996-08-09sprintf -> snprintfTodd C. Miller
1996-08-06_POSIX2_LINE_MAX errbuf for kvm_openfiles()Theo de Raadt
1996-08-04use bindresvportTheo de Raadt
1996-08-02Document the fact that we are compliant with 1003.2-1992, with someThorsten Lockert
extensions
1996-08-02Exit with status >0 if any error occured; from FreeBSDThorsten Lockert
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-08-02more robust deliting, and handle negative timestamps; from freebsdTheo de Raadt