summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-10remove default Transport=udp and DOI=IPSEC to simplify example isakmpd configDavid Krause
ok jmc@ hshoexer@
2006-03-10make sure cvs_worklist_clean() is safe, since we areJoris Vink
calling it from inside a signal handler. from deraadt@, ok niallo@
2006-03-10ansi. no binary change.Jonathan Gray
2006-03-09Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>.Miod Vallat
2006-03-09Zero-fill the fake softc during probe, and put a plausible dv_xname, so thatMiod Vallat
probe failures don't display garbage in their messages.
2006-03-09Recognize %z in addition to %Z as a printf format specifier; from espie@Miod Vallat
who is too shy to commit it.
2006-03-09Unimplemented ioctl commands should return ENOTTY, not EINVAL.Miod Vallat
2006-03-09KNF, deregister, no functional change.Miod Vallat
2006-03-09vt100->vt220; spotted by nick@Miod Vallat
2006-03-09Foil potential timing attacks by using the correct password hashTodd C. Miller
instead of "xx". In practice this means bcrypt() will be used for non-existent users instead of DES crypt(). Adapted from a patch by Peter Philipp. OK deraadt@
2006-03-09Track interface uptime.Esben Norby
ok claudio@
2006-03-09Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>'Tobias Weingartner
marco@ ok.
2006-03-09Add some NOTREACHED to please lint.Claudio Jeker
2006-03-09More spring cleaning with lint. Change a few types and add some comments toClaudio Jeker
help lint.
2006-03-09trailing spaces;Joris Vink
2006-03-09It seems that 60 secs is a reasonable amount of time to reach state FULL.Esben Norby
2006-03-09Start using *_name function that are now shared between ospfd and ospfctl.Claudio Jeker
OK norby@
2006-03-09Move *_name functions to log.c and use these for both ospfd and ospfctl.Claudio Jeker
Stuff that is only used in ospfd debug messages is simplified. OK norby@
2006-03-09should have been part of previous commit (add rcstime.c here too).Xavier Santolaria
2006-03-09Correctly warn about unsupported interface types as it is done in other places.Claudio Jeker
2006-03-09Remove -n from synopsis tooPedro Martelletto
2006-03-09KNF, remove some unneded type casts and add some ARGSUSED. This makes lintClaudio Jeker
almost happy.
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()Pedro Martelletto
Various testing for a while, okay krw@
2006-03-09Mark event callbacks with ARGSUSED to silence lint.Claudio Jeker
2006-03-09Switch send_packet from char * to void * and from int to size_t. The functionClaudio Jeker
is now similar to sendto et al.
2006-03-09- Slightly more informative error message (requested by krw@)Pedro Martelletto
- Bring back '&& !ronly' into the conditional, so these ancient file systems can be mounted again read-only (requested by millert@)
2006-03-09Better handling of ancient file systems that still have 4.2 BSDPedro Martelletto
rotational layout tables. Okay krw@
2006-03-09move joris' timezone support into rcstime.c; more work to be done there.Xavier Santolaria
OK joris@.
2006-03-09in_cksum() should return a u_int16_t and not int. Switch a variable toClaudio Jeker
unsigned. Found by lint.
2006-03-09if_event_names is only used by interface.c so move it there.Claudio Jeker
2006-03-09Log link state changes.Esben Norby
ok claudio@
2006-03-09Used common aml_opname for debuggerJordan Hargrave
Removed redundant code ok marco@
2006-03-09Remove bad XXXMarco Peereboom
ok jordan
2006-03-09Removed unused prototypesJordan Hargrave
Fixed aml_notify to use known node Added new method/node evaluator Renamed some functions for easier naming ok marco@
2006-03-09Fixed free before malloc. bad marcoJordan Hargrave
ok marco@
2006-03-09One more KNF nit.Marco Peereboom
2006-03-09Pretty.Marco Peereboom
2006-03-09Create separate function to parse name + scope. Should shave some bytes ofMarco Peereboom
and makes code more readable. ok jordan.
2006-03-09unbreak the tree. i dunno how this compiled on my box at home.David Gwynne
found by marco@
2006-03-08amdpmreg.h is only used by amdpm.c, so merge the header into the c file.David Gwynne
this unclutters the tree a bit. ok deraadt@
2006-03-08Glue showval into ddb.Marco Peereboom
2006-03-08Add showval to ddb interface. Now we can pretty much debug anything AMLMarco Peereboom
from ddb. Very useful. Help jordan.
2006-03-08Fix proto.Marco Peereboom
2006-03-08Fix device id typo introduced in r1.41; found the hard way by Daniel Hamlin.Miod Vallat
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
and remove them in case it gets interrupted. suggested by deraadt@, ok niallo@
2006-03-08add a worklist framework, which will be used for atomic operations onJoris Vink
files. suggested and help by deraadt@
2006-03-08Properly route ISA interrupts through ioapics.Mark Kettenis
tested by many; ok mickey@, brad@
2006-03-08Unbreak docs after marco.Alexander Yurchenko
2006-03-08Remove unused quit flag inherited from bgpd long ago.Claudio Jeker
2006-03-08Cleanup with lint. Kill unused variable and fix some types.Claudio Jeker