Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-19 | Add WATTHOUR and AMPHOUR | Marco Peereboom | |
ok jordan@ | |||
2006-06-05 | Simpler code for printing time sensors: no leak and no floating | Otto Moerbeek | |
point. ok deraadt@ | |||
2006-06-04 | print time offsets much nicer | Theo de Raadt | |
2006-04-25 | for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenis | Theo de Raadt | |
mbalmer will have to cope. | |||
2006-04-25 | if the timeval has data, print it at the end of the line | Theo de Raadt | |
2006-04-20 | print timedelta; ok dlg | Theo de Raadt | |
2006-04-18 | Discussed with jason@ that pfail means "partial fail". Now it translates | Marco Peereboom | |
to "degraded". ok jason@ | |||
2006-04-13 | Change how hw.sensors prints. Much simpler format, easier to read. While | Theo de Raadt | |
there, stick to printing temperature measurements in just one sane unit. ok various people, no objections for the latter | |||
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller | |
suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne | |
ok marco@ grange@ deraadt@ | |||
2005-11-15 | Add support for light sensors. | Mark Kettenis | |
ok dlg@ | |||
2005-11-12 | more memleaks plugged; evol@online.ptt.ru | Theo de Raadt | |
2005-11-12 | memory leak; ok cloder | Theo de Raadt | |
2005-10-23 | Add support for SENSOR_AMPS. | Mark Kettenis | |
ok dlg@ | |||
2005-08-05 | add a sensor type that can report percentage | David Gwynne | |
ok deraadt@ | |||
2005-08-04 | HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marco | Theo de Raadt | |
2005-08-04 | Support for SENSOR_INTEGER. | Jonathan Gray | |
ok grange@, dlg@, henning@ | |||
2005-08-04 | a quick diff for marco, who wanted to see if his power supplies were on or | David Gwynne | |
off. adds printing of the INDICATOR sensor type ok deraadt@ | |||
2005-08-03 | extend the sensors framework to allow it to report the state of the | David Gwynne | |
sensor, not just its value. ok henning@ marco@ deraadt@ beck@ fixes and tweaks grange@ | |||
2005-07-20 | Print the last two kern.nchstats entries. | Miod Vallat | |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl | |
ok henning | |||
2005-04-24 | it is nice if this compiles on other systems | Theo de Raadt | |
2005-04-24 | Do down-sampling of the high-resolution touch pad events in kernel, | Uwe Stuehler | |
and provide sysctls for fine-tuning the touch pad area that covers the screen. Reasonable defaults are provided, but each machine can be a bit different due to the manufacturing process. | |||
2005-04-20 | actually error out when we would overflow by using the return value from | Bob Beck | |
strlcpy, instead of just warning about out, and clobbering stuff anyway. ok millert@ | |||
2005-04-13 | avoid variable aliasing | Theo de Raadt | |
2005-01-28 | Allow setting of kern.tty.*; now we can set kern.tty.maxptys. The kernel | Todd C. Miller | |
itself will return an error if the user tries to set a read-only variable. | |||
2004-09-14 | do not alias over libc ttyname(3) | Theo de Raadt | |
2004-08-08 | spacing | Theo de Raadt | |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert | |
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more | |||
2004-04-15 | new world order for emulations. adjust, and become more robust. | Ted Unangst | |
testing ok deraadt@ | |||
2004-03-21 | CPU_LONGRUN is gone. repair kern.emul.nemuls, strcmp on right string | Ted Unangst | |
2004-02-25 | note that -w is optional and adjust accordingly; | Jason McIntyre | |
remove -w from EXAMPLES; diffs from Paul de Weerd; ok deraadt@ | |||
2004-02-24 | deal with bpf node | Ted Unangst | |
2004-02-10 | Add flags field to the sensor structure and an only flag SENSOR_FINVALID | Alexander Yurchenko | |
which allows to drop information from broken, unwired, disabled, etc sensors. ok hshoexer@ | |||
2004-02-10 | Tell user to run pstat -t to get kern.tty.ttyinfo if they explicitly | Todd C. Miller | |
ask for it, else just ignore it. This is consistent with sysctl behavior and other entries of type CTLTYPE_STRUCT. | |||
2004-02-10 | Don't hard-code type for tty sysctls to CTLTYPE_QUAD; some values are | Todd C. Miller | |
now int. | |||
2004-01-19 | little wflag fallout spotted by atle kristensen | Ted Unangst | |
2004-01-11 | Trivial changes to pass through -Wall | Alexander Yurchenko | |
ok millert@ | |||
2004-01-11 | remove the temporary -O flag.. | Theo de Raadt | |
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-05 | 0K == -273.15C and sync computation with drivers; ok grange | Markus Friedl | |
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-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-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-06-11 | ansification | Theo de Raadt | |
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-26 | ignore longrun struct. eliminates a warning | Ted Unangst | |