summaryrefslogtreecommitdiff
AgeCommit 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-16KNFNiall O'Higgins
2005-10-16remove obsolete comment;Xavier Santolaria
2005-10-16better diagnostic on tx error.Federico G. Schwindt
2005-10-16remove references of apm from here. when we have some power managementFederico G. Schwindt
here they'll come back. deraadt@ ok.
2005-10-16Bring enable_network() into line with /etc/netstart by not attemptingKenneth R Westerback
to use mygate if any interface attempts dhcp.
2005-10-16print the hardware irq number, not the bogus internal number for 'vmstat -i'Dale Rahn
2005-10-16Consolidate dl_boot and dlopen dep lib loading into new functionKurt Miller
_dl_load_dep_libs. Now both dl_boot and dlopen will randomize dep lib loading, where previously only dl_boot did.
2005-10-16Use 'rtsolif' in enable_network(), rather than 'rtsif', to make it moreKenneth R Westerback
closely resemble netstart. No functional change.
2005-10-16spacing;Joris Vink
2005-10-16less 'pirates of the carribean' like error message;Joris Vink
2005-10-16fix 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 argumentsNiall 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-15RCSINIT support;Joris Vink
ok niallo@
2005-10-15add 2 new Yukon PCI ids and recognize Yukon-2 EC Ultra ASIC.Brad Smith
2005-10-15update Via and 3Com ids.Brad Smith
2005-10-15- add username parameter to rcs_rev_add(), needed to implement at leastNiall O'Higgins
`ci -wusername'. ok joris@
2005-10-15regenBrad 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-15Fall 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 HEADNiall O'Higgins
(like GNU RCS). - move verbose output into checkout_rev() function itself. "looks sane" joris@
2005-10-15install the rcs binaries correctly;Joris Vink
okay niallo@
2005-10-15we 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-15Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@Otto Moerbeek
2005-10-15modularise checkout code into checkout_rev(). this shaves off a numberNiall 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-15Eliminate unnecessary bzero() by only writing valid information.Kenneth R Westerback
Eliminate separate check/break from for() loop. No functional change. ok deraadt@
2005-10-15regenBrad Smith
2005-10-15more Marvell Yukon PCI ids.Brad Smith
From: Linux sk98lin driver
2005-10-15make external definition static; ok deraadt@Kevin Steves
2005-10-15- merge adb_direct.h bits into adbvar.hMartin 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 macrosBrad Smith
- remove splassert()'s - remove empty bus_dma_tag_destroy macro from code and header
2005-10-15minor style change.Niall O'Higgins
2005-10-15remove Xr to mygate(5): we already Xr myname(5), which is theJason McIntyre
same file, and there is no point sending people to read the same file twice;
2005-10-15regenBrad Smith
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