summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-10-04Fix boot device matching in the presence of mpath(4).Mark Kettenis
2013-10-04Fix boot device matching in the presence of mpath(4).Mark Kettenis
2013-10-04poll(2) on a closed tty should return POLLIN|POLLHUP in reventsTodd C. Miller
2013-10-04SIOCSIFBRDADDR is not passed to the per-driver ioctl function, so itMartin Pieuchot
2013-10-04Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.Brad Smith
2013-10-03Another fix from Linux that ended up being packported to the 3.8.13 stableMark Kettenis
2013-10-03Print daddr_t variables with %lld, u_int64_t variables with %llu.Kenneth R Westerback
2013-10-03Adds DPRINTF/DNPRINTF macros to hibernate, and adds invocation of saidMike Larkin
2013-10-02format string fix: b_flags is longStefan Fritsch
2013-10-02format string fix: int64_tStefan Fritsch
2013-10-02Format string fixesStefan Fritsch
2013-10-02format string fix: p_*ticks are u_intStefan Fritsch
2013-10-02Format string fixes: Use %l* for paddr_tStefan Fritsch
2013-10-02Format string fix: Use %td for pointer differenceStefan Fritsch
2013-10-02Use u_int64_t instead of daddr_t parameters to sd_cmd_rw*() functions.Kenneth R Westerback
2013-10-02regenJonathan Gray
2013-10-02cleanup the VMware entries and add AHCI/HD Audio/xHCIJonathan Gray
2013-10-01tweak previous;Jason McIntyre
2013-10-01If a valid VDM signature is found, but neither a VDIT nor a native label areMiod Vallat
2013-10-01Add the simple vdm/vdit dumper I wrote 3 years ago. Turn it into somethingMiod Vallat
2013-10-01Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tStefan Fritsch
2013-10-01Format string fixes: Cast time_t to long longStefan Fritsch
2013-10-01Emulate 64-bit atomic operations on 32-bit architectures by using a mutex.Mark Kettenis
2013-10-01Use %z* for size_tStefan Fritsch
2013-10-01format string fix: it's u_long *addrStefan Fritsch
2013-10-01format string fixStefan Fritsch
2013-10-01Don't claim the interrupt if none of the interrupt status bits were set.Mark Kettenis
2013-10-01regenJonathan Gray
2013-10-01rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core idsJonathan Gray
2013-10-01Do not pass the SIOCSIF{DSTADDR,BRDADDR,NETMASK} ioctls down to theMartin Pieuchot
2013-10-01as predicted, problems have been found with mpath. disabling it while theyDavid Gwynne
2013-09-30typo in snarky messageMiod Vallat
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-09-30move the read/write functions and macros closer to linuxJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30regenJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30Unbreak after am7990/lance split.Miod Vallat
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
2013-09-30regenJonathan Gray
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
2013-09-30drmclose: don't unref objects with a mutex locked.Jonathan Gray
2013-09-29various fixes to sync usage() with SYNOPSIS, and make these pages a bitJason McIntyre
2013-09-29Simple installboot(8) for aviion. Awaiting boot blocks...Miod Vallat
2013-09-29Split the VDIT label code into VDM "label" (which only defines non-MBRMiod Vallat
2013-09-29Removed some unused codeMike Larkin
2013-09-29Print out the compressed image size during unhibernate, for diagnosticMike Larkin
2013-09-29Test whether the WHOAMI register exists before using it. Apparently, modelsMiod Vallat
2013-09-29Get rid of cnset(). It is only used on amd64/i386 and doesn't really doMark Kettenis
2013-09-29Perform more consistency checks when walking the VDIT.Miod Vallat