Age | Commit message (Expand) | Author |
2014-01-21 | Don't leak kernel stack in timeval padding in getsockopt(SO_{SND,RCV}TIMEO) | Philip Guenther |
2014-01-21 | add missing arguments to debug printfs | Jonathan Gray |
2014-01-21 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-21 | Cleanup the abuse of x as the rn_addmask radix node. Since in most | Claudio Jeker |
2014-01-21 | introduce fine grained locking. | David Gwynne |
2014-01-21 | Add extent_alloc_subregion_with_descr(9) which allows the caller to provide | Mark Kettenis |
2014-01-21 | allow pflow(4) to determine the src IP address based on the route | Sebastian Benoit |
2014-01-21 | Add virtio random driver | Stefan Fritsch |
2014-01-21 | enable MPSAFE interrupts on pyro. it seems to work ok. | David Gwynne |
2014-01-21 | Order the volume state transitions by state value. | Joel Sing |
2014-01-21 | Add missing states to the RAID 5 volume transitions. | Joel Sing |
2014-01-21 | use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lock | David Gwynne |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-21 | Substitute crazy defines and convert some 0 to NULL. | Martin Pieuchot |
2014-01-21 | Always fill in the broadcast address so as to handle broadcast packets if | Brad Smith |
2014-01-21 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
2014-01-21 | Use Linux compat functions to do kernel memory allocations in the bits of code | Mark Kettenis |
2014-01-21 | Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions. | Mark Kettenis |
2014-01-21 | Use PTR_ERR where appropriate instead of a plain cast. | Mark Kettenis |
2014-01-21 | oops, missed one | Mark Kettenis |
2014-01-21 | Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet. | Mark Kettenis |
2014-01-21 | Actually use the correct TAILQ field. | Joel Sing |
2014-01-21 | Remove unused variable. | Joel Sing |
2014-01-21 | Setting p->p_p to NULL when it's still running isn't safe for statclock(). | Philip Guenther |
2014-01-21 | add a missing printf argument | Jonathan Gray |
2014-01-21 | Sync in the PHY Specific Control and Status register bits. | Brad Smith |
2014-01-21 | Do not bother calling splvm around crypto_invoke(), as crypto_invoke() | Joel Sing |
2014-01-21 | cc_queued is not used for anything atm, remove it; ok jsing, markus | Mike Belopuhov |
2014-01-21 | Respect CRYPTO_F_NOQUEUE flag when dispatching a crypto operation | Mike Belopuhov |
2014-01-21 | Remove sr_crypto_finish_io - we can just call sr_scsi_done instead now. | Joel Sing |
2014-01-21 | Instead of maintaining a completely separate list of crypto work units, | Joel Sing |
2014-01-21 | Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux. | Mark Kettenis |
2014-01-21 | Allow for variable sized work units. | Joel Sing |
2014-01-21 | Use a TAILQ for tracking work units, rather than an array. This will allow | Joel Sing |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2014-01-21 | Stop bzeroing the work unit when it is initialised. Rather, only initialise | Joel Sing |
2014-01-21 | Add all the Intel KT's which got missed. | Theo de Raadt |
2014-01-21 | Remove pointless validation - these cases cannot be hit as they have | Joel Sing |
2014-01-21 | Factor out and fix the RAID5 write functionality. | Joel Sing |
2014-01-21 | Add support for ISP2200 based adapters. | Jonathan Matthew |
2014-01-21 | The semaphore register does need to be cleared when clearing interrupts, | Jonathan Matthew |
2014-01-21 | Stop using 23xx-specific interrupt status codes everywhere. Instead, classify | Jonathan Matthew |
2014-01-21 | introduce a way to match "any" interface, excluding loopback ones. | Henning Brauer |
2014-01-21 | bzero -> memset | Ted Unangst |
2014-01-21 | naughty guenther didn't compile | Ted Unangst |
2014-01-20 | Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself | Claudio Jeker |
2014-01-20 | Try to be more consistent in how various variables are setup and named. | Claudio Jeker |
2014-01-20 | Get rid of the old routing message version 4 transition code before | Alexander Bluhm |
2014-01-20 | Add sdmmc support to the install media, as proposed by Florian Stinglmayr | Theo de Raadt |
2014-01-20 | With 2K login firmware, the login option bits are in mbox register 10. | Jonathan Matthew |