summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-13Call special suspend and resume hooks. The latter can cancel a resume.Uwe Stuehler
2005-04-13boot when then timeout expires; prodded by drahn@ dlg@ and othersUwe Stuehler
2005-04-13free STACKGAP_RANDOM commitMichael Shalayeff
2005-04-13avoid variable aliasingTheo de Raadt
2005-04-13very unlikely overflow. but sticking to the idiom is important: thereby,Theo de Raadt
example by example, we teach people how to actually use snprintf. because it is clear (especially judging by code coming from netbsd hint hint perhaps if i say it like this they will finally learn) that people are not paying attention, and replacing one security problem with another. in the early days we replaced buffer the typical ANSI-C standardized function buffer overflows (by which I mean strcpy, strcat, and sprintf) with non-overflowing ones -- range checking varients. We knew we were fixing a major problem. The damn overflows. But we did not have time in all cases to handle the next problem we were not handling: string truncation. Now we need to (I hope not slowly) start fixing the string truncations. Anyone going to help?
2005-04-13Tweak set source option testing. Don't offer nfs if no active interfaceKenneth R Westerback
is found - even if /sbin/mount_nfs is present.
2005-04-13spacingTheo de Raadt
2005-04-13Display 'none' as v6 default address when no v6 address is detected.Kenneth R Westerback
Tighten some code.
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-04-13Only show sets locations that might work. e.g. no /sbin/nfs == don'tKenneth R Westerback
offer nfs as a location. Eliminate (m)ounted source in favour of an extra question for disk sources. Bit of cleanup and overall shrinkage. ok deraadt@ miod@
2005-04-13use STDERR_FILENOTheo de Raadt
2005-04-13Allow any valid kbd(8) mapping to be specified (e.g. us.dvorak). BeKenneth R Westerback
more terse both in prompts and output. Show list of major tables only on request. Problem noted by Matt Jibson. ok deraadt@
2005-04-12tweaks;Jason McIntyre
ok claudio@
2005-04-12Blink support is now fully functional.Marco Peereboom
Most enclosures timeout the normal blink in about 2 minutes; if not the user can cancel the blink with -b unblink. On the other hand the alarm blink never times out. example usage: bioctl -d ami0 -l 1:8 -b blink
2005-04-12Add last pieces of ses crud to enable blink functionality.Marco Peereboom
This file is still a work in progress.
2005-04-12more cvsd(8) cleanup;Xavier Santolaria
2005-04-12cvsd(8) references cleanup; ok joris@.Xavier Santolaria
2005-04-12don't show unneeded error messages.Joris Vink
2005-04-12use the new CVS_EX_* error codes here as well.Joris Vink
2005-04-12handle files which have been lost or that have no associated entryJean-Francois Brousseau
correctly when acting in local mode spotted by joris@
2005-04-12* 'Up to date' --> 'Up-to-date', and add the 'Lost' status stringJean-Francois Brousseau
* first stab at cvs_status_local(), which will run the command in local mode or remotely when acting as server (not hooked yet)
2005-04-12remove /32 netmasks as they're confusing and not needed;Jason McIntyre
ok hshoexer@
2005-04-12A little bit of cleanup (missing format string arguments, some signed/Chad Loder
unsigned conversion). OK henning
2005-04-12tell about the CVS_EX_* error codes, as we do not use sysexits.h anymore;Xavier Santolaria
ok joris@.
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
what exactly went wrong in case of an error. ok jfb@
2005-04-12* handle errors when loading delta branchesJean-Francois Brousseau
* when writing RCS output, generate the proper list of branches for deltas
2005-04-12Introduce a per prefix weight. The weight is used to tip prefixes with equalClaudio Jeker
long AS pathes in one or the other direction. It weights a prefix at a very late stage in the decision process. This is a nice bgpd feature to traffic engineer networks where most AS pathes are equally long. OK henning@
2005-04-12Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@Claudio Jeker
2005-04-12set metric is an alias of set med since a long time. OK henning@Claudio Jeker
2005-04-12add '-W interface' for 802.11 wireless statistics of the net80211 stack.Reyk Floeter
ok dlg@ deraadt@ jmc@
2005-04-12note that args w/ whitespace and single quotes must be double quoted;Jason McIntyre
requested by alexey e. suslikov; ok henning@
2005-04-12simplify vndopen() a bit.Joris Vink
ok pedro@
2005-04-12lladdr w/o colon; ok henningMarkus Friedl
2005-04-12e.g., not i.e.;Jason McIntyre
2005-04-12spellingTheo de Raadt
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
With "redistribute (static|connected|default|none)" it is possible to tell ospfd which external routes should be announced. Connected routes will be announced only if there is no corresponding interface configured, in that case the prefix is not external. Adding and removing of announced prefixes are done automaticaly. OK norby@
2005-04-12spacesClaudio Jeker
2005-04-12handle PMTU for ipip SAs, too; ok hshoexer, cloderMarkus Friedl
2005-04-12register descriptions for the inter-ic sound controllerDavid Gwynne
ok uwe@
2005-04-12size for the i2s controller registers, and add some comments for clarityDavid Gwynne
ok uwe@
2005-04-12help option useless; any unused option does thatTheo de Raadt
2005-04-12Adapt test for "" now that we have reverted back to the old behaviour.Otto Moerbeek
2005-04-12Special-case the old basename "" returns "" behaviour. Some peopleOtto Moerbeek
depend on it. ok millert@ jaredy@
2005-04-12handle snprintf potential -1 caseTheo de Raadt
2005-04-12handle snprintf potential -1 caseTheo de Raadt
2005-04-12better reg descriptions of the ac97 controller.David Gwynne
ok uwe@
2005-04-11syncTheo de Raadt
2005-04-11Use absolute path for vi. OK deraadtChad Loder
2005-04-11Handle getnameinfo failure. OK nialloChad Loder
2005-04-11remove silly optimization which should eventually saveMoritz Jodeit
a syscall, when it were not broken. ok otto@