Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-09 | trailing spaces; | Joris Vink | |
2006-03-09 | It seems that 60 secs is a reasonable amount of time to reach state FULL. | Esben Norby | |
2006-03-09 | Start using *_name function that are now shared between ospfd and ospfctl. | Claudio Jeker | |
OK norby@ | |||
2006-03-09 | Move *_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-09 | should have been part of previous commit (add rcstime.c here too). | Xavier Santolaria | |
2006-03-09 | Correctly warn about unsupported interface types as it is done in other places. | Claudio Jeker | |
2006-03-09 | Remove -n from synopsis too | Pedro Martelletto | |
2006-03-09 | KNF, remove some unneded type casts and add some ARGSUSED. This makes lint | Claudio Jeker | |
almost happy. | |||
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto | |
Various testing for a while, okay krw@ | |||
2006-03-09 | Mark event callbacks with ARGSUSED to silence lint. | Claudio Jeker | |
2006-03-09 | Switch send_packet from char * to void * and from int to size_t. The function | Claudio 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-09 | Better handling of ancient file systems that still have 4.2 BSD | Pedro Martelletto | |
rotational layout tables. Okay krw@ | |||
2006-03-09 | move joris' timezone support into rcstime.c; more work to be done there. | Xavier Santolaria | |
OK joris@. | |||
2006-03-09 | in_cksum() should return a u_int16_t and not int. Switch a variable to | Claudio Jeker | |
unsigned. Found by lint. | |||
2006-03-09 | if_event_names is only used by interface.c so move it there. | Claudio Jeker | |
2006-03-09 | Log link state changes. | Esben Norby | |
ok claudio@ | |||
2006-03-09 | Used common aml_opname for debugger | Jordan Hargrave | |
Removed redundant code ok marco@ | |||
2006-03-09 | Remove bad XXX | Marco Peereboom | |
ok jordan | |||
2006-03-09 | Removed unused prototypes | Jordan Hargrave | |
Fixed aml_notify to use known node Added new method/node evaluator Renamed some functions for easier naming ok marco@ | |||
2006-03-09 | Fixed free before malloc. bad marco | Jordan Hargrave | |
ok marco@ | |||
2006-03-09 | One more KNF nit. | Marco Peereboom | |
2006-03-09 | Pretty. | Marco Peereboom | |
2006-03-09 | Create separate function to parse name + scope. Should shave some bytes of | Marco Peereboom | |
and makes code more readable. ok jordan. | |||
2006-03-09 | unbreak the tree. i dunno how this compiled on my box at home. | David Gwynne | |
found by marco@ | |||
2006-03-08 | amdpmreg.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-08 | Glue showval into ddb. | Marco Peereboom | |
2006-03-08 | Add showval to ddb interface. Now we can pretty much debug anything AML | Marco Peereboom | |
from ddb. Very useful. Help jordan. | |||
2006-03-08 | Fix proto. | Marco Peereboom | |
2006-03-08 | Fix device id typo introduced in r1.41; found the hard way by Daniel Hamlin. | Miod Vallat | |
2006-03-08 | make openrcs use the worklist framework to keep track of temporary files | Joris Vink | |
and remove them in case it gets interrupted. suggested by deraadt@, ok niallo@ | |||
2006-03-08 | add a worklist framework, which will be used for atomic operations on | Joris Vink | |
files. suggested and help by deraadt@ | |||
2006-03-08 | Properly route ISA interrupts through ioapics. | Mark Kettenis | |
tested by many; ok mickey@, brad@ | |||
2006-03-08 | Unbreak docs after marco. | Alexander Yurchenko | |
2006-03-08 | Remove unused quit flag inherited from bgpd long ago. | Claudio Jeker | |
2006-03-08 | Cleanup with lint. Kill unused variable and fix some types. | Claudio Jeker | |
2006-03-08 | Move procnames from log.h to log.c it is only used there. | Claudio Jeker | |
2006-03-08 | Spaces and other minor cleanup. | Claudio Jeker | |
2006-03-08 | Last kroute.c commit changed the meaning of the flags so check them correctly. | Claudio Jeker | |
OK norby@ | |||
2006-03-08 | Really unbreak GENERIC.MP. | Mark Kettenis | |
2006-03-08 | Fix logic of the kroute code. First of all there was a porblem if a prefix | Claudio Jeker | |
is known via kernel and ospf. If the kernel route is removed the ospf one was not added to the FIB. This is an uncommon event so it is OK to request an update from the RIB in this case. Additionally ospfd treated bgpd inserted routes like static routes. This is wrong because IGP routes habe a higher preference over EGP routes. In this case a bgpd route needs to be overridden by a ospfd one. With these to fixes bgpd and ospfd start to play nicely together. OK norby@ | |||
2006-03-08 | Check for implied acks. If we receive an update that is on our retransmission | Claudio Jeker | |
queue for the neighbor there is no need to send back an ack. | |||
2006-03-08 | Document "set community delete ..." and sync that section with the one | Claudio Jeker | |
from the PARAMETERS section. ok henning@ | |||
2006-03-08 | fix usage(); | Xavier Santolaria | |
2006-03-08 | spacing in usage(); | Xavier Santolaria | |
2006-03-08 | even betterer | Henning Brauer | |
From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl> | |||
2006-03-08 | propagate stuff to be able to explicitly clean-up repositories. | Marc Espie | |
(we can't use a normal destructor, since this will be called for each fork()ed subprocess). | |||
2006-03-08 | do not point to rcsfile(5) as we do not provide it. | Xavier Santolaria | |
2006-03-08 | fix race condition in SCP for real. | Marc Espie | |
We can't control a grand-child death through gzip, so stop spawning grand-children: create two children connected by hand through a pipe, and when we close gzip, explicitly wait for the second child to die as well. This avoids race conditions between sigpipe and sigusr1. (and as usual, the resulting code is easier to follow once you get through the pipe/fork). Thanks theo for the comment. ;-) | |||
2006-03-08 | tweak the debug macros a bit | David Gwynne | |