summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2005-05-31bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now.Jason Wright
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
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
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
2005-05-31Protect p_timer with splclock. It can be fiddled with in hardclock (butArtur Grabowski
2005-05-31add some comments ..Xavier Santolaria
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
2005-05-31+=sigsuspendArtur Grabowski
2005-05-31Test the semantics of sigsuspend.Artur Grabowski
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
2005-05-31Reduce ccbs for now because millert had issues on a 475.Marco Peereboom
2005-05-31b1 and b2 can be NULL if an invalid revision is given.Joris Vink
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
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
2005-05-30Just use preempt(NULL) like every other architecture in this code path,Artur Grabowski
2005-05-30don't forget to send the log message, this fixes the commit command.Joris Vink
2005-05-30-D and -r can be used simultaneously, pointed out by marc@ and thusXavier Santolaria
2005-05-30zap an unused variableJoris Vink
2005-05-30skeleton for watch{,ers} commands, not linked yet;Xavier Santolaria
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
2005-05-29Try to undo crazy Quebecois stuff that was breaking undoChad Loder
2005-05-29Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10Miod Vallat
2005-05-29fix a few minor compatibility issues.Marc Espie
2005-05-29-r implies -P (Prune empty directories);Xavier Santolaria