Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-27 | ncurses-5.0-990626 | Todd C. Miller | |
1999-06-25 | Update for correct location of OpenSSL include files. | Angelos D. Keromytis | |
1999-06-25 | use AF_LOCAL instead of AF_UNIX | Theo de Raadt | |
1999-06-25 | add missing reference to setsockopt(2) in "SEE ALSO" section; tron@netbsd.org | Aaron Campbell | |
1999-06-23 | Fixed compilation problems. | cmetz | |
1999-06-23 | Compilation fixes. | cmetz | |
1999-06-23 | Removed non-existent source file from SRC. | cmetz | |
1999-06-23 | Removed portability ifdefs. | cmetz | |
1999-06-23 | Removed portability ifdefs and calls to nonstandard back-end. | cmetz | |
1999-06-23 | net_addrcmp(); needs man page | Theo de Raadt | |
1999-06-23 | KNF | Theo de Raadt | |
1999-06-23 | Accidentally commited. Thanks mickey for catching this one. | cmetz | |
1999-06-23 | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | |
ones that are useful for all protocols, not just IPv6). | |||
1999-06-22 | do it right this time | Artur Grabowski | |
1999-06-22 | UVM support + some cleanup | Artur Grabowski | |
1999-06-21 | Update. | Angelos D. Keromytis | |
1999-06-18 | new mandoc-style pcap(3) man page; kwesterback@home.com | Aaron Campbell | |
1999-06-17 | When finding the end of dst, never traverse more than siz bytes. This | Todd C. Miller | |
keeps us from misbehaving if the user gives us a src string that is not NUL-terminated. This is one of those "should not happen" cases but it is good to play it safe. Pointed out by Casper Dik <casper@holland.sun.com> | |||
1999-06-17 | fix RCS tags | Brad Smith | |
1999-06-16 | More xref sorting under SEE ALSO. | Alex Feldman | |
1999-06-15 | this should definately have been cranked before | Theo de Raadt | |
1999-06-15 | ncurses-5.0-990614 -- only affects ada stuff which we don't ship so just ↵ | Todd C. Miller | |
update NCURSES_VERSION_PATCH | |||
1999-06-15 | changes required for powerpc libc_r support. | Dale S. Rahn | |
1999-06-15 | Remove pthread_atfork() | David Leonard | |
1999-06-15 | Remove pthread_atfork(). It was only part of draft 10 for a little while and ↵ | David Leonard | |
was removed before stddization. | |||
1999-06-14 | mention the process' pid in the debug message. greatly helps to debug ↵ | David Leonard | |
problems when fork()ing | |||
1999-06-14 | cvs skipped these files in the previous commit for mysterious reasons | Todd C. Miller | |
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 | |