Age | Commit message (Expand) | Author |
2024-09-15 | remove unused variables | Jonathan Gray |
2024-08-19 | Get rid of inet_aton(3). | Florian Obser |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-20 | sys/proc.h requires sys/signal.h (will become visible when sys/param.h | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-07-13 | Add & update author credits for Mary Ann Horton. | cheloha |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-12-14 | when -h is passed don't print any header, as is common practise in other syst... | Jasper Lievisse Adriaanse |
2017-07-27 | kp can be NULL (eg, stale utmp entry), so adjust the comment. | Jeremie Courreges-Anglas |
2017-05-30 | stop reacharound from w(1) to ps(1); no functional change; | Ingo Schwarze |
2016-03-19 | if -a is specified, allow "dns" in pledge requests. | Theo de Raadt |
2015-10-23 | With new pledge "ps" and "vminfo" requests, ps/top/w become possible. | Theo de Raadt |
2015-08-31 | calculate screen size way earlier, this will provide some opportunities | Theo de Raadt |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-08 | Cannot find a reason for this to need machine/cpu.h | Theo de Raadt |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2013-11-20 | str derives from argv; so use an unsigned char cast for isspace() | Theo de Raadt |
2013-11-11 | %lld for time_t even if division occurs | Theo de Raadt |
2013-10-31 | sometimes we find .h we no longer need | Theo de Raadt |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-06-24 | Fix comment. Pointed out by Seth Wright (seth at crosse.org) | Philip Guenthe |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2011-07-28 | Adjust for machdep.consdev -> kern.consdev sysctl change. This should restore | Mark Kettenis |
2011-04-26 | tyop in comment | Jasper Lievisse Adriaanse |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-09-30 | Properly display files with embedded colons being xferred via ftd. | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-07-20 | remove the -M and -N flags to uptime, they do nothing. | Jared Yanovich |
2005-04-11 | spacing | Theo de Raadt |
2005-01-09 | w(1) does not deal w/ cpu time; | Jason McIntyre |
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl |
2004-09-14 | delete unused variable | Theo de Raadt |
2004-08-18 | - .Xr utmp 5 | Jason McIntyre |
2004-01-08 | Silence warning | Todd C. Miller |
2004-01-08 | Convert to kinfo_proc2; ok deraadt@ | Todd C. Miller |
2003-11-26 | Minor cleanup. Remove gratuitous use of __CONCAT that was needed | Todd C. Miller |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-13 | a few more strlcpy | Theo de Raadt |
2002-09-17 | ansi | Theo de Raadt |
2002-06-08 | No need to be setgid kmem anymore. | Angelos D. Keromytis |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin |