summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-01regenJonathan Gray
2005-06-01RTL8187.Jonathan Gray
2005-06-01no more MNT_UNION, says pedro@Jason McIntyre
2005-05-31spelling corrections in comments;Jason McIntyre
from charlie root;
2005-05-31add pcmcia com* until uwe fixes the codeTheo de Raadt
2005-05-31remove references to mount_{null,umap,union};Jason McIntyre
2005-05-31standard EXAMPLES;Jason McIntyre
spacing;
2005-05-31minor tweaks;Jason McIntyre
2005-05-31grammar;Jason McIntyre
2005-05-31add -nv to SYNOPSIS;Jason McIntyre
2005-05-31tweaks;Jason McIntyre
2005-05-31grammar;Jason McIntyre
new sentence, new line;
2005-05-31minor tweaks;Jason McIntyre
2005-05-31update to sudo 1.6.8p8Todd C. Miller
2005-05-31grammar;Jason McIntyre
2005-05-31tidy up the trunk stuff;Jason McIntyre
2005-05-31fix broken minibuffer defaults introduced in echo.c:1.33Kjell Wooding
adds eread flag EFDEF allowing null minibuffer response noticed by otto ok cloder@ jason@, works otto@
2005-05-31bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now.Jason Wright
NOW: someone remove vtophys from the amd64 port before someone else gets the silly idea that it somehow "works" on that port.
2005-05-31get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@.Xavier Santolaria
2005-05-31fix a typo, touch-pannel -> touch-panelBrad Smith
From: Chris Kuethe via PR 4232
2005-05-31removed unused var, pointed out by wilfried@Dale Rahn
2005-05-31certpatch is gone, noticed by david@Hans-Joerg Hoexer
2005-05-31a regress Makefile may not define a "regress" target.Artur Grabowski
This regression test is wrong in many other ways too, but at least fix it enough so that it doesn't stop other regression tests from running.
2005-05-31cvs_noexec check if -d option specified ..Xavier Santolaria
2005-05-31Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all inArtur Grabowski
one case fixed here). miod@ "appears to be harmless" markus@ ok
2005-05-31Protect p_timer with splclock. It can be fiddled with in hardclock (butArtur Grabowski
only for curproc, that's why no SCHED_LOCK or similar is necessary). miod@ "appears to be harmless" markus@ ok
2005-05-31add some comments ..Xavier Santolaria
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
markus@ ok miod@ tried to ok, but he doesn't officially have an amd64.
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
is clocked by the statclock. miod@ ok
2005-05-31+=sigsuspendArtur Grabowski
2005-05-31Test the semantics of sigsuspend.Artur Grabowski
For some reason this test doesn't fail which means the code is correct and my reading of the code is incorrect. That can be either a good or bad sign depending on how you look at it. millert@ says it "looks correct"
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
the same... ok jfb joris
2005-05-31Reduce ccbs for now because millert had issues on a 475.Marco Peereboom
This needs some intelligence because it does help the 518s.
2005-05-31b1 and b2 can be NULL if an invalid revision is given.Joris Vink
if one of them is NULL, bail out.
2005-05-31Remove unused sc_err1() parameter 'async'. Lint.Kenneth R Westerback
2005-05-30unload is not to be recursive anymore, previous diff change method butDale Rahn
this code was missed, fixes issue seen by tedu and millert hopefully php too.
2005-05-30Only enable the FPU when the process has an FPU context. ok miod@Dale Rahn
2005-05-30Don't call va_start() when we do not log. From Andrey Matveev.Camiel Dobbelaar
2005-05-30add find-alternate-file command and binding for ^X^V; ok cloderJason Wright
(you're welcome kjell)
2005-05-30Just use preempt(NULL) like every other architecture in this code path,Artur Grabowski
don't roll our own. ok miod@ pefo@
2005-05-30don't forget to send the log message, this fixes the commit command.Joris Vink
ok xsa@
2005-05-30-D and -r can be used simultaneously, pointed out by marc@ and thusXavier Santolaria
backout my previous change + spotted another case in the annotate command... ok joris@
2005-05-30zap an unused variableJoris Vink
2005-05-30skeleton for watch{,ers} commands, not linked yet;Xavier Santolaria
"i'm cool with that" joris@
2005-05-30dont return CVS_EX_USAGE when not needed; ok joris@Xavier Santolaria
2005-05-30handle -r option; ok joris@Xavier Santolaria
2005-05-30check cvs_sendarg() return value; ok joris@Xavier Santolaria
2005-05-30even shorterTheo de Raadt
2005-05-30shrink alpha boot blocks another little bitTheo de Raadt