summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-15- put spl's right in the code and remove the macrosBrad Smith
2005-10-15minor style change.Niall O'Higgins
2005-10-15remove Xr to mygate(5): we already Xr myname(5), which is theJason McIntyre
2005-10-15regenBrad Smith
2005-10-15Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids.Brad Smith
2005-10-15sync usage();Jason McIntyre
2005-10-15clean up SYNOPSIS;Jason McIntyre
2005-10-15standardise EXAMPLES;Jason McIntyre
2005-10-15simplify the .Ar file ... line;Jason McIntyre
2005-10-15- fix SYNOPSIS blipJason McIntyre
2005-10-15- tidy up SYNOPSISJason McIntyre
2005-10-15- put description of -R in the correct placeJason McIntyre
2005-10-15no need to escape a double dot sequence (..);Jason McIntyre
2005-10-15sync the keywords list back into (alphabetical) order;Jason McIntyre
2005-10-15use some -ohang list types, for purely cosmetic reasons;Jason McIntyre
2005-10-15sort PCI idsBrad Smith
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ aaron@Otto Moerbeek
2005-10-15remove `workaround' for supported data rates now that core is fixed.Federico G. Schwindt
2005-10-15correctly parse the supported data rates. needed by wi@usb.Federico G. Schwindt
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