]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fail to probe on simplebus nodes that lack a "ranges" property.
[FreeBSD/FreeBSD.git] / sys / kern /
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-11 marcelFix nits in previous commit:
2014-10-11 marcelTurn WITNESS_COUNT into a tunable and sysctl. This...
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-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-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-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...
2014-09-12 jhbFix various issues with invalid file operations:
2014-09-12 jhbTweak pipe_truncate() to more closely match pipe_chown...
2014-09-12 jhbSimplify vntype_to_kinfo() by returning when the desire...
2014-09-10 glebiusRemove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
2014-09-09 traszAvoid unlocking unlocked mutex in RCTL jail code. ...
2014-09-08 hrs- Make hhook_run_socket() vnet-aware instead of adding...
2014-09-08 dumbbellpause_sbt(): Take the cold path (ie. use DELAY()) if...
2014-09-07 glebiusFix for r271182.
2014-09-05 mjgPlug unnecessary fp assignments in kern_fcntl.
2014-09-05 glebiusSet vnet context before accessing V_socket_hhh[].
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 sbrunoAllow multiple image activators to run on the same...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 glebiusChange a very strange code in m_demote() to simple...
2014-09-04 glebiusProvide m_catpkt(), a wrapper around m_cat() that deals...
2014-09-04 mjgPlug a hypothetical use after free in sysctl kern.proc...
2014-09-04 bennoAdd KASSERTs to catch the case where a developer may...
2014-09-03 kibStyle.
2014-09-03 kibRetire thread_unthread(), it has only one caller. ...
2014-09-03 kibRight now, thread_single(SINGLE_EXIT) returns after...
2014-09-03 glebiusFix dereference after NULL check.
2014-09-03 mjgFix up proc_realparent to always return correct process.
2014-08-31 alcAutomatically prefault a limited number of mappings...
2014-08-30 mjgAdd missing proctree locking to fill_kinfo_proc consumers.
2014-08-29 andreastRename shm_dict_init to shm_init to fix a compiler...
2014-08-29 jhbUse a unit number allocator to provide suitable st_dev...
2014-08-29 kibAdd function and wrapper to switch lockmgr and vnode...
2014-08-28 mjgReturn real parent pid in kinfo (used by e.g. ps)
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-27 dumbbellvt(4): Add cngrab() and cnungrab() callbacks
2014-08-26 glebius- Remove socket file operations declaration from sys...
2014-08-26 mjgFix up races with f_seqcount handling.
2014-08-24 kibRevert the handling of all siginfo sa_flags except...
2014-08-24 mjgPlug a memory leak in case of failed lookups in capabil...
2014-08-24 mjgUse refcount_init in sigacts_alloc.
2014-08-24 mjgFix getppid for traced processes.
next