summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
1996-10-28Don't strip off the last slash in the pathname "/". cp used toThorsten Lockert
stat the pathname "" in order to decide that the pathname "/" is a directory. This caused `cp kernel /' to fail if the kernel has the POSIX behaviour of not allowing the pathname "" to be an alias for ".". It presumably also caused `cp /etc/motd /' to fail in the unlikely event that "." is not stat'able. Be more careful about concatenating pathnames: don't check that the pathname fits until prefixes have been discarded (the check was too strict). Print the final pathname in error messages. Terminate the target directory name properly for error messages. Don't add a slash between components if there is already a slash. Fix from FreeBSD
1996-10-27compileTodd C. Miller
1996-10-27Don't honor $HOME if >= MAXPATHLENTodd C. Miller
1996-10-27Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.Jason Downs
General pax still seems to work ok.
1996-10-27-z can now list/extra compressed files too. Uses new gz_iszipped() function.Todd C. Miller
1996-10-20Sync with NetBSD. Adds better POSIX compliance amongst others.Todd C. Miller
1996-10-13Update to version 5.2.11.Jason Downs
1996-10-12Back out my sprintf -> snprintf changes where they don't make sense andTodd C. Miller
use good ole strcpy() instead. Also use perror() instead of fprintf() where it makes sense.
1996-10-12use HOSTCC; from daleTheo de Raadt
1996-10-08Attempt at cleanup.michaels
1996-10-01Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigmJason Downs
shift. Or something like that.
1996-10-01Integrate pdksh 5.2.9.Jason Downs
1996-09-28Back out last change, getopt on OpenBSD returns -1, not EOFimp
1996-09-28Fix the return value of test of getopt. It is documented to returnimp
EOF when there are no more args to process. This happens also to be a trivial difference between FreeBSD and OpenBSD which FreeBSD has right. Shouldn't break anything because EOF is #defined to be -1 on BSD systems.
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