]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add FILEDESC_UNLOCK_ASSERT() macro which asserts that the filedesc is not
[FreeBSD/FreeBSD.git] / sys / kern /
2012-06-14 Pawel Jakub DawidekStyle fixes.
2012-06-14 Pawel Jakub DawidekRemove code duplication from fdclosexec(), which was...
2012-06-14 Pawel Jakub DawidekWhen we are closing capabilities during exec, we want...
2012-06-14 Pawel Jakub DawidekStyle.
2012-06-13 Pawel Jakub DawidekWhen checking if file descriptor number is valid, expli...
2012-06-13 Pawel Jakub DawidekNow that dupfdopen() doesn't depend on finstall() being...
2012-06-13 Pawel Jakub DawidekAllocate descriptor number in dupfdopen() itself instea...
2012-06-13 Pawel Jakub Dawidek- Remove nfp variable that is not really needed.
2012-06-13 Pawel Jakub DawidekRemove duplicated code.
2012-06-13 Pawel Jakub DawidekAdd missing {.
2012-06-13 Pawel Jakub DawidekStyle.
2012-06-13 Pawel Jakub DawidekThere is no need to set td->td_retval[0] to -1 on error.
2012-06-13 Pawel Jakub DawidekThere is only one caller of the dupfdopen() function...
2012-06-13 Mateusz GuzikRemove 'low' argument from fd_last_used().
2012-06-13 Mateusz GuzikRe-apply reverted parts of r236935 by pjd with some...
2012-06-12 Pawel Jakub DawidekRevert part of the r236935 for now, until I figure...
2012-06-11 Pawel Jakub Dawidekfdgrowtable() no longer drops the filedesc lock so...
2012-06-11 Pawel Jakub DawidekUse consistent way of checking if descriptor number...
2012-06-11 Pawel Jakub DawidekBe consistent with white spaces.
2012-06-11 Pawel Jakub DawidekRemove code duplicated in kern_close() and do_dup(...
2012-06-11 Pawel Jakub DawidekIntroduce closefp() function that we will be able to...
2012-06-11 Pawel Jakub DawidekMerge two ifs into one to make the code almost identica...
2012-06-11 Pawel Jakub DawidekMove the code around a bit to move two parts of code...
2012-06-11 Pawel Jakub DawidekNow that fdgrowtable() doesn't drop the filedesc lock...
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().
next