summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-02-09Change _lwp_unpark_all() to return a 'ssize_t'.ad
2007-02-09Sync with changes introduced by merging the newlock2 branch.ad
2007-02-06add the isgreater() at al. comparision macros defined in C99 and SUSv3;drochner
2007-02-03Add macros for overflow detectionchristos
2007-02-02remove __SAFEchristos
2007-01-28another merge botch.christos
2007-01-27Fix merge botchchristos
2007-01-27Merge back all our changes.christos
2007-01-27import files from bind-9-4-0-rc2christos
2007-01-16Add: _lwp_kill, _lwp_detach, _lwp_park, lwp_unpark, _lwp_unpark_all.ad
2006-12-14moved string_to_flags and flags_to_string from ls to libutil.christos
2006-12-09defined(_NETBSD_SOURCE) is equivalent to (!defined(_ANSI_SOURCE) &&bjh21
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-11-22Don't expose _ss functions for 4.0. Requested by core.christos
2006-11-20getdate -> parsedatechristos
2006-11-17constify getdatechristos
2006-11-17add getdate.christos
2006-11-09add comments.yamt
2006-10-31Revert the changes I introduced trying to solve tmpfs' NFS export problem.mjf
2006-10-30kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks tochristos
2006-10-27- flags should be unsigned short instead of short.christos
2006-10-24Add support to allow a file system to not permit being exported over NFS.mjf
2006-10-16add MOPT_NULLchristos
2006-10-15add a NULL callback initializerchristos
2006-09-22Add run level messages.christos
2006-08-26Add efun(3)christos
2006-08-22PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functionschristos
2006-08-21Use __GNUC_PREREQ__() for the GCC 4 test, too.thorpej
2006-08-21__offsetof__ is a builtin, so we need __GNU_PREREQchristos
2006-08-21gcc-3.3 does not have __offsetof__, but gcc-3.4 eems to require it:christos
2006-08-21g++-4 does not like &0->member, so we have to use the built-in offsetof().christos
2006-08-21Use gcc's builtin function. This permits c++ compiliation of constskd
2006-08-12Add stresep and strndup.christos
2006-07-27add services.dbchristos
2006-07-27forgot to commit this.christos
2006-07-27fts_number is a quad; bump version.christos
2006-07-27add sl_deletechristos
2006-06-22Centralize the TCP_NODELAY handling as discussed in tech-net.christos
2006-06-02remove support for building (with) GCC 2.95. also:mrg
2006-05-17rename dd_rewind to dd_internal so that it can be re-used to implementchristos
2006-05-10add __BEGIN_DECLS/__END_DECLS around snprintf() & vsnprintf() prototypes.mrg
2006-04-27Install proplib include files.thorpej
2006-04-24It's "its."snj
2006-04-17Add setttyentpath(), functionally equivalent to setttyent() but takes ansalo
2006-04-15add c99 wcstof(3) and wcstold(3).tnozaki
2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg
2006-03-30PR/33163: Auster Vl.: fts: cant allocate memory | filename too longchristos
2006-03-26PR/33124: Murray Armfield: readdir_r is missing a restrict qualifier.christos
2006-03-26PR/33123: Murray Armfield: standards compliance & glob.hchristos
2006-03-25Add trunc() and truncf() C99 functions, from FreeBSD.xtraeme