800 Commits (ac370875b0bfaf778fbddf7969af38c928e30e00)

Author SHA1 Message Date
  guenther 52982a7d87 __tfork() needs to set the stack address of the new thread in the kernel, 12 years ago
  espie 6a7a036626 simplify includes prereq/req order: 12 years ago
  guenther c71d76f9f5 Improve standards compliance: bsd_signal() was XSI only and has been dropped 12 years ago
  matthew 209ce38b86 Add support for mbsnrtowcs() and wcsnrtombs() to libc. 12 years ago
  guenther 085560da45 Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), 12 years ago
  matthew cd9ae04100 Move the _SC_* and _CS_* configurable system variables and strings 12 years ago
  ratchov 462aed9ace Make the "default" string a valid device name that has the same effect 12 years ago
  matthew 93faf1ae1c More sysconf(3)-y and pathconf(3)-y goodness from Brad. 12 years ago
  espie d2868c7c70 functions are top-level objects anyways, make that clearer. 12 years ago
  kettenis b885cf85d0 Recongnize that: 12 years ago
  kettenis 03d4ce367a Once more the people behind POSIX didn't think and put clock_gettime(2) and 12 years ago
  espie edea3f9eb4 enable sqlite3, as prompted by theo 12 years ago
  deraadt ebf73d8f52 remove rfork(); ok guenther miod 12 years ago
  deraadt e1fcac32ae prototype getdtablecount() 12 years ago
  ratchov 14615acf86 Use "unsigned int" rather than "unsigned". No object change. 12 years ago
  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. 13 years ago
  fgsch abb53c9f3f getcwd() buffer's length can be smaller than 1024. In that case it will 13 years ago
  stsp 32c2680ca1 Hook wcsftime(3) to the build; committing on behalf of espie 13 years ago
  stsp 6cf7bc63c9 Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide 13 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