Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-15 | Tweak 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-15 | sync usage(); | Jason McIntyre | |
2005-10-15 | clean up SYNOPSIS; | Jason McIntyre | |
sort options list; | |||
2005-10-15 | standardise EXAMPLES; | Jason McIntyre | |
2005-10-15 | simplify the .Ar file ... line; | Jason McIntyre | |
2005-10-15 | - fix SYNOPSIS blip | Jason McIntyre | |
- put description of -R in the right place - remove unneeded .Pp | |||
2005-10-15 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options list - ellipsis implies optional args; no need for .Op | |||
2005-10-15 | - put description of -R in the correct place | Jason McIntyre | |
- ellipsis implies optional args; no need for .Op | |||
2005-10-15 | no need to escape a double dot sequence (..); | Jason McIntyre | |
2005-10-15 | sync the keywords list back into (alphabetical) order; | Jason McIntyre | |
2005-10-15 | use some -ohang list types, for purely cosmetic reasons; | Jason McIntyre | |
ok reyk@ | |||
2005-10-15 | sort PCI ids | Brad Smith | |
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ aaron@ | Otto Moerbeek | |
jaredy@ patrick@ millert@ | |||
2005-10-15 | remove `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-15 | correctly parse the supported data rates. needed by wi@usb. | Federico G. Schwindt | |
tested by jsg@ and joris@, deraadt@ go ahead. | |||
2005-10-15 | spl values are int; evol@online.ptt.ru | Theo de Raadt | |
2005-10-14 | Eliminate uneeded variable 'i' and use under utilized 'data_track' | Kenneth R Westerback | |
instead. ok deraadt@ | |||
2005-10-14 | no functional change here, just moving the stripping of the | Brad Smith | |
FCS into the SIS_RXBYTES() macro. As done in the FreeBSD sis driver. | |||
2005-10-14 | trunk(4)ate | Michael Shalayeff | |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding | |
2005-10-14 | add v6 support for /etc/mygate | Todd 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-14 | more replstr into the #ifdef | Theo de Raadt | |
2005-10-14 | put proto in same #ifdef as code | Theo de Raadt | |
2005-10-14 | more headers to please lint | Theo de Raadt | |
2005-10-14 | unused variables | Theo de Raadt | |
2005-10-14 | Use queue macros instead of directly accessing fields. ok millert@ pat@ | Otto Moerbeek | |
deraadt@ | |||
2005-10-14 | sync | Theo de Raadt | |
2005-10-14 | doh! it was a wednesday. and fix the time as well then | Michael Shalayeff | |
2005-10-14 | assume niklas's dating for openbsd birth | Michael Shalayeff | |
2005-10-14 | remove temporary cvs directory in error cases too. ok joris@ | Moritz Jodeit | |
2005-10-14 | fix -n option, noticed by jmc@ | Joris Vink | |
2005-10-14 | Use queue macros instead of directly accessing fields. ok marc@ miod@ | Otto Moerbeek | |
patrick@ | |||
2005-10-14 | Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer. | Kjell Wooding | |
It does now. Noted by deraadt. | |||
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding | |
ok cloder@ | |||
2005-10-14 | only print warning message in bge_stop_block() if debug is enabled. | Brad Smith | |
2005-10-14 | sprinkle some ANSI and KNF and remove an empty useless function. | Brad Smith | |
2005-10-14 | Fixup some mnemonics, code was correct, stupid assembler doesn't type | Dale Rahn | |
check closely... | |||
2005-10-14 | avoid silly static variables that even caused nesting issues, | Brad Smith | |
not to mention reentrancy concerns. From christos NetBSD ok deraadt@ | |||
2005-10-14 | bye bye more compile time knobs, use the sysctl to enable v6 forwarding. | Brad Smith | |
ok deraadt@ | |||
2005-10-14 | free()->xfree(); ok djm@ | Kevin Steves | |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves | |
2005-10-14 | shuffle 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 time | Niall O'Higgins | |
to be that of the working file's last modification time. | |||
2005-10-13 | KNF; ok djm@ | Kevin Steves | |
2005-10-13 | sync | Theo de Raadt | |
2005-10-13 | pump up the high water mark on the dirhash pool to avoid page allocation ↵ | Michael Shalayeff | |
throttling; pedro@ ok | |||
2005-10-13 | toast unused variable | Theo de Raadt | |
2005-10-13 | use strtonum() correctly | Theo de Raadt | |