History log of /freebsd/sys/sys/sysctl.h (Results 251 – 275 of 2122)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d457bade 14-Nov-1995 Poul-Henning Kamp <phk@FreeBSD.org>

Final part of this bunch of sysctl commits: cleanup.


# ae0eb976 12-Nov-1995 Poul-Henning Kamp <phk@FreeBSD.org>

The entire sysctl callback to read/write version. I havn't tested this as
much as I'd like to, but the malloc stunt I tried for an interim for
sure does worse.
Now we can read and write from any kin

The entire sysctl callback to read/write version. I havn't tested this as
much as I'd like to, but the malloc stunt I tried for an interim for
sure does worse.
Now we can read and write from any kind of address-space, not only
user and kernel, using callbacks.
This may be over-generalization for now, but it's actually simpler.

show more ...


# 0aee6295 10-Nov-1995 Poul-Henning Kamp <phk@FreeBSD.org>

convert more sysctl variables.


# a4cc2728 09-Nov-1995 Poul-Henning Kamp <phk@FreeBSD.org>

Add qsort prototype.
Add userland_sysctl prototype.


# 787d58f2 08-Nov-1995 Poul-Henning Kamp <phk@FreeBSD.org>

Fix some of the sysctl broke, and add a lot more to it.


# 2e210993 06-Nov-1995 Poul-Henning Kamp <phk@FreeBSD.org>

On working the new sysctl vars a bit I realized that I needed more generality.
This is here now. We can now access (the new) sysctl variables from the
kernel too and using functions to handle access

On working the new sysctl vars a bit I realized that I needed more generality.
This is here now. We can now access (the new) sysctl variables from the
kernel too and using functions to handle access is more sane now.
I will now attack sysctl variables in the rest of the kernel and get them
all converted to newspeak.

show more ...


Revision tags: vendor/NetBSD/xlint/1.3, vendor/NetBSD/cur_951014_real
# 2fc21bbb 03-Nov-1995 Garrett Wollman <wollman@FreeBSD.org>

Make somaxconn (maximum backlog in a listen(2) request) and sb_max
(maximum size of a socket buffer) tunable.


Revision tags: vendor/NetBSD/cur_951014, vendor/pppd/2.2
# 3a34a5c3 28-Oct-1995 Poul-Henning Kamp <phk@FreeBSD.org>

Sorry, the last commit screwed up for me, this is the right one (I hope!)
Please refer to the previous commit message about sysctl variables.


# b396cd83 28-Oct-1995 Poul-Henning Kamp <phk@FreeBSD.org>

Rewamp the way we make sysctl variables to be easier to cope with.

The goal is to make them "user-friendly" :-)

In the end this will allow a SNMP style "getnext" function, sysctl editing
in the boo

Rewamp the way we make sysctl variables to be easier to cope with.

The goal is to make them "user-friendly" :-)

In the end this will allow a SNMP style "getnext" function, sysctl editing
in the boot-editor and/or debugger, LKMs can define sysctl vars when
they get loaded, and remove them when unloaded and other interesting
uses for dynamic sysctl variables.

show more ...


Revision tags: vendor/bind4/4.9.3beta26, vendor/NetBSD/ibcs2_950502, vendor/ee/1.2.4, vendor/bind4/4.9.3b24, vendor/tzdata/tzdata95e
# 6b43f2f0 10-Jul-1995 David Greenman <dg@FreeBSD.org>

Killed bogus sparc #ifdef.


Revision tags: release/2.0.5_cvs, upstream/2.0.5_cvs
# 9b2e5354 30-May-1995 Rodney W. Grimes <rgrimes@FreeBSD.org>

Remove trailing whitespace.


# 5bb4f738 12-May-1995 Garrett Wollman <wollman@FreeBSD.org>

