summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-16Add oce(4) / mfii(4) and virtio devicesBrad Smith
2012-11-15Print UniNorth/U3 revision number, taken from opemfirmare, to know whichMartin Pieuchot
2012-11-15Only allow the "return" insn construct (which simply yields a "jmp r1" line)Miod Vallat
2012-11-15Make this cross-compile friendly by defining ATTRIBUTE_UNUSED to an emptyMiod Vallat
2012-11-15If max-prefix/restart are used, display the values in "bgpctl sh nei" output.Stuart Henderson
2012-11-15buf_* -> ibuf_* in various log entries to reflect correct function names.Kenneth R Westerback
2012-11-15this code is shared into userland, and there it should not pullTheo de Raadt
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