Age | Commit message (Expand) | Author |
1999-05-01 | Break up into two loops, one for the copy, another to finish traversal | Todd C. Miller |
1999-05-01 | It is faster to split this into separate length and copy operations | Todd C. Miller |
1999-04-30 | don't use a2 | Todd C. Miller |
1999-04-30 | fix register usage (program logic is unchanged) | Todd C. Miller |
1999-04-28 | no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be | Aaron Campbell |
1999-04-28 | Do not provide gethostby.*_r for now, as configure scripts find | Niklas Hallqvist |
1999-04-27 | use assembler here | Michael Shalayeff |
1999-04-25 | missing parts from last commit | Todd C. Miller |
1999-04-25 | m68k assembler version of strlcpy(3) | Todd C. Miller |
1999-04-24 | simplified version that doesn't call strlen and that is simpler to convert to... | Todd C. Miller |
1999-04-22 | spelling | Marc Espie |
1999-04-21 | Fix the _THREAD_SAFE path through the cerror code for powerpc. | Dale S. Rahn |
1999-04-20 | issetuid -> issetugid; deraadt@ | Aaron Campbell |
1999-04-20 | .Fn -> .Ft in SYNOPSIS for localtime() return type | Aaron Campbell |
1999-04-18 | Fixup of formatting in the example source code | Wim Vandeputte |
1999-04-18 | Add Xrefs. | Marc Espie |
1999-04-18 | o Opening a zero-length hash file should not be an error | Todd C. Miller |
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell |
1999-03-29 | initgroups(3) should not spew to stderr; giles@nemeton.com.au | Todd C. Miller |
1999-03-26 | use stdlib; millert | Theo de Raadt |
1999-03-23 | Clarify realloc return value | Todd C. Miller |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell |
1999-03-12 | Fixes to the currently unused PIC support in the powerpc asm files. | Dale S. Rahn |
1999-03-12 | formatting | Paul Janzen |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen |
1999-03-09 | Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returns | Paul Janzen |
1999-03-06 | add examples | Todd C. Miller |
1999-03-06 | typo | Todd C. Miller |
1999-03-05 | better examples section wrt strncpy() | Todd C. Miller |
1999-03-05 | fix umount references; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt |
1999-03-04 | add .Nd and a DESCRIPTION section; karls@inet.no | Aaron Campbell |
1999-03-02 | EACESS -> EACCES; garath@code.ridgefield.org | Aaron Campbell |
1999-03-02 | describe some additional things many people do not know | Theo de Raadt |
1999-03-02 | doc timer{clear,add,sub,cmp,isset} | Theo de Raadt |
1999-03-02 | getservbyport() takes a network byte order port # | Theo de Raadt |
1999-03-01 | talk about positional arguments and sizes; james@oaktree.co.uk | Theo de Raadt |
1999-02-27 | make function names the correct case | Theo de Raadt |
1999-02-26 | Add EMLINK error message | Constantine Sapuntzakis |
1999-02-26 | Use .Fn for dbopen() declaration and add from Dv for NULL | Todd C. Miller |
1999-02-26 | .Ar -> .Fa and NULL is Dv | Todd C. Miller |
1999-02-26 | convert to mdoc, document changes from db 1.8.6 | Todd C. Miller |
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt |
1999-02-25 | Don't segfault when sysctl fails | Artur Grabowski |
1999-02-25 | constify getcap(3). This fixes a warning in libcurses and doesn't | Todd C. Miller |
1999-02-24 | stderr is not always unbuffered... only initially; kleink | Theo de Raadt |
1999-02-17 | more errno values are possible; jon@oaktree.co.uk | Theo de Raadt |
1999-02-16 | mandoc version | Theo de Raadt |
1999-02-16 | real dbm_rdonly | Todd C. Miller |