Age | Commit message (Expand) | Author |
2012-08-09 | Add BCM5717/19/20C PHYs. From Brad. | Mark Kettenis |
2012-08-09 | Improve the message flows to completely isolate operations on the | Eric Faurot |
2012-08-08 | call m_cluncount to account correctly for cluster chains the driver | Mike Belopuhov |
2012-08-08 | remove useless defines | Eric Faurot |
2012-08-08 | cleanup some old debug traces | Eric Faurot |
2012-08-08 | log received fd in log_imsg() if any | Eric Faurot |
2012-08-08 | fix type (part from NetBSD) | Alexandr Shadchin |
2012-08-08 | We're not going to loop in the rxeof refilling our ring as it would | Mike Belopuhov |
2012-08-08 | remove mac68k leftovers | Jonathan Gray |
2012-08-08 | remove rx debugging code | Mike Belopuhov |
2012-08-08 | Improve the scheduler backend API. | Eric Faurot |
2012-08-08 | Do not depend upon an initialized variable in the common case; gives init(8) | Miod Vallat |
2012-08-08 | Make this compile again. | Miod Vallat |
2012-08-08 | Convert from K&R to ISO function signatures. | Matthew Dempsky |
2012-08-08 | Mention RFC 6106; from brad@, content ok lteo@. | Ingo Schwarze |
2012-08-07 | Make all *_device_*_start() functions (e.g. ohci_device_intr_start()) | Kenneth R Westerback |
2012-08-07 | Fix compilation when !defined(KTRACE) by hiding the then-unused 'code' | Philip Guenthe |
2012-08-07 | Implement a set of tree_* functions for storing arbitrary pointers in splay | Eric Faurot |
2012-08-07 | allow to choose an alternate regress script | Eric Faurot |
2012-08-07 | fix evpid parsing on 32bit archs | Eric Faurot |
2012-08-07 | Handle __syscall as syscall, since these are identical on 64-bit platforms, | Miod Vallat |
2012-08-07 | Store the data used to generate an ICMP error message on a stack | Mike Belopuhov |
2012-08-07 | Factor out a _dl_randombuf() method from _dl_random(). | Matthew Dempsky |
2012-08-07 | <sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from here | Philip Guenthe |
2012-08-07 | a bit of cleanup and a tx delay tweak | Mike Belopuhov |
2012-08-07 | Don't include <sys/ktrace.h>; makes this file compile again. | Mark Kettenis |
2012-08-07 | don't forget to set IFF_ALLMULTI; from brad | Mike Belopuhov |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-08-06 | kill sc->promisc | Mike Belopuhov |
2012-08-06 | add x540 | Mike Belopuhov |
2012-08-06 | Add support for 10Gb ethernet cards based on the Intel X540 chipset. | Mike Belopuhov |
2012-08-06 | Adapt after recent move from pkill(1) to pgrep(1) in rc_check. | Antoine Jacoutot |
2012-08-06 | kill pkg(1) for good. with help from espie. | Federico G. Schwindt |
2012-08-05 | We typedef intmax_t/uintmax_t to be long long/unsigned long long, | Philip Guenthe |
2012-08-05 | Remove a self-assignment, from Brad | Martin Pieuchot |
2012-08-05 | expand documentation of SUBST_CMD to explain the subpackage-dependent nits | Marc Espie |
2012-08-04 | Fix caching of stacks allocated with the default attributes. | Philip Guenthe |
2012-08-04 | Add a test for caching of stacks with the default attributes | Philip Guenthe |
2012-08-04 | PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2} | Antoine Jacoutot |
2012-08-04 | Regen. | Antoine Jacoutot |
2012-08-04 | 0x7942 is also a Radeon Xpress 1500 | Antoine Jacoutot |
2012-08-04 | Document rc_usercheck. | Antoine Jacoutot |
2012-08-04 | Add a new rc_usercheck variable (default to YES). When set to no, root | Antoine Jacoutot |
2012-08-04 | Set rc_usercheck to NO. | Antoine Jacoutot |
2012-08-04 | MDTM and SIZE have been in RFC 3659 for over five years. Also, mention both | Pascal Stumpf |
2012-08-04 | zap nonsense code | Marc Espie |
2012-08-04 | Also log the file(s) we manually merged/installed as it's important | Antoine Jacoutot |
2012-08-04 | Factorize common warn, error and report outputs into functions. | Antoine Jacoutot |
2012-08-03 | enable oce(4) | Mike Belopuhov |
2012-08-03 | add oce.4 | Mike Belopuhov |