766 Commits (5ca9d3294f9ade9cafa9caaa15bd96c2326f71f6)

Author SHA1 Message Date
  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 14 years ago
  martynas bb956f3634 - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the 14 years ago
  ratchov f60a5c1cbc make sio_onvol(3) return a integer exposing whether a volume knob 14 years ago
  millert 84b7e5bd5f Change basep parameter of getdirentries() to be off_t *, not long * 14 years ago
  mikeb af6c901202 remove skipjack and cast from the libc; ok deraadt 14 years ago
  djm ccb1bbf805 unlink libsectok from the build; ok markus@ deraadt@ 14 years ago
  guenther 6dd6b903aa Now that __only_inline is in <sys/cdefs.h>, replace the local versions in 14 years ago
  millert a9831f2a02 Bump fts_level from short to int and add a spare short so things 14 years ago
  matthew d3d805ce3b Add timingsafe_bcmp(3) to libc, mention that it's already in the 14 years ago
  djm d4b5489560 add a GLOB_KEEPSTAT option that retains a copy of the struct stat 14 years ago
  millert 6b3337f713 Oracle has re-licensed sunrpc under a three-clause BSD license. 14 years ago
  djm 3bc27a71af backout VIS_HEX. guenther@ points out that the C89 \xff encoding 14 years ago
  djm ecf7c87d42 unbreak tree: add VIS_HEX and VIS_ALL flags 14 years ago
  kettenis 4c5e35a51c Always force GNU inline semantics here as well. 14 years ago
  kettenis 6b873767e7 When using GCC, we always want GNU inline semantics. Fixes issues with 14 years ago
  guenther 3c7684f798 Teach lint about C99's _Bool and _Complex, plus some related gcc 14 years ago
  guenther 59eb297313 Don't declare wcscoll() twice 14 years ago
  espie 8a6b06eab0 unlink g77 from the build. 14 years ago
  tedu bbe8fdc923 add posix_madvise, posix_memalign, strndup, and strnlen. mostly from 14 years ago
  drahn d3043565eb Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible 14 years ago
  mk 2bccb87a49 incomming -> incoming 14 years ago
  miod b0104fce95 MACHINE_ARCH -> MACHINE_CPU when applicable. 14 years ago
  halex 6b93121059 dumped is _still_ spelled with one p and not two 15 years ago
  kurt f5be612f88 Fix the handle locking in stdio to use flockfile/funlockfile 15 years ago
  guenther 8ddd83c0ef Back out previous commit, as it caused too much growth for the install 15 years ago
  guenther 4645a9665c Fix the handle locking in stdio to use flockfile/funlockfile 15 years ago
  martynas 1f3e9b45d7 use c calling conventions so that g++ doesn't mangle fpgetmask & 15 years ago
  jsg 1d12c28e84 Use __builtin_offsetof for offsetof definition on gcc >= 4 15 years ago
  millert ec2fdb5af0 Don't stop traversing a directory hierarchy if we reach SHRT_MAX, 15 years ago
  martynas a56841d6a9 int is big enough to fully represent exponents of all supported fp 15 years ago
  ratchov d2b0781241 use const qualifier in libsndio, making it slightly more consistent 15 years ago
  ratchov d4ddeb3ffb Currently midi capable programs can control midi hardware, but 15 years ago