summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-09-27use xargs -r0 for our build processTheo de Raadt
2005-08-09Add VIS_GLOB to escape special characters used by shell-style globbing.Todd C. Miller
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-07-10Install netbt/ includes.Alexander Yurchenko
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessMarc Espie
2005-06-20zap duplicate prototypeMarc Espie
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-17don't install netns includes any longer, ports bulk build test by pvalHenning Brauer
2005-06-17next citrus step.Marc Espie
2005-06-17bye bye whiteoutsTodd C. Miller
2005-06-08Make gethostbyaddr() prototype match POSIX. This means len is nowTodd C. Miller
2005-06-07-netccitt/Henning Brauer
2005-05-27mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moreTodd C. Miller
2005-05-18wchar_t is a native C++ type, gcc picks its definition from elsewhere,Marc Espie
2005-05-11major abi changes:Marc Espie
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-04-30isw* classification functions from citrus, with a `stub' implementationMarc Espie
2005-04-28also use new libobjc on old architectures, since it builds fine withMarc Espie
2005-04-18rm libcurses++Todd C. Miller
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie
2005-04-02Add /bin/ksh to builtin list of OK shells.Todd C. Miller
2005-03-30strcasestr(3), a case-insensitive version of strstr(3). already in netbsdTheo de Raadt
2005-03-30make the resolver stat resolv.conf and update if it changes.Ted Unangst
2005-01-28LOGIN_SETALL did not include LOGIN_SETENV as it should.Todd C. Miller
2005-01-08Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone mightKenneth R Westerback
2005-01-08Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. PointedKenneth R Westerback
2005-01-06provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs)Marc Espie
2004-12-20gai_strerror() should return const char *; OK deraadt@Todd C. Miller
2004-11-17remove NI_WITHSCOPEIDJun-ichiro itojun Hagino
2004-10-25Change return value of reentrant getproto* and getserv* to match theTodd C. Miller
2004-10-20install net80211 headers; millert and deraadt ok.Federico G. Schwindt
2004-10-17implement strnunvis(3), a bounded version of strunvis(3). ok millert@Otto Moerbeek
2004-10-17Reentrant versions of getprotoent(3) and getservent(3). Adapted fromTodd C. Miller
2004-10-14Add dl_iterate_phdr() support.Mark Kettenis
2004-10-07GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block.Todd C. Miller
2004-10-02let stdbool.h work with recent gcc, since they modified the interface,Marc Espie
2004-09-14KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedTheo de Raadt
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
2004-08-09Support the "setenv" capability in login.conf ala FreeBSD. FollowingTodd C. Miller
2004-08-03Define BI_FDPASS for the BSD auth fd passing changes.Todd C. Miller
2004-08-03Update strtonum() protorTodd C. Miller
2004-07-15do not install netiso header files, millert deraadt okHenning Brauer
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2004-07-08POSIX says "data" is void *, not char *. Also remove extern from prototypes.Todd C. Miller
2004-06-29make includes in gnu/usr.sbin/sendmail/libmilterTodd C. Miller
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertTheo de Raadt
2004-06-22Cosmetic clean-up.Marc Espie
2004-06-22Make the `filename' parameter to HASHFile() and HASHFileChunk() constJean-Francois Brousseau
2004-06-20add bounds check for src pointer in bcopy(3) as well as dest pointer,Anil Madhavapeddy