Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
1999-05-06 | "cp -f" should unlink the destination before copying. Similar to | Todd C. Miller | |
a patch from FreeBSD (but this is simpler). Closes PR #821 | |||
1999-05-05 | indent | Theo de Raadt | |
1999-05-03 | Repair Theo's mayhem, put -o option together again. | Marc Espie | |
1999-05-01 | defer conversion of unprintable filenames till final display, permitting | Theo de Raadt | |
badly named symbolic links to be handled; bug noted by dm@ fixed by d@ | |||
1999-04-30 | Grammar'n'formatting | Paul Janzen | |
1999-04-29 | always check return value of strdup() | Aaron Campbell | |
1999-04-28 | please use Ar macros when describing option flags, too | Aaron Campbell | |
1999-04-28 | Implement -U <username> option from FreeBSD. Original code by Peter Wemm. | Alex Feldman | |
1999-04-27 | disable newgrp alias since OpenBSD doesn't have a newgrp(1) | Todd C. Miller | |
1999-04-08 | memory leak fix; niklas | Theo de Raadt | |
1999-03-25 | SEE ALSO .Xr's go in lexigraphical order | Aaron Campbell | |
1999-03-18 | ``that that'' -> ``than that''; nash@mcs.net | Aaron Campbell | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | comma splice | Paul Janzen | |
1999-03-04 | precedence comment; netbsd | Theo de Raadt | |
1999-03-03 | remove duplicate description of -1 option | Aaron Campbell | |
1999-03-03 | cleanup | Aaron Campbell | |
1999-03-03 | 1. Cleanup. | Aaron Campbell | |
2. Xr sticky(8) and chgrp(1). 3. Mention not to confuse ``o'' symbol (others) for owner (``u''). 4. Describe the meaning of the directory search bit. 5. Briefly warn about adding suid/sgid bits to binaries. | |||
1999-03-03 | using a .Aq Ar combination is much nicer | Aaron Campbell | |
1999-03-03 | 1. Fix the SYNOPSIS. ``-'' may be used anywhere within the file operands. | Aaron Campbell | |
2. Move option descriptions from a lexigraphical -> more logical order. 3. Xr setbuf(3) and sh(1) 4. Add an EXAMPLES section. 5. HISTORY should follow STANDARDS, according to mdoc.template. 6. Other misc niceties. Look mom, I can do man page content too. | |||
1999-03-02 | Finally, new and improved mandoc ksh/sh man pages. This took hours, and hours, | Aaron Campbell | |
and hours... Someone please read it and find any typos I may have missed. | |||
1999-03-01 | obliveous -> oblivious; d@ | Aaron Campbell | |
1999-03-01 | fix a command sequence description; d@, also some misc cleanup | Aaron Campbell | |
1999-02-24 | save cpu cycles by being more sensible about how we check conditionals | Aaron Campbell | |
1999-02-23 | Break out main to an own file so we can include ls in ftpd. | Artur Grabowski | |
1999-02-21 | NUL not NULL | Theo de Raadt | |
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt | |
1999-02-14 | Don't retain "clear" state after an argument as been processed; | Todd C. Miller | |
andreas@infosys.heitec.net | |||
1999-02-01 | accurately reflect what ps can do | David Leonard | |
1999-02-01 | GMT -> UTC in comments; make y2k hack easier to read | David Leonard | |
1999-02-01 | document y2k hacks a bit better | David Leonard | |
1999-01-31 | When adjusting units for -h mode, use the absolute value to check for | Todd C. Miller | |
kb, mega, giga, etc. Based on a change from kstailey@openbsd.org but fixed differently. | |||
1999-01-22 | xref rmdir(2) | Todd C. Miller | |
1999-01-19 | Updates from pdksh-unstable-5.2.13.7. Most notable change is: | Todd C. Miller | |
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes. |