Age | Commit message (Expand) | Author |
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-16 | Zero out struct skey early in skeylookup() so callers can reliably check | Todd C. Miller |
2002-11-16 | Add a missing check for NULL keyfile in skeychallenge() that | Todd C. Miller |
2002-11-16 | Enable libpthread, kind of.... | Marco S Hyman |
2002-11-14 | Updates from http://www.isc.org/products/BIND/patches/bind4910.diff | Todd C. Miller |
2002-11-14 | Add a link to libncurses. Lots of programs/configure scripts out there | Todd C. Miller |
2002-11-12 | get rid of compiler warnings | Marco S Hyman |
2002-11-12 | don't build with -g/-ggdb by default. | Marco S Hyman |
2002-11-12 | Fix the C version of atomic lock so that the compiler will not share | Dale Rahn |
2002-11-10 | build crtbegin/crtend as it is ment for elf | Michael Shalayeff |
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-09 | remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok. | Federico G. Schwindt |
2002-11-08 | kill two compiler warnings; ok marc@ | Todd T. Fries |
2002-11-08 | Do not try to initialize entries in the fd table before the table | Marco S Hyman |
2002-11-07 | Add needed table of strong functions that override weak functions | Marco S Hyman |
2002-11-07 | type func(...) -> type\nfunc(...) for function definitions | Marco S Hyman |
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-04 | test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is | Marco S Hyman |
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-02 | Include string.h to get memcpy() prototype; OK marc@ | Todd C. Miller |
2002-11-01 | Working atomic locks on vax for libc_r. | Miod Vallat |
2002-11-01 | Stub to help libc_r builds | Miod Vallat |
2002-11-01 | md part for hppa should look like this, at the first look | Michael Shalayeff |
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 | removes duplicate functions and factor out common code so the needed (but | Marco S Hyman |
2002-10-30 | signal handling changes. This corrects several signal | Marco S Hyman |
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 |
2002-10-24 | Remove some old if 0/if 1 code, it is pointless to keep this in. | Dale Rahn |
2002-10-21 | Check for null pointer before deref in info output. Based upon | Marco S Hyman |
2002-10-21 | reversed condition checking for sig*jmp(, savemask) | Michael Shalayeff |
2002-10-21 | deal w/ longjmp(, 0) | Michael Shalayeff |