663 Commits (0cd341dd35335791566ab4277f701f50a8853714)

Author SHA1 Message Date
  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
  millert 4da44916db Install ntfs includes and add libkvm (fstat) support. ntfs bits 15 years ago
  millert 626175467e Install msdosfs includes; ok krw@ 15 years ago
  millert 3049b1cde4 Add kvm_getfile2 which uses KERN_FILE2 when possible, falling 15 years ago
  pyr 0ec535fbe6 Add a resolv.conf option to specify the order in which getaddrinfo 15 years ago
  millert d3d9cc08f7 Make putenv(), setenv() and unsetenv() standards compliant. The 15 years ago
  jj 70a3cb12c7 Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ 15 years ago
  jasper 7ef0dfc367 - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) 15 years ago
  jacekm 95687d4e38 fix confusing comment; ok krw@ 15 years ago
  ratchov 1a0abbc256 move src/lib/libsndio/sndio.h into src/include where other include 15 years ago
  martynas 31dfafd573 nuke extern from func decls. ok millert@ 15 years ago
  miod 9d6b82c31e _PATH_DRUM is no more. 16 years ago
  kettenis 8190702bc1 Add wcstof(3) and wcstold(3). 16 years ago
  kettenis 2bf163391d Add wcstoimax(3) and wcstoumax(3). 16 years ago
  martynas e2b641869d add __infinityf declaration. (only affects vax). pointed out by miod@ 16 years ago
  martynas c67177f765 expose extended-precision definitions. ok millert@ 16 years ago