Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | more "char c = getchar(); if (c == EOF) ..." balony | Theo de Raadt | |
2002-02-17 | A couple temporary workarounds for vax toolchain bugs. | Hugh Graham | |
2002-02-16 | Part 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-16 | Some disk names are longer than 4. Cope with that. | Thierry Deval | |
ok deraadt@ | |||
2001-12-07 | move back. pvalchev -- the bug was quite obscure | Theo de Raadt | |
2001-12-07 | back out latest changes which cause problems on alpha/sparc64 until | Peter Valchev | |
they are fixed | |||
2001-11-28 | remove unused var | Eric Jackson | |
2001-11-23 | fix signal races. use sysctl() instead of kvm where possible, and then KNF | Theo de Raadt | |
the hell out of it; checked by miod | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-18 | slightly expand the Csw/Trp/Sys/Int/Sof spacing | Theo de Raadt | |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-11-06 | New vm includes. | Artur Grabowski | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-08-28 | Add information on number/percentage of namei calls missed the cache. | Tobias Weingartner | |
millert@ ok. | |||
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-11 | update one of the outdated lists in here; andrew.hoerter@NeuStar.com | Theo de Raadt | |
2001-07-28 | Wall cleanup | Peter Valchev | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-05-04 | handle kvm_nlist() failing, from pr#1798. | Eric Jackson | |
Patch similar to the one submitted by <peterw@documenta.com.au> | |||
2001-04-20 | systat does not use /dev/drum | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-07-10 | Bail if getch() returns ERR. In ncurses < 5.1 getch() incorrectly | Todd C. Miller | |
returned 0 on EOF (due to a side effect of how curses buffers reads). | |||
2000-07-07 | fixed formatting in numlabels; danh | Theo de Raadt | |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist | |
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too. | |||
2000-06-04 | Fix one-byte overflow; millert@ ok | Aaron Campbell | |
2000-05-24 | correct type to be passed to IN6_ARE_ADDR_EQUAL macro. | Jun-ichiro itojun Hagino | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-06 | Some section re-ordering. | Aaron Campbell | |
2000-02-22 | _total is no longer a symbol in the kernel | Theo de Raadt | |
2000-01-05 | IPv6 support. commands under "netstat" are all IPv6-aware. | Jun-ichiro itojun Hagino | |
const checks in netstat.c. | |||
1999-12-08 | Fix compile conflict with the new IPv6 code (namespace pollution). | Angelos D. Keromytis | |
1999-10-28 | Add newline to the end of Makefile to unbreak non-uvm builds | Artur Grabowski | |
1999-10-26 | Fix printing of interrupts with UVM. | Artur Grabowski | |
1999-10-26 | support UVM. (much code from NetBSD) | Artur Grabowski | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-06-26 | fix typos in FILES section, some more cleanup; shinobi@monkey.org | Aaron Campbell | |
1999-06-16 | Fixed i386 -> __i386__ | Marc Espie | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-22 | Merge for new vmswap code largely from netbsd. | Tobias Weingartner | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-02-24 | cpu -> CPU | Aaron Campbell | |
1999-02-19 | Xr | Theo de Raadt | |
1998-12-19 | move Act Free field over one | Theo de Raadt | |
1998-11-22 | now "Total" column can shrink | kstailey | |