Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-07 | Move a function declaration out of the function since it is used in the next | Dale Rahn | |
function too. 'you should just commit' (without looking at the diff) miod@ | |||
2011-04-07 | Prepare to add support Synaptics touchpads | Alexandr Shadchin | |
ok miod@ | |||
2011-04-07 | tweak previous; | Jason McIntyre | |
2011-04-07 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat | |
ITExpress chipsets. (similar to 1.243, with a deja vu) | |||
2011-04-07 | Sync apic code from hppa. | Joel Sing | |
ok kettenis@ | |||
2011-04-07 | Make sure the eeprom pointer is correctly initialized in | Miod Vallat | |
ar9380_spur_mitigate_ofdm(). | |||
2011-04-07 | merge vfs_conf.c and vfs_init.c and retire vfs_conf.c; | Thordur I. Bjornsson | |
The contents belong togather a long with other crud, that should get moved at some point. ok deraadt@, miod@ | |||
2011-04-07 | Update transparent HTTP proxy example: | Reyk Floeter | |
- Use the URL filter to block www.example.com/ - Use "forward to destination" instead of "forward to nat lookup" to use divert-to instead of rdr-to in PF. | |||
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 | |
ok mikeb@ | |||
2011-04-07 | In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not pass | Miod Vallat | |
an uninitialized variable to uvm_km_free(). | |||
2011-04-07 | Initial interrupt handling implementation for hppa64. | Joel Sing | |
ok kettenis@ | |||
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 | |
Prodded repeatedly by deraadt@ | |||
2011-04-06 | Change so that an empty session name always means the current sessions | Nicholas Marriott | |
even if given with, for example, -t '', and explicitly forbid empty session names and those containing a : when they are created. | |||
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus | |
- ACPI spec. says _DOD is not required for brightness controls, - The list returned by _DOD might be wrong, - It's an unnecessary work to do. Instead, decision to attach will be based on the actual methods found, similarly like in the other ACPI drivers. Tested by several on tech@. OK kettenis@, marco@, pirofti@. pirofti@ asked me to note here that devices not supporting brightness controls won't attach from now on. This shouldn't be a concern for you, since such devices weren't doing anything at all, anyway. | |||
2011-04-06 | comment typo | Stuart Henderson | |
2011-04-06 | uncompress a packet with an IPcomp header only once; this prevents | Markus Friedl | |
endless loops by IPcomp-quine attacks as discovered by Tavis Ormandy; it also prevents nested IPcomp-IPIP-IPcomp attacks provied by matthew@; feedback and ok matthew@, deraadt@, djm@, claudio@ | |||
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 | |
our own (sometimes incorrect). | |||
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 | |
- (ok) is only printed while in interactive mode, but (failed) stays even for rc if the command fails ok ajacoutot@ | |||
2011-04-06 | Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening | Artur Grabowski | |
and we aren't sure what's causing them. shouted oks by many before I even built a kernel with the diff. | |||
2011-04-06 | Sync cpu_match() and cpu_hardclock() with hppa. | Joel Sing | |
ok kettenis@ | |||
2011-04-06 | fix installboot. | Marco Peereboom | |
ok jsing | |||
2011-04-06 | move ips to iopools. its the usual drill, io between volumes is now | David Gwynne | |
scheduled better, ioctl paths are more reliable, and it removes NO_CCB. ok krw@ | |||
2011-04-06 | Put in the infrastructure for OpenBSD/arm gcc4 support. Not working, but work | Dale Rahn | |
on this in-tree not diffs floating around for > 1 year. ok miod@ | |||
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne | |
it up by using the usb devices iSerial thing. ok deraadt@ | |||
2011-04-06 | Move CPL to struct cpu_info. | Joel Sing | |
ok kettenis@ | |||
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat | |
some time, and return errnos instead. Fix or remove out-of-date comments mentioning the error strings, and make their callers check the return value against zero, not NULL. | |||
2011-04-06 | unconditionally print scsi device ids instead of just when mpath is | David Gwynne | |
enabled so people can get used to it. ok deraadt@ | |||
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 | |
This allows to write rules like "pass in on rdomain 1". Tested by phessler@, OK henning@ | |||
2011-04-06 | Allow PF to filter on the rdomain a packet belongs to. This allows to | Claudio Jeker | |
write rules like "pass in on rdomain 1". Tested by phessler@, OK henning@ | |||
2011-04-06 | tweak previous; | Jason McIntyre | |
2011-04-06 | fix uvm_pmr_alloc_pig to return the proper pig range size | Mike Larkin | |
ok ariane | |||
2011-04-06 | When specifying tos with -t, display a message if the returned packet | Stuart Henderson | |
has a different tos type. ok claudio@ phessler@ | |||
2011-04-06 | try to document the mpath bits i put in yesterday. thanks to miod for the | David Gwynne | |
words that got me going. we might not want to make mpath look as special as it is in the scsi manpage, but i'll let others make the call and fix it in the tree. | |||
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat | |
Kernel and bootblocks still use the old 0L value until all the NULL abuses in the code are fixed. | |||
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
2011-04-06 | Local variables storing integer values and printed with %d should be | Miod Vallat | |
declared as integer types, not pointers, really. | |||
2011-04-06 | POOL_DEBUG has nothing to do with portalfs | Theo de Raadt | |
2011-04-06 | tweak previous; | Jason McIntyre | |
2011-04-06 | Remove leading/trailing spaces from daemon_flags. | Antoine Jacoutot | |
ok schwarze@ | |||
2011-04-06 | make crypto work with bigmem | Marco Peereboom | |
2011-04-06 | fix some spaces while looking for bigmem shiz | Marco Peereboom | |
2011-04-06 | make rebuild also work in bigmem | Marco Peereboom | |
2011-04-06 | handle bigmem for metadata reads and writes. this should be pre allocated | Marco Peereboom | |
but for now this allows us to move forward. |