summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-19winner for the most useless .Nd line in a man pageTheo de Raadt
2006-04-19Xr udcf into hereTheo de Raadt
2006-04-19build udf man pageTheo de Raadt
2006-04-19Driver to decode the DCF77 time code using a USB attached Gude ExpertMarc Balmer
mouseCLOCK device; without a mechanism to pass data out. ok deraadt
2006-04-19Count spurious interrupt as part of the alarming interrupt issues as well.Miod Vallat
2006-04-19Better diagnostic messages in the MVME188 interrupt handler; also no needMiod Vallat
to register an interrupt handler for the SYSCON board interrupts anymore, as we never trigger it.
2006-04-19make sure cross-as and cross-ranlib get compiled again for a.out platforms.Miod Vallat
2006-04-19add support for interface groups.Hans-Joerg Hoexer
2006-04-19small cleanup: no need to strdup here.Hans-Joerg Hoexer
2006-04-19adopt to recent changes and add some more testsHans-Joerg Hoexer
2006-04-19"type" keyword to specify flow type (require, use, etc.)Hans-Joerg Hoexer
2006-04-19oops. forgot fnclex define (:Michael Shalayeff
2006-04-19add hostname resolver.Hans-Joerg Hoexer
at least some eyeballing by cloder@ tested by jean raby, requested/suggested by rod withworth
2006-04-19from todays freebsd advisory: fxrstor on amd cpu does not restore ↵Michael Shalayeff
fip,fdp,fop thus leaking other proc's execution history; deraadt@ ok
2006-04-19curpcb is long gone and is a #define -- do not declare it global anymore (no ↵Michael Shalayeff
func change)
2006-04-19- simplify synopsisJason McIntyre
- make a list more readable
2006-04-19add a CAVEATS section; helped by xsaJason McIntyre
2006-04-19addition from xsa;Jason McIntyre
2006-04-19+.Xr diff 1 ,Jason McIntyre
2006-04-19make the keyword section make sense regarding cvs commands;Jason McIntyre
2006-04-19eliminate spacing in the keyword section, since rcs doesn;t like them;Jason McIntyre
2006-04-19a little bit more description; ok xsaJason McIntyre
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2006-04-19- signpost to keyword substitution sectionJason McIntyre
- simplify synopsis
2006-04-19- signpost keyword substitution sectionJason McIntyre
- simplify synopsis whilst here
2006-04-19keyword section is in rcs(1) now;Jason McIntyre
2006-04-19keyword section is in rcs(1) now;Jason McIntyre
2006-04-19move the keyword substitution section from cvs(1) to rcs(1):Jason McIntyre
this keeps the docs correct, and according to xsa is the correct place for it anyway... ok xsa niallo
2006-04-19flesh out the description of ci; ok xsaJason McIntyre
2006-04-19flesh out the description of co; ok xsaJason McIntyre
2006-04-19- flesh out the description of rcsdiffJason McIntyre
- simplify synopsis whilst here ok xsa
2006-04-19wdog_init is only called from wdog_register, so fold them in together.David Gwynne
from mk. ok markus@
2006-04-19photurisd is nomore; from Michael KnudsenMichael Shalayeff
2006-04-19move the 82573E_KCS PCI id so it is grouped with the other 82573 ids.Brad Smith
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-19Make sure sc_first_poll is initialized to 0 so sensor_task_threadKenneth R Westerback
doesn't blow up on first call to ami_refresh(). There's probably a better fix, but this stops the crashes while that fix is found. ok dlg@
2006-04-18ANSIfyGordon Willem Klok
ok marco@, dlg@, mickey@
2006-04-18Disable -CC to cpp until cpp 2.95 can handle it properlyChad Loder
2006-04-18Remove "S" from getopt(3) string, which was added in 1.32 by mistake.Moritz Jodeit
From Steffen Wendzel. ok henning@
2006-04-18Bring back a kernel_text symbol, config -e needs it.Miod Vallat
2006-04-18if you go timeout_set, timeout_add, and then timeout_set again you canDavid Gwynne
screw up the queues that tie all the timeouts together. this makes us panic if we detect that happening. its a lot easier to debug that the weird side effects of broken timeout queues. ok mickey@ kettenis@ deraadt@ pedro@
2006-04-18- establish interrupt after all dma resouces are successfully allocatedMartin Reindl
- wrap an assertion with #ifdef DIAGNOSTIC - call bus_dmamap_sync for mdldmap at POSTWRITE for consistency - pass proper dmamapsize for mdldmap - Call bus_space_{read,write}_1() directly to access ncr53c9x common registers - Unload xfer dmamap in pscsp_dma_stop() - Free resources if attach fails From NetBSD
2006-04-18cannot see the string self in the ANNOUNCE STRING prod any more sinceHenning Brauer
self is a token now
2006-04-18struct kif_kr is not used in ospfd.Claudio Jeker
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
either dhclient or dhcpd context; tested by many
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
Some of these are from jason@ and the rest are from the Linux PCI ids page.
2006-04-18Hook new ulimit test casesOtto Moerbeek
2006-04-18near ulimit test case 2Otto Moerbeek
2006-04-18Near ulimit test case 1Otto Moerbeek
2006-04-18Fix "announce self" that got broken by "nexthop self". Found by Thomas Bader.Claudio Jeker
OK henning@