summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-15Do not try to transmit packets if the interface is not running.Joel Sing
2012-11-15imsg_get() returns ssize_t, not size_t.Kenneth R Westerback
2012-11-15syncStuart Henderson
2012-11-15Shuffle #include's to use the majority idiom everywhere - i.e. useKenneth R Westerback
2012-11-15splimp -> splnet; OK jmc@ claudio@ miod@Gleydson Soares
2012-11-15If '-d' is specified to keep dhclient from daemonizing, don'tKenneth R Westerback
2012-11-14some formatting/sorting/consistency fixes for "machine"; ok guentherJason McIntyre
2012-11-14update to 1.2.5Robert Nagy
2012-11-14Do not bother reloading r1 from the stack in the epilogue, if it has not beenMiod Vallat
2012-11-14Generously sprinkle RTX_FRAME_RELATED_P() in the prologue and epilogue code,Miod Vallat
2012-11-14Define EPILOGUE_USES(). And suddenly the life analysis pass doesn't decideMiod Vallat
2012-11-14Revert the `sequence' part of 1.3 - it is actually not necessary and hidesMiod Vallat
2012-11-14Oops. Commit the one that actually compiles.Kenneth R Westerback
2012-11-14When copying option.data, use option.len to specify the amount ofKenneth R Westerback
2012-11-14allocate a mailbox payload dma memory upfront instead of per requestMike Belopuhov
2012-11-14add support for the lenovo usb 2.0 ethernet adapterjoshua stein
2012-11-14regenjoshua stein
2012-11-14add lenovo usb ethernet adapterjoshua stein
2012-11-14Remove useless _new_ and _old_ from various function names to makeKenneth R Westerback
2012-11-14use F_OK macro instead of 0 in access() when checking by file existence. make...Gleydson Soares
2012-11-14Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well.Mark Kettenis
2012-11-14fix a bug, hidden by the break statement in the special option case,Igor Sobrado
2012-11-14In the unlikely event that a NULL device is passed to priv_pcap_live(),Lawrence Teo
2012-11-14allow the full range of unsigned serial numbers; 'fine' deraadt@Damien Miller
2012-11-14fix username passed to helper programDamien Miller
2012-11-13Writing a 1 to the MEF bit of the ERRSTS0 register of the 82443LX host bridgeMark Kettenis
2012-11-13pasto in log messageFlorian Obser
2012-11-13pasto in log messageFlorian Obser
2012-11-13Column numbers are gone for good.Florian Obser
2012-11-13Pass -DOPENBSD_CROSS to CFLAGS when cross-compiling gcc2. Temporary bandaidMiod Vallat
2012-11-13Make COMPILER_VERSION a definitive assignment in there, for it to overrideMiod Vallat
2012-11-13Do not advance the timecounter too fast on MULTIPROCESSOR kernels; noticedMiod Vallat
2012-11-13do an OACTIVE/if_start dance only once per tx interruptMike Belopuhov
2012-11-13enable hardware tx checksum offloading as oce doesn'tMike Belopuhov
2012-11-13more cleanup missed in the previous commitMike Belopuhov
2012-11-13major cleanup; get rid of the oce_destroy_queueMike Belopuhov
2012-11-13Add accept.c from ldpd and use it to handle file descriptor exhaustionYASUOKA Masahiko
2012-11-13macro tweaking;Jason McIntyre
2012-11-13Correct the first argument of agpmmap() making possible to mmap the AGPMartin Pieuchot
2012-11-13do not miss the last envelopeEric Faurot
2012-11-13Allow filtering based on the NEXTHOP attribute. This allows to build rulesClaudio Jeker
2012-11-13Simplify the smtpctl code: add a try_connect() function to test ifEric Faurot
2012-11-13Constify arguments to sendto_nat_t and add missingYASUOKA Masahiko
2012-11-12protect rxeof path with an splnet; ok kettenisMike Belopuhov
2012-11-12move some stuff around, do minor cleanupMike Belopuhov
2012-11-12Cleanups and improvements:Eric Faurot
2012-11-12require scan_scaled to set errno to EINVAL rather than ERANGE if itAlexander Hall
2012-11-12make scan_scaled set errno to EINVAL rather than ERANGE if it encountersAlexander Hall
2012-11-12fix a potential memory leak; OK martinh@ sthen@Gleydson Soares
2012-11-12Don't check if ${local_rcconf} is defined before sourcing rc.conf but doAntoine Jacoutot