Age | Commit message (Expand) | Author |
2013-03-28 | separate memory poisoning code to a new file and make it usable kernel wide | Ted Unangst |
2013-03-28 | Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6 | Alexander Bluhm |
2013-03-28 | Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL. | Martin Pieuchot |
2013-03-28 | add i915_gem_execbuffer_reserve_object and friends and move | Jonathan Gray |
2013-03-28 | add i915_gem_execbuffer_reserve_object and friends and move | Jonathan Gray |
2013-03-28 | add the ioctls to get/set the caching level of a buffer object | Jonathan Gray |
2013-03-28 | removed unneccessary .h file | Theo de Raadt |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2013-03-28 | it is believed that the comment is referring to the define below. | Ted Unangst |
2013-03-28 | do not copy additional kernel memory into the swapent.se_path[] | Theo de Raadt |
2013-03-28 | it is no longer interesting that struct swapent is not compatible with a | Ted Unangst |
2013-03-28 | you probably don't need to include vnode.h or reboot.h. you most definitely | Ted Unangst |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | no need for vnode.h to include namei.h unconditionally | Ted Unangst |
2013-03-28 | When updating fd_cdir or fd_rdir, put the new pointer in place | Philip Guenther |
2013-03-28 | add a comment that we are faking it until code to ask the server is written. | Ted Unangst |
2013-03-28 | a better try at pathconf for nfs. there may be lies, but they are better | Ted Unangst |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-27 | Remove commented out tr(4) stanzas, since support for them has been removed | Miod Vallat |
2013-03-27 | fill in cpu_model. | Jasper Lievisse Adriaanse |
2013-03-27 | Move generic armv7 files into arm's file list. | Patrick Wildt |
2013-03-27 | institute a hard cap on crypto devs instead of a useless wraparound check | Ted Unangst |
2013-03-27 | Move soidle() into the big #ifdef SOCKET_SPLICE block to have it | Alexander Bluhm |
2013-03-27 | Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers. | Joel Sing |
2013-03-27 | Use the correct src/dst ports depending on direction (one of src or dst was | Ryan Thomas McBride |
2013-03-27 | match recent linux and return whether the ring is initialised | Jonathan Gray |
2013-03-27 | claim support for secure and pinned batch buffers | Jonathan Gray |
2013-03-27 | Claim to support I915_PARAM_HAS_COHERENT_RINGS. | Jonathan Gray |
2013-03-27 | Further updates to pmap7. Fixes some problems and removes debug printfs. | Patrick Wildt |
2013-03-27 | combine several atomic_clearbits calls into one. slightly faster on | Ted Unangst |
2013-03-27 | a little header cleanup. ok deraadt | Ted Unangst |
2013-03-27 | rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type. | Ted Unangst |
2013-03-27 | Draining the write buffer is accomplished via a DSB. | Patrick Wildt |
2013-03-27 | Mark vector page as executable and fix a cast. | Patrick Wildt |
2013-03-27 | Add prototypes for secondary cache operations. | Patrick Wildt |
2013-03-26 | Short-circuit screen switching if we're switching to the screen that's | Mark Kettenis |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-26 | hookup octeon here too; reminded by deraadt@ | Jasper Lievisse Adriaanse |
2013-03-26 | move octcf bits together | Jasper Lievisse Adriaanse |
2013-03-26 | Stop rePOSTing devices supported by inteldrm(4). The driver now properly | Mark Kettenis |
2013-03-26 | update define name to reflect fact this is openbsd. kill dead code. | Ted Unangst |
2013-03-26 | remove the old_?magic aout exec functions which are never used. | Ted Unangst |
2013-03-26 | simpleq is lighter weight and sufficient for pool's needs. | Ted Unangst |
2013-03-26 | replace kern malloc's hand rolled freelist with simpleq macros. | Ted Unangst |
2013-03-26 | Add AES-XTS support to the aesni crypto driver. This allows softraid(4) | Joel Sing |
2013-03-26 | - increase MINIROOTSIZE so a ramdisk can fit. | Jasper Lievisse Adriaanse |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-26 | maybe the last PGSHIFT -> PAGE_SHIFT | Theo de Raadt |