summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-10-30don't use u_long because it is present only with _NETBSD_SOURCEchristos
2007-10-19kill _NETBSD_TOOLS.christos
2007-10-18Introduce _NETBSD_TOOLS for symbols the are needed in tools buildchristos
2007-10-07don't set obsolete flags in SETALL. From Anon Ymouschristos
2007-10-07fix reversed comment.christos
2007-10-06split LOGIN_SETGROUP -> LOGIN_SETGID|LOGIN_SETGROUPSchristos
2007-10-06kill another definition of bool.yamt
2007-09-25Add raise_default_signal(3) -- raise the default signal handler.lukem
2007-09-21- Correct the value of _POSIX_SYMLINK_MAX as defined in standard.rmind
2007-09-07Implementation of POSIX message queues.rmind
2007-08-20Add C99 complex support, for double and float.drochner
2007-08-09Add a new socket option for unix domain sockets: LOCAL_PEEREID, to makehe
2007-08-07Change the signature of _lwp_park() to accept an lwpid_t and secondad
2007-08-02Do not include SSP files unless _FORTIFY_SOURCE > 0.kristerw
2007-07-17_PATH_PUFFSpooka
2007-07-01add estrndup()pooka
2007-06-30Fix the C99 restrict keyword with array defintion in prototype problem.rmind
2007-06-03- Misc cleanups to make the code more readable.christos
2007-05-30Match usage of FORTIFY_SOURCE on other platforms by not requiring specialtls
2007-05-30Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp"tls
2007-05-10Move .db files for services and netgroup to /var/db per gimpy's request.christos
2007-05-03- Add linkage for C++rmind
2007-05-01- Create sysctl nodes for AIO.rmind
2007-04-30Import of POSIX Asynchronous I/O.rmind
2007-04-22The alloca() arg type check is broken (cpp do not do string comparisions)ragge
2007-03-30Resolve conflicts.ghen
2007-02-22-get cabs() and cabsf() out of public view - these are historical anddrochner
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