summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-09-19Gah, no cookie for me.Paul Irofti
2011-09-19Fix comments, they really made sense before splitting them.Paul Irofti
2011-09-19Regenerate after pipe2.Paul Irofti
2011-09-19Add pipe2. Okay miod@Paul Irofti
2011-09-19Fix Unix socket handling when the length is too large by trimming.Paul Irofti
2011-09-19Try and clean system type constants a bit:Miod Vallat
2011-09-19If the rootduid matches a softraid chunk of a bootable softraid volume,Joel Sing
2011-09-19When installboot is run on a softraid volume, add boot optional metadataJoel Sing
2011-09-19Print 64 bit values with %ll to get a meaningful message at attach time.Miod Vallat
2011-09-19Fix obvious cut'n'paste error in a comment.Miod Vallat
2011-09-19Cleanup sr_ioctl_createraid(). There are three clear cases - (1) corruptJoel Sing
2011-09-19clean up buffer cache statistics somewhat toBob Beck
2011-09-19Regenerate after syscall expansion.Paul Irofti
2011-09-19Expand syscall awareness in preparation for pipe2 implementation.Paul Irofti
2011-09-19Remove some unnecessary debug code.Joel Sing
2011-09-19Disable TRAPDEBUG.Mark Kettenis
2011-09-19Consolidate pf function parameters. Move off and hdrlen into pdescAlexander Bluhm
2011-09-19Missing argument in STIDEBUG printfMiod Vallat
2011-09-19%b format strings take the value before the bitname string, not the otherMiod Vallat
2011-09-19Regen.Mark Kettenis
2011-09-19Avoid sign-extension when extracting the low bits of addresses when checkingMark Kettenis
2011-09-19Handle an instruction memory protection trap from userland as an ordinaryMark Kettenis
2011-09-19Remove (annoying) debug printf.Mark Kettenis
2011-09-19Make sure snooping is enabled on Intel HDA variants. Fixes audio on myMark Kettenis
2011-09-18Add support for *at(2) system calls to systrace(1).Matthew Dempsky
2011-09-18usbdivar.h needs struct timeout. But don't get it indirectly viaKenneth R Westerback
2011-09-18%, is not a valid format specifierMiod Vallat
2011-09-18One more %hh format string.Miod Vallat
2011-09-18Fix more printf format string bugs in sys/ufs.Alexander Bluhm
2011-09-18PS_* flags are exposed to userspace via sysctl(KERN_PROC); don't requirePhilip Guenthe
2011-09-18rename a few functions and structs etc that collide with upcoming stuffzHenning Brauer
2011-09-18Obvious typo in diag messageMiod Vallat
2011-09-18Add support for variable length optional metadata in softraid(4). ThisJoel Sing
2011-09-18Fix exchanged arguments in a "can't happen" printfMiod Vallat
2011-09-18Set pointer to NULL not 0. From Michael Knudsen (several times).Kenneth R Westerback
2011-09-18Some fixes for the signal handling code.Mark Kettenis
2011-09-18Remove extra printf argumentsMiod Vallat
2011-09-18A few more fixes to the trap save/restore code.Mark Kettenis
2011-09-18Move the pdesc initialization code into pf_setup_pdesc(). UnifyAlexander Bluhm
2011-09-18Disable space-ID hashing like we do on hppa.Mark Kettenis
2011-09-18Do not use the `hh' modifier in printf format strings, as the kernel printfMiod Vallat
2011-09-18Rename the optional metadata handler function and factor out the optionalJoel Sing
2011-09-18Update the system clock when we resume.Peter Hessler
2011-09-18Use an uvm object to keep track of the page table pages, just like we do onMark Kettenis
2011-09-18Missing error printf argumentMiod Vallat
2011-09-18Make sure daddr64_t values get printed with %lld.Miod Vallat
2011-09-18Fix various format string types to as a minimum match the width of theMiod Vallat
2011-09-18Take into account the PIE bits when masking PDEs.Mark Kettenis
2011-09-18Move the call to pf_test_rule() for fragments that have not beenAlexander Bluhm
2011-09-18Add missing cache and TLB purges.Mark Kettenis