Age | Commit message (Expand) | Author |
2015-04-18 | another round of reducing the diff to linux | Jonathan Gray |
2015-04-18 | Simplify vio_encap() a bit. | Stefan Fritsch |
2015-04-18 | define and use trace macros | Jonathan Gray |
2015-04-18 | Remove some unused debug functions. If we're interested in | Jonathan Gray |
2015-04-18 | replace the hand rolled lists of mbufs in hfsc_classq with an | David Gwynne |
2015-04-18 | add and use module param macros | Jonathan Gray |
2015-04-18 | i386 and amd64 have only one syscall entry point now, so simply the | Philip Guenther |
2015-04-17 | On Ethernet packets have a minimal length, so very short packets | Alexander Bluhm |
2015-04-17 | while trying to reproduce lockups on mp alpha i hit an | David Gwynne |
2015-04-17 | Stubs and support code for NIC-enabled IPsec bite the dust. | Mike Belopuhov |
2015-04-17 | Remove unused ipsp_parse_headers that was supposed to parse packets | Mike Belopuhov |
2015-04-17 | Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer | Mike Belopuhov |
2015-04-17 | Crank the timeout and decrease the buffer size to not end up dropping | Martin Pieuchot |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-04-17 | Make drm ioctls table driven. Further reduces the diff to linux. | Jonathan Gray |
2015-04-16 | ipa_inp_next is unused; via mikeb@ | Markus Friedl |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-16 | change {import,export}_identity so it can be used for policies; ok mikeb | Markus Friedl |
2015-04-16 | Make sure LLVM static analyzer do not report a false positive, | Martin Pieuchot |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-04-16 | New driver for Araneus Alea II TRNG. All the hardwork has been done by | Martin Pieuchot |
2015-04-15 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-15 | Use ether_ifattach() and ether_ifdetach() when cloning/destroying an | Martin Pieuchot |
2015-04-15 | include header required for DEBUG build; ok jsg@ | Christian Weisgerber |
2015-04-15 | Fix a typo introduced in the niq_enqueue() conversion. | Martin Pieuchot |
2015-04-15 | Add the necessary glue to keep vlan(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-15 | Convert remaining drm ioctl implementation functions to return Linux-style | Mark Kettenis |
2015-04-15 | Unneeded return at the end of a void function. | Mike Larkin |
2015-04-14 | This is not System V, we spell it SIGCHLD. | Todd C. Miller |
2015-04-14 | Setting the configuration in *_attach() is a bad practise because if it | Martin Pieuchot |
2015-04-14 | It's not possible to call umcs_get_status() in interrupt context | Martin Pieuchot |
2015-04-14 | make ipsp_address thread safe; ok mpi | Mike Belopuhov |
2015-04-14 | ip6_sprintf is long gone; noticed by blambert | Mike Belopuhov |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-04-14 | Make sure we close the interrupt pipe when the device is detached. | Martin Pieuchot |
2015-04-14 | Reduce differences between non-PAE and PAE pmaps. This diff removes an | Mike Larkin |
2015-04-13 | Initialize RX/TX on re(4) slightly later; it appears that newer chips | Stuart Henderson |
2015-04-13 | Make sure we print the MAC address on sparc64 as well. | Mark Kettenis |
2015-04-13 | Make filter argument to ipsp_aux_match optional like the rest of them. | Mike Belopuhov |
2015-04-13 | Perform IPsec bypass check on a socket before performing TDB lookups. | Mike Belopuhov |
2015-04-13 | Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpi | Mike Belopuhov |
2015-04-13 | Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpi | Mike Belopuhov |
2015-04-13 | Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on | Martin Pieuchot |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-13 | ether_input() should not longer be called directly so convert to | Martin Pieuchot |
2015-04-12 | Fix some KNF, spacing, and typo issues. Moving the deck chairs around to | Mike Larkin |
2015-04-12 | Fix some typos in comments, and remove an outdated comment about how | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-04-12 | Add a few missing trace functions, and "use" them. Add back the WATCH_GTT | Mark Kettenis |
2015-04-12 | hfsc_classq has a type member which is never set or read, except to report | David Gwynne |