Age | Commit message (Expand) | Author |
2011-04-07 | Make $syscall_return work for real. | Mark Kettenis |
2011-04-07 | %x->%p in various format strings, to avoid truncating values. | Miod Vallat |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Make the localhost cf the same as the prototype cf but listen on | Todd C. Miller |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | Move a function declaration out of the function since it is used in the next | Dale Rahn |
2011-04-07 | Prepare to add support Synaptics touchpads | Alexandr Shadchin |
2011-04-07 | tweak previous; | Jason McIntyre |
2011-04-07 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat |
2011-04-07 | Sync apic code from hppa. | Joel Sing |
2011-04-07 | Make sure the eeprom pointer is correctly initialized in | Miod Vallat |
2011-04-07 | merge vfs_conf.c and vfs_init.c and retire vfs_conf.c; | Thordur I. Bjornsson |
2011-04-07 | Update transparent HTTP proxy example: | Reyk Floeter |
2011-04-07 | Iopoolification of another once common bus/device. | Kenneth R Westerback |
2011-04-07 | Add support for divert-to which provides some benefits over rdr-to. | Reyk Floeter |
2011-04-07 | In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not pass | Miod Vallat |
2011-04-07 | Initial interrupt handling implementation for hppa64. | Joel Sing |
2011-04-07 | Use the correct floating point type. | Dale Rahn |
2011-04-07 | 'disk offline' is not helpful. Silence is golden. | Kenneth R Westerback |
2011-04-06 | Change so that an empty session name always means the current sessions | Nicholas Marriott |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus |
2011-04-06 | comment typo | Stuart Henderson |
2011-04-06 | uncompress a packet with an IPcomp header only once; this prevents | Markus Friedl |
2011-04-06 | Declare and initialize safepri, for the kernel to link. | Miod Vallat |
2011-04-06 | Correctly protect the arguments of the AIC_ASSERT() macro. | Miod Vallat |
2011-04-06 | Use bdev_decl() to get block device function prototypes instead of rolling | Miod Vallat |
2011-04-06 | Give this a chance to compile after iopool changes. | Miod Vallat |
2011-04-06 | Fix a typo causing a sanity check in m88110_syscall() to never trigger. | Miod Vallat |
2011-04-06 | - in case reload fails, print the failed message (from Piotr Sikora) | Robert Nagy |
2011-04-06 | Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening | Artur Grabowski |
2011-04-06 | Sync cpu_match() and cpu_hardclock() with hppa. | Joel Sing |
2011-04-06 | fix installboot. | Marco Peereboom |
2011-04-06 | move ips to iopools. its the usual drill, io between volumes is now | David Gwynne |
2011-04-06 | Put in the infrastructure for OpenBSD/arm gcc4 support. Not working, but work | Dale Rahn |
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne |
2011-04-06 | Move CPL to struct cpu_info. | Joel Sing |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-06 | unconditionally print scsi device ids instead of just when mpath is | David Gwynne |
2011-04-06 | Documentation for "on rdomain <number>". OK henning@ | Claudio Jeker |
2011-04-06 | Userland bits to allow PF to filter on the rdomain a packet belongs to. | Claudio Jeker |
2011-04-06 | Allow PF to filter on the rdomain a packet belongs to. This allows to | Claudio Jeker |
2011-04-06 | tweak previous; | Jason McIntyre |
2011-04-06 | fix uvm_pmr_alloc_pig to return the proper pig range size | Mike Larkin |
2011-04-06 | When specifying tos with -t, display a message if the returned packet | Stuart Henderson |
2011-04-06 | try to document the mpath bits i put in yesterday. thanks to miod for the | David Gwynne |
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-06 | Local variables storing integer values and printed with %d should be | Miod Vallat |
2011-04-06 | POOL_DEBUG has nothing to do with portalfs | Theo de Raadt |
2011-04-06 | tweak previous; | Jason McIntyre |