]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
libsa: open() should use NULL instead of typecasted 0
[FreeBSD/FreeBSD.git] / sys / kern /
2018-05-19 mmacyremove unused variable
2018-05-19 mmacyfix uninitialized variable warning in reader locks
2018-05-19 mmacyfix uninitialized variable warning
2018-05-19 mmacysys_process.c fix set but not used warning
2018-05-19 mmacysubr_epoch.c fix unused variable warnings
2018-05-19 mmacypidctrl Actually use the variables that we assign to...
2018-05-19 mmacyfix gcc8 unused variable and set but not used variable...
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mjglockmgr: avoid atomic on unlock in the slow path
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 mmacyepoch(9): assert that epoch is allocated post-configure
2018-05-18 emasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-18 mmacyepoch(9): Make epochs non-preemptible by default
2018-05-18 mmacyepoch: actually allocate the counters we've assigned...
2018-05-18 mmacyepoch: add non-preemptible "critical" variant
2018-05-17 brooksUse strsep() to parse init_path in start_init().
2018-05-17 mmacyepoch: skip poll function call in hardclock unless...
2018-05-17 mmacyepoch(9): schedule pcpu callback task in hardclock...
2018-05-17 mmacyepoch(9): eliminate the need to wait when polling for...
2018-05-17 mmacyepoch(9): fix potential deadlock
2018-05-17 mmacyepoch(9): restore thread priority on exit if it was...
2018-05-17 mmacyAF_UNIX: make unix socket locking finer grained
2018-05-17 mmacyepoch(9): make recursion lighter weight
2018-05-17 mmacyepoch(9): Guarantee forward progress on busy sections
2018-05-16 mmacyhwpmc: Implement per-thread counters for PMC sampling
2018-05-16 dumbbellteken, vt(4): New callbacks to lock the terminal once
2018-05-15 emastesubr_pidctrl: use standard 2-Clause FreeBSD license...
2018-05-14 mmacyhwpmc: fix load/unload race and vm map LOR
2018-05-14 mmacyepoch(9): allow sx locks to be held across epoch_wait()
2018-05-13 mmacyepoch(9): cleanups, additional debug checks, and add...
2018-05-13 kibDetect and optimize reads from the hole on UFS.
2018-05-12 mmacyhwpmc/epoch - don't reference domain if NUMA is not set
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-12 mmacyhwpmc(9): Make pmclog buffer pcpu and update constants
2018-05-11 mmacyepoch(9): always set inited in epoch_init
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-11 mmacyepoch(9): callback task fixes
2018-05-11 mjgrmlock: partially depessimize lock/unlock fastpath
2018-05-11 mmacyepoch(9): fix priority handling, make callback lists...
2018-05-10 mmacyAdd simple preempt safe epoch API
2018-05-10 gallatinFix the build after r333457
2018-05-10 emasteANSIfy sys_generic.c
2018-05-09 mmacyAdd taskqgroup_config_gtask_deinit to support teardown...
2018-05-09 mmacyEliminate the overhead of gratuitous repeated reinitial...
2018-05-09 kibAvoid calls to bzero() before ireloc.
2018-05-09 mmacyReduce overhead of ktrace checks in the common case.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-07 mjgInlined sched_userret.
2018-05-07 mjgChange trap_enotcap to bool and annotate with __read_fr...
2018-05-07 mjgAvoid calls to syscall_thread_enter/exit for statically...
2018-05-07 impAdd device_quiet_children() and device_has_quiet_children()
2018-05-07 gallatinBoost thread priority while changing CPU frequency
2018-05-06 markjRefactor some of the MI kernel dump code in preparation...
2018-05-06 markjAdd an mbuf allocator for netdump.
2018-05-06 markjStyle.
2018-05-05 avgfor bus suspend, detach and shutdown iterate children...
2018-05-04 mjgtc: bcopy -> memcpy
2018-05-04 jamieMake it easier for filesystems to count themselves...
2018-05-04 markjFix some races introduced in r332974.
2018-05-04 mmacy`dup1_processes -t 96 -s 5` on a dual 8160
2018-05-03 kibImplement support for ifuncs in the kernel linker.
2018-05-02 shurdSeparate list manipulation locking from state change...
2018-05-01 markjPrint the dump progress indicator after calling dump_st...
2018-05-01 nwhitehornReport the kernel base address properly in kldstat...
2018-04-30 emasteDisable connectat/bindat with AT_FDCWD in capmode
2018-04-27 mjgsystrace: track it like sdt probes
2018-04-27 manuclk: Put the sysctls under hw.clock instead of clock
2018-04-24 markjImprove VM page queue scalability.
2018-04-24 sbrunoRevert r332894 at the request of the submitter.
2018-04-24 cemDo not totally silence suppressed secondary kasserts...
2018-04-24 cemFix debug.kassert.do_log description text
2018-04-24 cempanic: Optionally, trace secondary panics
2018-04-24 jtlUpdate r332860 by changing the default from suppressing...
2018-04-24 cemlockmgr: Add missed neutering during panic
2018-04-24 mjglockf: change the owner hash from pid to vnode-based
2018-04-24 mjgdtrace: depessimize dtmalloc when dtrace is active
2018-04-24 mjglockstat: track lockstat just like sdt probes
2018-04-23 mjgmalloc: stop reading the subzone if MALLOC_DEBUG_MAXZON...
2018-04-23 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option
2018-04-23 mjglockf: add per-chain locks to the owner hash
2018-04-23 mjglockf: skip locking the graph if not necessary (common...
2018-04-23 mjglockf: perform wakeup onlly when there is anybody waiting
2018-04-23 mjglockf: skip the hard work in lf_purgelocks if possible
2018-04-23 mjglockf: free state only when recycling the vnode
2018-04-22 tijlMake bufdaemon and bufspacedaemon use kthread_suspend_c...
2018-04-22 mjglockf: slightly depessimize
2018-04-21 jtlWhen running with INVARIANTS, the kernel contains extra...
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 kibRename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and...
2018-04-20 avgcall racct_proc_ucred_changed() under the proc lock
2018-04-19 jhbSimplify the code to allocate stack for auxv, argv...
2018-04-18 kibAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-17 jhbProperly do a deep copy of the ioctls capability array...
next