Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support to
[freebsd.git] / sys / kern /
2015-08-27 edDecompose linkat()/renameat() rights to source and...
2015-08-27 jchSilent a compilation warning on callout_stop()
2015-08-27 jchIn callout_stop(), do not forget to initialize not_runn...
2015-08-27 jchIn callout_stop(), if a callout is both pending and...
2015-08-27 marcelAn error of -1 from parse_mount() indicates that the...
2015-08-26 impWhen the kernel is compiled with INVARIANTS, export...
2015-08-26 gnnSummary: Add the interactivity equations to the header...
2015-08-24 traszMake vfs_unmountall() unmount /dev after /, not before...
2015-08-23 traszAfter r286237 it should be fine to call vgone(9) on...
2015-08-21 roygerpreload_search_info: make sure mod is set
2015-08-20 kibIf process becomes reaper (procctl(PROC_REAP_ACQUIRE...
2015-08-19 kibfget_unlocked() depends on the freed struct file f_coun...
2015-08-18 jchcallout_stop() should return 0 (fail) when the callout...
2015-08-14 rpaulogenassym.sh: call nm(1) with NMFLAGS.
2015-08-12 ianIf a specific timecounter has been chosen via sysctl...
2015-08-12 oshogboWhen the wait*(2) syscalls wait for any process (P_ALL...
2015-08-12 edPerform cleanups in response to D3307.
2015-08-12 edProperly return ENOTDIR when calling *at() on a non...
2015-08-12 edUnignore signals when starting CloudABI processes.
2015-08-11 edAdd support for anonymous kqueues.
2015-08-11 edIntroduce kern_cap_rights_limit().
2015-08-10 kibMake kstack_pages a tunable on arm, x86, and powepc...
2015-08-08 melifaroAdd const-qualifiers for source mbuf argument in m_dup...
2015-08-07 ianOnly process the PPS event types currently enabled...
2015-08-07 ianRFC 2783 requires a status of ETIMEDOUT, not EWOULDBLOC...
2015-08-05 edAllow the creation of kqueues with a restricted set...
2015-08-05 edMake it possible to implement poll(2) on top of kqueue(2).
2015-08-04 kibCopy the fencing of the algorithm to do lock-less updat...
2015-08-04 traszMark vgonel() as static. It was already declared stati...
2015-08-04 edFix bad arithmetic in umtx_key_get() to compute object...
2015-08-03 edAdd missing const keyword to function parameter.
2015-08-03 jhbkgdb uses td_oncpu to determine if a thread is running...
2015-08-03 edAdd sysent flag to switch to capabilities mode on startup.
2015-08-02 markjDon't modify curthread->td_locks unless INVARIANTS...
2015-08-01 jhbClear P_TRACED before reparenting a detached process...
2015-08-01 edAdd kern_shm_open().
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 edFix accidental line wrapping introduced in r286122.
2015-07-31 edLimit rights on process descriptors.
2015-07-31 kibvn_io_fault() handling of the LOR for i/o into the...
2015-07-30 mjgRevert r285125 until rmlocks get fixed.
2015-07-30 roygervfs: fill fallout from r286076
2015-07-30 roygervfs: fix off-by-one error in vfs_buf_check_mapped
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 edMake pipes in CloudABI work.
2015-07-29 edIntroduce falloc_caps() to create descriptors with...
2015-07-29 kibMove bufshutdown() out of the #ifdef INVARIANTS block.
2015-07-29 jeff - Make 'struct buf *buf' private to vfs_bio.c. Having...
2015-07-28 jeff - Eliminate the EMPTYKVA queue. It served as a cache...
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-27 edMake shutdown() return ENOTCONN as required by POSIX...
2015-07-26 aeBuild debug version of rmlock's methods only when LOCK_...
2015-07-25 kibWith the removal of b_saveaddr in the r285819, b_data...
2015-07-24 delphijFix a typo in comment.
2015-07-24 mariuso Revert the other functional half of r239864, i. e...
2015-07-23 pluknetCall ksem_get() with initialized 'rights'.
2015-07-23 jeffRefactor unmapped buffer address handling.
2015-07-23 jeff - Don't defeat the FIFO nature of the buffer cache...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-21 kibThe smp_rendezvous_cpus() function should ensure that...
2015-07-21 kibThe part of r285680 which removed release semantic...
2015-07-21 pluknetFix sb_state constant names as used e.g. to display...
2015-07-20 edAdd an API for easily creating userspace threads in...
2015-07-20 mavFix typo in comment.
2015-07-19 markjDon't increment the spin count until after the first...
2015-07-19 mckusickRestructure code for readability improvement. No functi...
2015-07-19 markjConsistently use a reader/writer flag for lockstat...
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-19 araujoAdd support to the jail framework to be able to mount...
2015-07-18 kibFurther cleanup after r285607.
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-18 markjFix the !KDTRACE_HOOKS build.
2015-07-18 markjPass the lock object to lockstat_nsecs() and return...
2015-07-18 markjModify lockstat_nsecs() to just return unless lockstat...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 edUndo r285656.
2015-07-17 edAdd an API for easily creating userspace threads in...
2015-07-16 mjgfd: partially deduplicate fdescfree and fdescfree_remapped
2015-07-16 mjgGet rid of lim_update_thread and cred_update_thread.
2015-07-16 mjgvfs: implement v_holdcnt/v_usecount manipulation using...
2015-07-16 edImplement CloudABI's exec() call.
2015-07-15 kibDo not use atomic_swap_int(9), it is not available...
2015-07-15 kibReset non-zero it_need indicator to zero atomically...
2015-07-15 kibStyle. Remove excessive brackets. Compare non-boolean...
2015-07-14 markjFix some error-handling bugs when core dump compression...
2015-07-14 cemFix cleanup race between unp_dispose and unp_gc
2015-07-14 mjgexec: textvp -> oldtextvp; binvp -> newtextvp
2015-07-14 mjgexec plug a redundant vref + vrele of the image vnode
2015-07-13 mjgracct: perform a lockless check for p_throttled
2015-07-13 cempipe_direct_write: Fix mismatched pipelock/unlock
2015-07-12 ianUse the monotonic (uptime) counter rather than time...
2015-07-12 bzTry to unbreak the build after r285390 removing the...
2015-07-11 mjgvfs: always clear VI_OWEINACT in consumers bumping...
2015-07-11 mjgvfs: move si_usecount manipulation to dedicated functions
2015-07-11 mjgCreate a dedicated function for ensuring that cdir...
2015-07-11 mjgMove chdir/chroot-related fdp manipulation to kern_desc...
2015-07-11 adrianRegenerate syscalls.
2015-07-11 adrianAdd an initial NUMA affinity/policy configuration for...
2015-07-11 kibDo not allow creation of the dirty buffers for the...
next