summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-12-22add TIMEOUT_INITIALIZER for initting timeout declaractions.David Gwynne
2014-12-22convert to using siphashTed Unangst
2014-12-22bcopy -> memcpy, as in amd64Theo de Raadt
2014-12-22bcopy -> memcpy; ok teduTheo de Raadt
2014-12-22remove some unused fields from pool. ok dlgTed Unangst
2014-12-22amd64 now also uses the ssyms mechanism.Theo de Raadt
2014-12-22unifdef INETTed Unangst
2014-12-22unifdef INETTed Unangst
2014-12-22if we're able to use large page allocators, try and place at leastDavid Gwynne
2014-12-21WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21Prevent writing to the kernel area via the direct map. We do this by paddingMike Larkin
2014-12-21Always clear a port reset feature after setting it, or at least try to.Martin Pieuchot
2014-12-21Various transfer improvements/fixes.Martin Pieuchot
2014-12-21Use a bitmask when dumping TRB flags. No change in !XHCI_DEBUG.Martin Pieuchot
2014-12-21<sys/endian.h> needs <sys/cdefs.h>Philip Guenther
2014-12-20Replacing <machine/endian.h> with <sys/endian.h> does not imply removingMiod Vallat
2014-12-20Replace switch workq with taskq.Kenneth R Westerback
2014-12-20Zap a sneaky trailing blank that was hiding in plain view.Kenneth R Westerback
2014-12-20Zap local variable that shadows another local variable. Fixes a panic causedMark Kettenis
2014-12-20Zap a bunch of leading/trailing whitespace.Kenneth R Westerback
2014-12-20Cleanup vmt(4) by changing an ugly if statement for received commandsReyk Floeter
2014-12-20openbsd rcisdTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-19sync with libc, using brnz,pt instead, should be betterTheo de Raadt
2014-12-19Do not report an EDQUOT "Disk quota exceeded" error from the routingAlexander Bluhm
2014-12-19multiline string literals aren't really a thing. just smush a few stringsTed Unangst
2014-12-19remove ipw. it wasn't included in generic, but nobody complained,Ted Unangst
2014-12-19make the code look more like libc by changing Transform to take the stateTed Unangst
2014-12-19bcopy to memcpy. ok deraadt millertTed Unangst
2014-12-19unifdef INET in net code as a precursor to removing the pretend option.Ted Unangst
2014-12-19Fix tree breakage due to unused variable after last commit.Kenneth R Westerback
2014-12-19Change scan and auth+assoc workq entries to taskq entries.Kenneth R Westerback
2014-12-19shuffle function declarations a bit; stylistic changes only.Reyk Floeter
2014-12-19No need to include sys/types.h when sys/param.h is already included.Reyk Floeter
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-19Use taskq rather than workq to remove unwanted alias.Kenneth R Westerback
2014-12-19Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gatherKenji Aoyama
2014-12-19Support source-hash and random with tables and dynifs; not just pools.Reyk Floeter
2014-12-19Comment is no longer true, remove it.Ryan Thomas McBride
2014-12-19remove hash.h. no longer needed. ok reykTed Unangst
2014-12-19Remove an unused sys/hash.h include from db_structinfo.cReyk Floeter
2014-12-19lonely bcopy called me by nameTheo de Raadt
2014-12-19another handful of bcopy -> memcpy because there is no overlapTheo de Raadt
2014-12-19start retiring the nointr allocator. specify PR_WAITOK as a flag as aTed Unangst
2014-12-19if you really must look inside the pool to decide if you've calledTed Unangst
2014-12-19add messages to #error so we know what's what (and so unifdef doesn't poop)Ted Unangst
2014-12-19Make use of m_defrag() in re_encap().Brad Smith
2014-12-19rename buffer to digest, more clear. ok deraadtTed Unangst