]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Print kernel args as late as possible before jumping into kernel.
[FreeBSD/FreeBSD.git] / sys / kern /
2013-02-23 Martin MatuskaMFV r246653:
2013-02-21 John BaldwinFurther refine the handling of stop signals in the...
2013-02-21 Jamie GrittonDon't worry if a module is already loaded when looking...
2013-02-19 John BaldwinFix a few typos.
2013-02-18 Gregory Neil ShapiroMerge sendmail 8.14.6 errata issue
2013-02-17 Pawel Jakub DawidekUpdate the comment: we do show the backtrace of misbeha...
2013-02-17 Pawel Jakub DawidekStyle.
2013-02-17 Pawel Jakub Dawidek- Require CAP_FSYNC capability right when opening a...
2013-02-17 Pawel Jakub DawidekRemove redundant parenthesis.
2013-02-17 Pawel Jakub DawidekRemove redundant space.
2013-02-17 Pawel Jakub DawidekAdd break to the default case.
2013-02-17 Pawel Jakub DawidekDon't treat pointers as booleans.
2013-02-17 Pawel Jakub DawidekRemove redundant parenthesis.
2013-02-16 Kirk McKusickAdd barrier write capability to the VFS buffer interfac...
2013-02-15 Dag-Erling SmørgravUpgrade to 1.6.16
2013-02-15 Jung-uk KimMerge ACPICA 20130214.
2013-02-15 Ian LeporeAdd PPS_CANWAIT support for time_pps_fetch(). This...
2013-02-15 Sergey Kandaurovvn_io_faults_cnt:
2013-02-15 Dag-Erling SmørgravImport LDNS and build it as an internal library.
2013-02-15 Sergey KandaurovAdd support of passing SCM_BINTIME ancillary data objec...
2013-02-13 Jung-uk KimMerge OpenSSL 1.0.1e.
2013-02-13 Ian LeporeMake the F_READAHEAD option to fcntl(2) work as documen...
2013-02-12 Konstantin BelousovReform the busdma API so that new types may be added...
2013-02-11 Marius StroblUpdate comments to reflect r246689.
2013-02-11 Marius StroblMake SYSCTL_{LONG,QUAD,ULONG,UQUAD}(9) work as advertis...
2013-02-11 Martin MatuskaMFV r246633:
2013-02-11 Martin MatuskaMFV r246394:
2013-02-11 Martin MatuskaMFV r246392:
2013-02-11 Martin MatuskaMFV r246390:
2013-02-10 Konstantin BelousovRemove the ia64-specific code fragment, which effect...
2013-02-10 Martin MatuskaMFV r246388:
2013-02-09 Xin LIMFV r245512:
2013-02-08 Andriy Gaponktr: correctly handle possible wrap-around in the boot...
2013-02-07 David ChisnallImport new libc++ to head. Various small fixes and...
2013-02-07 Konstantin BelousovWhen vforked child is traced, the debugging events...
2013-02-07 Konstantin BelousovStop translating the ERESTART error from the open(2...
2013-02-07 Neel NatuIf an interrupt event's assign_cpu method fails, then...
2013-02-07 Pawel Jakub DawidekAudit sockaddr argument for bind(2), connect(2), accept...
2013-02-07 Pawel Jakub DawidekMinor style tweaks.
2013-02-06 John BaldwinRework the handling of stop signals in the NFS client...
2013-02-06 Sergey KandaurovPrezero the acl structure which is to be copied to...
2013-02-05 Sergey KandaurovRemove reference to the rlist code from comments, and...
2013-02-04 Andriy Gaponktr: prevent possible footshooting with KTR_ENTRIES...
2013-02-04 Andriy Gaponktr: copy content from the early static buffer if KTR_E...
2013-02-04 Marius StroblTry to improve r242655 take III: move these SYSCTLs...
2013-02-03 Marius StroblFurther improve r242655 and supply VM_{MIN,MAX}_KERNEL_...
2013-02-03 Andriy Gaponallow for large KTR_ENTRIES values by allocating ktr_bu...
2013-02-02 Andriy Gaponfix some fat-fingering in r246246
2013-02-02 Andriy Gaponprint compiler version in the kernel banner
2013-02-01 Simon J. GerratyMerge bmake-20130123
2013-02-01 Grzegorz BernackiGet time of next event from other cores only if SMP...
2013-01-31 Pawel Jakub DawidekNow that MPSAFE flag is gone, we can arrange code a...
2013-01-31 Pawel Jakub DawidekRemove leftover label after Giant removal from VFS.
2013-01-31 Pawel Jakub DawidekRemove label that was accidentally moved during Giant...
2013-01-31 Pawel Jakub DawidekSimplify code a bit. This is leftover after Giant remov...
2013-01-30 Konstantin BelousovThe case of pid == WAIT_MYPGRP for the kern_wait()...
2013-01-28 Jung-uk KimMerge two bug fixes from the vendor branch.
2013-01-28 John BaldwinMark 'ticks', 'time_second', and 'time_uptime' as volat...
2013-01-24 Gleb Smirnoff- Move large functions m_getjcl() and m_get2() to kern...
2013-01-23 John BaldwinFix a typo.
2013-01-21 David ChisnallImport new fix from libcxxrt. This fixes the case...
2013-01-19 Neel NatuMerge projects/bhyve to head.
2013-01-18 Andrew TurnerImport compiler-rt r172839.
2013-01-17 Jung-uk KimMerge ACPICA 20130117.
2013-01-17 Andre OppermannMove the mbuf memory limit calculations from init_param...
2013-01-17 Neel NatuIFC @ r245509
2013-01-16 Xin LIMFV r245510:
2013-01-15 Alfred PerlsteinDo not autotune ncallout to be greater than 18508.
2013-01-15 Andrey Zonov- Detect when we are in KVM.
2013-01-14 Konstantin BelousovAdd a trivial comment to record the proper commit log...
2013-01-14 Konstantin Belousovdiff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
2013-01-14 Konstantin BelousovAdd exported vfs_hash_index() function, which calculate...
2013-01-14 Konstantin BelousovRename vfs_hash_index() to vfs_hash_bucket().
2013-01-11 David ChisnallMerge new version of libcxxrt. This brings in three...
2013-01-11 Konstantin BelousovAdd flags argument to vfs_write_resume() and remove
2013-01-09 Neel NatuIFC @ r245178
2013-01-06 Mateusz Guziklockmgr: unlock interlock (if requested) when dealing...
2013-01-06 Konstantin BelousovProtect the p->p_pgrp dereference with the process...
2013-01-05 Neel NatuTeach the kernel to recognize that it is executing...
2013-01-05 Benjamin KadukFix some minor inaccuracies introduced in r243251.
2013-01-04 Neel NatuIFC @ r244983.
2013-01-04 David XuRevert revision 244760 because strncpy pads trailing...
2013-01-03 Konstantin BelousovRemove the deprecated MNT_VNODE_FOREACH interface....
2013-01-03 Xin LIMFV: one-true-awk 20121220.
2013-01-02 Xin LIMFV r244973:
2013-01-01 Konstantin BelousovThe process_deferred_inactive() function locks the...
2012-12-29 Gregory Neil ShapiroMerge sendmail 8.14.6 to HEAD
2012-12-28 Konstantin BelousovMake it possible to atomically resume writes on the...
2012-12-28 Oleksandr TymoshenkoFix build on ARM (and probably other platforms)
2012-12-28 David XuUse strlcpy to NULL-terminate error message even if...
2012-12-26 Attilio RaoFixup r244240: mp_ncpus will be 1 also in the !SMP...
2012-12-23 Konstantin BelousovDo not force a writer to the devfs file to drain the...
2012-12-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.2 release.
2012-12-22 Martin MatuskaMFV r244559:
2012-12-22 Jaakko HeinonenReject spaces and double quotation marks in device...
2012-12-22 Attilio RaoFixup r240424: On entering KDB backends, the hijacked...
2012-12-21 Brooks DavisAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-21 Attilio RaoFixup r218424: uio_yield() was scaling directly to...
2012-12-20 Dag-Erling SmørgravRewrite fdgrowtable() so common mortals can actually...
2012-12-20 Olivier HouchardCreate an architecture-agnostic buffer pool manager...
next