Age | Commit message (Expand) | Author |
2013-10-08 | set xs->resid to 0 on successful command completion. makes things work. | David Gwynne |
2013-10-08 | ring producers and consumers are 32bit counters, while the ring | David Gwynne |
2013-10-08 | Keep disk sector calcuations in u_int64_t as long as possible, and | Kenneth R Westerback |
2013-10-08 | basic manpage for a basic driver | David Gwynne |
2013-10-08 | Increase the size of the Diffie-Hellman groups requested for a each symmetric | Darren Tucker |
2013-10-08 | vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests. | David Gwynne |
2013-10-08 | Reference mi_syscall() and mi_syscall_return() and syscall_mi.h | Philip Guenther |
2013-10-08 | 1) our dirent entries are now 8 byte aligned. | Philip Guenther |
2013-10-08 | Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having | Philip Guenther |
2013-10-08 | If a thread sends a signal to its own process, then have that thread | Philip Guenther |
2013-10-08 | POSIX specifies that when the pax input file requests a hardlink | Philip Guenther |
2013-10-08 | Obtain the uptime of the running system using the new CLOCK_UPTIME, | Philip Guenther |
2013-10-07 | Printf size_t vars with %zu, not %ld; | Ingo Schwarze |
2013-10-07 | disk sizes, partition sizes and partition offsets are u_int64_t | Kenneth R Westerback |
2013-10-07 | Say 'fragments' where fragments are meant. Divide by DEV_BSIZE | Kenneth R Westerback |
2013-10-07 | Have platform->bootstrap() return the machine speed in MHz, which is used to | Miod Vallat |
2013-10-07 | Put the kernel VBR page at the beginning of the kernel text, as done on | Miod Vallat |
2013-10-07 | Split the 64-bit interrupt source mask code into two 32-bit `interrupt' and | Miod Vallat |
2013-10-07 | Fix some different signedness error. this commit make clang happier. | Sylvestre Gallon |
2013-10-07 | use printf(9) consistently in FUSE | Sylvestre Gallon |
2013-10-07 | Add kqueue's support for FUSE. | Sylvestre Gallon |
2013-10-07 | Remove an unused variable and a useless bzero | Sylvestre Gallon |
2013-10-07 | Refactor fb_len and fb_err handling in libfuse. | Sylvestre Gallon |
2013-10-07 | Remove useless debug code from libfuse | Sylvestre Gallon |
2013-10-07 | Introduce fb_delete() helper and use it in FUSE code. | Sylvestre Gallon |
2013-10-07 | Use full 64-bit UUIDs in FUSE. | Sylvestre Gallon |
2013-10-07 | Allocate fb_dat in fb_setup(9) | Sylvestre Gallon |
2013-10-07 | Adapt libfuse to FUSE kernel changes | Sylvestre Gallon |
2013-10-07 | Add new ioctl for handling FUSE buffers | Sylvestre Gallon |
2013-10-07 | Rework fuseread() and fusewrite(). | Sylvestre Gallon |
2013-10-07 | typo | Miod Vallat |
2013-10-07 | Do not invoke ttymodem() directly, but l_modem from the current linedisc. | Miod Vallat |
2013-10-07 | Add a regression test that ensures profiling signals are delivered to the | Joel Sing |
2013-10-07 | Fix a segfault in ndp -A by not freeing the buffer when not in repeat | Jeremie Courreges-Anglas |
2013-10-07 | Show number of sectors, not the number of 512-byte blocks, when | Kenneth R Westerback |
2013-10-07 | Allow to specify the "oid" option multiple times, eg. | Reyk Floeter |
2013-10-07 | Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, since | Kenneth R Westerback |
2013-10-07 | +axen | Jason McIntyre |
2013-10-07 | tweak previous; | Jason McIntyre |
2013-10-07 | remove some debug printf. | Yojiro Uo |
2013-10-07 | first manpage for axen(4) | Yojiro Uo |
2013-10-07 | regen. | Yojiro Uo |
2013-10-07 | add device driver for ASIX AX88178a and AX88179 Ethernet interface. | Yojiro Uo |
2013-10-07 | Prefer -lpthread over -pthread. | Joel Sing |
2013-10-07 | getdirentries(2) is dead; long live getdents(2)! | Philip Guenther |
2013-10-07 | Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too. | Ingo Schwarze |
2013-10-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze |
2013-10-06 | daddr_t tweaks. %lld -> %llu, intermediate disk sector calculation | Kenneth R Westerback |
2013-10-06 | daddr_t comment tweak and whitespace fix. | Kenneth R Westerback |
2013-10-06 | Add a test to verify that disabling cancelation defers it until reenabled. | Philip Guenther |