Age | Commit message (Expand) | Author |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-20 | call usbd_deactivate() for DVACT_DEACTIVATE | joshua stein |
2014-01-20 | add ubcmtp, a USB driver for Broadcom multitouch trackpads found on | joshua stein |
2014-01-20 | define UIPROTO_BOOT_MOUSE | joshua stein |
2014-01-20 | bcopy to memcpy | Chris Cappuccio |
2014-01-20 | bcmp to memcmp | Chris Cappuccio |
2014-01-20 | bzero to memset | Chris Cappuccio |
2014-01-20 | Do not complain if release is not implemented in fuse client. | Sylvestre Gallon |
2014-01-20 | Return a user friendly error if we ever encounter an unknown crypto | Joel Sing |
2014-01-20 | tedu unused declaration. ok florian@ | Sebastian Benoit |
2014-01-20 | Do the resume work from DVACT_WAKEUP. There is far too much code, and it | Mark Kettenis |
2014-01-20 | drm_activate() serves no purpose; ok kettenis | Theo de Raadt |
2014-01-20 | These fd0 testing things are not used | Theo de Raadt |
2014-01-20 | Unlink the old amd64/i386 installboot. | Joel Sing |
2014-01-20 | Convert the softraid work unit workqs to taskqs. | Joel Sing |
2014-01-20 | Store the algorithm and key length in the discipline data structure, | Joel Sing |
2014-01-20 | Remove unused variable. | Joel Sing |
2014-01-20 | Do not bother setting crp_desc to NULL, since it does not really gain us | Joel Sing |
2014-01-20 | Fix comment | Philip Guenther |
2014-01-20 | Move p_textvp from struct proc to struct process so that the exit code | Philip Guenther |
2014-01-20 | support negated matches on the rcvif, ok dlg benno | Henning Brauer |
2014-01-20 | bzero to memset | David Gwynne |
2014-01-20 | bcopy to memcpy | David Gwynne |
2014-01-20 | Instead of checking sc->sc_revision <= 1 check that the | Claudio Jeker |
2014-01-20 | Replace dedicated swu_fake variable with a work unit flag. | Joel Sing |
2014-01-19 | Refactor rnd startup so arc4random/arc4random_buf can create a chacha state | Theo de Raadt |
2014-01-19 | Assert that a workunit has ccbs if it is being scheduled. Otherwise we | Joel Sing |
2014-01-19 | white space fix | David Gwynne |
2014-01-19 | If the system runs out ouf mbufs, the receive queue of the vio | Alexander Bluhm |
2014-01-19 | lazy init nthash to save some memory when it's not used. ok jsing | Ted Unangst |
2014-01-19 | Cope with an arbitrary number of ELF program headers, and only copy the | Miod Vallat |
2014-01-19 | Prettify; remove useless cast, reformat, fix TAILQ_FOREACH's. | pelikan |
2014-01-19 | insane typo | Theo de Raadt |
2014-01-19 | oops, forgotten part | Theo de Raadt |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-19 | Improve some comments and wrap a long line. | Joel Sing |
2014-01-19 | Only schedule the read workunit if there are actually I/O ccbs enqueued | Joel Sing |
2014-01-19 | Factor out and improve the block regeneration code. | Joel Sing |
2014-01-19 | RTF_MPATH is a flag userland needs to be able to pass in since it is used | Claudio Jeker |
2014-01-19 | Better interrupt handler return values. 1 if the chip said it wanted an | Jonathan Matthew |
2014-01-19 | More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a | Claudio Jeker |
2014-01-19 | introduce fine grained locking around the lists of packet handlers | David Gwynne |
2014-01-19 | Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xx | Jonathan Matthew |
2014-01-19 | Count the number of media words required only once. If the media words | Theo de Raadt |
2014-01-19 | Start counting droped icmp errors because the rate limit is exceeded. | Claudio Jeker |
2014-01-19 | Start to reduce the madness in radix.c. This only used by the kernel | Claudio Jeker |
2014-01-19 | hwflags is never used, so clean it up | David Gwynne |
2014-01-19 | replace bcmp with memcmp | David Gwynne |
2014-01-19 | bcopy to memcpy | David Gwynne |
2014-01-19 | Remove max_datalen. It is only used once an can be replaced easily with | Claudio Jeker |