summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08deivce -> deviceJonathan Gray
2012-10-08first in 5.3 not 5.2Jonathan Gray
2012-10-08reduce the difference between i386 and amd64 versions of the speedstep codeJonathan Gray
2012-10-08skip RR if type is not MX. Use hostname if the list of MX is emptyEric Faurot
2012-10-07spacingMike Belopuhov
2012-10-07Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISCMark Kettenis
2012-10-07Implement a simple wait queue API. The idea is to allow multiple "waiters"Eric Faurot
2012-10-07We need to provide a sendmail-like interface to makemap so that some toolsGilles Chehade
2012-10-07convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)Charles Longeau
2012-10-07bump max number of connections to a route from 5 to 10, the limit is tooGilles Chehade
2012-10-06truncate silent command output to two lines. okay millert@Marc Espie
2012-10-06Remove bridge_rttrim(). It's only triggered in the unlikely event that theCamiel Dobbelaar
2012-10-06rework section about special targets/prereq to be somewhat readable.Marc Espie
2012-10-06Update for xkeyboard-config 2.7.Alexandr Shadchin
2012-10-06fix usage(); ok dlgJason McIntyre
2012-10-06Our system headers are supposed to be C++-aware these days so stop GCC fromMark Kettenis
2012-10-06- extra juice for debugging signal passing. Note when we can't pass theMarc Espie
2012-10-06inetd Xr no longer relevant; ok dlgJason McIntyre
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-10-05document implicit rules and target dependency operators better.Marc Espie
2012-10-05fix signed vs unsigned warning; feedback & ok: djm@Markus Friedl
2012-10-05include sys/mbuf.hCamiel Dobbelaar
2012-10-05missing NCARP define and fix indentCamiel Dobbelaar
2012-10-05missing include for pfCamiel Dobbelaar
2012-10-05protect against multiple inclusionCamiel Dobbelaar
2012-10-05Avoid uninitiliazed use of ctl and corresponding warnings.Christiano F. Haesbaert
2012-10-05further tweak the maps description; ok gillesJason McIntyre
2012-10-05tweak previous; ok gillesJason McIntyre
2012-10-05some formatting/macro fixes; also a bit less bind-centricJason McIntyre
2012-10-05Add umac-128@openssh.com to the list of MACs to be testedDarren Tucker
2012-10-05Use 'kill -0' to test for the presence of a pid since it's more portableDarren Tucker
2012-10-05add send(2) MSG_DONTWAIT support which enables us to choose nonblockingYASUOKA Masahiko
2012-10-05Add targets for the 6k and 8k bit moduli componentsDarren Tucker
2012-10-04spacingReyk Floeter
2012-10-04default map source to S_PLAIN, this allows us to simplify smtpd.conf:Gilles Chehade
2012-10-04delay the call to log_debug() for displaying the backends used untilEric Faurot
2012-10-04add umac128 variant; ok djm@ at n2k12Markus Friedl
2012-10-04backout pgroup/job control from make, there is something deeply bogusMarc Espie
2012-10-04Clean up uninitialized warnings from cryptosoft and aesni.Christiano F. Haesbaert
2012-10-04change to from=<...>, to=<...> instead of to=<...> for loggingTodd T. Fries
2012-10-04Clean up uninitialized warnings from ar9003.Christiano F. Haesbaert
2012-10-04SyncMiod Vallat
2012-10-04Use information provided by ACPI to attach secondary PCI host bridges.Christian Ehrhardt
2012-10-04FRELE() has a second argument nowPhilip Guenthe
2012-10-03Don't include <mips64/archtype.h> unless you really need it.Miod Vallat
2012-10-03Do not use <mips64/archtype.h> for loongson model numbers, but rather put theMiod Vallat
2012-10-03when requesting MX entries, the result can be appear in random orders.Gilles Chehade
2012-10-03Don't include <mips64/archtype.h> when you don't need it.Miod Vallat
2012-10-03we reintroduced a bug that was fixed 2 years ago with the aliases rewrite:Gilles Chehade
2012-10-03- add a EXPAND_DEPTH define for ... expansion depthGilles Chehade