summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-27institute a hard cap on crypto devs instead of a useless wraparound checkTed Unangst
2013-03-27some updates from daniel dickman;Jason McIntyre
2013-03-27explicitely -> explicitly;Jason McIntyre
2013-03-27Move soidle() into the big #ifdef SOCKET_SPLICE block to have itAlexander Bluhm
2013-03-27More test cases, especially when opening the stream in append an writeMartin Pieuchot
2013-03-27Add an open_wmemstream(3) implementation and fix various issues forMartin Pieuchot
2013-03-27Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers.Joel Sing
2013-03-27Use the correct src/dst ports depending on direction (one of src or dst wasRyan Thomas McBride
2013-03-27match recent linux and return whether the ring is initialisedJonathan Gray
2013-03-27claim support for secure and pinned batch buffersJonathan Gray
2013-03-27Add TMUX_TMPDIR variable to put the socket directory outsideNicholas Marriott
2013-03-27Move the cursor back into the last column on CUU/CUD to match xtermNicholas Marriott
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott
2013-03-27syncTheo de Raadt
2013-03-27add two tests for resolving a regular module (passes) and the full pathJasper Lievisse Adriaanse
2013-03-27Claim to support I915_PARAM_HAS_COHERENT_RINGS.Jonathan Gray
2013-03-27Further updates to pmap7. Fixes some problems and removes debug printfs.Patrick Wildt
2013-03-27fix build after asr updateEric Faurot
2013-03-27Only use the search domains for DNS lookups, as the current resolver does.Eric Faurot
2013-03-27combine several atomic_clearbits calls into one. slightly faster onTed Unangst
2013-03-27a little header cleanup. ok deraadtTed Unangst
2013-03-27rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type.Ted Unangst
2013-03-27Draining the write buffer is accomplished via a DSB.Patrick Wildt
2013-03-27Mark vector page as executable and fix a cast.Patrick Wildt
2013-03-27Add prototypes for secondary cache operations.Patrick Wildt
2013-03-26i broke it. tailq is now simpleq in pool.Ted Unangst
2013-03-26Short-circuit screen switching if we're switching to the screen that'sMark Kettenis
2013-03-26more octeon bitsJasper Lievisse Adriaanse
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-26hookup octeon here too; reminded by deraadt@Jasper Lievisse Adriaanse
2013-03-26bits for octeon (will format as OCTEON in Dt);Jason McIntyre
2013-03-26SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotpltMiod Vallat
2013-03-26Recommit the change that explicitly passes %sr0 to fic instructions. miod@ isMark Kettenis
2013-03-26move octcf bits togetherJasper Lievisse Adriaanse
2013-03-26Stop rePOSTing devices supported by inteldrm(4). The driver now properlyMark Kettenis
2013-03-26accept "octeon" as a valid obsd arch;Jason McIntyre
2013-03-26hookup octeonJasper Lievisse Adriaanse
2013-03-26add ramdisk installer for octeon, still has some rough edges and needs someJasper Lievisse Adriaanse
2013-03-26add octeon bits here tooJasper Lievisse Adriaanse
2013-03-26add octeon bits, mostly from sgiJasper Lievisse Adriaanse
2013-03-26protect the PRG state with a mutex in res_randomid().Eric Faurot
2013-03-26update define name to reflect fact this is openbsd. kill dead code.Ted Unangst
2013-03-26Document the recent change to the x11/gnome MODULE.Antoine Jacoutot
2013-03-26remove the old_?magic aout exec functions which are never used.Ted Unangst
2013-03-26simpleq is lighter weight and sufficient for pool's needs.Ted Unangst
2013-03-26replace kern malloc's hand rolled freelist with simpleq macros.Ted Unangst
2013-03-26Add AES-XTS support to the aesni crypto driver. This allows softraid(4)Joel Sing
2013-03-26no more palm;Jason McIntyre
2013-03-26needs sys/cdefs.h because a case has been found where it is pulledTheo de Raadt
2013-03-26- increase MINIROOTSIZE so a ramdisk can fit.Jasper Lievisse Adriaanse