Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-14 | ncurses-5.0-990612 | Todd C. Miller | |
1999-06-09 | document cancellation point handling a bit better | David Leonard | |
1999-06-09 | sync with freebsd | David Leonard | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1999-06-06 | adjtime(2) did not return EFAULT for bad olddelta ptr; ↵ | Theo de Raadt | |
darrenr@merlin.reed.wattle.id.au | |||
1999-06-06 | ncurses-4.2-990605 | Todd C. Miller | |
1999-06-06 | add dot_quad_addr_new(); which can handle 255.255.255.255 addresses | Theo de Raadt | |
1999-06-06 | some NAME section cleanup | Aaron Campbell | |
1999-06-06 | Grammatical, spelling, and format fixes | Paul Janzen | |
1999-06-05 | stronger suggest | Theo de Raadt | |
1999-06-05 | use .Tn instead of .Em for logical/bitwise OR + AND | Aaron Campbell | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-06-05 | change some .Em/.Va to .Li, looks nicer | Aaron Campbell | |
1999-06-05 | change some .Va to .Li, also more .Dv | Aaron Campbell | |
1999-06-05 | some more .Dv | Aaron Campbell | |
1999-06-04 | some repairs, add example to strdup(3) page | Aaron Campbell | |
1999-06-04 | add examples | Aaron Campbell | |
1999-06-04 | add an example, similar to the one in strspn.3 | Aaron Campbell | |
1999-06-04 | add an example; pattonme@ns.ra.pae.osd.mil | Aaron Campbell | |
1999-06-04 | Be consistent about the relaxation of invalid host name checking. | Niklas Hallqvist | |
This allows CNAMEs to PTRs with names including slashes, something not really RFC-compliant but still in general use. | |||
1999-06-04 | After some constructive criticism from pjanzen@ and some e-mail tag: | Aaron Campbell | |
- only use the .Dv NULL form when referring explicitly to a function argument or return value - otherwise, use these forms: o non-null o null-terminated (hyphenated form for predicate adjective) o else, null terminated, or null terminate, whichever the case o null pointer, null byte, null string, etc. - may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro In general, capitalizing the word "null" everywhere is unnecessary and makes the man pages harder to read. The above is consistent with popular programming texts (i.e., K&R, Stevens). | |||
1999-06-03 | egcs generates broken code for -O2 on sparc | Theo de Raadt | |
1999-06-03 | -20 -> \-20 | Aaron Campbell | |
1999-06-03 | use \-1, not -1, to change the meaning of `-' to minus sign from hyphen; | Aaron Campbell | |
pjanzen@ | |||
1999-06-02 | A couple of more __MIPSEX__ | Per Fogelstrom | |
1999-06-01 | getfsstat/getmntinfo do not require inclusion of <sys/ucred.h> | Todd C. Miller | |
1999-06-01 | getfsstat now takes a size_t, not long, for the length parameter | Todd C. Miller | |
1999-05-31 | Clarify usage message. | Angelos D. Keromytis | |
1999-05-31 | Sanitize prototypes and variable extern definitions, remove | Angelos D. Keromytis | |
unnecessary header file, add prototypes header file for utility building. | |||
1999-05-31 | Add -Wall | Angelos D. Keromytis | |
1999-05-31 | Correct prototype and invocation, eliminate a warning or three. | Angelos D. Keromytis | |
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 | Careless: I forgot to propagate obvious consts. | Marc Espie | |
1999-05-30 | Revertion of last change, which was due to emacs' stupid idea | Niklas Hallqvist | |
of keeping the "*Shell Command Output*" buffer's wd from its creation instead of using the last command's wd!!!! | |||
1999-05-30 | Some extra error checking, documentation and style wrt connections | Niklas Hallqvist | |
1999-05-30 | grammar and punctuation | Paul Janzen | |
1999-05-29 | repairs; go back over some old files, because we should properly distinguish | Aaron Campbell | |
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL | |||
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | Add target for demo program | Todd C. Miller | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | we no longer have a builtin.h file | Todd C. Miller | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-28 | proper const semantics for dirname & basename. | Marc Espie | |
(this follows FreeBSD and Linux. Single Unix 2 is still illogical) | |||
1999-05-28 | fix tytypos. | Marc Espie | |
1999-05-28 | use SYSENTRY, so that libc_r wraps this properly | Theo de Raadt | |
1999-05-28 | "SEE ALSO" -> SEE ALSO, missed these files before | Aaron Campbell | |
1999-05-28 | sync with ioctl() prototype, and the third argument more clearly | Aaron Campbell | |
1999-05-27 | missing DESTDIR | Todd C. Miller | |
1999-05-27 | make /usr/include/g++ if it doesn't already exist | Todd C. Miller | |