summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-15spl values are int; evol@online.ptt.ruTheo de Raadt
2005-10-14Eliminate uneeded variable 'i' and use under utilized 'data_track'Kenneth R Westerback
2005-10-14no functional change here, just moving the stripping of theBrad Smith
2005-10-14trunk(4)ateMichael Shalayeff
2005-10-14add missing /* ARGSUSED */ to quiet lint.Kjell Wooding
2005-10-14add v6 support for /etc/mygateTodd T. Fries
2005-10-14more replstr into the #ifdefTheo de Raadt
2005-10-14put proto in same #ifdef as codeTheo de Raadt
2005-10-14more headers to please lintTheo de Raadt
2005-10-14unused variablesTheo de Raadt
2005-10-14Use queue macros instead of directly accessing fields. ok millert@ pat@Otto Moerbeek
2005-10-14syncTheo de Raadt
2005-10-14doh! it was a wednesday. and fix the time as well thenMichael Shalayeff
2005-10-14assume niklas's dating for openbsd birthMichael Shalayeff
2005-10-14remove temporary cvs directory in error cases too. ok joris@Moritz Jodeit
2005-10-14fix -n option, noticed by jmc@Joris Vink
2005-10-14Use queue macros instead of directly accessing fields. ok marc@ miod@Otto Moerbeek
2005-10-14Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer.Kjell Wooding
2005-10-14move the dired routines into dired.c where they belong.Kjell Wooding
2005-10-14only print warning message in bge_stop_block() if debug is enabled.Brad Smith
2005-10-14sprinkle some ANSI and KNF and remove an empty useless function.Brad Smith
2005-10-14Fixup some mnemonics, code was correct, stupid assembler doesn't typeDale Rahn
2005-10-14avoid silly static variables that even caused nesting issues,Brad Smith
2005-10-14bye bye more compile time knobs, use the sysctl to enable v6 forwarding.Brad Smith
2005-10-14free()->xfree(); ok djm@Kevin Steves
2005-10-14no trailing "\n" for log functions; ok djm@Kevin Steves
2005-10-14shuffle these structs up to the top.Brad Smith
2005-10-13- sync checkin_usage().Niall O'Higgins
2005-10-13- `date' argument to -d option is now optional, reflect this in the manual page.Niall O'Higgins
2005-10-13- implement bare `-d' option; this sets the check-in date and timeNiall O'Higgins
2005-10-13KNF; ok djm@Kevin Steves
2005-10-13syncTheo de Raadt
2005-10-13pump up the high water mark on the dirhash pool to avoid page allocation thro...Michael Shalayeff
2005-10-13toast unused variableTheo de Raadt
2005-10-13use strtonum() correctlyTheo de Raadt
2005-10-13spacingTheo de Raadt
2005-10-13Make dired buffer read-only by default.Kjell Wooding
2005-10-13Make undoing of a yank operation work as expectedKjell Wooding
2005-10-13Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusiveMiod Vallat
2005-10-13Hide more definitions from userland and from locore.Miod Vallat
2005-10-13Use dired mode automatically if file specified for loading isKjell Wooding
2005-10-13Put the register clobbering constraints on the BUG trap instruction,Miod Vallat
2005-10-13unneeded #include, unused declaration, little knf; ok deraadt@Kevin Steves
2005-10-13unused declarations; ok deraadt@Kevin Steves
2005-10-13be sure to always set fifolen to at least 1 and if the code probes a 0 byteFederico G. Schwindt
2005-10-13In realitexpire(), do not re-add the itimer timeout if the process is inAaron Campbell
2005-10-13Over the years, different UARTs have appeared in the market.Federico G. Schwindt
2005-10-13spelling in commentsKevin Steves
2005-10-13remove unneeded #includes; ok markus@Kevin Steves
2005-10-13unused parametersHenning Brauer