summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-12-18reorder some variables and move large buffers to the top of the stack.Reyk Floeter
2012-12-18remove unused variableReyk Floeter
2012-12-18no nead to touch argv later since we don't support non-getopt arguments.Reyk Floeter
2012-12-18doin't complain if the child processes exited cleanly.Reyk Floeter
2012-12-18cnl is only allocated if F_NATLOOK was specified before, so skip theReyk Floeter
2012-12-18reorder the variables a bit, no functionaly change.Reyk Floeter
2012-12-18Don't clean up twice when the non-privileged process exits. Let theKenneth R Westerback
2012-12-17Don't daemonize until the RTM_NEWADDR message is received. ShuffleKenneth R Westerback
2012-12-17add test case for gethostbyname() called with numeric hostnameEric Faurot
2012-12-17Allow gethostbyname() to accept a numeric IP string.Eric Faurot
2012-12-17Add a list of alpha systems and their SRM footprint in the linker scriptMiod Vallat
2012-12-17Make the SH register spill failure for R0 workaround work againMartynas Venckus
2012-12-17Unbreak bootblocks on Alpha by fixing the primary load address. AMartynas Venckus
2012-12-17sync up ixgbe_raise_i2c_clk with freebsd which basically allowsMike Belopuhov
2012-12-17spacing; sync up ixgbe_bus_speed enum with freebsdMike Belopuhov
2012-12-17Sync up advanced transmitter descriptor setup code to the upstream.Mike Belopuhov
2012-12-17sync some comments and variable names in rxeof with freebsdMike Belopuhov
2012-12-17Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->bufMike Belopuhov
2012-12-17Don't forget to decrement a number of clusters on the ring in caseMike Belopuhov
2012-12-17Get rid of the split header code as it was never used inMike Belopuhov
2012-12-17Implement SFP+ module hot-plug support for 82599 obtainedMike Belopuhov
2012-12-17Fix a link autonegotiation bug on 10GbaseT controllers and improveMike Belopuhov
2012-12-16use grep -q instead of redirecting to /dev/nullRobert Peichaer
2012-12-16regenJasper Lievisse Adriaanse
2012-12-16- put the Moxa products where they belong alphabeticallyJasper Lievisse Adriaanse
2012-12-16- use diff -u like most anywhere to make the output readable.Jasper Lievisse Adriaanse
2012-12-16Prevent a potential segfault that could occur if certain calloc() andLawrence Teo
2012-12-15Remove unused variables.Reyk Floeter
2012-12-15Don't print an error if the process exited normally.Reyk Floeter
2012-12-15Plug two memory leaks when cleaning up the dh/dsa crypto structures.Reyk Floeter
2012-12-15Fix a very hidden but harmless overflow in the MSCHAPv2 code.Reyk Floeter
2012-12-15Don't pass an uninitialized arg to ibuf_release(); initialize it to NULL.Reyk Floeter
2012-12-15Don't dereference NULL pointers (and some cleanup here).Reyk Floeter
2012-12-15some small simplifications;Jason McIntyre
2012-12-15Nuke unused parameter 'ifname' to get_ifname().Kenneth R Westerback
2012-12-14Mention IT8772FMike Belopuhov
2012-12-14Support IT8772F; from form@, ok kettenisMike Belopuhov
2012-12-14a few more commentsMarc Espie
2012-12-14regenMartin Pieuchot
2012-12-14Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@Martin Pieuchot
2012-12-14use correct string in error message; from rustybsd at gmx.frDarren Tucker
2012-12-14oops, debug printf sneaked in. i must be out of practice.David Gwynne
2012-12-13Change load_cfg to fix a crash reported by jasper.Nicholas Marriott
2012-12-13iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren'tMartin Pieuchot
2012-12-13pipex_init can be called multiple times (by whatever subsystems want to useDavid Gwynne
2012-12-12properly handle the case where a process has disappeared in between grep'ingAlexander Hall
2012-12-12Previous commit introduced a bug; only return early from m88k_layout_frame()Miod Vallat
2012-12-12Rearrange the code a bit to prevent splx() from being called with anMike Belopuhov
2012-12-12use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolledChristian Weisgerber