summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-15Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids.Brad Smith
Based on Linux's pci.ids and sata_svw.c
2005-10-15sync usage();Jason McIntyre
2005-10-15clean up SYNOPSIS;Jason McIntyre
sort options list;
2005-10-15standardise EXAMPLES;Jason McIntyre
2005-10-15simplify the .Ar file ... line;Jason McIntyre
2005-10-15- fix SYNOPSIS blipJason McIntyre
- put description of -R in the right place - remove unneeded .Pp
2005-10-15- tidy up SYNOPSISJason McIntyre
- sort options list - ellipsis implies optional args; no need for .Op
2005-10-15- put description of -R in the correct placeJason McIntyre
- ellipsis implies optional args; no need for .Op
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
ok reyk@
2005-10-15sort PCI idsBrad Smith
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ aaron@Otto Moerbeek
jaredy@ patrick@ millert@
2005-10-15remove `workaround' for supported data rates now that core is fixed.Federico G. Schwindt
ifconfig -m shows the correct rates now. tested by joris@, deraadt@ go ahead.
2005-10-15correctly parse the supported data rates. needed by wi@usb.Federico G. Schwindt
tested by jsg@ and joris@, deraadt@ go ahead.
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
instead. ok deraadt@
2005-10-14no functional change here, just moving the stripping of theBrad Smith
FCS into the SIS_RXBYTES() macro. As done in the FreeBSD sis driver.
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
ok deraadt@ mickey@ krw@ same functionality tested/ok'ed by by mickey, brad, matthieu, and me with this one may now put a v6 IP in /etc/mygate on a separate line from the v4 default gateway and netstart will do the right thing
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
deraadt@
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
patrick@
2005-10-14Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer.Kjell Wooding
It does now. Noted by deraadt.
2005-10-14move the dired routines into dired.c where they belong.Kjell Wooding
ok cloder@
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
check closely...
2005-10-14avoid silly static variables that even caused nesting issues,Brad Smith
not to mention reentrancy concerns. From christos NetBSD ok deraadt@
2005-10-14bye bye more compile time knobs, use the sysctl to enable v6 forwarding.Brad Smith
ok deraadt@
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
to be that of the working file's last modification time.
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 ↵Michael Shalayeff
throttling; pedro@ ok
2005-10-13toast unused variableTheo de Raadt
2005-10-13use strtonum() correctlyTheo de Raadt