Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-09-27 | Correct buffer size. | Alex Feldman | |
1999-09-03 | typo | Theo de Raadt | |
1999-09-03 | sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar | Theo de Raadt | |
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | Todd C. Miller | |
errors reasonably and deal correctly with unsigned quantities. | |||
1999-08-26 | add an inner xor to make prediction attacks against the ids harder, due | Niels Provos | |
to an attack pointed out by David Wagner. | |||
1999-07-08 | use SIOCGIFCONF much more carefully | Theo de Raadt | |
1999-07-05 | use .Li to refer to data types | Aaron Campbell | |
1999-07-05 | repairs; better English, formatting, etc. | Aaron Campbell | |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-07-03 | cleaned up | Theo de Raadt | |
1999-07-03 | if_freenameindex() API | Theo de Raadt | |
1999-07-03 | cleaner | Theo de Raadt | |
1999-07-03 | man pages from WIDE | Theo de Raadt | |
1999-07-03 | install man page | Theo de Raadt | |
1999-07-03 | man page for net_addrcmp(3) | Aaron Campbell | |
1999-07-03 | Ignore SIGs in the answer section for now as we don't use them (yet). | Jakob Schlyter | |
OK'd by deraadt. | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | .Dd should not be given abbreviated month names | Aaron Campbell | |
1999-07-01 | indent and audit | Theo de Raadt | |
1999-06-30 | indent | Theo de Raadt | |
1999-06-25 | use AF_LOCAL instead of AF_UNIX | Theo de Raadt | |
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-05 | stronger suggest | Theo de Raadt | |
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-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-25 | punctuation | Aaron Campbell | |
1999-05-25 | all functions need a return type and at least one arg, even if it's void | 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-21 | improve. pushed by bengt@softwell.se | Theo de Raadt | |
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-15 | ethernet -> Ethernet, other repairs | 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-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-05-03 | Add octect sanity checking | yanick | |
1999-04-28 | Do not provide gethostby.*_r for now, as configure scripts find | Niklas Hallqvist | |
the functions using nm(1), but then no prototypes exist and things break. d@ will contemplate over the issue and resolve it for real later :-) | |||
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-02 | getservbyport() takes a network byte order port # | Theo de Raadt | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-11-18 | check for negative numbers from strtol() | Theo de Raadt | |