Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-10 | Permit single block trailers differently. | Todd C. Miller | |
1997-02-10 | Don't freak out on archives with only a single block of 0's as | Todd C. Miller | |
trailer (used to require two blocks of 0's but some tar's only put in one). | |||
1997-02-06 | make "/bin/kill -CONT ''" abort correctly; arnej@imf.unit.no | Theo de Raadt | |
1997-02-05 | Added "gid" keyword to print effective group ID of process. | kstailey | |
(also alpha-sorted some of the man page that was nearly sorted.) BEFORE: kstailey@hermes$ ps -o ruid,svuid,uid,command RUID SVUID UID COMMAND 333 333 333 -bash (bash) worked, but group equivalent failed: kstailey@hermes$ ps -o rgid,svgid,gid,command ps: gid: keyword not found RGID SVGID COMMAND 20 20 -bash (bash) AFTER: kstailey@hermes$ ps -o rgid,svgid,gid,command RGID SVGID GID COMMAND 20 20 20 -bash (bash) | |||
1997-02-02 | Remember errno if fchown() fails so we get correct warnings | Thorsten Lockert | |
Only warn about not being able to restore user/group owner if not -f | |||
1997-02-01 | Get precedence right | Thorsten Lockert | |
1997-01-26 | We don't follow old 4.4BSD symlink semantics anylonger. | Jason Downs | |
1997-01-26 | support for lchown(2) if "-p" is used | kstailey | |
1997-01-26 | Support lchown(). | Jason Downs | |
1997-01-24 | Support multiple -v options like GNU tar (> 1 -v means do ls-like output). | Todd C. Miller | |
1997-01-23 | sh-based TEST suite and man page clarifications from FreeBSD | Todd C. Miller | |
1997-01-22 | xref manual pages via SEE ALSO | kstailey | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-05 | HOSTCC; from rahnds | Theo de Raadt | |
1997-01-03 | From NetBSD: | Todd C. Miller | |
- Correct sorting behaviour. - Do multicolumn output in a way that's a more likely to line up evenly. From D'Arcy J.M. Cain <darcy@druid.com>, NetBSD PR #2965. | |||
1997-01-02 | Revert HISTFILE. If anyone wants a differently named history file, they | Jason Downs | |
can set it in their environment. | |||
1997-01-02 | Don't mention $_. | Jason Downs | |
1997-01-02 | After discussing $_ with the maintainer, revert ksh behaviour and completely | Jason Downs | |
eliminate it from sh. | |||
1997-01-02 | Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: | Jason Downs | |
don't set $_ if we're non-interactive. | |||
1996-12-29 | change the name of the history file from .pdksh_hist to .ksh_history | Thomas Graichen | |
this way it is clearer where it comes from (pdksh is ksh in OpenBSD) and it's more consistent with other shells (bash - .bash_history and i think FreeBSD's sh also used something like .sh_history) | |||
1996-12-24 | indicate this mktemp is vulnerable to a DOS attack, however the impact is ↵ | Theo de Raadt | |
very low | |||
1996-12-24 | ref sigaction | Theo de Raadt | |
1996-12-24 | Use mkstemp(3) for temporary files | Thorsten Lockert | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-12-18 | Up limit of available user file descriptors (e.g. for redirections) to 32 | Niklas Hallqvist | |
1996-12-17 | Fix typo | Thorsten Lockert | |
1996-12-17 | Get TAB expansion right | Thorsten Lockert | |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert | |
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags. | |||
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-12-12 | "stdin" is not a stdin! (perror) | Michael Shalayeff | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-12-09 | support pax '-s replstr' option in tar mode too. this can be used to | Theo de Raadt | |
deal with cleaning up absolute paths | |||
1996-12-09 | revert to spawning compress-ing program. normally we want extracts using | Theo de Raadt | |
'z' to also work on .Z files, but libz does not deal with compressed data. Hacking the code to deal well with pipes has proven very hard. | |||
1996-12-07 | handle -t & -l in more cases; netbsd pr#2869, hubert.feyrer@rz.uni-regensburg.de | Theo de Raadt | |
1996-12-04 | use TCSADRAIN instead of TCSANOW, to avoid dropping characters. | Todd C. Miller | |
Fix from NetBSD (christos), reported by Chris Torek. | |||
1996-12-01 | Parser fix from NetBSD (christos) | Todd C. Miller | |
- ! was only recognized in the beginning of pipelines. Now we are recognizing it everywhere like ksh, so the following works. ! if [ a = b ]; then ! echo c && ! true; else ! echo d; fi | |||
1996-11-30 | Install ksh as sh too. | Jason Downs | |
1996-11-24 | Fix truncation of options list in getopts builtin. | Todd C. Miller | |
Noticed by Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | |||
1996-11-24 | Fix core dump if -xz and archive does not exist (doh!) | Todd C. Miller | |
1996-11-24 | Sync w/ NetBSD (christos) | Todd C. Miller | |
Fix miscellaneous getopts problems: - the 3 argument version of getopts would not reset properly - OPTARG did not get cleared after a non argument option was found - OPTIND was not set properly after a non argument option. | |||
1996-11-24 | 64-bit cleanup + pedantic -W flags | Niklas Hallqvist | |
1996-11-21 | sync | Jason Downs | |
1996-11-21 | Update to 5.2.12. | Jason Downs | |
1996-11-12 | -Wall happiness | Niklas Hallqvist | |
1996-11-03 | sh can now be started in a directory whose fully qualified pathname | bitblt | |
is between 255 and MAXPATHLEN-1 characters. | |||
1996-11-02 | Fix my fix! | Todd C. Miller | |
1996-11-02 | Fix eval of $1, a typo, and a thinko. | Todd C. Miller | |
1996-11-02 | useful useage, abbreviateable commands | Theo de Raadt | |
1996-11-02 | Update from NetBSD (christos) | Todd C. Miller | |
Quote all imported environment variables. | |||
1996-10-28 | Don't strip off the last slash in the pathname "/". cp used to | Thorsten 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 |