The death of `options NODUMP'. Now the dump area can be dynamically
configured (and unconfigured) on the fly. A sysctl(3) MIB variable is
provided to inspect and modify the dump device setting.


Revision tags: vendor/ncftp/1.9.4, vendor/misc-GNU/cvs/1.4A2
# b5e8ce9f 16-Mar-1995 Bruce Evans <bde@FreeBSD.org>

Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) and most of the warnings from
`gcc -Wnested-externs'. Fix all the bugs found. There

Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) and most of the warnings from
`gcc -Wnested-externs'. Fix all the bugs found. There were no serious
ones.

show more ...


Revision tags: vendor/ncftp/1.9.3, vendor/rarpd/1.0
# e6373c9e 20-Feb-1995 Guido van Rooij <guido@FreeBSD.org>

Implement maxprocperuid and maxfilesperproc. They are tunable
via sysctl(8). The initial value of maxprocperuid is maxproc-1,
that of maxfilesperproc is maxfiles (untill maxfile will disappear)

Now

Implement maxprocperuid and maxfilesperproc. They are tunable
via sysctl(8). The initial value of maxprocperuid is maxproc-1,
that of maxfilesperproc is maxfiles (untill maxfile will disappear)

Now it is at least possible to prohibit one user opening maxfiles

-Guido

Submitted by:
Obtained from:

show more ...


Revision tags: vendor/ncftp/1.9.2, vendor/ncftp/1.9.1, vendor/ncftp/1.9.0, vendor/ncftp/1.8.7, release/2.0, upstream/2.0
# dedb3ba6 14-Nov-1994 Bruce Evans <bde@FreeBSD.org>

Update stupid declaration in comment to match code.

Declare all public syscntlfn's here.


Revision tags: vendor/ncftp/1.8.6
# 5955221a 16-Oct-1994 Garrett Wollman <wollman@FreeBSD.org>

dkstat.h: declare dk_names
sysctl.h: add HW_DEVCONF
devconf.h: machine-independent parts of config table


# 3d05297c 10-Oct-1994 Poul-Henning Kamp <phk@FreeBSD.org>

Cosmetics. (sort of) Added 19 prototypes.


# c2bb51a7 08-Oct-1994 Poul-Henning Kamp <phk@FreeBSD.org>

I got my patch-file applied twice it seems. Fixed.


# 44df8ef6 08-Oct-1994 Poul-Henning Kamp <phk@FreeBSD.org>

Prototypes of today. Brought to you by a 28 minute transit time on BART :-)

(For the SF-unaware: I ride the BART (The Bay-area subway) for half an hour
each way to work. I use the time to shut up

Prototypes of today. Brought to you by a 28 minute transit time on BART :-)

(For the SF-unaware: I ride the BART (The Bay-area subway) for half an hour
each way to work. I use the time to shut up gcc -Wall on my handbook).

show more ...


# ccf5ce89 07-Oct-1994 Poul-Henning Kamp <phk@FreeBSD.org>

Cosmetics. Added four prototypes.


# f86eaaca 02-Oct-1994 Poul-Henning Kamp <phk@FreeBSD.org>

Prototypes, prototypes and even more prototypes. Not quite done yet, but
getting closer all the time.


Revision tags: vendor/ntpd/xntp_3_4e, vendor/NetBSD/CGD, vendor/pppd/2.1.2
# 63b46ee5 23-Sep-1994 Garrett Wollman <wollman@FreeBSD.org>

Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.
Kernel variable is kernelname[].


Revision tags: vendor/ncftp/1.8.5, vendor/bind4/4.9.3BETA9, vendor/bind4/4.9.3b9-p1
# c901836c 21-Sep-1994 Garrett Wollman <wollman@FreeBSD.org>

Implemented loadable VFS modules, and made most existing filesystems
loadable. (NFS is a notable exception.)


# 3f31c649 18-Sep-1994 Garrett Wollman <wollman@FreeBSD.org>

Redo Kernel NTP PLL support, kernel side.

This code is mostly taken from the 1.1 port (which was in turn taken from
Dave Mills's kern.tar.Z example). A few significant differences:

1) ntp_gettime(

Redo Kernel NTP PLL support, kernel side.

This code is mostly taken from the 1.1 port (which was in turn taken from
Dave Mills's kern.tar.Z example). A few significant differences:

1) ntp_gettime() is now a MIB variable rather than a system call. A few
fiddles are done in libc to make it behave the same.

2) mono_time does not participate in the PLL adjustments.

3) A new interface has been defined (in <machine/clock.h>) for doing
possibly machine-dependent things around the time of the clock update.
This is used in Pentium kernels to disable interrupts, set `time', and
reset the CPU cycle counter as quickly as possible to avoid jitter in
microtime(). Measurements show an apparent resolution of a bit more than
8.14usec, which is reasonable given system-call overhead.

show more ...


# 3e2f490a 16-Sep-1994 Andrey A. Chernov <ache@FreeBSD.org>

Remove all ADJKERNTZ references, now all this stuff in cpu.h


1...<<11121314151617181920>>...85