Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-17 | clearer description | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-08-16 | don't cast third argument to kvm_read to char *. (it's void *) | Artur Grabowski | |
1999-08-09 | if verbose, fflush() appropriately before printing warnings to stderr | Paul Janzen | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-08-04 | Turn <tab> completion on by default for people used to bash, tcsh, etc... | Todd C. Miller | |
1999-08-04 | Kill gzip subprocess correctly instead of letting it get a SIGPIPE when | Marc Espie | |
using pax -n to list/extract. | |||
1999-08-04 | o Better fix for not sending a HUP to pg 0 from the pdksh maintainer | Todd C. Miller | |
o Includes fix for another unrelated problem where output of jobs command contains lots of ^A characters | |||
1999-08-02 | Check to make sure process group is not 0 before sending a SIGHUP to | Todd C. Miller | |
the process group on exit. This will cause problems if we are not the process group leader. | |||
1999-07-28 | Add -T support, ala GNU-tar. | Marc Espie | |
1999-07-27 | fgetln does not allocate memory, pax tree functions don't allocate | Marc Espie | |
memory... but someone HAS to. | |||
1999-07-26 | When using the -i option, check for the existence of the source file before | Aaron Campbell | |
asking for confirmation, and if it doesn't exist, just complain and exit. This is NetBSD PR/8073; deraadt@ ok. | |||
1999-07-26 | some macro fix-ups; but imho, this page is ugly and needs more improvement | Aaron Campbell | |
1999-07-23 | cat appeared in Version 1 AT&T UNIX, not 6 | Aaron Campbell | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-15 | o Set default line edit mode to emacs (VISUAL/EDITOR or user can override) | Todd C. Miller | |
o Spell environment correctly | |||
1999-07-15 | silence -Wall | Todd C. Miller | |
1999-07-14 | update man page to pdksh v5.2.14 | Aaron Campbell | |
1999-07-14 | Official fix for workaround in 1.18 | Todd C. Miller | |
1999-07-14 | pdksh-5.2.14 | Todd C. Miller | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-06 | -w writes files to the standard output, not standard input; d@ | Aaron Campbell | |
1999-07-05 | mdoc'ify syntax of the more complicated commands; when I converted this man | Aaron Campbell | |
page originally, I didn't know how to do such funky things | |||
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-07-04 | New: tar -q option (for quick) | Marc Espie | |
same as pax -n. Useful for packages. | |||
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-01 | remove trailing spaces; missed from a previous commit | Aaron Campbell | |
1999-06-23 | When redirecting to a file with stdout closed, don't blithely reuse | Todd C. Miller | |
fd 1 since that will cause future output on stdout to go to the file that was redirected. There is probably a better fix for this. | |||
1999-06-21 | stop casting the third argument to kvm_read to char *. it is a void *. | Artur Grabowski | |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller | |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller | |
1999-06-14 | Fixed a bunch of typos, grammar errors, and unclear wording in the sh | Paul Janzen | |
man page, and the corresponding problems in the ksh page. | |||
1999-06-06 | Once again, fix the spelling of "occurrence" in the documentation | Paul Janzen | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell | |
pjanzen@ | |||
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller | |
fstatfs(2), and getfsstat(2) so you will need to build a new kernel before doing a "make build" or you will get "unimplemented syscall" errors. The new struct statfs has the following featuires: o Has a u_int32_t flags field--now softdep can have a real flag. o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man page used to lie about setting invalid/unused fields to -1. SunOS does that but our code never has. o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9 and having it there but always 0 is confusing. It is conceivable that this may cause some old code to not compile but that is better than silently breaking. o Adds a mount_info union that contains the FSTYPE_args struct. This means that "mount" can now tell you all the options a filesystem was mounted with. This is especially nice for NFS. Other changes: o The linux statfs emulation didn't convert between BSD fs names and linux f_type numbers. Now it does, since the BSD f_type number is useless to linux apps (and has been removed anyway) o FreeBSD's struct statfs is different from our (both old and new) and thus needs conversion. Previously, the OpenBSD syscalls were used without any real translation. o mount(8) will now show extra info when invoked with no arguments. However, to see *everything* you need to use the -v (verbose) flag. | |||
1999-05-30 | repairs | Aaron Campbell | |
1999-05-30 | It's spelled "occurrence". Also a few other minor mods while I'm at it. | Paul Janzen | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-28 | be more conservative with the .Dq macro; in particular, use .Sq macros most of | Aaron Campbell | |
the time instead when quoting 1-2 characters (makes it much easier to read); based on a patch received awhile ago from d@ | |||
1999-05-24 | document the -m flag, normally only used by su(1); woods@most.weird.com, | Aaron Campbell | |
NetBSD PR/5802 | |||
1999-05-23 | improve; kwesterback@home.com, myself | Aaron Campbell | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-12 | builtin -> built-in | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong |