summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-03rtables are stacked on rdomains (it is possible to have multiple routingClaudio Jeker
2009-11-03Don't need regex.h and remove two declarations that are now in smtpd.h.Nicholas Marriott
2009-11-03simplify deptree handling, since we handle this at the set level.Marc Espie
2009-11-03Pick up the rdomain from the specified interface and use that rdomain forClaudio Jeker
2009-11-03catch signals while we're doing something, so that cleanup always happens.Marc Espie
2009-11-03don't take playback blocksize constraints into account when roundingJacob Meuser
2009-11-03sort;Jason McIntyre
2009-11-03don't claim to support full-duplex if the device doesn't support bothJacob Meuser
2009-11-03provide a get_default_params method. tries aucat(1) defaults firstJacob Meuser
2009-11-03rewrite supported audio parameter matching codeJacob Meuser
2009-11-03Fix vi page up mode key (from naddy), add missing half page keys, and sort.Nicholas Marriott
2009-11-03in block size calculations, use SIO_BPS(precision) instead ofAlexandre Ratchov
2009-11-03Simplify and remove debug cruft from interrupt handler. Original diff fromMarco Peereboom
2009-11-02that is not a small hack, it is big and gruesome and has very bad effectsTheo de Raadt
2009-11-02Don't write bogus values to reply_fifo_host_signalling_addr. This registerMarco Peereboom
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2009-11-02Got the RX threshold interrupt working, does not help RX performance though;Miod Vallat
2009-11-02fix reverse zone for ::1 (PR#6243)Jakob Schlyter
2009-11-02Print the route metrics in monitor mode if -v is used. This info can beClaudio Jeker
2009-11-02Remove file that should never have been there.Mark Kettenis
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-11-02Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almostClaudio Jeker
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-11-02More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().Claudio Jeker
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-11-02Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one inClaudio Jeker
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-11-02Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofClaudio Jeker
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-11-02Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.Claudio Jeker
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-11-02Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.Claudio Jeker
2009-11-02Double the escape timer (the time after a \033 is received before tmux gives upNicholas Marriott
2009-11-02we have closefrom(2), so use it; ok deraadt@ tedu@Otto Moerbeek
2009-11-02Remove unused member(s) of `struct acpi_softc'.Mark Kettenis
2009-11-02permit -DMALLOC_STATS to compile againTodd T. Fries
2009-11-02More detailed model list, with a mention of the appropriate kernel.Miod Vallat
2009-11-02List phy attachments, and add a few .XrMiod Vallat
2009-11-02Use strtonum instead of atoi, this allows to do basic range checking.Claudio Jeker
2009-11-02A few fixes and improvements:Miod Vallat
2009-11-02When the iec(4) Ethernet address is unkown, pass ff:ff:ff:ff:ff:ff instead ofMiod Vallat
2009-11-02When matching the session names with -t, look for exact matches first beforeNicholas Marriott
2009-11-02Leftover unused variable :-/.Nicholas Marriott
2009-11-02There isn't much point in doing lstat before connect so instead just do connectNicholas Marriott
2009-11-02Reorder slightly to tidy code.Nicholas Marriott
2009-11-02Include the type override definitions and use the correct targetJonathan Gray
2009-11-02Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT.Alexandre Ratchov
2009-11-02syncTheo de Raadt
2009-11-02correct signature. no change as function is if 0'd.Federico G. Schwindt
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott