summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
- let eval() handle a base and number of digits, like it's advertized to. - in gnu-mode, undivert can take file names as arguments. - in gnu-mode, map can handle reversed charsets. Suggestions and okay otto@, mostly prompted by looking at the regress tests in newer gnu-m4.
2005-05-29-r implies -P (Prune empty directories);Xavier Santolaria
2005-05-29Lock SMM space on Intel E7xxx chipsets, too.Alexander Yurchenko
2005-05-29Remove debug printf I left.Alexander Yurchenko
2005-05-29-D and -r are mutually exclusive ...Xavier Santolaria
2005-05-29add missing options in usage..Xavier Santolaria
2005-05-29-Wall; feedback & ok marius@Damien Miller
2005-05-29sync with -p -> -f change, make it work with obj/ ; ok marius@Damien Miller
2005-05-29replace the morally-hazardous -p option (passphrase on commandline) with aDamien Miller
safer, more gentle -f (passphrase in file) option; ok marius@
2005-05-29robustness against malformed snames.marius eriksen
ok henning@
2005-05-29fix NULL ptr deref on open fail; ok marius@Damien Miller
2005-05-29regenBrad Smith
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
- add/fix up Abocom enries
2005-05-29provide feedback on success; ok marius@Damien Miller
2005-05-29syncTheo de Raadt
2005-05-29syncTheo de Raadt
2005-05-29use JAPAN for locale code 0 stored in some rtw EEPROMs.Reyk Floeter
2005-05-29further cleanup - use bzero, bcopy and bcmpReyk Floeter
ok jsg@
2005-05-29knfReyk Floeter
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-29add the RTL8185 (not working yet)Reyk Floeter
2005-05-29rtw cleanupReyk Floeter
2005-05-29cleanup rtwReyk Floeter
2005-05-29add back support for SSH1 keys. it is being used in practice.marius eriksen
ok markus@
2005-05-29Fix case where input file lacks newline before EOF; Andrey MatveevTodd C. Miller
2005-05-29consistency in error messages ...Xavier Santolaria
2005-05-29correct error message...Xavier Santolaria
2005-05-29handle -r option;Xavier Santolaria
2005-05-28Sprinkle some /* FALLTHROUGH */'s as suggested by lint.Kenneth R Westerback
2005-05-28fix hostap modeReyk Floeter
2005-05-28'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint.Kenneth R Westerback
2005-05-28Forgot to specify parameter type. Lint.Kenneth R Westerback
2005-05-28snprintf returns int not size_t. Thank you lint.Kenneth R Westerback