Age | Commit message (Expand) | Author |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-11-14 | No need to include <net/bpfdesc.h> | Martin Pieuchot |
2015-11-07 | get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE. | David Gwynne |
2015-11-06 | use IFQ_DEQUEUE, not IF_DEQUEUE, to pull off the send queue. | David Gwynne |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-10-27 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-10-15 | No need to create links for xxboot now that MI installboot is the preferred | Miod Vallat |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). | Kenneth R Westerback |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-13 | Locators are long now. | Miod Vallat |
2015-09-13 | Needs <sys/systm.h> before <sys/syscall_mi.h> now. | Miod Vallat |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-04 | Fix misleading indent | Miod Vallat |
2015-07-04 | get rid of some if 0 code that refers to b_actf. | David Gwynne |
2015-07-04 | replace the manual buf list management with a fifo bufq. it simplifies | David Gwynne |
2015-07-04 | count outgoing packets like every other driver. | David Gwynne |
2015-06-27 | Pass bus_space tag and handles to the QE_{WR,RD}CR macros, instead of assuming | Miod Vallat |
2015-06-27 | Memory leak in attach if uballoc() fails; Brainy/Maxime Villard | Miod Vallat |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-17 | Make kernel text read-only and unreadable from userland, and remove the bogus | Miod Vallat |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-13 | Remove useless "bridge.h" include. | Martin Pieuchot |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-07 | fix indentation | Jonathan Gray |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-02 | add missing splx calls | Jonathan Gray |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-07 | Convert to if_input(). | Martin Pieuchot |
2015-03-28 | Convert to if_input(), tested by miod@ | Martin Pieuchot |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | Move consistency check within #ifdef DIAGNOSTIC | Miod Vallat |
2015-02-07 | typos | Miod Vallat |
2015-02-07 | Shrink the I/O map from 64KB to 16KB. This map is only used for | Miod Vallat |
2015-02-07 | Provide symbolic defines for the ICCS register magic bits, and use them | Miod Vallat |
2015-02-01 | Gather the scattered (and sometimes duplicated) qbus address and size defines | Miod Vallat |
2015-02-01 | Do not write to the doorbell register at uba attach time - this causes a | Miod Vallat |
2015-02-01 | Pass the correct machine check frame to the machine check handler. | Miod Vallat |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |