]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Allwinner: Add EARLY_PRINTF function
[FreeBSD/FreeBSD.git] / sys / kern /
2017-10-19 Mateusz Guziksysctl: only take mem lock if oldlen is > 4 * PAGE_SIZE
2017-10-19 Mateusz Guzikexecve: avoid one proc lock/unlock trip unless PTRACE_E...
2017-10-19 Mateusz GuzikTidy up pmc support at execve.
2017-10-19 Mateusz Guziksysvsem: check if semu_list has anything on it before...
2017-10-18 Mateusz GuzikDon't take Giant for SMP status and cpu topology sysctls.
2017-10-18 Mark JohnstonMove kernel dump offset tracking into MI code.
2017-10-18 Brooks DavisRemove mbpool(9) now that it has no consumers.
2017-10-17 Mark JohnstonFix a racy VI_DOOMED check in MNT_VNODE_FOREACH_ALL().
2017-10-16 Andriy Voskoboinykmbuf(9): unbreak m_fragment()
2017-10-16 Konstantin BelousovRe-evaluate thread' signal mask after ptracestop().
2017-10-16 Konstantin BelousovImprove assertion that an ignored or blocked signal...
2017-10-16 Konstantin BelousovStyle.
2017-10-16 Matt JorasProperly reset the fields in clean_unrhdr.
2017-10-15 Tijl CoosemansWhen a Linux program tries to access a /path the kernel...
2017-10-14 Mateusz Guzikmtx: fix up owner_mtx after r324609
2017-10-13 Alan CoxAddress two problems with sendfile(..., SF_NOCACHE...
2017-10-13 Andriy Gaponremove process and jail directory machinations from...
2017-10-12 Ed Masteregen init_sysent.c r324560
2017-10-12 Ed Masteallow posix_fallocate in capability mode
2017-10-11 Matt JorasAdd clearing function for unr(9).
2017-10-11 Konstantin BelousovThe th_bintime, th_microtime and th_nanotime members...
2017-10-10 Sean Brunomatch sendfile() error handling to send().
2017-10-10 Jung-uk KimMerge ACPICA 20170929 (take 2).
2017-10-10 Sean BrunoRevert r324405 at the request of the submitter pending...
2017-10-09 Gleb SmirnoffImprovements to sendfile(2) mbuf free routine.
2017-10-09 Gleb SmirnoffIn mb_dupcl() don't copy full m_ext, to avoid cache...
2017-10-09 Gleb SmirnoffShorten list of arguments to mbuf external storage...
2017-10-09 Hans Petter SelaskyWhen showing the sleepqueues from the in-kernel debugger,
2017-10-09 Alan CoxThe recent change to initialization of blists (r324420...
2017-10-08 Alan CoxThe blst_radix_init function has two purposes - to...
2017-10-08 Ian LeporeAdd eventhandler notifications for newbus device attach...
2017-10-08 Ian LeporeRestore the ability to deregister an eventhandler from...
2017-10-07 Sean BrunoCheck so_error early in sendfile() call. Prior to...
2017-10-06 Mateusz Guziknamecache: factor out ~MAKEENTRY lookups from the commo...
2017-10-06 Mark JohnstonLet stack_create(9) take a malloc flags argument.
2017-10-06 Baptiste DaroussinImport mandoc 1.14.3
2017-10-06 Baptiste DaroussinImport 1.14.3
2017-10-06 Emmanuel Vadotvfs_export_lookup: Fix r324054
2017-10-06 Andriy GaponMFV r322235: 8067 zdb should be able to dump literal...
2017-10-06 Andriy GaponMFV r316934: 7340 receive manual origin should override...
2017-10-06 Andriy GaponMFV r316933: 5142 libzfs support raidz root pool (loade...
2017-10-06 Andriy GaponMFV r316931: 6268 zfs diff confused by moving a file...
2017-10-06 Andriy GaponMFV r316877: 7571 non-present readonly numeric ZFS...
2017-10-06 Andriy GaponMFV r316864: 6392 zdb: introduce -V for verbatim import
2017-10-06 Andriy GaponMFV r316862: 6410 teach zdb to perform object lookups...
2017-10-05 Mateusz Guziklocks: take the number of readers into account when...
2017-10-05 Stephen HurdFix "taskqgroup_attach: setaffinity failed: 3" with...
2017-10-05 Mateusz Guziklocks: partially tidy up waiting on readers
2017-10-05 Andriy Gaponsysctl-s in a module should be accessible only when...
2017-10-02 Gleb SmirnoffHide struct socket and struct unpcb from the userland.
2017-10-02 Alan SomersMFV r319743: 8108 zdb -l fails to read labels 2 and 3
2017-10-02 Alan SomersMFV r316863: 3871 fix issues introduced by 3604
2017-10-02 Alan SomersMFV r316861: 6866 zdb -l should return non-zero if...
2017-10-02 Alan SomersMFC r316858 7280 Allow changing global libzpool variabl...
2017-10-02 Andriy GaponMFV r323913: 8600 ZFS channel programs - snapshot
2017-10-02 Andriy GaponMFV r323912: 8592 ZFS channel programs - rollback
2017-10-02 Andriy GaponMFV r323795: 8604 Avoid unnecessary work search in...
2017-10-02 Alan CoxUse vm_page_active() rather than directly accessing...
2017-10-01 Andriy GaponMFV r323794: 8605 zfs channel programs: zfs.exists...
2017-10-01 Andriy GaponMFV r323531: 8521 nvlist memory leak in get_clones_stat...
2017-10-01 Andriy Gaponrevert r324166, it has an unrelated change in it
2017-10-01 Andriy GaponMFV r323531: 8521 nvlist memory leak in get_clones_stat...
2017-10-01 Andriy GaponMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 Martin MatuskaMFV r324145,324147:
2017-09-30 Mark JohnstonHave uiomove_object_page() keep accessed pages in the...
2017-09-29 Jung-uk KimMerge ACPICA 20170929.
2017-09-28 Konstantin BelousovRevert r323722. A better fix will be committed shortly...
2017-09-27 John BaldwinUse UMA_ALIGNOF() for name cache UMA zones.
2017-09-27 Emmanuel Vadotvfs_export: Simplify vfs_export_lookup
2017-09-27 Mateusz Guziksysctl: remove target buffer read/write checks prior...
2017-09-27 Mateusz GuzikAnnotate sysctlmemlock with __exclusive_cache_line.
2017-09-27 Mateusz Guzikmtx: drop the tid argument from _mtx_lock_sleep
2017-09-26 Andriy GaponMFV r323535: 8585 improve batching done in zil_commit()
2017-09-25 John BaldwinLog signal number passed to PT_STEP requests in KTR_PTR...
2017-09-23 Conrad Meyerddb(4): Add 'show badstacks' command to show witness...
2017-09-23 Ed MasteRevert r323935 as it broke the build
2017-09-23 Stephen HurdMake struct grouptask gt_name member a char array
2017-09-22 Conrad Meyerddb(4): Add 'show badstacks' command to show witness...
2017-09-22 Kirk McKusickContinuing efforts to provide hardening of FFS, this...
2017-09-22 Andriy GaponMFV r323917: 8648 Fix range locking in ZIL commit codepath
2017-09-22 Andriy GaponMFV r323914: 8661 remove "zil-cw2" dtrace probe
2017-09-21 Stephen HurdFix undeclared identifier error introduced in r323879
2017-09-21 John BaldwinOnly handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISA...
2017-09-21 Stephen HurdImproved logging of gtaskqueue failues
2017-09-21 Stephen HurdFix M_GTASKQUEUE definition
2017-09-20 Alan SomersMFV r323789: 8473 scrub does not detect errors on...
2017-09-20 Andriy GaponMFV r323792: 8602 remove unused "dp_early_sync_tasks...
2017-09-20 Andriy GaponMFV r323790: 8567 Inconsistent return value in zpool_re...
2017-09-19 Konstantin BelousovDo not vrele() covered vnode under the mp mutex.
2017-09-19 Konstantin BelousovFor unlinked files, do not msync(2) or sync on the...
2017-09-18 Konstantin BelousovFix handling of the segment registers on i386.
2017-09-17 Gordon TetlowMFV r323678: file 5.32
2017-09-16 Alan CoxModify blst_leaf_alloc to take only the cursor argument.
2017-09-16 Stephen HurdRevert r323516 (iflib rollup)
2017-09-14 Gleb SmirnoffFix locking in soisconnected().
2017-09-14 John BaldwinAdd AT_HWCAP and AT_EHDRFLAGS on all platforms.
2017-09-14 Andriy Gapondounmount: do not release the mount point's reference...
2017-09-13 Gleb SmirnoffUse soref() in sendfile(2) instead fhold() to reference...
2017-09-13 Gleb SmirnoffFix two issues with not ready data in sockets (read...
2017-09-13 Andriy GaponMFV r323527: 5815 libzpool's panic function doesn't...
next