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
/
sysctl.c
Age
Commit message (
Expand
)
Author
2021-03-30
libc/gen: fix hack for previously unsupported lint initializers
rillig
2018-05-16
Avoid complicated arithmetic involving NULL.
joerg
2017-01-10
simplify cast.
christos
2015-02-05
add a couple of casts.
christos
2014-05-16
Get rid of all sysc_init_field uses - initialize fields directly in C99
martin
2014-05-16
When creating the descriptions for the "user" node, advance the output
martin
2012-03-20
Use C89 definitions.
matt
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2008-08-27
setup _POSIX2_C_BIND per SUSv3, from Andy Shevchenko
christos
2006-02-24
complete constification of the sysctl() user side
drochner
2005-11-29
WARNS=4
christos
2004-09-07
Replaced strncpy with strlcpy. Thanks to Peter Postma who
jrf
2004-04-25
Remove dynamic sysctl node version 0 from the tree. It seemed okay at
atatat
2004-04-11
Avoid using preprocessing conditionals in a macro argument list at least
he
2004-04-08
Descriptions for user.* sysctl nodes. Mostly copied from sysctl(3).
atatat
2004-03-26
Introduce sysc_init_field() and use it to make the code a little less ugly.
he
2004-03-26
Modify this so that it actually compiles with gcc2.
he
2004-03-25
Unwind the nested designators for fields within structs within structs
atatat
2004-03-24
Description framework for user-level sysctl nodes. Still haven't
atatat
2004-03-24
New node version and layout. This should take care of the netbsd32
atatat
2004-03-24
The new sysctl query interface returns the same information as the old
atatat
2004-03-24
Remove my private hack for watching how sysctl works. That's not
atatat
2004-03-24
Tango on sysctl_createv() and flags. The flags have all been renamed,
atatat
2003-12-04
oops
atatat
2003-12-04
Adapt userland sysctl goop to new world order, permitting dynamic
atatat
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-12-19
Add a sysconf(3) knob for {ATEXIT_MAX}.
kleink
2000-01-22
Delint.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-18
Now that it's delinted, make it compile on LP64 platforms again. (Using a
kleink
1998-11-13
delint
christos
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Include "extern.h" to pick up prototype for sysctl.
christos
1995-05-13
#include appropriate header files to bring prototypes into scope
jtc
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