summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-03-09Move *_name functions to log.c and use these for both ospfd and ospfctl.Claudio Jeker
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
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()Pedro Martelletto
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
2006-03-09- Slightly more informative error message (requested by krw@)Pedro Martelletto
2006-03-09Better handling of ancient file systems that still have 4.2 BSDPedro Martelletto
2006-03-09move joris' timezone support into rcstime.c; more work to be done there.Xavier Santolaria
2006-03-09in_cksum() should return a u_int16_t and not int. Switch a variable toClaudio Jeker
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
2006-03-09Used common aml_opname for debuggerJordan Hargrave
2006-03-09Remove bad XXXMarco Peereboom
2006-03-09Removed unused prototypesJordan Hargrave
2006-03-09Fixed free before malloc. bad marcoJordan Hargrave
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
2006-03-09unbreak the tree. i dunno how this compiled on my box at home.David Gwynne
2006-03-08amdpmreg.h is only used by amdpm.c, so merge the header into the c file.David Gwynne
2006-03-08Glue showval into ddb.Marco Peereboom
2006-03-08Add showval to ddb interface. Now we can pretty much debug anything AMLMarco Peereboom
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
2006-03-08add a worklist framework, which will be used for atomic operations onJoris Vink
2006-03-08Properly route ISA interrupts through ioapics.Mark Kettenis
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
2006-03-08Move procnames from log.h to log.c it is only used there.Claudio Jeker
2006-03-08Spaces and other minor cleanup.Claudio Jeker
2006-03-08Last kroute.c commit changed the meaning of the flags so check them correctly.Claudio Jeker
2006-03-08Really unbreak GENERIC.MP.Mark Kettenis
2006-03-08Fix logic of the kroute code. First of all there was a porblem if a prefixClaudio Jeker
2006-03-08Check for implied acks. If we receive an update that is on our retransmissionClaudio Jeker
2006-03-08Document "set community delete ..." and sync that section with the oneClaudio Jeker
2006-03-08fix usage();Xavier Santolaria
2006-03-08spacing in usage();Xavier Santolaria
2006-03-08even bettererHenning Brauer
2006-03-08propagate stuff to be able to explicitly clean-up repositories.Marc Espie
2006-03-08do not point to rcsfile(5) as we do not provide it.Xavier Santolaria
2006-03-08fix race condition in SCP for real.Marc Espie
2006-03-08tweak the debug macros a bitDavid Gwynne