index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
sysconf.c
Age
Commit message (
Expand
)
Author
2008-08-06
Add support for missing _SC_* constants for sysconf().
matt
2008-06-25
Add _SC_TTY_NAME_MAX.
ad
2008-06-25
Return -1 for the unsupported realtime extensions.
ad
2008-06-24
A few more POSIX defs for threads.
ad
2008-04-09
Fix _SC_MQ_OPEN_MAX/_SC_MQ_PRIO_MAX sysctlgetmibinfo calls.
njoly
2008-03-08
sysconf: cache the result of _SC_PAGESIZE.
yamt
2008-01-26
sched_setparam: fix the case when incorrect (according to the class)
rmind
2008-01-15
Implementation of processor-sets, affinity and POSIX real-time extensions.
rmind
2007-10-15
Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). These
ad
2007-09-07
Implementation of POSIX message queues.
rmind
2007-05-01
- Create sysctl nodes for AIO.
rmind
2006-11-25
PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the
christos
2004-11-10
need <limits.h> for _SC_GET{GR,PW}_SIZE_MAX
lukem
2004-11-10
Implement sysconf(3) _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX for
lukem
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-02
Add sysconf(3) knobs for recent additions.
kleink
2002-12-19
Add a sysconf(3) knob for {ATEXIT_MAX}.
kleink
2002-06-30
Version times() so that programs compiled before the recent change to make
bjh21
2002-06-23
make sysconf(_SC_CLK_TCK) return the kernel hz value, instead of a
perry
2002-01-31
Add {POSIX_MONOTONIC_CLOCK} variables.
kleink
2001-05-07
Internally rename sysconf() to __sysconf() to make its latter name suitable
kleink
2000-01-22
Delint.
mycroft
1999-09-27
1003.1c: add {LOGIN_NAME_MAX}.
kleink
1999-06-24
Add compile-time and run-time feature test knobs for the 1003.1 Mapped Files,
kleink
1998-08-03
Add support for _SC_SYNCHRONIZED_IO and _SC_IOV_MAX. Rearrange documentation
kleink
1998-05-24
Add support to query PAGESIZE, PAGE_SIZE, _POSIX_FSYNC and _XOPEN_SHM via
kleink
1998-03-30
Need <time.h> for CLK_TCK definition.
kleink
1998-02-27
trivial changes to quiet lint.
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1995-03-04
fix up some RCS Id's i botched.
cgd
1995-02-27
merge with 4.4-Lite, keeping local changes. clean up Ids
cgd
1994-05-07
various sysctl-related libc functions
cgd