Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist | |
everyone for the prompt review and ok of this work ;-) Yeah, that includes me too, or maybe especially me. I am sorry. Change the sched_lock to a mutex. This fixes, among other things, the infamous "telnet localhost &" problem. The real bug in that case was that the sched_lock which is by design a non-recursive lock, was recursively acquired, and not enough releases made us hold the lock in the idle loop, blocking scheduling on the other processors. Some of the other processors would hold the biglock though, which made it impossible for cpu 0 to enter the kernel... A nice deadlock. Let me just say debugging this for days just to realize that it was all fixed in an old diff noone ever ok'd was somewhat of an anti-climax. This diff also changes splsched to be correct for all our architectures. | |||
2005-05-25 | whitespace | David Krause | |
2005-05-25 | the the | David Krause | |
2005-05-15 | Update style recommendation around NULL usage, especially in function | Kenneth R Westerback | |
parameters, after discussions a while ago with mickey@, deraadt@, millert@. Verbiage by millert@, ok millert@. | |||
2005-05-10 | - link mtod(9) to mbuf(9) | Mathieu Sauve-Frankel | |
ok brad@ deraadt@ miod@ | |||
2005-04-25 | csum -> csum_flags | Brad Smith | |
reminded by markus@ | |||
2005-04-15 | Missing space | Tom Cosgrove | |
ok jmc@ | |||
2005-04-04 | add rssadapt(9) to SEE ALSO in ieee80211(9), and vice versa; | Jason McIntyre | |
ok jsg@ | |||
2005-04-04 | apply some fixes originally mailed to jsg@; | Jason McIntyre | |
2005-04-04 | tcpdump is section 8, not 1; | Jason McIntyre | |
2005-04-04 | whitespace; | Jason McIntyre | |
2005-04-04 | Some documentation for the 802.11 stack written by | Jonathan Gray | |
Bruce M. Simpson and Darron Broad for FreeBSD, adapted to reflect the state of our stack. Help from and ok jmc@ | |||
2005-04-02 | synopsis is #include <lib/libkern/libkern.h> | Uwe Stuehler | |
2005-03-30 | mention new udf malloc types, okay deraadt@ | Pedro Martelletto | |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre | |
2005-03-01 | import rssadapt man page from NetBSD. | Damien Bergamini | |
ok jmc@ millert@ jsg@ deraadt@ | |||
2005-02-20 | sort SEE ALSO; | Jason McIntyre | |
2005-02-18 | .Xr mutex 9, now that it exists. | Pedro Martelletto | |
2005-02-18 | Manual page for the mutex set of functions. Okay jmc@ and art@. | Pedro Martelletto | |
2005-02-14 | uio->uio_resid, not uio->resid; | Jason McIntyre | |
from kirihara masaharu (netbsd pr #29355); ok miod@ millert@ | |||
2005-01-29 | quote %T and %B to prevent madness; | Jason McIntyre | |
2005-01-14 | The first argument is const void* | Kevin Lo | |
ok millert@ and jmc@ | |||
2005-01-10 | m_hdr.mh_flags has been u_short for some time now. | Jonathan Gray | |
Kill uneeded line while here. | |||
2005-01-04 | `done' can be NULL; | Jason McIntyre | |
from matthias kilian (pr #4061): non-reversed version applied w/ NULL marked up miod says it's right enough; | |||
2004-12-20 | ethernet -> Ethernet | Jonathan Gray | |
2004-12-18 | Add tc_init(9) page, a description of the timecounters. With some | Alexander Yurchenko | |
help from jmc@. | |||
2004-12-17 | Add watchdog API documentation, from Michael Knudsen, with tweaks. ok ↵ | Jared Yanovich | |
grange jmc | |||
2004-12-13 | typo, ok jmc@ | Pedro Martelletto | |
2004-12-06 | kill __P in proto; ok deraadt pvalchev | Jared Yanovich | |
2004-12-01 | Drop advertising clause as per NetBSD some time ago. | Jonathan Gray | |
ok deraadt@ | |||
2004-11-30 | breada() is gone, help and ok jmc@ | Pedro Martelletto | |
2004-11-28 | remove .Xr to self in SEE ALSO; | Jason McIntyre | |
2004-11-28 | sort SEE ALSO; | Jason McIntyre | |
2004-11-28 | document the mountroothooks | Theo de Raadt | |
2004-11-27 | proper prototypes for some functions that were missing them; ok deraadt dhartmei | Peter Valchev | |
2004-11-26 | Grammo ok many. | Marco Peereboom | |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl | |
only set and never read), update documentation; ok fgsch, deraadt, millert | |||
2004-11-22 | correctly describe parameters for pmap_kremove. | Hans-Joerg Hoexer | |
ok miod@ | |||
2004-11-22 | tweaks; | Jason McIntyre | |
2004-11-22 | loadfirmware() man page, sick of mickey | Theo de Raadt | |
2004-11-09 | tweaks; | Jason McIntyre | |
ok jaredy@ | |||
2004-11-02 | plug evcount.9 into build | Jared Yanovich | |
2004-11-02 | add initial manpage for the evcount API | Jared Yanovich | |
2004-10-20 | Tiny typo | Ian Darwin | |
2004-10-16 | match the given breadn() prototype, ok marius@ | Pedro Martelletto | |
2004-10-04 | make systrace documentation more like reality. | marius eriksen | |
ok millert@ | |||
2004-09-22 | many xrefs added | Jared Yanovich | |
use more/better macros where appropriate show structure of vnode tables for vnode flags and types other minor clarifications, grammar & typos fixes, etc. ok and lots of help from jmc and pedro | |||
2004-09-22 | buffercache.9 man page from netbsd, ported by sven dehmlow, +mlinks; | Jason McIntyre | |
some tidy up from myself; ok tedu@ deraadt@ | |||
2004-09-20 | CAVEATS comes after HISTORY. | Jared Yanovich | |
from jmc | |||
2004-09-19 | add vflushbuf.9 and vwakeup.9 | Jared Yanovich | |