Age | Commit message (Expand) | Author |
2007-01-26 | Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@ | Claudio Jeker |
2007-01-26 | modestring can be 18 long | Otto Moerbeek |
2007-01-26 | extra xfree leftover; from tbert. | Otto Moerbeek |
2007-01-26 | As per PCI specs, disable an adapter's transaction response while | Marc Aurele La France |
2007-01-26 | printf(9) %b is not limited to 32 bits or less... document it. | Jason Wright |
2007-01-25 | when acting as a server - immediatly after we checkout a file | Joris Vink |
2007-01-25 | zap uneeded close() calls after fclose(); pointed out by and OK otto@. | Xavier Santolaria |
2007-01-25 | Be a bit more verbose during attach even without ACPI_DEBUG for now. | Michael Knudsen |
2007-01-25 | Install an indicator sensor to show if we're docked or not. | Michael Knudsen |
2007-01-25 | Make debug output a tad more consistent. | Michael Knudsen |
2007-01-25 | Remove comment that I committed by accident. | Michael Knudsen |
2007-01-25 | return 0, not NULL in a function returning int. | Niall O'Higgins |
2007-01-25 | plug a leak if multiple expansions are done on a single line. ok | Otto Moerbeek |
2007-01-25 | Correctly detect missing arguments. Same diff as in ospfctl. OK henning@ | Claudio Jeker |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-25 | plug a memleak in keyword expansion. | Niall O'Higgins |
2007-01-25 | No need to check if word is NULL before calling parse_addr/prefix. | Claudio Jeker |
2007-01-25 | Correctly detect missing arguments like in "ospfctl show data area". | Claudio Jeker |
2007-01-25 | typo in error message. | Xavier Santolaria |
2007-01-25 | do not use strlcpuy on a buffer filled by fgetln, since fgetln does | Otto Moerbeek |
2007-01-25 | resolve conflicts with 9.3.4; SECURITY UPDATE | Jakob Schlyter |
2007-01-25 | Do the sensor magic correctly. Found by Constantine Murenin. | Marco Peereboom |
2007-01-25 | ISC BIND release 9.3.4 | Jakob Schlyter |
2007-01-25 | plug a mem leak and wrong usage of strlcpy after fgetln. since fgetln | Otto Moerbeek |
2007-01-25 | Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by | Kenneth R Westerback |
2007-01-25 | Move paragraphs unrelated to bfname out of this list item. | Alexander Bluhm |
2007-01-24 | build and install landisk man8 specific manpages | Martin Reindl |
2007-01-24 | +.Xr csplit 1 , | Jason McIntyre |
2007-01-24 | user proper format string for size_t; file size is off_t; ok joris@ | Otto Moerbeek |
2007-01-24 | Deal with weird systems that return bogus device numbers for stuff that's not | Mark Kettenis |
2007-01-24 | Actually establish interrupt handler in !ioapic_cold case. | Mark Kettenis |
2007-01-24 | Check nioapics to see whether we're using I/O APICs. | Mark Kettenis |
2007-01-24 | The example is not correct and uses non-idiomatic scripting. So fix it. | Otto Moerbeek |
2007-01-24 | revert changes committed between r1.25 and 1.26. | Damien Bergamini |
2007-01-24 | When deleting a neighbor or a interface make sure that no events are pending. | Claudio Jeker |
2007-01-24 | terminate CVS/Entries with a newline. | Pierre-Yves Ritschard |
2007-01-24 | A reallocated root directory gets ownership of the fsck process. | Alexander Bluhm |
2007-01-24 | Lock the nexthop while parsing an update by increasing the reference count. | Claudio Jeker |
2007-01-24 | Remove most of the spf calculation related log_debug messages. | Claudio Jeker |
2007-01-24 | +.Xr gzip 1 | Jason McIntyre |
2007-01-24 | split compress(1) into compress(1) and gzip(1), as suggested by millert; | Jason McIntyre |
2007-01-24 | Remove some log_debug()s that are no longer needed. | Claudio Jeker |
2007-01-24 | Similar to ospfd and ripd ignore SIGPIPE in all processes to be able to do | Claudio Jeker |
2007-01-24 | Ingore SIGPIPE in the parent and rde as well. This is needed to correctly | Claudio Jeker |
2007-01-24 | Ignore SIGPIPE in the parent and RDE as well. | Esben Norby |
2007-01-24 | the ok from xsa was for another diff, rollback previous commit. | Pierre-Yves Ritschard |
2007-01-24 | put a newline at the end of the Entries file, this syncs with | Pierre-Yves Ritschard |
2007-01-24 | Better handling of escaped CR-LF in the configuration file, commenting | Pierre-Yves Ritschard |
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis |
2007-01-23 | add timeout for failed nbr structures | Michele Marchetto |