summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-04revert previous.cegger
2010-09-04Add include opt_com.h.kiyohara
2010-09-04Build install ramdisk kernel for JORNADA720.tsutsui
2010-09-03fix NULL pointer dereference on detaching:cegger
2010-09-03- return EIO if audio data is received and /dev/pad isn't openjmcneill
2010-09-03match header protection with filenamecegger
2010-09-02PR/43830: Valery Ushakov: libsa/loadfile_elf32.c loads .shstrtab intochristos
2010-09-02Fix printf formats in -DDEBUG_PROM to make it compile.uwe
2010-09-02add a list of codec id->name mappings. they are printed at attach timejmcneill
2010-09-01proper panic for trying to release implicit lwppooka
2010-09-01use curlwppooka
2010-09-01Implement rump_lwproc: the new lwp/proc management routines forpooka
2010-09-01regen: new lwp/proc interfacespooka
2010-09-01Print generated filenames so i remember which ones to commit.pooka
2010-09-01Rewrite rump process and lwp allocation routines now that I havepooka
2010-09-01- split device_t/softctsutsui
2010-09-01replace the earlier workaround for PR 40389 with a better fix.chs
2010-09-01- misc KNF and cosmeticstsutsui
2010-09-01Make local functions static, and comment out an unused function.tsutsui
2010-09-01Bump SYMTAB_SPACE so that it fits again.he
2010-09-01Use appropriate variable data types.tsutsui
2010-09-01Replace an empty for() loop (which would be optimized out) with DELAY(1).tsutsui
2010-09-01Actually, the comment probably meant "would be nice to KASSERT here,pooka
2010-09-01Remove XXX comment. I'm not sure what it precisely means, but I'mpooka
2010-09-01- use bufq(9)tsutsui
2010-09-01Return ENOTTY rather than EINVAL for unhandled ioctl(2)s.tsutsui
2010-09-01Indent.kiyohara
2010-08-31remove shadow framebuffer support, use VCONS_DONT_READ insteadmacallan
2010-08-31enable omapfb and related stuffmacallan
2010-08-31a simple console driver for the OMAP 3xxx on-chip videomacallan
2010-08-31- split device_t/softctsutsui
2010-08-31Fix lost interrupt. (2/2)kiyohara
2010-08-31Fix lost interrupt. (1/2)kiyohara
2010-08-31Set bp->b_resid properly after data transfer is complete.tsutsui
2010-08-31Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so thatenami
2010-08-31Fix indent in prevous commit.enami
2010-08-31remove shadow framebuffer support, use VCONS_DONT_READ insteadmacallan
2010-08-31make use of a shadow framebuffer optional, use VCONS_DONT_READ by defaultmacallan
2010-08-30Don't overflow DDB command history. Coyote Point changelist description:tls
2010-08-30Make IPLs not equal IPL_NONE to avoid some KASSERTs.pooka
2010-08-30doesn't need files.rumppooka
2010-08-30* record proc's cred in p_cred toopooka
2010-08-30regen: rump syscalls for kern_prot interfacespooka
2010-08-30RUMP syscalls for kern_prot.c interfacespooka
2010-08-30remove trailing empty line. no useful change.pooka
2010-08-30Empty commit to show makesyscalls.sh rev 1.99 didn't change anything (yet).pooka
2010-08-30Use the generally more useful funcalias for rump syscalls.pooka
2010-08-30do 5.0 compat for fstatpooka
2010-08-30Include kern_prot.c for setuid etc.pooka
2010-08-30Use one line per sys/kern source module. no functional change.pooka