Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-15 | - add username parameter to rcs_rev_add(), needed to implement at least | Niall O'Higgins | |
`ci -wusername'. ok joris@ | |||
2005-10-15 | regen | Brad Smith | |
2005-10-15 | - add new vendor ids for Pacific Data and Vitesse Semiconductor. | Brad Smith | |
- change 3Com GIG to 3Com 3c940B. - add SATA controllers from Acer Labs, Marvell, NVidia, Pacific Data, Via, and Vitesse. - add and update wireless ids from Marvell. | |||
2005-10-15 | Fall back on OF to reboot/power down. | Mark Kettenis | |
commit drahn@ | |||
2005-10-15 | - sort rcs_getopt() switch cases, they got a bit mixed up along the way. | Niall O'Higgins | |
2005-10-15 | - if revision passed to checkout_rev() is > HEAD, assume HEAD | Niall O'Higgins | |
(like GNU RCS). - move verbose output into checkout_rev() function itself. "looks sane" joris@ | |||
2005-10-15 | install the rcs binaries correctly; | Joris Vink | |
okay niallo@ | |||
2005-10-15 | we have manual pages for all the rcs tools now, | Niall O'Higgins | |
lets tell Makefile to generate them. ok joris@ | |||
2005-10-15 | - document `-f' option. | Niall O'Higgins | |
2005-10-15 | - add support for `-f' option. | Niall O'Higgins | |
- if user does not specify `-f', warn them that they are checking in an unchanged file and revert to previous revision (like GNU RCS). - update checkin_usage(), removing spaces after options since we do not support them with rcs_getopt() (like GNU RCS). - ensure we rcs_close() the file even if we are aborting check-in due to lack of a lock. | |||
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@ | Otto Moerbeek | |
2005-10-15 | modularise checkout code into checkout_rev(). this shaves off a number | Niall O'Higgins | |
of lines in ci.c due to code re-use, and will simplify features which are in the pipeline. no functional changes. ok joris@ | |||
2005-10-15 | Eliminate unnecessary bzero() by only writing valid information. | Kenneth R Westerback | |
Eliminate separate check/break from for() loop. No functional change. ok deraadt@ | |||
2005-10-15 | regen | Brad Smith | |
2005-10-15 | more Marvell Yukon PCI ids. | Brad Smith | |
From: Linux sk98lin driver | |||
2005-10-15 | make external definition static; ok deraadt@ | Kevin Steves | |
2005-10-15 | - merge adb_direct.h bits into adbvar.h | Martin Reindl | |
- rename ADB_HW_PB to ADB_HW_PMU from NetBSD ok brad@; additonal testing krw@ | |||
2005-10-15 | - put spl's right in the code and remove the macros | Brad Smith | |
- remove splassert()'s - remove empty bus_dma_tag_destroy macro from code and header | |||
2005-10-15 | minor style change. | Niall O'Higgins | |
2005-10-15 | remove Xr to mygate(5): we already Xr myname(5), which is the | Jason McIntyre | |
same file, and there is no point sending people to read the same file twice; | |||
2005-10-15 | regen | Brad Smith | |
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 | |