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-24 | .Cd and .Xr's for zaurus | Uwe Stuehler | |
2005-05-24 | Use the 'netmask' keyword in the ifconfig examples so they actually work. | Ryan Thomas McBride | |
Courtesy of stephen.marley@cl-is.com | |||
2005-05-24 | fix wrong option and clarify a sentence; ok jmc@ | David Krause | |
2005-05-24 | initial import of a trunking (link aggregation and link failover) | Reyk Floeter | |
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@ | |||
2005-05-23 | we support headphones and volume now so the caveats no longer apply | David Gwynne | |
"i guess you can have the commit" pascoe@ | |||
2005-05-23 | suspected airprime pc5220 EVDO support | Theo de Raadt | |
2005-05-23 | the BNF production is called "load-anchor", found by Magne Andreassen | Daniel Hartmeier | |
2005-05-23 | document `media autoselect'; | Jason McIntyre | |
ok damien@ | |||
2005-05-22 | document mediaopt; | Jason McIntyre | |
ok damien@ | |||
2005-05-22 | document monitor mode. | Damien Bergamini | |
2005-05-22 | epic(4) | Brad Smith | |
2005-05-22 | ahc(4) was enabled a while ago, add it here too | Peter Valchev | |
2005-05-22 | re(4) | Peter Valchev | |
2005-05-20 | use a display instead of .Em for the kernel config line: avoids nasty | Jason McIntyre | |
line splits, and it should be `literal' anyway; ok miod@ | |||
2005-05-19 | Add a layout for the french Apple black usb keyboard (fr.apple). | Miod Vallat | |
With help from Jean-Marc Harang, thanks! | |||
2005-05-18 | max-src-states typo; ok henning@ | David Krause | |
2005-05-17 | .Xr pfsync 4 , | Jason McIntyre | |
from freebsd -r1.7 glebius@ | |||
2005-05-17 | no need to use Rs/Re for a url; | Jason McIntyre | |
no full stop to aid cut and paste; decided after mail from jim razmus, via nick; | |||
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-15 | Document more wsdisplay ioctls. | Miod Vallat | |
2005-05-14 | Document some wsdisplay ioctls; from NetBSD. | Miod Vallat | |
2005-05-14 | sort list of adapters; | Jason McIntyre | |
2005-05-14 | add 3com 3c2000-T; | Jason McIntyre | |
from stuart henderson (pr #4202); | |||
2005-05-14 | add back watchdog(4) Xr, as it's still relevant to wdt; | Jason McIntyre | |
2005-05-14 | 20005 is a bit ambitious, but then this was committed on a friday 13th... | Jason McIntyre | |
2005-05-14 | sort list of supported hardware; | Jason McIntyre | |
2005-05-13 | Regen | Miod Vallat | |
2005-05-13 | Move speaker(4) to MI land. | Miod Vallat | |
2005-05-13 | another uftdi varient, from freebsd | Theo de Raadt | |
2005-05-13 | USR9002 and 9003 are based on the Eagle chipset too. pointed out by todd, | Damien Bergamini | |
confirmed by the respective product datasheet. | |||
2005-05-13 | only JAHT WN-4054P revision E are ralink. pointed out by Jim Dew. | Damien Bergamini | |
2005-05-13 | Another ural reported to work by Rodolfo Gouveia. | Jonathan Gray | |
2005-05-12 | Document pt.apple layout. | Miod Vallat | |
2005-05-12 | add script(7): interpreter script execution; | Jason McIntyre | |
from netbsd; some tidy up from jaredy@, otto@, and myself; | |||
2005-05-12 | change pfctl reference to pf, since programs like authpf also attempt to | Jason McIntyre | |
alter rulesets, not just pfctl interface; from tamas tevesz; | |||
2005-05-12 | borrow some from hppa | Michael Shalayeff | |
2005-05-11 | tx -> epic; | Jason McIntyre | |
2005-05-10 | comment out en(4) entry: no such page; | Jason McIntyre | |
2005-05-10 | - link mtod(9) to mbuf(9) | Mathieu Sauve-Frankel | |
ok brad@ deraadt@ miod@ | |||
2005-05-10 | better | Brad Smith | |
2005-05-10 | add a space here | Brad Smith | |
2005-05-10 | this too | Brad Smith | |
2005-05-10 | add an epic(4) man page derived from the old tx(4) page, better than what | Brad Smith | |
NetBSD had for a man page. | |||
2005-05-10 | infrared UART on zaurus | Uwe Stuehler | |
2005-05-09 | Sync layout list with pckbd. | Miod Vallat | |
2005-05-08 | name that japanese key. okay uwe@ | Marc Espie | |
2005-05-08 | .Xr usbhidctl 1 , | Jason McIntyre | |
tweak DESCRIPTION; ok miod@ |