summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-12-14humanize_number was the only function in <util.h> that is not in libutil.christos
2007-12-05From Richard M Kreuter, add GLOB_PERIOD.christos
2007-11-28Unify the license: All rights reserved.rmind
2007-11-19Enable posix_memalign().ad
2007-11-13Add _lwp_ctl() - sorry, I thought I had checked this in yesterday alongad
2007-11-08Add kvm_dump_header and implement kvm_dump_wrtheader on top of it.joerg
2007-11-08revert the reversion of the previous change. Kill _NETBSD_SOURCE again.christos
2007-11-07Revert the other part of the getopt_long changes to fix non-NetBSD builds;dogcow
2007-11-07Add _lwp_setname, _lwp_getname.ad
2007-11-06remove featuretest.h and NETBSD_SOURCE conditional ifdefs. This is notchristos
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