summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-10A last few NULL -> 0 corrections.Miod Vallat
2011-04-10bring back changes in r 1.192:Jacob Meuser
2011-04-10Extend the PCI memory address space to 36-bit. The first BIOSen that assignMark Kettenis
2011-04-10Add -fno-builtin-exit to CFLAGS to silence gcc4.Miod Vallat
2011-04-10Uninitialized local variable.Miod Vallat
2011-04-10NULL -> 0Miod Vallat
2011-04-10Include <libkern.h> to get proper strrchr() prototype.Miod Vallat
2011-04-10Revert bulk of the FS.base diff, as it causes issues on some machinesPhilip Guenthe
2011-04-10hppa64 does not have a libspmathTheo de Raadt
2011-04-10'kernel libraries' always get in the way of the build process. TeachTheo de Raadt
2011-04-09don't tell the inline assembly here it will take a 64 bit io portJonathan Gray
2011-04-09Make this compile without warnings in all modes, and do not use NULL whenMiod Vallat
2011-04-09add all 64 bit dma plumbing but stick with 32 for now by default.Marco Peereboom
2011-04-09repair a 32-bit truncation in paddr_t calculation, allowing my 8GBTheo de Raadt
2011-04-09use unique wait channelsTheo de Raadt
2011-04-09make sure the upper 32 bits are always written to instead of assuming itMarco Peereboom
2011-04-08backout previous (which has some interrupt spin problem, sort of diagnosedTheo de Raadt
2011-04-08more spacesMarco Peereboom
2011-04-08kill some stray spacesMarco Peereboom
2011-04-08Fix a 64-bit arithmetic bug I stumbled upon while investigating ourMatthew Dempsky
2011-04-08rename wiat channel to something less than 8 chars.Marco Peereboom
2011-04-08use dma_alloc for transient management commands.Marco Peereboom
2011-04-08Since we don't print "drive offline" anymore, there is no need toKenneth R Westerback
2011-04-08remove uneeded inlines here as was done in rev 1.24 ofJonathan Gray
2011-04-08Remove unused code/arrayJordan Hargrave
2011-04-08one dma_free() was mistakenly left as free()Theo de Raadt
2011-04-08Fix raidp/raid6 to work with new iopool code, needed to swap wu'sJordan Hargrave
2011-04-07Fix uninitialized name and x variables in setfanJordan Hargrave
2011-04-07Revert prior diff that I ok because I don't know how to read. Real fixMarco Peereboom
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