Age | Commit message (Expand) | Author |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-21 | Misleading comments about splnet(). | Martin Pieuchot |
2014-08-21 | If an ifa has as NULL ifp pointer then is should be considered as | Martin Pieuchot |
2014-08-20 | after allocating an mbuf and cluster you still need to init the length | David Gwynne |
2014-08-20 | Implement rxrinfo ioctl for cluster usage statistics | Mike Belopuhov |
2014-08-20 | Call audio_{pint,rint}() call-backs with the mutex held. Found by | Alexandre Ratchov |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-20 | Release CPU mutexes on EINVAL. | doug |
2014-08-20 | brad said i had some whitespace screwups in my previous diff. this cleans | David Gwynne |
2014-08-20 | remove the custom jumbo allocator. its never been enabled or used. | David Gwynne |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-20 | replace sks jumbo allocator with MCLGETI. the system provides jumbos in | David Gwynne |
2014-08-20 | bring back r1.130: | David Gwynne |
2014-08-19 | More PIC programming magic, as well as a specific workaround for lost | Miod Vallat |
2014-08-19 | Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section. | Miod Vallat |
2014-08-19 | yet another typo | Miod Vallat |
2014-08-19 | Enable rts5227, as found in my new Thinkpad x240. | Peter Hessler |
2014-08-19 | Three independent typos for `independent' or `independently'. | Miod Vallat |
2014-08-19 | When a local route entry is added for an ifa having a broadcast address, | Martin Pieuchot |
2014-08-19 | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. | Martin Pieuchot |
2014-08-19 | Make sure state changes are properly serialized. | Martin Pieuchot |
2014-08-19 | in myx_start, replace | David Gwynne |
2014-08-19 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-08-18 | Explicitely need <sys/pool.h> now. | Miod Vallat |
2014-08-18 | Sigh, ignoring instruction fetch bus errors for the kernel code should not | Miod Vallat |
2014-08-18 | pool debug back on | Ted Unangst |
2014-08-18 | this uses pools, but relied on mbuf.h to provide them. | David Gwynne |
2014-08-18 | dont rely on mbuf.h to provide pool.h. | David Gwynne |
2014-08-18 | its a bit silly to include mbuf.h to get to malloc.h. just include | David Gwynne |
2014-08-18 | introduce mbuf list and queue apis. both manage fifo lists of mbufs | David Gwynne |
2014-08-18 | external page headers use an RB tree to find the page header | David Gwynne |
2014-08-17 | On kernels compiled with R10000 support, ignore (by simply returning) | Miod Vallat |
2014-08-17 | i broke the userland shim used for the extent regress test when i | David Gwynne |
2014-08-15 | Remove support for public key operations | Mike Belopuhov |
2014-08-15 | Remove support for public key operations | Mike Belopuhov |
2014-08-15 | With deprecation of crypto(4) interface lofn(4) and nofn(4) become | Mike Belopuhov |
2014-08-15 | unlink lofn(4) and nofn(4) | Mike Belopuhov |
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov |
2014-08-15 | Create a function which loads sgd in the mfi_iop_ops struct so that skinny | YASUOKA Masahiko |
2014-08-14 | regen | Todd C. Miller |
2014-08-14 | Add USB hubs found on Intel Z97 chipset boards (one attached to | Todd C. Miller |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-14 | Unused variable, and more fixes in the attach failure path. | Miod Vallat |
2014-08-14 | Bring back 1.173 (reverting 1.174) - mips64 systems are still unhappy when | Miod Vallat |
2014-08-14 | Compare number of allocated clusters with a low watermark, not | Mike Belopuhov |
2014-08-14 | Implement rxrinfo ioctl for cluster usage statistics | Mike Belopuhov |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |