Age | Commit message (Expand) | Author |
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-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
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-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 |
2012-06-24 | Fix comment. Pointed out by Seth Wright (seth at crosse.org) | Philip Guenthe |
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 |
2005-07-20 | remove the -M and -N flags to uptime, they do nothing. | Jared Yanovich |
2005-04-11 | spacing | Theo de Raadt |
2004-09-14 | delete unused variable | Theo de Raadt |
2004-08-18 | - .Xr utmp 5 | Jason McIntyre |
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-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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 |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-05-30 | - Fix usage | smart |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2000-12-23 | hostnames are case-insensitive; brian | Theo de Raadt |
2000-07-07 | or just use puts() instead | Theo de Raadt |
2000-07-07 | heck, be more careful with printf here too | Theo de Raadt |
1999-08-12 | Support -M and -N flags in uptime mode too | Todd C. Miller |
1999-06-05 | use inet_aton() | Theo de Raadt |
1999-04-25 | Make ttystat() work correctly with strings that are not NUL-terminated. | Todd C. Miller |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt |
1998-02-03 | usage line fix; pjanzen@foatdi.harvard.edu | Theo de Raadt |
1998-01-16 | Add rcsid tags. | Todd C. Miller |
1997-12-24 | No, we are not making our w command incompatible | Theo de Raadt |
1997-12-24 | 3 letters for tty name; for ftp | Michael Shalayeff |
1997-07-25 | more to the point err. msg. | kstailey |
1997-07-25 | proper progname grok | Michael Shalayeff |
1997-05-30 | shorter | Theo de Raadt |
1997-05-30 | if less than 60 secs of uptime, say so | Theo de Raadt |
1997-04-01 | Slightly better fix. This one is explicately bounded by UT_HOSTSIZE. | Todd C. Miller |
1997-03-30 | NetBSD PR #3399: Avoid overflowing in ut_host into ut_time (bounds check). ... | Todd C. Miller |
1997-03-25 | ensure strftime buf has NUL; yokota@freebsd | Theo de Raadt |
1997-02-19 | Change usage() so it shows the right line arguments. | Angelos D. Keromytis |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |