summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
1996-08-02more robust deliting, and handle negative timestamps; from freebsdTheo de Raadt
1996-08-02vmin/vtime may print 255 (_POSIX_VDISABLE)Theo de Raadt
1996-08-02ioctl ip->fd, not 0, dohTheo de Raadt
1996-08-02search table 2Theo de Raadt
1996-08-02let vmin/vtime be set to 255Theo de Raadt
1996-08-02not a terminal; from freebsdTheo de Raadt
1996-08-02extra utmp.h goes away; tom@haven.uniserve.com in freebsdTheo de Raadt
1996-07-30regarding freebsd pr#1351 & pr#1377 re: fastcopy(); kill "wrong gid butTheo de Raadt
group-readable" window; do not setuid/setgid if fchown() fails.
1996-07-17Limit chio(1) to group operatorThorsten Lockert
1996-07-08kernel is /bsd, os is OpenBSDccappuc
1996-06-29@ documented incorrectly; netbsd pr#2577; banshee@gabriella.resort.comTheo de Raadt
1996-06-29s/NOFILE/sysconf(_SC_OPEN_MAX)/Theo de Raadt
1996-06-29Use tar(1) emulation as provided by pax(1)Thorsten Lockert
1996-06-25mkstempTheo de Raadt
1996-06-24use temp file more carefullyTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-06-18from netbsd; Fix PR/2504: return with no args returns 0 instead ofTheo de Raadt
the return value of the previous command in functions
1996-06-17opendev.h -> util.hJason Downs
1996-06-17Changed to use the opendev(3) in libutilJason Downs
1996-06-17The eject half of mt requires a device, instead of defaulting to the tape.Jason Downs
1996-06-16allocate large enough buffer; netbsd pr#2550; gsstark@mit.eduTheo de Raadt
1996-06-12ok, so I didn't think of it last nightJason Downs
1996-06-12actually document what offline does.Jason Downs
1996-06-11Manual page for tar(1) emulation in pax(1), by meThorsten Lockert
1996-06-11Make eject(1) an alias for mt .. offline, and support disklabel(8) shortJason Downs
form device names.
1996-06-11move to bin/md5 for `greater accessibility'Theo de Raadt
1996-06-11Default to "ustar" format when invoked as tarThorsten Lockert
1996-06-11Add -z and -Z options to tar usage stringsThorsten Lockert
1996-06-11Use systems definition for getting major and minor numbers, and forThorsten Lockert
creating a device; from FreeBSD
1996-06-11Correct usage for listing contents of archives; from FreeBSDThorsten Lockert
1996-06-11Correct compile warningsThorsten Lockert
Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD
1996-06-10in findvar() return NULL for keywords not foundTheo de Raadt
1996-06-10from mrg; grok scsi tapesTheo de Raadt
1996-06-10handle locale being incorrectTheo de Raadt
1996-05-22Fix growstackblock() 'newlen' calculations:Theo de Raadt
(1) it needs to be ALIGNed for both halves of the 'if,' and (2) if you're going to claim that you now have ALIGN(newlen) bytes left, you should have actually allocated ALIGN(newlen), rather than just 'newlen' bytes.
1996-05-22add blocksize/density commands; part of #921; from rhialto@polder.ubc.kun.nlTheo de Raadt
1996-05-22constTheo de Raadt
1996-05-21do newline correct inside ``, netbsd pr#2384Theo de Raadt
1996-05-04old 4.4 symlink behaviour no long validTheo de Raadt
1996-05-03don't munge argv strings -- copy them first. avoids 'w' showing:Theo de Raadt
deraadt p8 zeus.theos.com 8:26AM 3 dd if of bs
1996-04-19from netbsd; fix 4.4 sccs damageTheo de Raadt
1996-04-19from mrg; impliment -z (gzip) in pax and tar, and -Z (compress) in tarTheo de Raadt
1996-04-19Utility to control media changers from the command line; correspondsTheo de Raadt
to new SCSI changer driver.
1996-04-17From NetBSD: Don't open tapes for writing when repositioning.dm
That clobbers data!
1996-03-18From NetBSD: a a => a (close pr 2204 by Simon Burge <simonb@telstra.com.au>).Niklas Hallqvist
1996-03-08From NetBSD:Niklas Hallqvist
Add remote tape capabilities. Since we're setuid, let's be paranoid. Picked up a little lint in the dryer.
1996-03-08From NetBSD:Niklas Hallqvist
Add remote tape capabilities. Since we're setuid, let's be paranoid. Picked up a little lint in the dryer.
1996-03-08From NetBSD:Niklas Hallqvist
- parser.c: Fix prompting in old style backquote expansion. Fixes PR/2139 and many user complaints why the shell hangs in echo "`" - eval.c: Fix exitstatus invalid resetting in `if' statements were: if (exit 3); then echo foo $? else echo bar $? fi printed 'bar 0' instead of bar 3 Return zero status if `else' clause is empty.
1996-03-03From NetBSD: Use const qualifier with conversion, args and clist tablesNiklas Hallqvist
1996-03-03From NetBSD:Niklas Hallqvist
Changed so that INTOFF/INTON are paired in getpwd(). From Matthias Pfaller <leo@marco.de>. Fixes PR #2130.