Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-16 | - Use Ns macro to remove spaces in these manual pages too. | Niall O'Higgins | |
2005-10-16 | - use Ns macro to remove spaces between options and their arguments, | Niall O'Higgins | |
as suggested by jmc@ | |||
2005-10-16 | - zap an incorrect comment. | Niall O'Higgins | |
2005-10-16 | - remove unused `flags' variable. | Niall O'Higgins | |
2005-10-16 | - remove unused `rcsfile' parameter from checkin_getlogmsg() | Niall O'Higgins | |
2005-10-16 | KNF | Niall O'Higgins | |
2005-10-16 | remove obsolete comment; | Xavier Santolaria | |
2005-10-16 | better diagnostic on tx error. | Federico G. Schwindt | |
2005-10-16 | remove references of apm from here. when we have some power management | Federico G. Schwindt | |
here they'll come back. deraadt@ ok. | |||
2005-10-16 | Bring enable_network() into line with /etc/netstart by not attempting | Kenneth R Westerback | |
to use mygate if any interface attempts dhcp. | |||
2005-10-16 | print the hardware irq number, not the bogus internal number for 'vmstat -i' | Dale Rahn | |
2005-10-16 | Consolidate dl_boot and dlopen dep lib loading into new function | Kurt Miller | |
_dl_load_dep_libs. Now both dl_boot and dlopen will randomize dep lib loading, where previously only dl_boot did. | |||
2005-10-16 | Use 'rtsolif' in enable_network(), rather than 'rtsif', to make it more | Kenneth R Westerback | |
closely resemble netstart. No functional change. | |||
2005-10-16 | spacing; | Joris Vink | |
2005-10-16 | less 'pirates of the carribean' like error message; | Joris Vink | |
2005-10-16 | fix off-by-one in RCSINIT code, noticed by niallo@ | Joris Vink | |
for this my karma drops by 10 points; | |||
2005-10-15 | - use Ns macro to remove spaces between options and arguments | Niall O'Higgins | |
as suggested by jmc@ - cut out some description of -w option which implied username was optional. | |||
2005-10-15 | - add support for `-wusername'. | Niall O'Higgins | |
2005-10-15 | RCSINIT support; | Joris Vink | |
ok niallo@ | |||
2005-10-15 | add 2 new Yukon PCI ids and recognize Yukon-2 EC Ultra ASIC. | Brad Smith | |
2005-10-15 | update Via and 3Com ids. | Brad Smith | |
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 |