Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-11 | Print output as "var=value" instead of "var = value". Also, any assignment | Theo de Raadt | |
implies -w. I have despised the existing behaviour for years. ok from henning, millert, grange | |||
2004-01-09 | Tell the user to run ps if they try to view things under KERN_PROC2 | Todd C. Miller | |
(same handling as KERN_PROC). | |||
2004-01-08 | add dirhash sysctls | Ted Unangst | |
2004-01-07 | document syn cache sysctl; ok deraadt, jmc, itojun | Markus Friedl | |
2004-01-05 | 0K == -273.15C and sync computation with drivers; ok grange | Markus Friedl | |
2003-12-19 | document hw.{cpuspeed,setperf} sysctls; | Jason McIntyre | |
tweak and ok tedu@ | |||
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl | |
ok deraadt@ | |||
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride | |
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@ | |||
2003-10-17 | slight options reorder; from NetBSD | Jason McIntyre | |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-09-09 | slight cleanup of man page and sync usage(); | Jason McIntyre | |
2003-08-24 | don't print info about duplicate emuls. gives the illusion there is only | Ted Unangst | |
one linux emul and one freebsd emul. ok deraadt@ | |||
2003-08-23 | document necessity for sysctl to enable compat code. ok deraadt@ | Ted Unangst | |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst | |
add e_flags to struct emul. this stores on/off and native flags. check for emul enabled in check_exec(). gather all the emuls into a emulsw so a sysctl can find them. create sysctl. move maxhdrsiz calcualation into init_main so it cleans up sys_execve codepath. teach sysctl utility to grok kern.emul hierarchy. requested and ok deraadt@ some comments from mickey@ | |||
2003-07-08 | - fix some lists/displays | Jason McIntyre | |
- use .Dl for one-liners, rather than .Bd | |||
2003-06-29 | tweak; | Jason McIntyre | |
ok tedu@ | |||
2003-06-28 | new sysctl, ddb.log | Ted Unangst | |
2003-06-11 | ansification | Theo de Raadt | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | forgotten machdep.userldt; from Tom Cosgrove | Michael Shalayeff | |
2003-05-26 | ignore longrun struct. eliminates a warning | Ted Unangst | |
2003-05-14 | Add the -q flag to suppress all output when setting a variable | Jean-Francois Brousseau | |
with -w ok jsyn@, millert@ | |||
2003-05-06 | KNF while I'm here | Henning Brauer | |
2003-05-06 | for hw.sensors, print stuff in a human friendly way - temperatures in | Henning Brauer | |
degC and degF, fan speed in RPM, and voltages in (surprise) V. theo, millert, grange agree | |||
2003-04-25 | Support for accessing the information from the hardware monitoring sensors | Alexander Yurchenko | |
via hw.sensors node. To get the information from the all sensors just do $ sysctl hw.sensors. To get the information from the particular sensor (number 5 e.g.) do $ sysctl hw.sensors.5 Tested and ok'ed by henning@ and millert@. | |||
2003-04-25 | Very little tweak for consistency in space vs \t | Alexander Yurchenko | |
2003-04-07 | strlcat; ok millert | Theo de Raadt | |
2003-03-21 | document ceccerrs and cecclast for sparc64 | Jason Wright | |
2003-02-13 | typos; | Jason McIntyre | |
setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com | |||
2003-01-21 | kern.watchdog; ok deraadt@ | Markus Friedl | |
2003-01-21 | add kern.watchdog sysctl and generic watchdog interface; | Markus Friedl | |
based on feedback and discussions with mickey, henric, fgsch and jakob. ok art@, mickey@, jakob@, henric@ | |||
2002-12-18 | Reorder sysctl list, to match sysctl -a output (mostly, structures cheat). | Miod Vallat | |
Add/remove the missing/extra bits. And you get a typo fix for free. | |||
2002-12-18 | Remove duplicate entry for kern.somaxconn introduced in last commit; | Todd C. Miller | |
Noticed by Dries Schellekens | |||
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller | |
Instead of allocating a static amount of memory for the data structures via valloc() in allocsys(), allocate things dynamically using pool(9) when possible and malloc(9) when not. The various members of struct seminfo and struct shminfo are in kern.seminfo and kern.shminfo respectively (not all members of kern.seminfo are changable). The data structures used still leave something to be desired but things are not made worse in that respect by this commit. | |||
2002-11-25 | Mention the net.inet.tcp.ecn sysctl. | Wilbern Cobb | |
ok kjc@ | |||
2002-09-29 | much prettier; wgriffin@jtan.com | Theo de Raadt | |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-07-03 | ansi | Theo de Raadt | |
2002-06-11 | Document kern.userasymcrypto | Angelos D. Keromytis | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-09 | Print message for kern.mbstat (to use netstat) | Angelos D. Keromytis | |
2002-06-09 | Document kern.mbstat | Angelos D. Keromytis | |
2002-06-08 | Document new sysctls. | Angelos D. Keromytis | |
2002-06-07 | document net.inet6.ip6.v6only | Jun-ichiro itojun Hagino | |
2002-05-28 | document net.inet6.ip6.maxfrags | Jun-ichiro itojun Hagino | |
2002-05-26 | - CPU_MAXID and CPU_CHIPSET were swapped in cpu.h | Matthieu Herrb | |
- add support to print machdep.chipset mib on alpha ok deraadt@ | |||
2002-05-24 | add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net | Theo de Raadt | |
2002-04-03 | WCCP sysctl -- ok deraadt@ | Angelos D. Keromytis | |
2002-03-02 | document tcp.ackonpush | Niels Provos | |