kernel: Remove drmn leftover.
[dragonfly.git] / sys / kern /
2013-08-31 Sascha Wildnerkernel: Fix some void functions returning the results...
2013-08-29 Sepherosa Ziehautcp: Implement random initial msgport
2013-08-28 Sepherosa Ziehautcp: Implement asynchronous pru_connect
2013-08-23 Sascha Wildnerkernel: Remove another syslink related file which was...
2013-08-20 Sepherosa Ziehauuipc: Reference the originator thread if asynchronized...
2013-08-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2013-08-17 Matthew Dillonkernel - Fix SMP race in mtx*() code.
2013-08-16 Matthew Dillonkernel - Fix bug in SO_NOSIGPIPE when socket fp called...
2013-08-16 Matthew Dillonvkernel - Module loading for vkernel64
2013-08-15 Matthew Dillonkernel - Add missing reltoken/LWPRELE in signal error...
2013-08-12 Sepherosa Ziehauuipc: Set up netmsg's socket properly before perform...
2013-08-10 Sascha Wildnerkernel: Start removing syslink.
2013-08-08 Sascha Wildnerkernel/libutil: UNIX98_PTYS has been default long enoug...
2013-08-06 Matthew Dillonkernel - Adjust impossible conditions in kdmsg_state_*()
2013-08-05 Sepherosa Ziehausocket: SO_LINGER only affects sockets that have been...
2013-08-02 Matthew Dillonkernel - Fix panic when usched is used to force a cpu...
2013-08-02 Matthew Dillonkernel - Fix sendfile() based deadlock
2013-08-02 Matthew Dillonkernel - Fix panic when usched is used to force a cpu...
2013-08-01 Sascha WildnerAdjust two devfs manual pages and some comments to...
2013-08-01 Sepherosa Ziehautcp: Allow socket/syncache inheritance between SO_REUSE...
2013-07-31 Matthew Dillonkernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin
2013-07-30 Johannes Hofmanndrm2: Port d_mmap_single() from FreeBSD
2013-07-30 Sascha Wildnerkernel/bus: Remove NULL check after kmalloc with M_INTW...
2013-07-24 François Tigeotkernel: Update taskqueue subsystem
2013-07-22 François TigeotRemove duplicated bitstring.h file
2013-07-22 Sepherosa Ziehausocket: Avoid possible race between netmsg_so_notify...
2013-07-21 François Tigeotkernel: Implement copyin_nofault and copyout_nofault
2013-07-21 François Tigeotkernel: Import unrhdr function family from FreeBSD
2013-07-19 Sepherosa Ziehausocket: Avoid possible race between netmsg_so_notify...
2013-07-18 Sepherosa Ziehauso_pru_send_async: Use M_NOWAIT to allocate address
2013-07-17 Sascha Wildnerkernel: Remove unused kmalloc types: M_AMRCAM, M_DEVT...
2013-07-16 Matthew Dillonkernel - Attempt to fix shared/excl namecache deadlock
2013-07-11 Matthew Dillonkernel - Fix excessively deferred wakeups
2013-06-27 Matthew Dillonkernel - Change lwkt_wait_ipiq() to use the TSC
2013-06-26 Sepherosa Ziehaumbuf: Cache align mbuf statistics
2013-06-26 Sepherosa Ziehaumbuf: Cache align mbuf type statistics
2013-06-19 Sepherosa Ziehaucputimer: The freq should be sysclock_t
2013-06-17 Sepherosa Ziehaumtag: u_intXX_t -> uintXX_t; no functional changes
2013-06-15 Matthew Dillonkernel - Add cluster_readcb()
2013-06-14 Matthew Dillonkernel - Document bugs in sendfile that we currently...
2013-06-12 John Marinokernel: Add three new commands to fctnl
2013-06-08 Sepherosa Ziehausocket: Prioritiries rcvd message
2013-06-07 Matthew Dillonkernel - Enable ncp shared locks by default.
2013-06-07 Matthew Dillonkernel - Fix a case in the path lookup that results...
2013-06-01 Sascha Wildnersigaltstack(2): Bring it closer to POSIX.
2013-05-31 Justin C. SherrillCorrect BSD License clause numbering from 1-2-4 to...
2013-05-30 Sascha Wildnerkernel/kern_time.c: Mark the hack to not settimeofday...
2013-05-22 Sepherosa Ziehauintr: Fix comment
2013-05-21 François Tigeotkernel: Add CLOCK_PROCESS_CPUTIME_ID
2013-05-11 John MarinoMerge branch 'vendor/LESS'
2013-05-11 John MarinoMerge branch 'vendor/LIBEDIT'
2013-05-11 John MarinoMerge branch 'vendor/TCSH'
2013-05-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
2013-05-06 Justin C. SherrillRemove advertising clause from all that isn't contrib...
2013-05-02 Sepherosa Ziehaunetisr: Inline netisr_cpuport() and netisr_curport()
2013-04-28 Sepherosa Ziehaunetisr: Function renaming; no functional changes
2013-04-27 Sepherosa Ziehauintr: Don't embed struct thread in intr_info
2013-04-23 Sascha Wildnergpio/dsched/devfs: Fix wrong lock checks.
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-16 Sascha Wildnerkernel/checkpoint: Fix wrong sizeof (p_sigacts is a...
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-13 Sascha Wildnerkernel/rmdir: Return EBUSY if the dir is a mount point...
2013-04-13 Sascha Wildnerkernel: Add lpathconf(2) syscall.
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-02 Sascha Wildnerkernel: Fix build without DDB.
2013-04-01 Sascha Wildnerkernel: Fix buildkernel without INVARIANTS.
2013-04-01 Sascha Wildnerkernel: Make tty_compat.c optional in 'files' instead...
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-29 Sascha Wildnerkernel: Remove 'options COMPAT_SUNOS'.
2013-03-26 Matthew Dillonkernel - Fix bug in uiomove() error handling, fix deadl...
2013-03-26 Sepherosa Ziehauipiq: Use cached mycpu to access per-cpu ipiq stats
2013-03-26 Sepherosa Ziehauipiq: Make stats per-cpu
2013-03-19 Sepherosa Ziehauasync_rcvd: Don't add/drop socket reference on hot...
2013-03-19 Sepherosa Ziehauasync_rcvd: Move MSGF_DONE test under async rcvd spinlock
2013-03-19 Sepherosa Ziehauasync_rcvd: Remove the dead async rcvd message debug...
2013-03-11 Sepherosa Ziehauasync_rcvd: Fix possible deadlock
2013-03-08 Antonio Huete Jimenezkernel/ddb - Add 'show tokens' function.
2013-03-06 Matthew Dillonkernel - Fix namecache hash list corruption
2013-03-05 John Marinokernel - remove kprintf info about magazine capacity
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-03-04 Matthew Dillonkernel - Attempt to fix SMP races with ^T
2013-03-03 Matthew Dillonkernel - Add swap block allocation iterator
2013-03-02 Matthew Dillonkernel - Change namecache negative caching algorithm
2013-03-01 Matthew Dillonkernel - Do not clean VM pages on fsync() for tmpfs
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount (2)
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount
2013-02-26 Matthew Dillonkernel - Fix mount bug caught by assertion
2013-02-26 Matthew Dillonkernel - Try harder to unmount a filesystem
2013-02-26 Matthew Dillonkernel - Fix shared/excl livelock with vm.shared_fault
2013-02-26 Matthew Dillonkernel - Fix panic on ptrace termination
2013-02-26 Matthew Dillonkernel - Beef up lwkt_dropmsg() API and fix deadlock...
2013-02-25 Matthew Dillonkernel - Fix incorrect assertion in nlookup()
2013-02-23 Matthew Dillonkernel - Track slabs allocated and freed
2013-02-23 Matthew Dillonkernel - Implementat much deeper use of shared VM objec...
2013-02-23 Matthew Dillonkernel - Implement shared namecache locks
next