]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Another fixe for r236772.
[FreeBSD/FreeBSD.git] / sys / kern /
2012-06-11 Mitsuru IWASAKIAnother fixe for r236772.
2012-06-11 Pawel Jakub DawidekStyle fixes and simplifications.
2012-06-10 Pawel Jakub DawidekRemove redundant include.
2012-06-10 Pawel Jakub DawidekStyle: move opt_*.h includes in the proper place.
2012-06-10 Pawel Jakub DawidekWhen we are closing capability during dup2(), we want...
2012-06-10 Pawel Jakub DawidekMerge two ifs into one. Other minor style fixes.
2012-06-10 Pawel Jakub DawidekSimplify fdtofp().
2012-06-09 Kirk McKusickWhen synchronously syncing a device (MNT_WAIT), wait...
2012-06-09 Pawel Jakub DawidekThere is no need to drop the FILEDESC lock around mallo...
2012-06-09 Pawel Jakub DawidekRemove now unused variable.
2012-06-09 Pawel Jakub DawidekMake some of the loops more readable.
2012-06-09 Pawel Jakub DawidekCorrect panic message.
2012-06-09 Mitsuru IWASAKIAdd x86/acpica/acpi_wakeup.c for amd64 and i386. Diffe...
2012-06-08 John BaldwinSplit the second half of vn_open_cred() (after a vnode...
2012-06-08 Mateusz GuzikPlug socket refcount leak on error in sys_sctp_peeloff.
2012-06-07 Pawel Jakub DawidekIn fdalloc() f_ofileflags for the newly allocated descr...
2012-06-07 Pawel Jakub DawidekEliminate redundant variable.
2012-06-07 Pawel Jakub DawidekPlug file reference leak in capability failure case.
2012-06-05 Gleb Smirnoffstyle(9) for r236563.
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-04 Gleb SmirnoffMicrooptimisation of code from r236560, also coming...
2012-06-04 Gleb SmirnoffOptimise kern_sendfile(): skip cycling through the...
2012-06-03 Konstantin BelousovAdd a knob to disable vn_io_fault.
2012-06-03 Konstantin BelousovCount and export the number of prefaulting happen.
2012-06-03 Andriy Gaponfree wdog_kern_pat calls in post-panic paths from under...
2012-06-02 Konstantin BelousovFix typo [1]. Use commas to separate flag printouts...
2012-06-02 Konstantin BelousovUpdate the print mask for decoding b_flags. Add print...
2012-06-01 John BaldwinExtend VERBOSE_SYSINIT to also print out the name of...
2012-05-31 Pawel Jakub DawidekRegenerate after r236361.
2012-05-31 Pawel Jakub DawidekAdd missing system calls.
2012-05-31 Pawel Jakub DawidekThere is no rmdirat system call. Weird, I know.
2012-05-31 Warner LoshUnlock in the error path to prevent a lock leak.
2012-05-30 Konstantin Belousovvn_io_fault() is a facility to prevent page faults...
2012-05-30 Konstantin BelousovAdd a rangelock implementation, intended to be used...
2012-05-30 Konstantin BelousovAssert that TDP_NOFAULTING and TDP_NOSPEEPING thread...
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-27 Rafal JaworowskiLet us manage differences of Book-E PowerPC variations...
2012-05-27 Konstantin BelousovFix ki_cow for compat32 binaries.
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Konstantin BelousovStop treating td_sigmask specially for the purposes...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-26 Konstantin BelousovAdd a vn_bmap_seekhole(9) vnode helper which can be...
2012-05-25 Ed SchoutenRegenerate system call tables.
2012-05-25 Ed SchoutenRemove use of non-ISO-C integer types from system call...
2012-05-25 Andriy Gapondevice_add_child: protect against child device with...
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-24 Alexander MotinMFprojects/zfsd:
2012-05-24 Gleb KurtsouAdd kern_fhstat(), adjust sys_fhstat() to use it.
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-23 Konstantin BelousovCalculate the count of per-process cow faults. Export...
2012-05-22 Edward Tomasz Napi... Fix use-after-free in kern_jail_set() triggered e.g...
2012-05-22 Edward Tomasz Napi... Don't leak locks in prison_racct_modify().
2012-05-22 Edward Tomasz Napi... Fix panic with RACCT that could occur in low memory...
2012-05-22 Hartmut BrandtMake dumptid non-static. It is used by libkvm to detect...
2012-05-21 Alexander V. ChernikovFix old panic when BPF consumer attaches to destroying...
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-18 Mitsuru IWASAKIAdd SMP/i386 suspend/resume support.
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-16 Gleb KurtsouSkip directory entries with zero inode number during...
2012-05-15 Sergey KandaurovFix typo in function name SDT_PROBE4 and unbreak 4BSD UP.
2012-05-15 Grzegorz BernackiDo not call bremfree for managed buffers.
2012-05-15 Ryan StoneImplement the DTrace sched provider. This implementati...
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-11 Xin LIRevert previous revision, misunderstood the code :(
2012-05-11 Xin LIRelease proc lock after setting signal queue.
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 Konstantin BelousovMove the code to call the callout callback into the...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-05-03 Konstantin BelousovWhen callout_reset_on() cannot immediately migrate...
2012-05-02 John Baldwin- Don't log messages saying that accounting is being...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-23 Konstantin BelousovAllow for the process information sysctls to accept...
2012-04-23 Edward Tomasz Napi... Remove unused thread argument to vrecycle().
2012-04-23 Edward Tomasz Napi... Remove unused thread argument from vtruncbuf().
2012-04-20 John BaldwinInclude the associated wait channel message for context...
2012-04-20 Jaakko HeinonenThe value of flags matching VNOVAL can't be supported...
2012-04-20 Kirk McKusickThis update uses the MNT_VNODE_FOREACH_ACTIVE interface...
2012-04-20 Kirk McKusickThis change creates a new list of active vnodes associa...
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-18 Kirk McKusickDelete a no longer useful VNASSERT missed during change...
2012-04-18 Kirk McKusickFix a memory leak of M_VNODE_MARKER introduced in 234386.
2012-04-17 Kirk McKusickDrop export of vdestroy() function from kern/vfs_subr...
2012-04-17 Kirk McKusickReplace the MNT_VNODE_FOREACH interface with MNT_VNODE_...
2012-04-17 Edward Tomasz Napi... Fix bug where NFSv4 ACL enforcement code wouldn't uncon...
2012-04-17 Edward Tomasz Napi... Stop treating system processes as special. This fixes...
2012-04-17 Edward Tomasz Napi... Fix panic, triggered like this: "int main() { thr_exit...
2012-04-17 Edward Tomasz Napi... Enforce upper bound on the input buffer length.
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 Jung-uk Kim- Implement pipe2 syscall for Linuxulator. This syscal...
2012-04-14 Davide ItalianoFix a typo.
2012-04-14 Davide ItalianoFix some style bugs introduced in a previous commit...
2012-04-14 Marius StroblFix !DDB build after r234190.
2012-04-13 Adrian ChaddUse strdup() on the name (and free it when it's done...
2012-04-12 John Baldwin- Extend the KDB interface to add a per-debugger callba...
2012-04-12 John BaldwinIf a linker file contains at least one module, but...
2012-04-12 Konstantin BelousovAdd thread-private flag to indicate that error value...
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
next