summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-01-20Threads can't be zombies, only processes, so change zombproc to zombprocess,Philip Guenther
2014-01-20call usbd_deactivate() for DVACT_DEACTIVATEjoshua stein
2014-01-20add ubcmtp, a USB driver for Broadcom multitouch trackpads found onjoshua stein
2014-01-20define UIPROTO_BOOT_MOUSEjoshua stein
2014-01-20bcopy to memcpyChris Cappuccio
2014-01-20bcmp to memcmpChris Cappuccio
2014-01-20bzero to memsetChris Cappuccio
2014-01-20Do not complain if release is not implemented in fuse client.Sylvestre Gallon
2014-01-20Return a user friendly error if we ever encounter an unknown cryptoJoel Sing
2014-01-20tedu unused declaration. ok florian@Sebastian Benoit
2014-01-20Do the resume work from DVACT_WAKEUP. There is far too much code, and itMark Kettenis
2014-01-20drm_activate() serves no purpose; ok kettenisTheo de Raadt
2014-01-20These fd0 testing things are not usedTheo de Raadt
2014-01-20Unlink the old amd64/i386 installboot.Joel Sing
2014-01-20Convert the softraid work unit workqs to taskqs.Joel Sing
2014-01-20Store the algorithm and key length in the discipline data structure,Joel Sing
2014-01-20Remove unused variable.Joel Sing
2014-01-20Do not bother setting crp_desc to NULL, since it does not really gain usJoel Sing
2014-01-20Fix commentPhilip Guenther
2014-01-20Move p_textvp from struct proc to struct process so that the exit codePhilip Guenther
2014-01-20support negated matches on the rcvif, ok dlg bennoHenning Brauer
2014-01-20bzero to memsetDavid Gwynne
2014-01-20bcopy to memcpyDavid Gwynne
2014-01-20Instead of checking sc->sc_revision <= 1 check that theClaudio Jeker
2014-01-20Replace dedicated swu_fake variable with a work unit flag.Joel Sing
2014-01-19Refactor rnd startup so arc4random/arc4random_buf can create a chacha stateTheo de Raadt
2014-01-19Assert that a workunit has ccbs if it is being scheduled. Otherwise weJoel Sing
2014-01-19white space fixDavid Gwynne
2014-01-19If the system runs out ouf mbufs, the receive queue of the vioAlexander Bluhm
2014-01-19lazy init nthash to save some memory when it's not used. ok jsingTed Unangst
2014-01-19Cope with an arbitrary number of ELF program headers, and only copy theMiod Vallat
2014-01-19Prettify; remove useless cast, reformat, fix TAILQ_FOREACH's.pelikan
2014-01-19insane typoTheo de Raadt
2014-01-19oops, forgotten partTheo de Raadt
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2014-01-19Improve some comments and wrap a long line.Joel Sing
2014-01-19Only schedule the read workunit if there are actually I/O ccbs enqueuedJoel Sing
2014-01-19Factor out and improve the block regeneration code.Joel Sing
2014-01-19RTF_MPATH is a flag userland needs to be able to pass in since it is usedClaudio Jeker
2014-01-19Better interrupt handler return values. 1 if the chip said it wanted anJonathan Matthew
2014-01-19More cleanup in radix.c. Kill the rt_mkfreelist and replace it with aClaudio Jeker
2014-01-19introduce fine grained locking around the lists of packet handlersDavid Gwynne
2014-01-19Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xxJonathan Matthew
2014-01-19Count the number of media words required only once. If the media wordsTheo de Raadt
2014-01-19Start counting droped icmp errors because the rate limit is exceeded.Claudio Jeker
2014-01-19Start to reduce the madness in radix.c. This only used by the kernelClaudio Jeker
2014-01-19hwflags is never used, so clean it upDavid Gwynne
2014-01-19replace bcmp with memcmpDavid Gwynne
2014-01-19bcopy to memcpyDavid Gwynne
2014-01-19Remove max_datalen. It is only used once an can be replaced easily withClaudio Jeker