index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_sysctl.c
Age
Commit message (
Expand
)
Author
2010-06-30
Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to
Theo de Raadt
2010-06-29
Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or
Philip Guenthe
2010-06-29
Eliminate RTHREADS kernel option in favor of a sysctl. The actual status
Ted Unangst
2010-06-19
Skip exiting procesess in sysctl_file2(). As processes in exit1()
Thordur I. Bjornsson
2010-05-02
Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents
Mark Kettenis
2010-04-20
Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled
Theo de Raadt
2010-03-24
Add a rwlock around the filehead and allproc lists, mainly to protect
Ted Unangst
2010-01-10
Reimplement kvm_getproc2()'s support for reading crash dumps and
Philip Guenthe
2009-08-09
Rototill system V message queues.
Bret Lambert
2009-08-02
Dynamic buffer cache support - a re-commit of what was backed out
Bob Beck
2009-07-21
Handle the case where so_pcb is NULL.
Todd C. Miller
2009-07-19
Hook up "text" (executable) output and implement for fuser too.
Todd C. Miller
2009-06-15
No you cannot remove a sysctl mib once you add it. It becomes ABI. That
Theo de Raadt
2009-06-15
Back out all the buffer cache changes I committed during c2k9. This reverts t...
Bob Beck
2009-06-08
some vnodes have a NULL mountpoint, so strlcpy of the f_mntonname if not advised
Theo de Raadt
2009-06-07
Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,
Todd C. Miller
2009-06-05
Dynamic buffer cache sizing.
Bob Beck
2009-06-03
add kern.bufcachepercent sysctl to allow adjusting the buffer cache
Bob Beck
2009-04-19
Count number of cpus found (potentially not attached) and store that
Theo de Raadt
2009-01-21
Pass the new pointer to sysctl_clockrate(), so that trying to change the
Miod Vallat
2008-10-31
Do not assume that a pointer to another process will live over a set of
Theo de Raadt
2008-10-31
accidental commit ... backout
Theo de Raadt
2008-10-31
accidental commit ... backout
Theo de Raadt
2008-10-31
kern_sysctl.c
Theo de Raadt
2008-10-09
pass NULL rather than 0 for interrupt time usage to calcru()
Kevin Lo
2008-10-07
Do not display file offsets and a few other pieces of information, except
Theo de Raadt
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-02-09
Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on
Mark Kettenis
2007-12-23
protect the disk statistics with a mutex.
David Gwynne
2007-10-10
Make context switching much more MI:
Artur Grabowski
2007-09-07
Use M_ZERO in a few more places to shave bytes from the kernel.
Artur Grabowski
2007-09-01
replace the machine dependant bytes-to-clicks macro by the MI ptoa()
Martin Reindl
2007-08-09
be more consistent in memcpy usage; no md5 change in .o; ok deraadt@
Constantine A. Murenin
2007-06-01
decouple the allocated number of vnodes from the "desiredvnodes" variable
Bob Beck
2007-05-29
Add a name argument to the RWLOCK_INITIALIZER macro.
Thordur I. Bjornsson
2007-05-16
The world of __HAVEs and __HAVE_NOTs is reducing. All architectures
Artur Grabowski
2007-04-18
When vslocking memory for the sysctl make sure that we aren't trying
Artur Grabowski
2007-04-12
move p_limit and p_cred into struct process
Ted Unangst
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-02-20
for sensors do not leak kernel pointers when copying out to userland;
Theo de Raadt
2007-01-12
Switch some lockmgr locks to rwlocks.
Artur Grabowski
2006-12-23
kernel code implimemting the new two-level sensor api; written by
Theo de Raadt
2006-12-12
Complete gwk's previous patch to stop setperf methods from returning
Dimitry Andric
2006-12-08
A more permanent solution to setperf methods returning error values and
Gordon Willem Klok
2006-11-29
Kernel stack can be swapped. This means that stuff that's on the stack
Miod Vallat
2006-05-28
back out my last commit. art pointed out that sysctl cannot sleep when
David Gwynne
2006-05-20
It is possible for a sensor to be detached and freed while it is being
David Gwynne
2006-05-08
Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,
Gordon Willem Klok
2006-03-15
add sysctl_int_lower(). This can read, but can only write to a kernel
Theo de Raadt
2006-01-28
get rid of the sensors globals. theyre were only used by sysctl for
David Gwynne
[next]