Age | Commit message (Expand) | Author |
2002-12-05 | Reorganize this so that getopt_only_only() works correctly. | Todd C. Miller |
2002-12-05 | make getopt_long and getopt_long_only protos match getopt.h | Todd C. Miller |
2002-12-04 | Add "RETURN VALUES" sections | Todd C. Miller |
2002-12-04 | .Xr getopt_long | Todd C. Miller |
2002-12-03 | Whoops, add missing #ifdef REPLACE_GETOPT | Todd C. Miller |
2002-12-03 | fix typo | Todd C. Miller |
2002-12-03 | GNU-like getopt_long() from NetBSD with changes by me to support | Todd C. Miller |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-12-02 | Document getlogin_r() | Todd C. Miller |
2002-12-02 | Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. | Todd C. Miller |
2002-12-02 | KNF | Theo de Raadt |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-28 | fd sharing was re-enabled quite awhile ago. | Brad Smith |
2002-11-27 | Honour malloc_junk ('J') with realloc(3), and fix page_dir shrink update. | Thierry Deval |
2002-11-25 | Mention the net.inet.tcp.ecn sysctl. | Wilbern Cobb |
2002-11-25 | Warn if atexit(3) fails. Change some tabs to spaces. Use | Chad Loder |
2002-11-24 | "The contents is" -> "The contents are" | Chad Loder |
2002-11-24 | Zero out the reserved fields of struct gmonhdr rather than leaving | Chad Loder |
2002-11-24 | Fix comment: s/trailing NULL/trailing NUL/, no code changes. | Chad Loder |
2002-11-24 | Fix instance where syslog(3) after closelog(3) could access freed log | Chad Loder |
2002-11-23 | Make the mul/div/rem (and u... versions) weak so that ld.so can override | Dale Rahn |
2002-11-22 | Initialize status to zero before calling waitpid(). That way, if | Todd C. Miller |
2002-11-22 | more snprintf; ok millert | Theo de Raadt |
2002-11-21 | shadow -> _shadow | Todd C. Miller |
2002-11-21 | Add a "shadow" group and make the shadow passwd db readable by that | Todd C. Miller |
2002-11-21 | .Xr atoll(3) and add missing .Xr of atol(3) in atoll(3) man page. | Todd C. Miller |
2002-11-21 | Take advantage of the libc minor bump and add atoll(3) | Todd C. Miller |
2002-11-21 | Add strerror_r and functions versions of getchar_unlocked and | Marco S Hyman |
2002-11-19 | typo; Stefan Berg | Todd C. Miller |
2002-11-18 | Oops, unbrek libc_p | Miod Vallat |
2002-11-14 | Updates from http://www.isc.org/products/BIND/patches/bind4910.diff | Todd C. Miller |
2002-11-10 | SEE ALSO corrections. millert ok. | Federico G. Schwindt |
2002-11-10 | missing MLINKs for setresuid(2). millert ok. | Federico G. Schwindt |
2002-11-06 | Move the weak definition from before the syscall's entry point to | Todd C. Miller |
2002-11-06 | From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock, | Todd C. Miller |
2002-11-05 | thread safe libc -- 2nd try. OK miod@, millert@ | Marco S Hyman |
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat |
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat |
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman |
2002-11-03 | libc changes for thread safety. Tested on: | Marco S Hyman |
2002-11-01 | Stub to help libc_r builds | Miod Vallat |
2002-10-31 | gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, mi... | Michael Shalayeff |
2002-10-31 | marc@ said we should be always thread-safe, accomodate for that, also definin... | Michael Shalayeff |
2002-10-30 | No longer used | Todd C. Miller |
2002-10-30 | o .Xr setres[ug]id | Todd C. Miller |
2002-10-30 | Minor bump for [gs]etres[ug]id(2) | Todd C. Miller |
2002-10-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller |
2002-10-30 | Revert this va_copy addition, it cannot work on macppc (which is the | Dale Rahn |
2002-10-26 | Describe the actual operation of inet_net_pton with a few examples. | Marco S Hyman |
2002-10-24 | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 | Dale Rahn |