]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Improve style(9) of bcopy() to and from mbuf tag.
[FreeBSD/FreeBSD.git] / sys / kern /
2012-05-30 kibAssert that TDP_NOFAULTING and TDP_NOSPEEPING thread...
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-27 rajLet us manage differences of Book-E PowerPC variations...
2012-05-27 kibFix ki_cow for compat32 binaries.
2012-05-26 kibStop treating td_sigmask specially for the purposes...
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-26 kibAdd a vn_bmap_seekhole(9) vnode helper which can be...
2012-05-25 edRegenerate system call tables.
2012-05-25 edRemove use of non-ISO-C integer types from system call...
2012-05-25 avgdevice_add_child: protect against child device with...
2012-05-24 mavMFprojects/zfsd:
2012-05-24 glebAdd kern_fhstat(), adjust sys_fhstat() to use it.
2012-05-23 kibCalculate the count of per-process cow faults. Export...
2012-05-22 traszFix use-after-free in kern_jail_set() triggered e.g...
2012-05-22 traszDon't leak locks in prison_racct_modify().
2012-05-22 traszFix panic with RACCT that could occur in low memory...
2012-05-22 hartiMake dumptid non-static. It is used by libkvm to detect...
2012-05-21 melifaroFix old panic when BPF consumer attaches to destroying...
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-18 iwasakiAdd SMP/i386 suspend/resume support.
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-16 glebSkip directory entries with zero inode number during...
2012-05-15 pluknetFix typo in function name SDT_PROBE4 and unbreak 4BSD UP.
2012-05-15 gberDo not call bremfree for managed buffers.
2012-05-15 rstoneImplement the DTrace sched provider. This implementati...
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-11 delphijRevert previous revision, misunderstood the code :(
2012-05-11 delphijRelease proc lock after setting signal queue.
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 kibMove the code to call the callout callback into the...
2012-05-03 kibWhen callout_reset_on() cannot immediately migrate...
2012-05-02 jhb- Don't log messages saying that accounting is being...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-23 kibAllow for the process information sysctls to accept...
2012-04-23 traszRemove unused thread argument to vrecycle().
2012-04-23 traszRemove unused thread argument from vtruncbuf().
2012-04-20 jhbInclude the associated wait channel message for context...
2012-04-20 jhThe value of flags matching VNOVAL can't be supported...
2012-04-20 mckusickThis update uses the MNT_VNODE_FOREACH_ACTIVE interface...
2012-04-20 mckusickThis change creates a new list of active vnodes associa...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-18 mckusickDelete a no longer useful VNASSERT missed during change...
2012-04-18 mckusickFix a memory leak of M_VNODE_MARKER introduced in 234386.
2012-04-17 mckusickDrop export of vdestroy() function from kern/vfs_subr...
2012-04-17 mckusickReplace the MNT_VNODE_FOREACH interface with MNT_VNODE_...
2012-04-17 traszFix bug where NFSv4 ACL enforcement code wouldn't uncon...
2012-04-17 traszStop treating system processes as special. This fixes...
2012-04-17 traszFix panic, triggered like this: "int main() { thr_exit...
2012-04-17 traszEnforce upper bound on the input buffer length.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 jkim- Implement pipe2 syscall for Linuxulator. This syscal...
2012-04-14 davideFix a typo.
2012-04-14 davideFix some style bugs introduced in a previous commit...
2012-04-14 mariusFix !DDB build after r234190.
2012-04-13 adrianUse strdup() on the name (and free it when it's done...
2012-04-12 jhb- Extend the KDB interface to add a per-debugger callba...
2012-04-12 jhbIf a linker file contains at least one module, but...
2012-04-12 kibAdd thread-private flag to indicate that error value...
2012-04-11 mckusickExport vinactive() from kern/vfs_subr.c (e.g., make...
2012-04-11 jhbAllow device_busy() and device_unbusy() to be invoked...
2012-04-11 eadlerReturn EBADF instead of EMFILE from dup2 when the secon...
2012-04-09 jillesRemove unused and wrong SA_PROC internal signal property.
2012-04-09 mavMicrooptimize cpu_search().
2012-04-07 glebAdd vfs_getopt_size. Support human readable file system...
2012-04-06 melifaro- Improve BPF locking model.
2012-04-05 jhbAdd new ktrace records for the start and end of VM...
2012-04-05 davidxuIn sem_post, the field _has_waiters is no longer used...
2012-04-05 davidxuumtx operation UMTX_OP_MUTEX_WAKE has a side-effect...
2012-04-03 np- Remove redundant call to pr_ctloutput from code that...
2012-04-02 kibWhen process exists, not only the children shall be...
2012-04-02 kibAdd helper function to remove the process from the...
2012-04-01 jhbExport some more useful info about shared memory object...
2012-03-31 davidxuRemove stale comments.
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-30 davidxuRemove trailing semicolon, it is a typo.
2012-03-30 davidxuFix COMPAT_FREEBSD32 build.
2012-03-30 davidxuRemove trailing space.
2012-03-30 davidxuMerge umtxq_sleep and umtxq_nanosleep into a single...
2012-03-29 davidxuReduce code size by creating common timed sleeping...
2012-03-28 fabientAdd software PMC support.
2012-03-27 rstoneInstead of only iterating over the set of known SDT...
2012-03-26 melifaro- Add knlist_init_rw_reader() function to kqueue(9).
2012-03-23 trocinyAdd a sysctl to set and retrieve binary osreldate of...
2012-03-22 aeCorrect debug message.
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-22 alcHandle spurious page faults that may occur in no-fault...
2012-03-21 aeAcquire modules lock before call module_getname() in...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-19 eadler- Clean up timestamps in msgbuf code. The timestamps...
2012-03-18 jhCast wallclock.tv_sec to uint64_t to avoid overflow...
2012-03-16 davideAdd rudimentary profiling of the hash table used in...
2012-03-15 tuexenFix bugs which can result in a panic when an non-SCTP...
2012-03-15 aeAdd CTLFLAG_TUN to the sysctl definition and fix style.
2012-03-15 aeAdd debug.kld_debug loader tunable.
2012-03-14 jhAdd an assert for proctree_lock to proc_to_reap().
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 kibLock the process around manipulations with p_flag.
next