summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Collapse)Author
2002-02-23allowaperture is no longer i386 only. Noted by Dries Schellekens.Matthieu Herrb
2002-02-23sysctl kern.usercryptoTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2002-02-10back out the no reserved port option for nfsNathan Binkert
2002-02-01machdep.led_blink works on sparc64, tooJason Wright
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-11document new sysctl for vfs.nfs.norsvportNathan Binkert
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok
2001-12-13o) start new sentence on a new line;Mike Pechkin
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok;
2001-12-06document alpha machdep.* sysctl'sEric Jackson
2001-12-04Support for the new uvm sysctls.Artur Grabowski
2001-11-06No sir, our sysctls are defined in uvm headers now.Miod Vallat
2001-11-05No need to vm_param.h here.Artur Grabowski
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
it slightly harder to write generic buffer overflows. This doesn't really give any real security, but it raises the bar for script-kiddies and it's really cheap. The range of the random offsets is controlled by the sysctl kern.stackgap_random (must be a power of 2). This is disabled by default right now, but we'll set it to a reasonable value (1024?) soon, after some more testing.
2001-08-02nkmempages.Artur Grabowski
2001-07-13escape a wrning on msgbuf, under certain circumstancesMichael Shalayeff
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-22Fix more printf formats.Artur Grabowski
Add some missing prototypes.
2001-06-22Fix a bunch of u_int64_t formats.Artur Grabowski
2001-06-22more arguments than formatArtur Grabowski
2001-06-22block on msgbufMichael Shalayeff
2001-06-22unused variableArtur Grabowski
2001-06-22Nicer printing of kmem buckets.Artur Grabowski
2001-06-04return from main() don't exitMichael Shalayeff
2001-06-03kern.nprocsAngelos D. Keromytis
2001-06-03Add kern.fscale and kern.ccpuAngelos D. Keromytis
2001-06-01make listall immune to supuh long names; after deraadtificationMichael Shalayeff
2001-06-01duh, main returnsMichael Shalayeff
2001-06-01do not use strlen after strlcpyMichael Shalayeff
2001-05-14Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats.Angelos D. Keromytis
2001-05-14Update.Angelos D. Keromytis
2001-05-12Better argument checking for kmemstats.Angelos D. Keromytis
2001-05-11Put the flag options in a list. (ok deraadt@)Hakan Olsson
2001-05-11Print the new sysctls (nchstats, kmemstats, nselcoll, forkstat)Angelos D. Keromytis
2001-05-11Update with new sysctl'sAngelos D. Keromytis
2001-02-23give cp_time a proper treatmentMichael Shalayeff
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats.
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-22attempting to sysctl clear a string was failing; checked by millert and aaronTheo de Raadt
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt).
2001-01-04Sync.Angelos D. Keromytis
2001-01-04Read a struct kmembuckets, rather than individual values.Angelos D. Keromytis
2001-01-04Print the kern.malloc.* branchAngelos D. Keromytis
2000-12-22strlcpy is greatTheo de Raadt
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-11-21Fix an int * that should be a size_t * when calling sysctl(3).Todd C. Miller
2000-10-14document net.inet.tcp.rstppslimit.Jun-ichiro itojun Hagino
2000-10-10mention icmp{,6}.errppslimitJun-ichiro itojun Hagino