800 Commits (ac370875b0bfaf778fbddf7969af38c928e30e00)

Author SHA1 Message Date
  guenther 8bebb650be strsignal() was added to POSIX-2008; strerror_r() was in the base 12 years ago
  guenther 63956e38b6 Provide the old prototypes for scandir() and alphasort() for code that 12 years ago
  matthew 2eb7e244b3 Make DIR a private type within libc, give it the same underlying 12 years ago
  guenther cdcacd10ba Update alphasort() and scandir()'s argument types to match POSIX: 12 years ago
  matthew 752e801bd3 Add dirfd() as a function to libc per POSIX requirement; dirfd() macro 12 years ago
  fgsch 0b7e004a5c Implement getdelim(3) and getline(3). 12 years ago
  matthew 37676d43d9 Implement execvpe(3) and posix_spawn(3) and family. Based on 12 years ago
  guenther 53bd3de409 Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. 12 years ago
  deraadt 1add16fe72 net_addrcmp() dies. found out to be a horrific function by eric 12 years ago
  nigel 765277c366 Replace _SELECT_DECLARED with _SELECT_DEFINED_ 12 years ago
  guenther da4f3c5cb1 Add rtable id and thread id to struct kinfo_proc (and fix process id) 12 years ago
  kettenis 512ab376b6 C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. 12 years ago
  kettenis 3333a3c88c The prototype for pthread_sigmask(2) is supposed to live in <signal.h> 12 years ago
  guenther deb097fad0 sigstack() is long dead, and the compat sigaltstack syscall is gone too. 12 years ago
  fgsch abb53c9f3f getcwd() buffer's length can be smaller than 1024. In that case it will 12 years ago
  stsp 32c2680ca1 Hook wcsftime(3) to the build; committing on behalf of espie 12 years ago
  stsp 6cf7bc63c9 Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide 12 years ago
  matthew b8d3e9f631 Expose a bunch of new functionality from POSIX 2008: openat(2), 13 years ago
  deraadt 4b01367514 __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent 13 years ago
  henning 73b0fa9207 stop installing netatalk headers 13 years ago
  martynas 1cdc292f41 Add support for tgmath--the type-generic math; now that both math 13 years ago
  martynas 4eabfc9361 Finalize work on complex math routines, now that we have the 13 years ago
  sobrado 8b12ccc584 fix typos; while here, improve spacing in comments. 13 years ago
  guenther 9c09f464a8 sigset_t is unsigned, so eliminate a warning by shifting a 1U instead 13 years ago
  martynas 7e499e6ecb Finalize work on the math library. It's time to do this monster 13 years ago
  nicm 69ccac0496 Add wcsdup(), from NetBSD. 13 years ago
  jsg a76303a0c4 As pointed out by Richard Guenther our definition 13 years ago
  espie b9555c0376 half-guard the actual function prototypes. 13 years ago
  millert 6ea7e09998 Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitions 13 years ago
  espie 7b1036f191 wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ 13 years ago
  martynas 3275c17389 Also enclose variable names with external linkage in __BEGIN_DECLS. 13 years ago
  martynas 87eff3dac6 - enable fenv 13 years ago
  stsp 783d768449 Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. 13 years ago
  sthen 982705a7fa Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the 13 years ago
  stsp bc79919b02 Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. 13 years ago
  stsp 81453f577d Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. 13 years ago
  martynas 8e2b3478f0 fenv for amd64; from matthew@ 13 years ago
  miod 3409dda593 Define NULL as a void * instead of a long integer, as required by Single Unix. 13 years ago
  matthew c87d8e12b5 Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ 13 years ago
  guenther b8b0eba007 Replace the old, broken KERN_PROC ABI and its matching functions 13 years ago
  guenther 2a778b4ce6 Standards compliance: expose dirfd with XPG7 and scandir and alphasort 13 years ago
  martynas bb956f3634 - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the 13 years ago
  ratchov f60a5c1cbc make sio_onvol(3) return a integer exposing whether a volume knob 13 years ago
  millert 84b7e5bd5f Change basep parameter of getdirentries() to be off_t *, not long * 13 years ago
  mikeb af6c901202 remove skipjack and cast from the libc; ok deraadt 13 years ago
  djm ccb1bbf805 unlink libsectok from the build; ok markus@ deraadt@ 13 years ago
  guenther 6dd6b903aa Now that __only_inline is in <sys/cdefs.h>, replace the local versions in 13 years ago
  millert a9831f2a02 Bump fts_level from short to int and add a spare short so things 13 years ago
  matthew d3d805ce3b Add timingsafe_bcmp(3) to libc, mention that it's already in the 13 years ago
  djm d4b5489560 add a GLOB_KEEPSTAT option that retains a copy of the struct stat 13 years ago