]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Use a temporary buffer in sys_setgroups for requests with <= XU_NGROUPS groups.
[FreeBSD/FreeBSD.git] / sys / kern /
2014-10-26 mjgUse a temporary buffer in sys_setgroups for requests...
2014-10-26 mjgNow that sysctl_root is only called with sysctl lock...
2014-10-25 jhbUse correct type in __DEVOLATILE().
2014-10-25 mavRevert somewhat hackish geom_disk optimization, committ...
2014-10-25 mjgrlimit: plug duplicate assertion
2014-10-25 delphijFix build.
2014-10-24 jhbThe current POSIX semaphore implementation stores the...
2014-10-23 desIn all cases except CTLTYPE_STRING, penv is NULL here...
2014-10-23 mjgIn selfdfree re-evaulate sf_si after takin the lock.
2014-10-23 delphijTest if 'env' is NULL before doing memset() and strlen(),
2014-10-23 mjgAvoid taking the lock in selfdfree when not needed.
2014-10-22 cpercivaAvoid leaking data from the kernel environment: When...
2014-10-22 mjgfiledesc assert that table size is at least 3 in fdsetu...
2014-10-22 mjgPlug unnecessary PRS_NEW check in kern_procctl.
2014-10-22 mjgReduce nesting in vn_access.
2014-10-22 mjgAvoid crdup when possible in kern_accessat.
2014-10-22 mjgfiledesc: cleanup setugidsafety a little
2014-10-21 mjgEliminate unnecessary memory allocation in sys_getgroup...
2014-10-21 mjgTake the lock shared in linker_search_symbol_name.
2014-10-21 mjgMark some more sysctl stuff shared-locked and MPSAFE.
2014-10-21 mjgMake sysctl name2oid shared-locked as well.
2014-10-21 mjgImplement shared locking for sysctl.
2014-10-21 mjgRename sysctl_lock and _unlock to sysctl_xlock and...
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-21 neelIFC @r273338
2014-10-20 mjgPlug unnecessary binvp NULL initialization and test.
2014-10-20 mjgfiledesc: plug 2 write-only variables
2014-10-20 markjFix a typo from r189544, which replaced unp_global_rwlo...
2014-10-20 mjgProvide vfs suspension support only for filesystems...
2014-10-20 marcelFully support constructors for the purpose of code...
2014-10-19 neelIFC @r273206
2014-10-19 mjgProvide vfs suspension support only for filesystems...
2014-10-19 adrianConvert a missed u_char cpu -> int cpu.
2014-10-18 adrianUpdate the ULE scheduler + thread and kinfo structs...
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-15 mavRemove setting BIO_DONE flag for BIOs that have done...
2014-10-15 kibImplement FIODTYPE for master ptys.
2014-10-15 mjgDon't take devmtx unnecessarily in vn_isdisk.
2014-10-15 mjgfiledesc: plug 2 assignments to M_ZERO-ed pointers...
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-11 marcelFix nits in previous commit:
2014-10-11 marcelTurn WITNESS_COUNT into a tunable and sysctl. This...
2014-10-10 neelIFC @r272887
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-09 marcelRegenerate after r272823:
2014-10-09 marcelMove the SCTP syscalls to netinet with the rest of...
2014-10-09 adrianAdd a bus method to fetch the VM domain for the given...
2014-10-09 marcelFix draining in ttydev_leave():
2014-10-09 marcelApply r269126 to tty_timedwait():
2014-10-08 jhbAdd schedgraph traces for callout handlers. Specifical...
2014-10-07 jkimMake kern.nswbuf tunable from loader.
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-06 mjgConvert racct stubs to inline functions.
2014-10-05 mjgfiledesc: fix up breakage introduced in 272505
2014-10-05 kibOn error, sbuf_bcat() returns -1. Some callers returne...
2014-10-05 mjgAvoid unnecessary ppeers_lock acquisition in exit1.
2014-10-05 mjgGet rid of crshared.
2014-10-05 neelIFC @r272481
2014-10-04 kibSlightly reword comment. Move code, which is described...
2014-10-04 kibAdd kernel option KSTACK_USAGE_PROF to sample the stack...
2014-10-04 kibFixes for i/o during coredumping:
2014-10-04 kibAdd IO_RANGELOCKED flag for vn_rdwr(9), which specifies...
2014-10-04 ianMake kevent(2) periodic timer events more reliably...
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-04 mjgPlug capability races.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jhbRequire p_cansched() for changing a process' protection...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-01 willIn the syncer, drop the sync mutex while patting the...
2014-09-30 npTest for absence of M_NOFREE before attempting to purge...
2014-09-29 mjgUse bzero instead of explicitly zeroing stuff in do_execve.
2014-09-28 neeltty_rel_free() can be called more than once for the...
2014-09-28 glebius- Remove empty wrappers ether_poll_[de]register_drv...
2014-09-27 neelIFC @r272185
2014-09-26 mjgMake do_dup() static and move relevant macros to kern_d...
2014-09-26 jhbDon't panic if a resource is allocated twice. Instead...
2014-09-25 kibFix fcntl(2) compat32 after r270691. The copyin and...
2014-09-25 kibIn kern_linkat() and kern_renameat(), do not call namei...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-23 jhibbitsStage one of multipass suspend/resume
2014-09-22 jhbAdd a new fo_fill_kinfo fileops method to add type...
2014-09-22 jhbConvert from timeout(9) to callout(9).
2014-09-22 hselaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-22 sbrunosvn revisions r269964 and r269963 seemed to have impair...
2014-09-20 neelIFC @r271887
2014-09-17 neelIFC @r271694
2014-09-17 mavReprase r271616 comments.
2014-09-17 adrianMigrate ie->ie_assign_cpu and associated code to use...
2014-09-16 adrianModify cpuset_setithread() to take a CPU ID as an integ...
2014-09-16 ngieValidate the mode argument in access, eaccess, and...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-15 mavAdd comments describing r271604 change.
2014-09-14 mavAdd couple memory barries to serialize tdq_cpu_idle...
2014-09-13 melifaroFix error handling in cpuset_setithread() introduced...
next