]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
ddb: ANSI-fy function declarations.
[FreeBSD/FreeBSD.git] / sys / kern /
2014-10-11 Marcel MoolenaarFix nits in previous commit:
2014-10-11 Marcel MoolenaarTurn WITNESS_COUNT into a tunable and sysctl. This...
2014-10-09 Alexander V. ChernikovSync to HEAD@r272825.
2014-10-09 Marcel MoolenaarRegenerate after r272823:
2014-10-09 Marcel MoolenaarMove the SCTP syscalls to netinet with the rest of...
2014-10-09 Xin LIMFV r272804:
2014-10-09 Xin LIMFV r272803:
2014-10-09 Xin LIMFV r272802:
2014-10-09 Adrian ChaddAdd a bus method to fetch the VM domain for the given...
2014-10-09 Marcel MoolenaarFix draining in ttydev_leave():
2014-10-09 Marcel MoolenaarApply r269126 to tty_timedwait():
2014-10-08 Baptiste DaroussinImport byacc 20141006
2014-10-08 John BaldwinAdd schedgraph traces for callout handlers. Specifical...
2014-10-07 Jung-uk KimMake kern.nswbuf tunable from loader.
2014-10-06 Baptiste DaroussinImport byacc 20141005 from vendor
2014-10-06 Alexander V. ChernikovSync to HEAD@r272609.
2014-10-06 Xin LIMFV r272591:
2014-10-06 Xin LIMFV r272588:
2014-10-06 Xin LIMFV r272585:
2014-10-06 Xin LIMFV r272501:
2014-10-06 Xin LIMFV r272500:
2014-10-06 Mateusz GuzikConvert racct stubs to inline functions.
2014-10-05 Mateusz Guzikfiledesc: fix up breakage introduced in 272505
2014-10-05 Konstantin BelousovOn error, sbuf_bcat() returns -1. Some callers returne...
2014-10-05 Mateusz GuzikAvoid unnecessary ppeers_lock acquisition in exit1.
2014-10-05 Mateusz GuzikGet rid of crshared.
2014-10-04 Konstantin BelousovSlightly reword comment. Move code, which is described...
2014-10-04 Konstantin BelousovAdd kernel option KSTACK_USAGE_PROF to sample the stack...
2014-10-04 Konstantin BelousovFixes for i/o during coredumping:
2014-10-04 Konstantin BelousovAdd IO_RANGELOCKED flag for vn_rdwr(9), which specifies...
2014-10-04 Ian LeporeMake kevent(2) periodic timer events more reliably...
2014-10-04 Alexander V. ChernikovSync to HEAD@r272516.
2014-10-04 Xin LIMFV r272499:
2014-10-04 Xin LIAdd a new sysctl, vfs.zfs.vol.unmap_enabled, which...
2014-10-04 Xin LIDiff reduction with upstream. The code change is not...
2014-10-04 Xin LIMFV r272496:
2014-10-04 Xin LIMFV r272495:
2014-10-04 Mateusz GuzikPlug capability races.
2014-10-04 Xin LIMFV r272494:
2014-10-04 Xin LIMFV r272493:
2014-10-02 Enji CooperImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 John BaldwinRequire p_cansched() for changing a process' protection...
2014-10-02 Jung-uk KimMerge ACPICA 20140926.
2014-10-02 Glen BarberMerge the following revisions from ^/projects/release...
2014-10-01 Will AndrewsIn the syncer, drop the sync mutex while patting the...
2014-09-30 Navdeep ParharTest for absence of M_NOFREE before attempting to purge...
2014-09-29 Mateusz GuzikUse bzero instead of explicitly zeroing stuff in do_execve.
2014-09-28 Neel Natutty_rel_free() can be called more than once for the...
2014-09-28 Gleb Smirnoff- Remove empty wrappers ether_poll_[de]register_drv...
2014-09-26 Mateusz GuzikMake do_dup() static and move relevant macros to kern_d...
2014-09-26 John BaldwinDon't panic if a resource is allocated twice. Instead...
2014-09-25 Konstantin BelousovFix fcntl(2) compat32 after r270691. The copyin and...
2014-09-25 Konstantin BelousovIn kern_linkat() and kern_renameat(), do not call namei...
2014-09-24 Peter WemmMerge apr-util 1.5.3 -> 1.5.4. A minor bug fix update.
2014-09-24 Enji CooperImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-23 Justin HibbitsStage one of multipass suspend/resume
2014-09-22 John BaldwinAdd a new fo_fill_kinfo fileops method to add type...
2014-09-22 John BaldwinConvert from timeout(9) to callout(9).
2014-09-22 Hans Petter SelaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-22 Sean Brunosvn revisions r269964 and r269963 seemed to have impair...
2014-09-17 Alexander MotinReprase r271616 comments.
2014-09-17 Adrian ChaddMigrate ie->ie_assign_cpu and associated code to use...
2014-09-16 Adrian ChaddModify cpuset_setithread() to take a CPU ID as an integ...
2014-09-16 Enji CooperValidate the mode argument in access, eaccess, and...
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-15 Alexander MotinAdd comments describing r271604 change.
2014-09-14 Alexander MotinAdd couple memory barries to serialize tdq_cpu_idle...
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-13 Alexander V. ChernikovFix error handling in cpuset_setithread() introduced...
2014-09-12 John BaldwinFix various issues with invalid file operations:
2014-09-12 John BaldwinTweak pipe_truncate() to more closely match pipe_chown...
2014-09-12 John BaldwinSimplify vntype_to_kinfo() by returning when the desire...
2014-09-10 Gleb SmirnoffRemove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
2014-09-09 Edward Tomasz Napi... Avoid unlocking unlocked mutex in RCTL jail code. ...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-08 Hiroki Sato- Make hhook_run_socket() vnet-aware instead of adding...
2014-09-08 Jean-Sébastien Pédronpause_sbt(): Take the cold path (ie. use DELAY()) if...
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-07 Gleb SmirnoffFix for r271182.
2014-09-05 Mateusz GuzikPlug unnecessary fp assignments in kern_fcntl.
2014-09-05 Gleb SmirnoffSet vnet context before accessing V_socket_hhh[].
2014-09-05 Alexander V. ChernikovSync to HEAD@r271160.
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Sean BrunoAllow multiple image activators to run on the same...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-09-04 Gleb SmirnoffChange a very strange code in m_demote() to simple...
2014-09-04 Gleb SmirnoffProvide m_catpkt(), a wrapper around m_cat() that deals...
2014-09-04 Mateusz GuzikPlug a hypothetical use after free in sysctl kern.proc...
2014-09-04 Benno RiceAdd KASSERTs to catch the case where a developer may...
2014-09-03 Konstantin BelousovStyle.
2014-09-03 Konstantin BelousovRetire thread_unthread(), it has only one caller. ...
2014-09-03 Konstantin BelousovRight now, thread_single(SINGLE_EXIT) returns after...
next