]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Commit changes missed from r237435. Properly calculate the signal
[FreeBSD/FreeBSD.git] / sys / kern /
2012-06-22 Konstantin BelousovImplement mechanism to export some kernel timekeeping...
2012-06-22 Konstantin BelousovEnchance the shared page chunk allocator.
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-21 Konstantin BelousovFix locking for f_offset, vn_read() and vn_write()...
2012-06-19 Pawel Jakub DawidekCheck proper flag (PDF_DAEMON, not PD_DAEMON) when...
2012-06-19 Pawel Jakub DawidekThe falloc() function obtains two references to newly...
2012-06-19 John BaldwinFurther refine the implementation of POSIX_FADV_NOREUSE.
2012-06-18 Peter HolmIn tty_makedev() the following construction:
2012-06-17 Pawel Jakub DawidekDon't check for race with close on advisory unlock...
2012-06-17 Pawel Jakub DawidekExtend the comment about checking for a race with close...
2012-06-17 Pawel Jakub DawidekIf VOP_ADVLOCK() call or earlier checks failed don...
2012-06-17 Davide ItalianoThe variable 'error' in sys_poll() is initialized in...
2012-06-16 Pawel Jakub DawidekRevert r237073. 'td' can be NULL here.
2012-06-15 Pawel Jakub DawidekOne more attempt to make prototypes formated according...
2012-06-14 Pawel Jakub DawidekUpdate comment.
2012-06-14 Pawel Jakub DawidekRemove fdtofp() function and use fget_locked(), which...
2012-06-14 Pawel Jakub DawidekAssert that the filedesc lock is being held when the...
2012-06-14 Pawel Jakub DawidekSimplify the code by making more use of the fdtofp...
2012-06-14 Pawel Jakub Dawidek- Assert that the filedesc lock is being held when...
2012-06-14 Pawel Jakub DawidekStyle fixes and assertions improvements.
2012-06-14 Pawel Jakub DawidekAssert that the filedesc lock is not held when closef...
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...
next