Age | Commit message (Expand) | Author |
2012-12-18 | no nead to touch argv later since we don't support non-getopt arguments. | Reyk Floeter |
2012-12-18 | doin't complain if the child processes exited cleanly. | Reyk Floeter |
2012-12-18 | cnl is only allocated if F_NATLOOK was specified before, so skip the | Reyk Floeter |
2012-12-18 | reorder the variables a bit, no functionaly change. | Reyk Floeter |
2012-12-18 | Don't clean up twice when the non-privileged process exits. Let the | Kenneth R Westerback |
2012-12-17 | Don't daemonize until the RTM_NEWADDR message is received. Shuffle | Kenneth R Westerback |
2012-12-17 | add test case for gethostbyname() called with numeric hostname | Eric Faurot |
2012-12-17 | Allow gethostbyname() to accept a numeric IP string. | Eric Faurot |
2012-12-17 | Add a list of alpha systems and their SRM footprint in the linker script | Miod Vallat |
2012-12-17 | Make the SH register spill failure for R0 workaround work again | Martynas Venckus |
2012-12-17 | Unbreak bootblocks on Alpha by fixing the primary load address. A | Martynas Venckus |
2012-12-17 | sync up ixgbe_raise_i2c_clk with freebsd which basically allows | Mike Belopuhov |
2012-12-17 | spacing; sync up ixgbe_bus_speed enum with freebsd | Mike Belopuhov |
2012-12-17 | Sync up advanced transmitter descriptor setup code to the upstream. | Mike Belopuhov |
2012-12-17 | sync some comments and variable names in rxeof with freebsd | Mike Belopuhov |
2012-12-17 | Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->buf | Mike Belopuhov |
2012-12-17 | Don't forget to decrement a number of clusters on the ring in case | Mike Belopuhov |
2012-12-17 | Get rid of the split header code as it was never used in | Mike Belopuhov |
2012-12-17 | Implement SFP+ module hot-plug support for 82599 obtained | Mike Belopuhov |
2012-12-17 | Fix a link autonegotiation bug on 10GbaseT controllers and improve | Mike Belopuhov |
2012-12-16 | use grep -q instead of redirecting to /dev/null | Robert Peichaer |
2012-12-16 | regen | Jasper Lievisse Adriaanse |
2012-12-16 | - put the Moxa products where they belong alphabetically | Jasper Lievisse Adriaanse |
2012-12-16 | - use diff -u like most anywhere to make the output readable. | Jasper Lievisse Adriaanse |
2012-12-16 | Prevent a potential segfault that could occur if certain calloc() and | Lawrence Teo |
2012-12-15 | Remove unused variables. | Reyk Floeter |
2012-12-15 | Don't print an error if the process exited normally. | Reyk Floeter |
2012-12-15 | Plug two memory leaks when cleaning up the dh/dsa crypto structures. | Reyk Floeter |
2012-12-15 | Fix a very hidden but harmless overflow in the MSCHAPv2 code. | Reyk Floeter |
2012-12-15 | Don't pass an uninitialized arg to ibuf_release(); initialize it to NULL. | Reyk Floeter |
2012-12-15 | Don't dereference NULL pointers (and some cleanup here). | Reyk Floeter |
2012-12-15 | some small simplifications; | Jason McIntyre |
2012-12-15 | Nuke unused parameter 'ifname' to get_ifname(). | Kenneth R Westerback |
2012-12-14 | Mention IT8772F | Mike Belopuhov |
2012-12-14 | Support IT8772F; from form@, ok kettenis | Mike Belopuhov |
2012-12-14 | a few more comments | Marc Espie |
2012-12-14 | regen | Martin Pieuchot |
2012-12-14 | Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@ | Martin Pieuchot |
2012-12-14 | use correct string in error message; from rustybsd at gmx.fr | Darren Tucker |
2012-12-14 | oops, debug printf sneaked in. i must be out of practice. | David Gwynne |
2012-12-13 | Change load_cfg to fix a crash reported by jasper. | Nicholas Marriott |
2012-12-13 | iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren't | Martin Pieuchot |
2012-12-13 | pipex_init can be called multiple times (by whatever subsystems want to use | David Gwynne |
2012-12-12 | properly handle the case where a process has disappeared in between grep'ing | Alexander Hall |
2012-12-12 | Previous commit introduced a bug; only return early from m88k_layout_frame() | Miod Vallat |
2012-12-12 | Rearrange the code a bit to prevent splx() from being called with an | Mike Belopuhov |
2012-12-12 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled | Christian Weisgerber |
2012-12-12 | reset incoming_packet buffer for each new packet in EtM-case, too; | Markus Friedl |
2012-12-12 | Add the test output. No cookie for me. | Paul de Weerd |
2012-12-12 | Add a regression test for the bug millert@ fixed previously. | Paul de Weerd |