History log of /netbsd-src/lib/libc/gen/sysctlbyname.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 0c0346ae 13-Dec-2010 pooka <pooka@NetBSD.org>

Don't __weak_alias non-existent symbols. Apparently the alpha
compiler doesn't like it.


# 2f36209c 13-Dec-2010 pooka <pooka@NetBSD.org>

Mirror sysctlgetmibinfo RUMP_ACTION change.


# 2f42139c 22-Jul-2009 alc <alc@NetBSD.org>

Constify the fourth argument of sysctlbtname(3) (ie. `newp', the pointer to
the new value).

This change sync sysctl(3) and sysctlbtname(3) prototypes.

No objection on <tech-userlevel>


# 3028e483 29-Apr-2008 martin <martin@NetBSD.org>

Convert to new 2 clause license


# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 8d5507a1 08-Apr-2004 atatat <atatat@NetBSD.org>

Weak aliases for sysctlfoobar() functions.


# 29e15c79 25-Mar-2004 atatat <atatat@NetBSD.org>

Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from
sysctl(8) into libc, making the minor number jump. Add prototypes to
sys/sysctl.h, fix sets, modify man pages, etc. That oughta c

Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from
sysctl(8) into libc, making the minor number jump. Add prototypes to
sys/sysctl.h, fix sets, modify man pages, etc. That oughta cover it.

show more ...