]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add missing Pp. Also remove some minor whitespace.
[FreeBSD/FreeBSD.git] / sys / kern /
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-19 jhInclude PID in the error message which is printed when...
2013-04-19 glebiusDon't compare unsigned socklen_t against < 0.
2013-04-19 jillessem: Restart the POSIX sem_* calls after signals with...
2013-04-17 glebiusOn non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU...
2013-04-17 gabor- Correct mispellings of the word necessary
2013-04-17 gabor- Correct mispellings of the word occurrence
2013-04-16 impr249408 and r249436 cause a NULL pointer dereference...
2013-04-16 jhb- Document that sem_wait() can fail with EINTR if it...
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-16 trocinyAdd a new set of notes to a process core dump to store...
2013-04-16 rmacklemAllow the vnode to be unlocked for the weird case of
2013-04-16 kibSome compilers issue a warning when wider integer is...
2013-04-15 gnnPoint args[0] not at the thread that is ending but...
2013-04-14 trocinySimilarly to proc_getargv() and proc_getenvv(), export...
2013-04-14 trocinyRe-factor the code to provide kern_proc_filedesc_out...
2013-04-14 trocinyRe-factor coredump routines. For each type of notes...
2013-04-14 mjgAdd fdallocn function and use it when passing fds over...
2013-04-13 jchandraFix changes made in r249408.
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-12 jchandraFix kenv behavior when there is no static environment
2013-04-11 trocinyAdd sbuf_start_section() and sbuf_end_section() functio...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-10 jimharrisFix the build.
2013-04-09 andreChange certain heavily used network related mutexes...
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 attilioSwitch some "low-hanging fruit" to acquire read lock...
2013-04-08 glebiusMerge from projects/counters: counter(9).
2013-04-07 trocinyUse pget(9) to reduce code duplication.
2013-04-07 trocinyFill p_flags and p_align fields of the core dump note...
2013-04-07 trocinyUse 4-byte padding for core dump notes on both 32 and...
2013-04-07 jillesmqueue,ksem,shm: Fix race condition with setting UF_EXC...
2013-04-06 jeffPrepare to replace the buf splay with a trie:
2013-04-06 mmMFV r248217:
2013-04-05 glebiusFix memory leak in coredump().
2013-04-05 kibIf filter of the interrupt event is not null, print...
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-03 brooksMFP4 change 210763
2013-04-02 sjgUpdate to bmake-20130330
2013-04-02 kenAdd support for XPT_CONT_TARGET_IO CCBs in _bus_dmamap_...
2013-04-02 mdfRegen.
2013-04-02 mdfFix return type of extattr_set_* and fix rmextattr...
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-04-01 kibDo not call the VOP_LOOKUP() for the doomed directory...
2013-03-31 jillesRename do_pipe() to kern_pipe2() and declare it properly.
2013-03-30 mdfUse a shared lock for VOP_GETEXTATTR, as it is a read...
2013-03-29 jimharrisAdd bus_dmamap_load_bio for non-CAM disk drivers that...
2013-03-29 jimharrisAdd CTR5() to bus_dmamap_load_ccb, similar to other...
2013-03-29 jimharrisDo not add 1 to nsegs before passing to CTR5(), since...
2013-03-29 jimharrisPass correct parameter to CTR5() in bus_dmamap_load_uio.
2013-03-29 glebiusFix bug in m_split() in a case when split len matches...
2013-03-29 glebiusOnce ng_ksocket(4) is fixed, re-apply r194662. See...
2013-03-29 glebiusWhen soreceive_generic() hands off an mbuf from buffer,
2013-03-28 scottlSeveral fixes and improvements to sendfile()
2013-03-27 jimharrisdeferal -> deferral
2013-03-27 kibFix a race with the vnode reclamation in the aio_qphysi...
2013-03-27 kibAdd dev_strategy_csw() function, which is similar to...
2013-03-27 kibOn i386, double the default size of the bio transient...
2013-03-26 kanDo not pass unmapped buffers to drivers that cannot...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-25 davideCache the callout precision argument as part of the...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-23 willExtend taskqueue(9) to enable per-taskqueue callbacks.
2013-03-23 avgpost mountroot event after a real/final root is mounted
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-22 pjd- Constify local path variable for chflagsat().
2013-03-21 pjdRegenerate after r248599.
2013-03-21 pjdImplement chflagsat(2) system call, similar to fchmodat...
2013-03-21 pjdRegenerate after r248597.
2013-03-21 pjd- Make 'flags' argument to chflags(2), fchflags(2)...
2013-03-21 jillesAllow O_CLOEXEC in posix_openpt() flags.
2013-03-21 attilioFix a bug in UMTX_PROFILING:
2013-03-21 jhbAnother NFS SIGSTOP related fix: Ignore thread suspend...
2013-03-21 mmMerge libzfs_core branch:
2013-03-21 kibOnly size and create the bio_transient_map when unmappe...
2013-03-20 kibIn bufwrite(), a dirty buffer is moved to the clean...
2013-03-20 kibWhen the journaled FFS volume is suspended due to the...
2013-03-20 mckusickWhen renaming a directory from one parent directory...
2013-03-19 jillesImplement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.
2013-03-19 kibDo not remap usermode pages into KVA for physio.
2013-03-19 kibAdd a helper function vfs_bio_bzero_buf() to zero the...
2013-03-19 kibImplement the concept of the unmapped VMIO buffers...
2013-03-19 mmMFV r247580:
2013-03-19 mmMFC @248493
2013-03-18 jhbTweak some comments.
2013-03-18 jhbPartially revert r195702. Deferring stops is now imple...
2013-03-18 mmMFC @248461
2013-03-17 attilioMFC
2013-03-17 glebiusIn m_align() add assertions that mbuf is virgin, simila...
2013-03-16 pjdRequire CAP_SEEK if both O_APPEND and O_TRUNC flags...
2013-03-16 pjdStyle: Whitespace fixes.
2013-03-16 pjdStyle: Remove redundant space.
2013-03-16 glebius- Replace compat macros with function calls.
2013-03-16 glebiusContrary to what the deleted comment said, the m_move_p...
2013-03-15 pjdSort syscalls properly.
next