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