Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-01 | regen | Jonathan Gray | |
2005-06-01 | RTL8187. | Jonathan Gray | |
2005-06-01 | no more MNT_UNION, says pedro@ | Jason McIntyre | |
2005-05-31 | spelling corrections in comments; | Jason McIntyre | |
from charlie root; | |||
2005-05-31 | add pcmcia com* until uwe fixes the code | Theo de Raadt | |
2005-05-31 | remove references to mount_{null,umap,union}; | Jason McIntyre | |
2005-05-31 | standard EXAMPLES; | Jason McIntyre | |
spacing; | |||
2005-05-31 | minor tweaks; | Jason McIntyre | |
2005-05-31 | grammar; | Jason McIntyre | |
2005-05-31 | add -nv to SYNOPSIS; | Jason McIntyre | |
2005-05-31 | tweaks; | Jason McIntyre | |
2005-05-31 | grammar; | Jason McIntyre | |
new sentence, new line; | |||
2005-05-31 | minor tweaks; | Jason McIntyre | |
2005-05-31 | update to sudo 1.6.8p8 | Todd C. Miller | |
2005-05-31 | grammar; | Jason McIntyre | |
2005-05-31 | tidy up the trunk stuff; | Jason McIntyre | |
2005-05-31 | fix broken minibuffer defaults introduced in echo.c:1.33 | Kjell Wooding | |
adds eread flag EFDEF allowing null minibuffer response noticed by otto ok cloder@ jason@, works otto@ | |||
2005-05-31 | bus_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-31 | get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@. | Xavier Santolaria | |
2005-05-31 | fix a typo, touch-pannel -> touch-panel | Brad Smith | |
From: Chris Kuethe via PR 4232 | |||
2005-05-31 | removed unused var, pointed out by wilfried@ | Dale Rahn | |
2005-05-31 | certpatch is gone, noticed by david@ | Hans-Joerg Hoexer | |
2005-05-31 | a 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-31 | cvs_noexec check if -d option specified .. | Xavier Santolaria | |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski | |
one case fixed here). miod@ "appears to be harmless" markus@ ok | |||
2005-05-31 | Protect p_timer with splclock. It can be fiddled with in hardclock (but | Artur Grabowski | |
only for curproc, that's why no SCHED_LOCK or similar is necessary). miod@ "appears to be harmless" markus@ ok | |||
2005-05-31 | add some comments .. | Xavier Santolaria | |
2005-05-31 | Lock 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-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski | |
is clocked by the statclock. miod@ ok | |||
2005-05-31 | +=sigsuspend | Artur Grabowski | |
2005-05-31 | Test 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-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria | |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria | |
the same... ok jfb joris | |||
2005-05-31 | Reduce ccbs for now because millert had issues on a 475. | Marco Peereboom | |
This needs some intelligence because it does help the 518s. | |||
2005-05-31 | b1 and b2 can be NULL if an invalid revision is given. | Joris Vink | |
if one of them is NULL, bail out. | |||
2005-05-31 | Remove unused sc_err1() parameter 'async'. Lint. | Kenneth R Westerback | |
2005-05-30 | unload is not to be recursive anymore, previous diff change method but | Dale Rahn | |
this code was missed, fixes issue seen by tedu and millert hopefully php too. | |||
2005-05-30 | Only enable the FPU when the process has an FPU context. ok miod@ | Dale Rahn | |
2005-05-30 | Don't call va_start() when we do not log. From Andrey Matveev. | Camiel Dobbelaar | |
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright | |
(you're welcome kjell) | |||
2005-05-30 | Just use preempt(NULL) like every other architecture in this code path, | Artur Grabowski | |
don't roll our own. ok miod@ pefo@ | |||
2005-05-30 | don'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 thus | Xavier Santolaria | |
backout my previous change + spotted another case in the annotate command... ok joris@ | |||
2005-05-30 | zap an unused variable | Joris Vink | |
2005-05-30 | skeleton for watch{,ers} commands, not linked yet; | Xavier Santolaria | |
"i'm cool with that" joris@ | |||
2005-05-30 | dont return CVS_EX_USAGE when not needed; ok joris@ | Xavier Santolaria | |
2005-05-30 | handle -r option; ok joris@ | Xavier Santolaria | |
2005-05-30 | check cvs_sendarg() return value; ok joris@ | Xavier Santolaria | |
2005-05-30 | even shorter | Theo de Raadt | |
2005-05-30 | shrink alpha boot blocks another little bit | Theo de Raadt | |