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