summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas 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-25whitespaceDavid Krause
2005-05-25the theDavid Krause
2005-05-24.Cd and .Xr's for zaurusUwe Stuehler
2005-05-24Use the 'netmask' keyword in the ifconfig examples so they actually work.Ryan Thomas McBride
Courtesy of stephen.marley@cl-is.com
2005-05-24fix wrong option and clarify a sentence; ok jmc@David Krause
2005-05-24initial 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-23we support headphones and volume now so the caveats no longer applyDavid Gwynne
"i guess you can have the commit" pascoe@
2005-05-23suspected airprime pc5220 EVDO supportTheo de Raadt
2005-05-23the BNF production is called "load-anchor", found by Magne AndreassenDaniel Hartmeier
2005-05-23document `media autoselect';Jason McIntyre
ok damien@
2005-05-22document mediaopt;Jason McIntyre
ok damien@
2005-05-22document monitor mode.Damien Bergamini
2005-05-22epic(4)Brad Smith
2005-05-22ahc(4) was enabled a while ago, add it here tooPeter Valchev
2005-05-22re(4)Peter Valchev
2005-05-20use a display instead of .Em for the kernel config line: avoids nastyJason McIntyre
line splits, and it should be `literal' anyway; ok miod@
2005-05-19Add a layout for the french Apple black usb keyboard (fr.apple).Miod Vallat
With help from Jean-Marc Harang, thanks!
2005-05-18max-src-states typo; ok henning@David Krause
2005-05-17.Xr pfsync 4 ,Jason McIntyre
from freebsd -r1.7 glebius@
2005-05-17no 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-15Update style recommendation around NULL usage, especially in functionKenneth R Westerback
parameters, after discussions a while ago with mickey@, deraadt@, millert@. Verbiage by millert@, ok millert@.
2005-05-15Document more wsdisplay ioctls.Miod Vallat
2005-05-14Document some wsdisplay ioctls; from NetBSD.Miod Vallat
2005-05-14sort list of adapters;Jason McIntyre
2005-05-14add 3com 3c2000-T;Jason McIntyre
from stuart henderson (pr #4202);
2005-05-14add back watchdog(4) Xr, as it's still relevant to wdt;Jason McIntyre
2005-05-1420005 is a bit ambitious, but then this was committed on a friday 13th...Jason McIntyre
2005-05-14sort list of supported hardware;Jason McIntyre
2005-05-13RegenMiod Vallat
2005-05-13Move speaker(4) to MI land.Miod Vallat
2005-05-13another uftdi varient, from freebsdTheo de Raadt
2005-05-13USR9002 and 9003 are based on the Eagle chipset too. pointed out by todd,Damien Bergamini
confirmed by the respective product datasheet.
2005-05-13only JAHT WN-4054P revision E are ralink. pointed out by Jim Dew.Damien Bergamini
2005-05-13Another ural reported to work by Rodolfo Gouveia.Jonathan Gray
2005-05-12Document pt.apple layout.Miod Vallat
2005-05-12add script(7): interpreter script execution;Jason McIntyre
from netbsd; some tidy up from jaredy@, otto@, and myself;
2005-05-12change pfctl reference to pf, since programs like authpf also attempt toJason McIntyre
alter rulesets, not just pfctl interface; from tamas tevesz;
2005-05-12borrow some from hppaMichael Shalayeff
2005-05-11tx -> epic;Jason McIntyre
2005-05-10comment 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-10betterBrad Smith
2005-05-10add a space hereBrad Smith
2005-05-10this tooBrad Smith
2005-05-10add an epic(4) man page derived from the old tx(4) page, better than whatBrad Smith
NetBSD had for a man page.
2005-05-10infrared UART on zaurusUwe Stuehler
2005-05-09Sync layout list with pckbd.Miod Vallat
2005-05-08name that japanese key. okay uwe@Marc Espie
2005-05-08.Xr usbhidctl 1 ,Jason McIntyre
tweak DESCRIPTION; ok miod@