Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-01 | sync with tzcode1999a | David Leonard | |
1999-02-01 | mi ptrace | David Leonard | |
1999-02-01 | malloc can't use write() if it fails very early, so use the unwrapped ↵ | David Leonard | |
syscall _thread_sys_write() if we are threaded | |||
1999-02-01 | remove PASSTHRU | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuff | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub | David Leonard | |
1999-01-28 | namespaces: unix --> __unix__ | Marc Espie | |
1999-01-28 | Preliminary version for PIC support. Builds and runs standard and profiled | Dale S. Rahn | |
just fine. pic version has been compiled, but without a ld.so has not been tested. Needs binutils 2.9.1 or later to build pic version. | |||
1999-01-22 | typo | Artur Grabowski | |
1999-01-22 | ENTRY -> SYSENTRY for sparc libc_r (per d@) | Marco S Hyman | |
1999-01-22 | mention that rmdir(.) returns EBUSY as per XPG4.2 | Todd C. Miller | |
1999-01-20 | use LIBCSRCDIR | David Leonard | |
1999-01-19 | thread support | David Leonard | |
1999-01-11 | mention fcntl.h; jfw@jfwhome.funhouse.com | Theo de Raadt | |
1999-01-11 | RFNOWAIT is now supported | Niklas Hallqvist | |
1999-01-08 | when malloc fails set bufsize to 0 or all other calls to getmntinfo will fail | Artur Grabowski | |
1999-01-06 | _THREAD_SAFE | David Leonard | |
1999-01-06 | _THREAD_SAFE; nominal testing by fries | David Leonard | |
1999-01-06 | _THREAD_SAFE; nominal testing by fries | David Leonard | |
1999-01-06 | use indr_reference instead of PASSTHRU | David Leonard | |
1999-01-06 | clean | David Leonard | |
1999-01-04 | include blurb about ISO 8601 dates straight from strftime.c | Todd C. Miller | |
1998-12-31 | typo; jon@oaktree.co.uk | Theo de Raadt | |
1998-12-31 | typo; matter@suspicious.org | Todd C. Miller | |
1998-12-30 | append \n correctly | Theo de Raadt | |
1998-12-30 | doc fix: clnt_sperrno does not append a NEWLINE | Theo de Raadt | |
1998-12-23 | libc_r support | Michael Shalayeff | |
1998-12-23 | _thread_sys changes for powerpc SYS.h, code mostly from d, fixed up | Dale S. Rahn | |
and completed for checkin. | |||
1998-12-21 | document EOPNOTSUPP | Artur Grabowski | |
1998-12-21 | missed some function return types | Theo de Raadt | |
1998-12-21 | md spinlock | David Leonard | |
1998-12-20 | alphabetize function forward decls for prettiness | Todd C. Miller | |
1998-12-18 | add md _atomic_is_locked; clean | David Leonard | |
1998-12-17 | some missing parts; sys is not ready yet | Michael Shalayeff | |
1998-12-15 | more | Theo de Raadt | |
1998-12-15 | flesh out this man page with some examples | Theo de Raadt | |
1998-12-15 | correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff. | Steve Murphree | |
1998-12-07 | No need to cast to they type we already are. Also minor KNF | Todd C. Miller | |
1998-12-07 | remove bogus divide, fixes pr #656 | Todd C. Miller | |
1998-12-05 | typo | Marc Espie | |
1998-11-28 | .Xr strlcat, strlcpy | Marc Espie | |
1998-11-25 | Changes from NetBSD: | Todd C. Miller | |
o Use S_ISCHR instead of doing it by hand o st_blksize cannot be negative (christos) | |||
1998-11-25 | clarify; d@ | Aaron Campbell | |
1998-11-22 | bad long | Theo de Raadt | |
1998-11-22 | detect truncation and overflow better | Theo de Raadt | |
1998-11-22 | use %u for unsigned prints | Theo de Raadt | |
1998-11-20 | crank major, just in 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-20 | Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org | Todd C. Miller | |
1998-11-18 | check for negative numbers from strtol() | Theo de Raadt | |