]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
MFV r313676: libpcap 1.8.1
[FreeBSD/FreeBSD.git] / sys / kern /
2017-02-13 Xin LIMFV r313676: libpcap 1.8.1
2017-02-12 Konstantin BelousovConsistently handle negative or wrapping offsets in...
2017-02-12 Konstantin BelousovSwitch copyout_map() to use vm_mmap_object() instead...
2017-02-12 Mateusz Guziklockmgr: implement fast path
2017-02-11 Martin MatuskaMFV r313569:313569:313569:
2017-02-10 John BaldwinRegenerate all the system call tables to drop "created...
2017-02-10 John BaldwinDrop the "created from" line from files generated by...
2017-02-10 Konstantin BelousovFix r313495.
2017-02-09 Konstantin BelousovIncrease a chance of devfs_close() calling d_close...
2017-02-09 Konstantin BelousovDo not establish advisory locks when doing open(O_EXLOC...
2017-02-09 Mateusz Guzikrwlock: fix r313454
2017-02-09 Mateusz Guziklocks: tidy up unlock fallback paths
2017-02-08 Mateusz Guziksx: implement slock/sunlock fast path
2017-02-08 Mateusz Guzikrwlock: implemenet rlock/runlock fast path
2017-02-08 Enji CooperMFhead@r313433
2017-02-07 John BaldwinCopy the e_machine and e_flags fields from the binary...
2017-02-07 Enji CooperImprove libnetbsd compatibility with NetBSD
2017-02-07 Enji CooperMFhead@r313398
2017-02-07 Emmanuel Vadotsubr_sfbus.c need sys/proc.h for struct thread definition.
2017-02-07 Mateusz Guzikrwlock: implement RW_LOCK_WRITER_RECURSED bit
2017-02-07 Mateusz GuzikBump struct thread alignment to 32.
2017-02-07 Mateusz Guziklocks: follow up r313386
2017-02-07 Mateusz Guziklocks: change backoff to exponential
2017-02-07 Enji CooperMFhead@r313360
2017-02-06 Edward Tomasz Napi... Make root_mount_hold() work after boot. This is importa...
2017-02-06 Edward Tomasz Napi... In r290196 the root mount hold mechanism was changed...
2017-02-06 Andrew TurnerOnly allow the pic type to be either a PIC or MSI type...
2017-02-06 Mateusz Guziklocks: fix recursion support after recent changes
2017-02-05 Mateusz Guzikrwlock: move lockstat handling out of inline primitives
2017-02-05 Edward Tomasz Napi... Add kern_cpuset_getaffinity() and kern_cpuset_getaffini...
2017-02-05 Mateusz Guziksx: move lockstat handling out of inline primitives
2017-02-05 Mateusz Guzikmtx: fixup r313278, the assignemnt was supposed to...
2017-02-05 Mateusz Guzikmtx: fix up _mtx_obtain_lock_fetch usage in thread...
2017-02-05 Mateusz Guzikmtx: move lockstat handling out of inline primitives
2017-02-05 Mateusz Guziksx: add witness support missed in r313272
2017-02-05 Mateusz Guziksx: uninline slock/sunlock
2017-02-05 Mateusz Guziksx: switch to fcmpset
2017-02-05 Mateusz Guzikrwlock: switch to fcmpset
2017-02-05 Mateusz Guzikmtx: switch to fcmpset
2017-02-05 Mateusz Guzikvfs: use atomic_fcmpset in vfs_refcount_*
2017-02-05 Enji CooperMFhead@r313266
2017-02-05 Mark JohnstonMake witness_warn() always print to the console.
2017-02-05 Mateusz Guzikfd: switch fget_unlocked to atomic_fcmpset
2017-02-04 Enji CooperMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 Enji CooperMFhead@r313243
2017-02-04 Jason A. HarmeningRevert r313037
2017-02-02 Jung-uk KimMFV: r313101
2017-02-02 Martin MatuskaMFV r313071:
2017-02-01 Gleb SmirnoffUpdate tcpdump to 4.9.0.
2017-02-01 Hartmut BrandtMerge filt_soread and filt_solisten and decide what...
2017-02-01 Jason A. HarmeningImplement get_pcpu() for the remaining architectures...
2017-01-31 Edward Tomasz Napi... Add kern_pread() and kern_pwrite(), and use it in compa...
2017-01-31 Edward Tomasz Napi... Replace calls to sys_truncate() with kern_truncate().
2017-01-31 Edward Tomasz Napi... Add kern_cpuset_getid() and kern_cpuset_setid(), and...
2017-01-30 Pedro F. GiffuniMFV 312999:
2017-01-30 Pedro F. GiffuniMFV r312996:
2017-01-30 Pedro F. GiffuniMFV r312970:
2017-01-30 Andriy Gaponput very expensive sanity checks of advisory locks...
2017-01-30 Edward Tomasz Napi... Add kern_listen(), kern_shutdown(), and kern_socket...
2017-01-30 Edward Tomasz Napi... Add kern_lseek() and use it instead of sys_lseek()...
2017-01-30 Edward Tomasz Napi... Replace sys_ftruncate() with kern_ftruncate() in variou...
2017-01-30 Mateusz Guzikcache: use vrefact for '.' lookups and refing the rdir...
2017-01-30 Mateusz Guzikfd: sprinkle __read_mostly and __exclusive_cache_line
2017-01-28 Baptiste DaroussinRevert crap accidentally committed
2017-01-28 Baptiste DaroussinRevert r312923 a better approach will be taken later
2017-01-27 Mateusz Guzikhwpmc: annotate pmc_hook and pmc_intr as __read_mostly
2017-01-27 Mateusz Guzikhwpmc: partially depessimize mmap handling if the modul...
2017-01-27 Mateusz GuzikSprinkle __read_mostly on backoff and lock profiling...
2017-01-27 Mateusz Guzikcache: annotate with __read_mostly and __exclusive_cach...
2017-01-26 Jung-uk KimMerge OpenSSL 1.0.2k.
2017-01-26 Sean BrunoA few more style bugs lying around in here.
2017-01-25 Gleb SmirnoffFor non-listening AF_UNIX sockets return error code...
2017-01-25 Ed MasteANSIfy kern_ntptime.c
2017-01-25 Sean BrunoReplace overlooked smp_started checks and variable...
2017-01-24 Ed Masteimgact_elf: refactor et_dyn_addr calculation
2017-01-24 Mateusz Guzikproc: perform a lockless check in sys_issetugid
2017-01-24 Conrad MeyerUse time_t for intermediate values to avoid overflow...
2017-01-24 Sean Brunoiflib:
2017-01-24 Sean BrunoRevert 312696 due to build tests.
2017-01-24 Sean Brunoiflib:
2017-01-22 Konstantin BelousovAdd comments explaining unobvious td_critnest adjustmen...
2017-01-22 Konstantin BelousovMore style cleanup. Use ANSI C definition for vn_close...
2017-01-22 Konstantin BelousovProvide fallback VOP methods for crossmp vnode.
2017-01-22 Edward Tomasz Napi... Remove redundant KASSERT.
2017-01-22 Edward Tomasz Napi... Improve debugging printf.
2017-01-21 Mateusz Guzikvfs: fix LK_RETRY logic braino in r312600
2017-01-21 Mateusz Guzikvfs: __predict_false the need to handle F_HASLOCK
2017-01-21 Mateusz Guzikvfs: fix whitespace damage in r312600
2017-01-21 Mateusz Guzikvfs: refactor _vn_lock
2017-01-21 Mateusz Guzikvfs: hide the getvnode NULL mp message behind DIAGNOSTIC
2017-01-21 Baptiste DaroussinImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-20 Hans Petter SelaskyFix for race leading to endless timer interrupts related to
2017-01-20 Josh PaetzelMFV 312436
2017-01-20 Ed MasteANSYfy kern_ktrace.c and remove archaic register keyword
2017-01-20 Andriy Gapondon't abort writing of a core dump after EFAULT
2017-01-19 Jung-uk KimMerge ACPICA 20170119.
2017-01-19 Andriy Gaponfix a thread preemption regression in schedulers introd...
2017-01-18 Mateusz Guziksx: reduce lock accesses similarly to r311172
2017-01-18 Mateusz Guzikrwlock: reduce lock accesses similarly to r311172
2017-01-18 Hans Petter SelaskyImplement kernel support for hardware rate limited...
next