summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-12-26Print size_t and ssize_t with %zd, not just %d.he
2010-12-26Move ci_data first in struct cpu_infomartin
2010-12-26sparc64 currently does not have ci_data as first member in cpu_info!martin
2010-12-26Add missing argument to printk(). (from OpenBSD)nonaka
2010-12-26Advertise printk() as a printf-like function. (from OpenBSD)nonaka
2010-12-25Rename __BEGIN_PUBLIC / __BEGIN_HIDDEN to __BEGIN_PUBLIC_DECLS /joerg
2010-12-25merge the length getting code from rt_msg1 and rt_msg2 and make it failchristos
2010-12-25Fix one more typo that affects x68k with 040/060.tsutsui
2010-12-25Put somehow missed code part in rev 1.36:tsutsui
2010-12-25Fix another fatal typo. sigh.tsutsui
2010-12-25Fix harmless pasto and tweak some comments.tsutsui
2010-12-25Add missing semicolon.wiz
2010-12-25Make sure MAXADDR is unsigned otherwise it could be mangled in shift opstsutsui
2010-12-25Fix fatal typo and pasted lines slipped in the last Decembertsutsui
2010-12-25add USB interface assoc descriptor (IAD) infojmcneill
2010-12-25remove some ancient, unused debug codemacallan
2010-12-25there is no R128_LITTLE_ENDIAN_EN flag, just lack of R128_HOST_BIG_ENDIAN_ENmacallan
2010-12-25Use printf format macros for long longs.jakllsch
2010-12-25Correct recently exposed printf format problem.jakllsch
2010-12-24panic takes a printf format too.christos
2010-12-24VIDIOC_QUERYCAP changes:jmcneill
2010-12-24fill audio_info.config with the string "usb:<cookie>" instead of "uaudio",jmcneill
2010-12-24Sprinkle daddr_t.jakllsch
2010-12-24Sprinkle daddr_t.jakllsch
2010-12-24regenjmcneill
2010-12-24add Hauppauge WinTV USB2 FMjmcneill
2010-12-24Establishing an UMTS connection with ubsa(4) works fine with my Pismo,phx
2010-12-24#include "opt_lockdebug.h"skrll
2010-12-24LOCKDEBUG is not referenced in this file anymore.skrll
2010-12-24Unwrap/reformat long lines.skrll
2010-12-24For update mounts the root vnode is already in use and we must notmlelstv
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
2010-12-24Bump ramdisk size by 64K. This allows release builds to finish on macppc.aymeric
2010-12-23read 32bits instead of 64bits and truncate the upper 32bitscegger
2010-12-23build fix: add missing initializerscegger
2010-12-23Now that we have allowed operator to access the control node, make surechristos
2010-12-23make dm aware of physical sector sizes.mlelstv
2010-12-23mount(2) doesn't remove vnodes from the freelist in the error path,mlelstv
2010-12-23Make wedges aware of underlying physical block size.mlelstv
2010-12-22Regen.jruoho
2010-12-22Add IPI0001, an identifier for ipmi(4). From Dell M710.jruoho
2010-12-22__HAVE_CPU_INFO_FIRST -> __HAVE_CPU_DATA_FIRST.njoly
2010-12-22It just so happens we don't need -Wno-attributes if wejakllsch
2010-12-22Fix nestio's behavior on error.reinoud
2010-12-22Running with DEBUG again revealed locking errors previously undetected. Thereinoud
2010-12-22Growing the metadata partition is not yet implemented. Be so kind to reportreinoud
2010-12-22we need uvm_extern.h nowmacallan
2010-12-22print the error code for writing parity.christos
2010-12-22Make __HAVE_CPU_DATA_FIRST truechristos
2010-12-22PROC_PC() should have been changed to LWP_PC().nisimura