]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vn_write() always expects FOF_OFFSET flag, which is asserted at the begining,
[FreeBSD/FreeBSD.git] / sys / kern /
2012-09-25 pjdvn_write() always expects FOF_OFFSET flag, which is...
2012-09-25 pjdWe cannot open file for reading and executing (O_RDONLY...
2012-09-25 pjdRequire CAP_DELETE on directory descriptor for unlinkat(2).
2012-09-25 pjdRequire CAP_CREATE on directory descriptor for symlinka...
2012-09-25 pjdRequire CAP_CREATE on directory descriptor for linkat(2).
2012-09-25 pjdO_EXEC flag is not part of the O_ACCMODE mask, check...
2012-09-25 gnnChange the module name for the I/O provider to "kernel...
2012-09-25 jhbAdd optional entropy harvesting for software interrupts...
2012-09-22 kibDo not skip two elements of the tid_buffer when reusing...
2012-09-14 eadlerCorrect double "the the"
2012-09-14 avgsched_ule: fix inverted condition in reporting of prior...
2012-09-13 attilioRemove all the checks on curthread != NULL with the...
2012-09-13 jhbIgnore stop and continue signals sent to an exiting...
2012-09-12 attilioImprove check coverage about idle threads.
2012-09-12 attilioTweak the commit message in case of panic for sleeping...
2012-09-09 kibAdd a facility for vgone() to inform the set of subscri...
2012-09-09 kibAdd MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which...
2012-09-08 attilioMove the checks for td_pinned, td_critnest, TDP_NOFAULT...
2012-09-08 attilioMove PT_UPDATED_FLUSH() before td_locks check in order...
2012-09-08 attiliouserret() already checks for td_locks when INVARIANTS...
2012-09-07 glebiusSupply the pr_ctloutput method for local datagram sockets,
2012-09-07 jhbA few whitespace and comment fixes.
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 rayStyle fixes.
2012-09-03 rayAdd missing braces.
2012-09-03 zont- Mark some sysctls with CTLFLAG_TUN flag instead of...
2012-09-03 rayAdd kern.hintmode sysctl variable to show current state...
2012-09-02 zont- Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern...
2012-09-02 trocinyIn soreceive_generic() remove the optimization for...
2012-09-02 trocinyIn soreceive_generic() when checking if the type of...
2012-09-01 pjdFix panic in procdesc that can be triggered in the...
2012-08-30 attilioPost r222812 KTR_CPUMASK started being initialized...
2012-08-29 marius- Unlike cache invalidation and TLB demapping IPIs...
2012-08-28 edRemove unused SI_* flags.
2012-08-28 jhbShorten the name of the fast SWI taskqueue to "fast...
2012-08-23 npAllow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set...
2012-08-22 kibProvide some compat32 shims for sysctl vfs.conflist...
2012-08-22 jhbAssert that system calls do not leak a pinned thread...
2012-08-22 jhbFix a typo.
2012-08-22 jhbMark the idle threads as non-sleepable and also assert...
2012-08-22 jhbFix the 'show witness' DDB command to honor db_pager_quit.
2012-08-21 jhbAdd a BUS_CHILD_DELETED() method that a bus can hook...
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-18 kibDeliver SIGSYS to the guilty thread, not to the process.
2012-08-17 davidxuregen.
2012-08-17 davidxuImplement syscall clock_getcpuclockid2, so we can get...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-16 jhbRemove D_NEEDGIANT from dead_devsw. biofinish() (and...
2012-08-16 kibAs a safety measure, disable lowering pid_max too much.
2012-08-16 kibFix grammar.
2012-08-16 impLimit popcorn limit to something sane (either 2ns or...
2012-08-15 alcCorrect a KASSERT message.
2012-08-15 kibAdd a sysctl kern.pid_max, which limits the maximum...
2012-08-15 hselaskyRevert r239178 and implement two new functions, namely
2012-08-15 obrienDon't include opt_ddb.h & <ddb/ddb.h> twice.
2012-08-14 jhReserve room for the terminating NUL when setting or...
2012-08-11 davidxuSome style fixes inspired by @bde.
2012-08-11 mavSome more minor tunings inspired by bde@.
2012-08-11 mavAllow idle threads to steal second threads from other...
2012-08-11 davidxutvtohz will print out an error message if a negative...
2012-08-10 mavSome minor tunings/cleanups inspired by bde@ after...
2012-08-10 mavsched_rr_interval() seems always returned period in...
2012-08-10 hselaskyAdd new device method to free the automatically
2012-08-09 mavRework r220198 change (by fabient). I believe it solves...
2012-08-09 mavSCHED_4BSD scheduling quantum mechanism appears to...
2012-08-08 andrewImport compiler-rt r160957.
2012-08-08 kibAlways initialize pl_event.
2012-08-06 kanDo not add handler to event handlers list until ithread...
2012-08-05 kibAfter the PHYS_TO_VM_PAGE() function was de-inlined...
2012-08-04 mavParticlly MFcalloutng r238425 (by davide):
2012-08-04 mavPartialy MFcalloutng r236894 (by davide):
2012-08-03 mavMicrooptimize time math. As soon as our event periods...
2012-07-31 jhbReorder the managament of advisory locks on open files...
2012-07-31 davidxuI am comparing current pipe code with the one in 8...
2012-07-31 davidxuWhen a thread is blocked in direct write state, it...
2012-07-30 davideUntil now KTR_ENTRIES, which defines the size of circul...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-27 kibAdd F_DUP2FD_CLOEXEC. Apparently Solaris 11 already...
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-22 kibCosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER...
2012-07-21 kib(Incomplete) fixes for symbols visibility issues and...
2012-07-19 kibRemove line which was accidentally kept in r238614.
2012-07-19 kibFix several reads beyond the mapped first page of the...
2012-07-19 kibImplement F_DUPFD_CLOEXEC command for fcntl(2), specifi...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-16 gnnAdd support for walltimestamp in DTrace.
2012-07-16 pgj- Add support for displaying process stack memory regions.
2012-07-15 mdfFix a bug with memguard(9) on 32-bit architectures...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-13 jhbMake the interval timings for EVFILT_TIMER more accurat...
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 kibFix build for kernels with dtrace hooks.
2012-07-11 gnnInitial commit of an I/O provider for DTrace on FreeBSD.
2012-07-10 davidxuAlways clear p_xthread if current thread no longer...
2012-07-09 davidxuIf you have pressed CTRL+Z and a process is suspended...
2012-07-09 mjgFollow-up commit to r238220:
2012-07-08 mjgUnbreak handling of descriptors opened with O_EXEC...
2012-07-03 trocinyFix KASSERT message.
2012-07-02 kibExtend the KPI to lock and unlock f_offset member of...
next