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