summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-07Fix device names in acpitz_setfan() printf messages, which got broken inMiod Vallat
2011-04-07Correctly initialize local variables in pf_check_proto_cksum(), even forMiod Vallat
2011-04-07Revert previous diff decrementing bcstats.numbufpages here. This functionBob Beck
2011-04-07Make $syscall_return work for real.Mark Kettenis
2011-04-07%x->%p in various format strings, to avoid truncating values.Miod Vallat
2011-04-07Make sure the ALIGN() macro uses u_long on all platforms for consistency, andMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-07Move a function declaration out of the function since it is used in the nextDale Rahn
2011-04-07Prepare to add support Synaptics touchpadsAlexandr Shadchin
2011-04-07Avoid using an uninitialized variable when downgrading PIO mode too much onMiod Vallat
2011-04-07Sync apic code from hppa.Joel Sing
2011-04-07Make sure the eeprom pointer is correctly initialized inMiod Vallat
2011-04-07merge vfs_conf.c and vfs_init.c and retire vfs_conf.c;Thordur I. Bjornsson
2011-04-07Iopoolification of another once common bus/device.Kenneth R Westerback
2011-04-07In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not passMiod Vallat
2011-04-07Initial interrupt handling implementation for hppa64.Joel Sing
2011-04-07'disk offline' is not helpful. Silence is golden.Kenneth R Westerback
2011-04-06Don't enumerate _DOD for attaching acpivout(4), since:Martynas Venckus
2011-04-06comment typoStuart Henderson
2011-04-06uncompress a packet with an IPcomp header only once; this preventsMarkus Friedl
2011-04-06Declare and initialize safepri, for the kernel to link.Miod Vallat
2011-04-06Correctly protect the arguments of the AIC_ASSERT() macro.Miod Vallat
2011-04-06Use bdev_decl() to get block device function prototypes instead of rollingMiod Vallat
2011-04-06Give this a chance to compile after iopool changes.Miod Vallat
2011-04-06Fix a typo causing a sanity check in m88110_syscall() to never trigger.Miod Vallat
2011-04-06Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happeningArtur Grabowski
2011-04-06Sync cpu_match() and cpu_hardclock() with hppa.Joel Sing
2011-04-06fix installboot.Marco Peereboom
2011-04-06move ips to iopools. its the usual drill, io between volumes is nowDavid Gwynne
2011-04-06add a new "serial" devid type for scsi devices. add code to usb that fakesDavid Gwynne
2011-04-06Move CPL to struct cpu_info.Joel Sing
2011-04-06The various read*label() have stopped returning error strings for quiteMiod Vallat
2011-04-06unconditionally print scsi device ids instead of just when mpath isDavid Gwynne
2011-04-06Allow PF to filter on the rdomain a packet belongs to. This allows toClaudio Jeker
2011-04-06fix uvm_pmr_alloc_pig to return the proper pig range sizeMike Larkin
2011-04-06Define NULL as a void * instead of a long integer, as required by Single Unix.Miod Vallat
2011-04-06POOL_DEBUG has nothing to do with portalfsTheo de Raadt
2011-04-06make crypto work with bigmemMarco Peereboom
2011-04-06fix some spaces while looking for bigmem shizMarco Peereboom
2011-04-06make rebuild also work in bigmemMarco Peereboom
2011-04-06handle bigmem for metadata reads and writes. this should be pre allocatedMarco Peereboom
2011-04-05Unify header sentinel names.Paul Irofti
2011-04-05do inquiries against dmaable memory while probing devices.David Gwynne
2011-04-05pull the dmamam wrapper in from all my other drivers and use it to replaceDavid Gwynne
2011-04-05Test iterated variable instead of a temporary variable from the previousAriane van der Steldt
2011-04-05Move timespec utility functions to a header file.Paul Irofti
2011-04-05fix nasty buffer cache bug where we could forget about pages shrunk off of aBob Beck
2011-04-05Add support for per-rthread base-offset for the %fs selector on amd64.Philip Guenthe
2011-04-05binary vs logical or, found by clangJonathan Gray
2011-04-05in pf_check_proto_cksum, consider packets with the CSUM_OUT flags setHenning Brauer