]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
MFC
[FreeBSD/FreeBSD.git] / sys / kern /
2013-02-26 attilioMFC
2013-02-26 attilioMerge from vmobj-rwlock branch:
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-25 pjdStyle.
2013-02-25 pjdAfter r237012, the fdgrowtable() doesn't drop the filed...
2013-02-24 attilioMFC
2013-02-21 jhbFurther refine the handling of stop signals in the...
2013-02-21 jamieDon't worry if a module is already loaded when looking...
2013-02-19 jhbFix a few typos.
2013-02-17 pjdUpdate the comment: we do show the backtrace of misbeha...
2013-02-17 pjdStyle.
2013-02-17 pjd- Require CAP_FSYNC capability right when opening a...
2013-02-17 pjdRemove redundant parenthesis.
2013-02-17 pjdRemove redundant space.
2013-02-17 pjdAdd break to the default case.
2013-02-17 pjdDon't treat pointers as booleans.
2013-02-17 pjdRemove redundant parenthesis.
2013-02-16 mckusickAdd barrier write capability to the VFS buffer interfac...
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 ianAdd PPS_CANWAIT support for time_pps_fetch(). This...
2013-02-15 attilioMFC
2013-02-15 pluknetvn_io_faults_cnt:
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-15 pluknetAdd support of passing SCM_BINTIME ancillary data objec...
2013-02-14 attilioMFC
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-13 ianMake the F_READAHEAD option to fcntl(2) work as documen...
2013-02-13 attilioMFC
2013-02-12 kibReform the busdma API so that new types may be added...
2013-02-11 mariusUpdate comments to reflect r246689.
2013-02-11 mariusMake SYSCTL_{LONG,QUAD,ULONG,UQUAD}(9) work as advertis...
2013-02-10 attilioMFC
2013-02-10 kibRemove the ia64-specific code fragment, which effect...
2013-02-10 attilioMFC
2013-02-09 delphijMFV r245512:
2013-02-08 attilioMFC
2013-02-08 avgktr: correctly handle possible wrap-around in the boot...
2013-02-07 kibWhen vforked child is traced, the debugging events...
2013-02-07 attilioMFC
2013-02-07 kibStop translating the ERESTART error from the open(2...
2013-02-07 attilioMFC
2013-02-07 neelIf an interrupt event's assign_cpu method fails, then...
2013-02-07 pjdAudit sockaddr argument for bind(2), connect(2), accept...
2013-02-07 pjdMinor style tweaks.
2013-02-06 attilioMFC
2013-02-06 jhbRework the handling of stop signals in the NFS client...
2013-02-06 pluknetPrezero the acl structure which is to be copied to...
2013-02-06 attilioMFC
2013-02-05 pluknetRemove reference to the rlist code from comments, and...
2013-02-04 attilioMFC
2013-02-04 avgktr: prevent possible footshooting with KTR_ENTRIES...
2013-02-04 avgktr: copy content from the early static buffer if KTR_E...
2013-02-04 mariusTry to improve r242655 take III: move these SYSCTLs...
2013-02-03 mariusFurther improve r242655 and supply VM_{MIN,MAX}_KERNEL_...
2013-02-03 attilioMFC
2013-02-03 avgallow for large KTR_ENTRIES values by allocating ktr_bu...
2013-02-02 avgfix some fat-fingering in r246246
2013-02-02 avgprint compiler version in the kernel banner
2013-02-01 sjgMerge bmake-20130123
2013-02-01 gberGet time of next event from other cores only if SMP...
2013-01-31 pjdNow that MPSAFE flag is gone, we can arrange code a...
2013-01-31 pjdRemove leftover label after Giant removal from VFS.
2013-01-31 pjdRemove label that was accidentally moved during Giant...
2013-01-31 pjdSimplify code a bit. This is leftover after Giant remov...
2013-01-30 kibThe case of pid == WAIT_MYPGRP for the kern_wait()...
2013-01-28 jhbMark 'ticks', 'time_second', and 'time_uptime' as volat...
2013-01-24 glebius- Move large functions m_getjcl() and m_get2() to kern...
2013-01-23 jhbFix a typo.
2013-01-19 neelMerge projects/bhyve to head.
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 andreMove the mbuf memory limit calculations from init_param...
2013-01-17 neelIFC @ r245509
2013-01-15 alfredDo not autotune ncallout to be greater than 18508.
2013-01-15 zont- Detect when we are in KVM.
2013-01-14 kibAdd a trivial comment to record the proper commit log...
2013-01-14 kibdiff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
2013-01-14 kibAdd exported vfs_hash_index() function, which calculate...
2013-01-14 kibRename vfs_hash_index() to vfs_hash_bucket().
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-11 kibAdd flags argument to vfs_write_resume() and remove
2013-01-09 attilioMFC
2013-01-09 neelIFC @ r245178
2013-01-06 mjglockmgr: unlock interlock (if requested) when dealing...
2013-01-06 kibProtect the p->p_pgrp dereference with the process...
2013-01-05 neelTeach the kernel to recognize that it is executing...
2013-01-05 bjkFix some minor inaccuracies introduced in r243251.
2013-01-04 neelIFC @ r244983.
2013-01-04 davidxuRevert revision 244760 because strncpy pads trailing...
2013-01-03 kibRemove the deprecated MNT_VNODE_FOREACH interface....
2013-01-01 kibThe process_deferred_inactive() function locks the...
2012-12-28 kibMake it possible to atomically resume writes on the...
2012-12-28 gonzoFix build on ARM (and probably other platforms)
2012-12-28 davidxuUse strlcpy to NULL-terminate error message even if...
2012-12-26 attilioFixup r244240: mp_ncpus will be 1 also in the !SMP...
2012-12-26 attilioMFC
2012-12-23 kibDo not force a writer to the devfs file to drain the...
2012-12-22 jhReject spaces and double quotation marks in device...
2012-12-22 attilioFixup r240424: On entering KDB backends, the hijacked...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
next