summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-07-10Install netbt/ includes.grange1-2/+2
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessespie2-5/+24
2005-06-20zap duplicate prototypeespie1-2/+1
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@millert1-3/+1
2005-06-17don't install netns includes any longer, ports bulk build test by pvalhenning1-2/+2
2005-06-17next citrus step.espie1-1/+20
2005-06-17bye bye whiteoutsmillert1-4/+1
2005-06-08Make gethostbyaddr() prototype match POSIX. This means len is nowmillert1-2/+2
2005-06-07-netccitt/henning1-2/+2
2005-05-27mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moremillert2-6/+6
2005-05-18wchar_t is a native C++ type, gcc picks its definition from elsewhere,espie1-1/+3
2005-05-11major abi changes:espie4-5/+29
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisespie1-9/+4
2005-04-30Change internals of FILE: reuse the unget buffer field to access anespie1-3/+4
2005-04-30isw* classification functions from citrus, with a `stub' implementationespie1-1/+18
2005-04-28also use new libobjc on old architectures, since it builds fine withespie1-2/+2
2005-04-18rm libcurses++millert1-2/+2
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)espie4-3/+199
2005-04-02Add /bin/ksh to builtin list of OK shells.millert1-1/+2
2005-03-30strcasestr(3), a case-insensitive version of strstr(3). already in netbsdderaadt1-1/+2
2005-03-30make the resolver stat resolv.conf and update if it changes.tedu1-4/+6
2005-01-28LOGIN_SETALL did not include LOGIN_SETENV as it should.millert1-2/+2
2005-01-08Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone mightkrw1-2/+2
2005-01-08Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointedkrw1-2/+2
2005-01-06provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs)espie1-1/+11
2004-12-20gai_strerror() should return const char *; OK deraadt@millert1-2/+2
2004-11-17remove NI_WITHSCOPEIDitojun1-2/+1
2004-10-25Change return value of reentrant getproto* and getserv* to match themillert1-11/+9
2004-10-20install net80211 headers; millert and deraadt ok.fgsch1-2/+2
2004-10-17implement strnunvis(3), a bounded version of strunvis(3). ok millert@otto1-1/+4
2004-10-17Reentrant versions of getprotoent(3) and getservent(3). Adapted frommillert1-1/+47
2004-10-14Add dl_iterate_phdr() support.kettenis1-1/+14
2004-10-07GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block.millert1-2/+2
2004-10-02let stdbool.h work with recent gcc, since they modified the interface,espie1-1/+18
2004-09-14KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedderaadt1-5/+4
2004-08-11add dladdr() support and add some 'standard' dlsym() support.drahn1-1/+19
2004-08-09Support the "setenv" capability in login.conf ala FreeBSD. Followingmillert1-1/+2
2004-08-03Define BI_FDPASS for the BSD auth fd passing changes.millert1-1/+2
2004-08-03Update strtonum() protormillert1-3/+3
2004-07-15do not install netiso header files, millert deraadt okhenning1-2/+2
2004-07-13passwd.conf has been deprecated since login.conf was imported.millert1-2/+1
2004-07-08POSIX says "data" is void *, not char *. Also remove extern from prototypes.millert1-21/+22
2004-06-29make includes in gnu/usr.sbin/sendmail/libmiltermillert1-3/+3
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertderaadt1-2/+2
2004-06-22Cosmetic clean-up.espie1-24/+12
2004-06-22Make the `filename' parameter to HASHFile() and HASHFileChunk() constjfb5-19/+19
2004-06-20add bounds check for src pointer in bcopy(3) as well as dest pointer,avsm1-1/+2
2004-06-09According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAXmillert1-3/+3
2004-06-07major bump to libc and libpthread to break the dependency of amarc1-6/+1
2004-05-31Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAXmillert1-2/+2