summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-01Define intptr_t in <unistd.h> as specified by POSIXMatthew Dempsky
2014-03-27safe to remove gets, now that's gone from cstdio tooTed Unangst
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-25try to put the pin back in.Ted Unangst
2014-03-25no getsTed Unangst
2014-03-24unbreak the tree; no more libwrapMark Kettenis
2014-03-23more bm excisionTed Unangst
2014-03-23Remove the MD4 functions.Christian Weisgerber
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-13the default rsh is now spelled ssh. ok deraadtTed Unangst
2014-03-13Unhook httpd(8) from buildFlorian Obser
2014-01-22add explicit_bzero to libc. implementation subject to change, but startTed Unangst
2014-01-08Delete struct definitions that have been obsolete for a dozen yearsPhilip Guenther
2013-12-28Annotate a few more bounded functions: realpath(3) needs a bufferMartynas Venckus
2013-12-13Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@Todd C. Miller
2013-12-13Zap some getdirentries() leftovers.Vadim Zhukov
2013-12-08remove the final vestiges of the stty(), gtty(), and ftime() compatibilityChristian Weisgerber
2013-12-05oops, sgtty.h stays for a little longerTheo de Raadt
2013-12-04express final disapproval of the interfaces in libcompat, such asTheo de Raadt
2013-12-02CIRCLEQ begone.Kenneth R Westerback
2013-11-22The getopt() prototype and externs don't belong in stdlib.h. BerkeleyTodd C. Miller
2013-11-03Install fuse headers in 'make includes', diff from stsp@, ok guenther@Stuart Henderson
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.Philip Guenther
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldTheo de Raadt
2013-10-19Remove more knowledge of a.out and stab information from the tree.Theo de Raadt
2013-09-29remove bogus commentTheo de Raadt
2013-08-24netnatm is no moreJonathan Gray
2013-08-16Tweak the getdents() kernel prototype to use "void *"Philip Guenther
2013-08-12Make sure we don't install the private radeondrm(4) headers, by leaving outMark Kettenis
2013-08-10libkafs5->libkafs ; forgotten in previousAntoine Jacoutot
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-06Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vaxMiod Vallat
2013-06-19unlink libheimntlm and libhx509Robert Nagy
2013-06-17switch to new kerberosV directory layoutRobert Nagy
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-11Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>Matthew Dempsky
2013-06-04Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_ope...Brad Smith
2013-06-02XPG 4 apparently exposed d_ino and ino_t. Also, always pull inPhilip Guenther
2013-05-31Add getprogname() and setprogname() to ease slackers^porters' work.Antoine Jacoutot
2013-05-13Add an implementation of memmem() -- from FreeBSD with some tweaks.Antoine Jacoutot
2013-04-15Implement fdatasync() as a wrapper around fsync()Matthew Dempsky
2013-04-15SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in aTodd C. Miller
2013-04-11getpgid() and getsid() were rolled into POSIX in 2008Philip Guenther
2013-04-11Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?)Philip Guenther
2013-04-02Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the futurePhilip Guenther
2013-03-28Enable fmemopen(3) and open_{w,}memstream(3)Eric Faurot
2013-03-24I can see no reason for #ifndef _KERNEL check in a /usr/includeTheo de Raadt
2013-03-24dlerror() should not return const char *, as noted by landryTheo de Raadt
2013-03-21Do not install the dev/pci/drm/i915 directory to /usr/includeTheo de Raadt