summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-03Extra paranoid, do not allow the dynamic linker to have unresolved referencesDale Rahn
as this causes much frustration as it fails to run after being installed and is a paint to recover.
2006-05-03Keep the state of the debugger constistant, let it know a the dynamicDale Rahn
linker is adding or removing a library before it does the act. Discussed with kurt@ some time ago.
2006-05-03Rewrite the ld.so syscall stubs as macros. no binary change.Dale Rahn
2006-05-03Use xasprintf and xfree.Ray Lai
``But i thought it already went in...'' xsa@
2006-05-03respect TMPDIR; OK ray@.Xavier Santolaria
2006-05-03be more clear about policy inheritanceNikolay Sturm
help and ok jmc, provos
2006-05-03SYSTR_MSG_CHILD is also sent when a child exits, from pr 5088Nikolay Sturm
ok jmc, provos
2006-05-03Provide a function pointer that allows for the wdc resetJonathan Gray
method to be changed as required. This will be required for dealing with several chips in pciide.
2006-05-03regenBrad Smith
2006-05-03add the Neterion Xframe-II 10GbE product id.Brad Smith
2006-05-02Replace db_{disable,enable}_interrupts with expanded version of themselves,Miod Vallat
having macros for this is not worth doing.
2006-05-02Wave goodbye to bugtty on mvme88k as well.Miod Vallat
2006-05-02correct command-line prompts; from daniel wadeJason McIntyre
2006-05-02The r128 driver also need the 0xb0000-0xc0000 address range. found by Jolan@.Matthieu Herrb
2006-05-02some type cleanupNikolay Sturm
with feedback from kettenis
2006-05-02Make buffers store their own working directory. This makes things likeKjell Wooding
grep, compile, lint work as expected (act on current buffer's cwd). Display this path when opening or replacing a file, rather than relying on the user to guess, or remember.
2006-05-02* Plug memory leak if init fails; ok gwk@Patrick Latifi
2006-05-02The pftable name to ID functions should use the pftable_labels list and notClaudio Jeker
the rt_labels list. Luckily this bug was not visible because of the way the pftable and rtlabel code works. Found by Thomas E. Spanjaard.
2006-05-02fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, createDaniel Hartmeier
only bar under foo, not /bar as well. secondly, when using "load anchor from" from a sub-anchor, the loading point should be relative to the sub-anchor doing the load (unless absolute paths are used, of course). from Boris Polevoy. probably a -stable candidate.
2006-05-02Nuke a couple orphaned prototypes.Hugh Graham
quoth deraadt: no problem
2006-05-02Format nicelevel relative NZERO as other tools do.Hugh Graham
Surely, says millert.
2006-05-02Spread some .Xr for the hard to stumble across lam(1).Hugh Graham
jmc yeps.
2006-05-01prevent a very, very stupid buffer overflow in ident_line().Joris Vink
fix for PR 5091 okay niallo@
2006-05-01RegenPedro Martelletto
2006-05-01Add Neodio 8-in-1 Flash Device Controller, okay dlg@Pedro Martelletto
2006-05-01syncTheo de Raadt
2006-05-01slight reword;Jason McIntyre
2006-05-01Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functionsPedro Martelletto
2006-05-01Rename functions and move prototypes aroundPedro Martelletto
2006-05-01- when setting the interface address, only call ixgb_init() if the interfaceBrad Smith
is not already running. - remove splnet usage from ixgb_intr(). - replace magic value of 32 with IXGB_MAX_SCATTER.
2006-05-01sprinkle some tabs.Brad Smith
2006-05-01Make static functions global so DDB can see themPedro Martelletto
2006-05-01Activate Tx descriptor poll timer in order to protect possible lossBrad Smith
of SK_TXBMU_TX_START command. Previously the driver continuously issued SK_TXBMU_TX_START when it notices pending Tx descriptors not processed yet in interrupt handler. That approach would add additional PCI write access overhead under high Tx load situations and it might fail if the first SK_TXBMU_TX_START was lost and no interrupt is generated from the first SK_TXBMU_TX_START command. From FreeBSD
2006-05-01- add tests for -oranges.Niall O'Higgins
ok joris@
2006-05-01Added Rx/Tx FIFO flush support for YukonBrad Smith
From FreeBSD
2006-05-01- fix a case in rcs_getrev() handling of branches where variant was not beingNiall O'Higgins
increased and thus no progress could be made in the loop. bug noticed in rcsdiff(1) by sturm@ ok joris@
2006-05-01using *_FOREACH macros is really bad when we are actuallyJoris Vink
removing elements from the list inside the loop. this has been documented *clearly* in queue(3). okay niallo@
2006-05-01Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
routing for several integrated devices on those chipsets in GENERIC.MP. ok brad@, mickey@
2006-05-01A new function sk_yukon_tick(), to handle auto-negotiation properly forBrad Smith
Yukon-based adapters. From FreeBSD
2006-05-01replace magic value of 32 with EM_MAX_SCATTER.Brad Smith
2006-05-01increase the Tx ring count from 64 to 256.Brad Smith
ok jsg@ damien@
2006-05-01better description for -b; ok jorisJason McIntyre
2006-05-01update the "tagged" line; ok dhartmeiJason McIntyre
2006-05-01rearrange the page to read better, and document branches/revisions/state;Jason McIntyre
ok xsa niallo ray
2006-05-01make .Nm match the page name;Jason McIntyre
2006-05-01.An -noplitJason McIntyre
2006-05-01add support for "tagged {}" lists, from Pierre-Yves RitschardDaniel Hartmeier
2006-05-01rephrase the CAVEATS section. not all PCI ral adapters require a PCI 2.2Damien Bergamini
compliant motherboard. the Edimax EW-7128g for instance works on PCI 2.1 boards. submitted by Karel Gardas.
2006-05-01sync ipw man page w/ latest iwi changes.Damien Bergamini
move firmware packages to a better location.
2006-05-01"The Wall" was released in 1979. This is not 'recent' anymore. feedbackMatthieu Herrb
from krw@ and jsg@.