Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-11 | Default to "ustar" format when invoked as tar | Thorsten Lockert | |
1996-06-11 | Add -z and -Z options to tar usage strings | Thorsten Lockert | |
1996-06-11 | Use systems definition for getting major and minor numbers, and for | Thorsten Lockert | |
creating a device; from FreeBSD | |||
1996-06-11 | Correct usage for listing contents of archives; from FreeBSD | Thorsten Lockert | |
1996-06-11 | Correct compile warnings | Thorsten Lockert | |
Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD | |||
1996-06-10 | in findvar() return NULL for keywords not found | Theo de Raadt | |
1996-06-10 | from mrg; grok scsi tapes | Theo de Raadt | |
1996-06-10 | handle locale being incorrect | Theo de Raadt | |
1996-05-22 | Fix 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-22 | add blocksize/density commands; part of #921; from rhialto@polder.ubc.kun.nl | Theo de Raadt | |
1996-05-22 | const | Theo de Raadt | |
1996-05-21 | do newline correct inside ``, netbsd pr#2384 | Theo de Raadt | |
1996-05-04 | old 4.4 symlink behaviour no long valid | Theo de Raadt | |
1996-05-03 | don'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-19 | from netbsd; fix 4.4 sccs damage | Theo de Raadt | |
1996-04-19 | from mrg; impliment -z (gzip) in pax and tar, and -Z (compress) in tar | Theo de Raadt | |
1996-04-19 | Utility to control media changers from the command line; corresponds | Theo de Raadt | |
to new SCSI changer driver. | |||
1996-04-17 | From NetBSD: Don't open tapes for writing when repositioning. | dm | |
That clobbers data! | |||
1996-03-18 | From NetBSD: a a => a (close pr 2204 by Simon Burge <simonb@telstra.com.au>). | Niklas Hallqvist | |
1996-03-08 | From 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-08 | From 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-08 | From 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-03 | From NetBSD: Use const qualifier with conversion, args and clist tables | Niklas Hallqvist | |
1996-03-03 | From NetBSD: | Niklas Hallqvist | |
Changed so that INTOFF/INTON are paired in getpwd(). From Matthias Pfaller <leo@marco.de>. Fixes PR #2130. | |||
1996-03-03 | From NetBSD: | Niklas Hallqvist | |
Fix problems with the way init.o is built: * Prevent gratuitous rebuilds when nothing has changed. * Make sure it is rebuilt if a .h file is updated. | |||
1996-03-02 | timespec members are now named tv_{,u}sec again | Thorsten Lockert | |
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Fix PR/2070: Ksh style variable modifiers were broken in /bin/sh, from enami tsugutomo | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Changed so that COLUMNS environment variable will override the value obtained via the TIOCGWINSIZ ioctl. This is required by POSIX.2, see section 4.39.5.3. | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
fix bug where child% suspend parent% bg parent% fg Fg would not work anymore, it would say Suspended (tty input). | |||
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-01-05 | Add support for ostart and ostop | Niklas Hallqvist | |
1995-12-27 | Only warn about non-kerberos protocol if kerberos has been configured with | Thorsten Lockert | |
a local realm (/etc/kerberosIV/krb.conf is set up). | |||
1995-12-17 | do not treat symbolic links special; from cgd@netbsd.org; netbsd pr#1776 | Theo de Raadt | |
1995-12-16 | Make it possible to build without SKEY support | Thorsten Lockert | |
Add support for building with kerberosIV | |||
1995-12-14 | compile -DDES always | Theo de Raadt | |
1995-12-14 | s/ENVIRONMENTAL/ENVIRONMENT/ | Theo de Raadt | |
1995-12-14 | whoops, add this | Theo de Raadt | |
1995-12-14 | update from netbsd, including: | Theo de Raadt | |
Fix PR/1760, where 'cd -' before any other command could cause a reference to an uninitialized pointer. Use getcwd() to get the current working directory, instead of forking /bin/pwd [per Scott's suggestion] | |||
1995-11-22 | handle "cd -" causing crash if used as first sh command; from ↵ | Theo de Raadt | |
scottr@Plexus.COM; netbsd pr#1760 | |||
1995-11-13 | document -h flag; from windsor@punk.hedgehog.com, netbsd pr#1740 | Theo de Raadt | |
1995-11-06 | complete ufs -> ffs change (From John Kohl; PR #1403) | Theo de Raadt | |
1995-10-25 | LIBMATH -> LIBM | Theo de Raadt | |
1995-10-23 | uhm, this was missing | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |