800 Commits (ac370875b0bfaf778fbddf7969af38c928e30e00)

Author SHA1 Message Date
  deraadt 885d61e793 no more _PATH_AFSD required 12 years ago
  deraadt ccc7443735 do not install the nnpfs directory 12 years ago
  espie 96e8541cf3 hex constants unsigned, prevents some gcc warnings 12 years ago
  guenther e061e45abf Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the 12 years ago
  guenther 544bd8e2e0 Stop pulling in <sys/param.h> 12 years ago
  guenther 0de147cd86 bsearch() doesn't belong here (it's in <stdlib.h>) 12 years ago
  ratchov c325968137 Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. 12 years ago
  guenther e6333c5a80 Further standards compliance fixes: export LONG_BIT, WORD_BIT, and 12 years ago
  guenther b52673195e librthread has eaten libpthread, so build includes via the former instead 12 years ago
  deraadt 1055729331 create new machine/_float.h which is namespace clean. create a new 12 years ago
  guenther 53489f9525 Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare 12 years ago
  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