]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
aw_mmc: Use the DEVMETHOD vccq for the IO line voltage
[FreeBSD/FreeBSD.git] / sys / kern /
2018-05-31 impMake the data returned by devinfo harder to overflow.
2018-05-30 brooksRemove alternative names that are identical to the...
2018-05-30 emastelink_elf_obj: correct an error message
2018-05-30 mmacyepoch(9): make epoch closer to style(9)
2018-05-29 shurdiflib: mark irq allocation name parameter as constant
2018-05-29 glebiusRevert second chunk of r333860. The warning from gcc...
2018-05-29 mmacyhwpmc: don't enter epoch section across mmap hook
2018-05-29 brooksCorrect pointer subtraction in KASSERT().
2018-05-29 avgadd support for console resuming, implement it for...
2018-05-28 mmacywitness/hwpmc: fix locking order for pmc locks
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-26 vangyzenkern_cpuset: fix small leak on error path
2018-05-26 vangyzenkdb_trap: Fix use of uninitialized data
2018-05-25 brooksRegen after r334223: make vadvise compat freebsd11.
2018-05-25 brooksMake vadvise compat freebsd11.
2018-05-24 mmacyAF_UNIX: It is possible for UNIX datagram sockets to...
2018-05-24 mmacyAF_UNIX: evidently Samba likes to connect a unix socket...
2018-05-24 mmacyAF_UNIX in connectat unp and unp2 can be the same
2018-05-24 cemYank crufty INTR_FILTER option
2018-05-24 brooksAvoid two suword() calls per auxarg entry.
2018-05-24 bzTry to be consistent and spell "vnet" lower case like...
2018-05-24 bzImprove the KASSERT to also have the prison pointer.
2018-05-24 mmacyAF_UNIX: assert that we're not acquiring the same lock
2018-05-23 mjgRemove incorrect owepreempt assertion added in r334062
2018-05-23 mmacykern_sendit: use pre-initialized rights
2018-05-23 philImport libxo-0.9.0:
2018-05-22 mjgMove preemption handling out of critical_exit.
2018-05-22 fabientAdd a SPD cache to speed up lookups.
2018-05-22 mjgsx: fixup a braino in r334024
2018-05-22 mjgReduce sdt-related branch-fest in mi_switch.
2018-05-22 mjgsx: port over writer starvation prevention measures...
2018-05-22 mjgrw: decrease writer starvation
2018-05-21 avgstop and restart kernel event timers in the suspend...
2018-05-21 markjDon't pass a section cookie to CK for non-preemptible...
2018-05-20 mmacyAF_UNIX gc unused label
2018-05-20 mmacyAF_UNIX: Don't unlock unp/unp2 if they're not locked
2018-05-20 mmacyAF_UNIX: fix LOR introduced by the locking rewrite
2018-05-20 mmacyAdd additional preinitialized cap_rights
2018-05-20 eadlerMFV: file 5.33
2018-05-20 mjgvfs: simplify vop_stdlock/unlock
2018-05-20 mmacyAF_UNIX: make unpcb lock name line up with what's in...
2018-05-19 impRestore the all rights reserved language. Put it on...
2018-05-19 emasteRemove duplicate cap_no_rights from r333874
2018-05-19 mmacyUnbreak BeagleBone Black boot by collapsing 29 SYSINITs...
2018-05-19 mmacyintr unbreak KTR/LINT build
2018-05-19 mmacyAF_UNIX: switch to annotations to avoid warnings
2018-05-19 mmacycapsicum: propagate const correctness
2018-05-19 mmacyintr: eliminate / annotate unused stack locals
2018-05-19 mmacysendfile: annotate unused value and ensure that npages...
2018-05-19 mmacyumtx: don't call umtxq_getchain unless the value is...
2018-05-19 mmacycpuset: revert and annotate instead
2018-05-19 mmacyconf: revert last change and annotate unused var instead
2018-05-19 mmacykevent: annotate unused stack local
2018-05-19 mmacylockf: annotate LOCKF_DEBUG only var
2018-05-19 mmacycapsicum: annotate variable only used by debug
2018-05-19 mmacyturnstile / sleepqueue: annotate variables only used...
2018-05-19 mmacyvfs: annotate variables only used by debug builds as...
2018-05-19 mmacytty: use __unused annotation instead to silence warnings
2018-05-19 mmacymalloc: avoid possibly returning stack garbage if MALLO...
2018-05-19 mmacycpuset_thread0: avoid unused assignment on non debug...
2018-05-19 mmacymake_dev: avoid unused assignments on non debug builds
2018-05-19 mmacymqueue: avoid unused variables
2018-05-19 mmacyphysio: avoid uninitialized variables
2018-05-19 mmacycache_lookup remove unused variable and initialize...
2018-05-19 mmacyfilt_timerdetach: only assign to old if we're going...
2018-05-19 mmacygetnextevent: put variable only used by KTR under ifdef KTR
2018-05-19 mmacysimplify control flow so that gcc knows we never pass...
2018-05-19 mmacytty: conditionally assign to ret value only used by...
2018-05-19 mmacyremove unused locked variable in lockmgr_unlock_fast_path
2018-05-19 mmacysignotify: don't create a stack local that isn't used...
2018-05-19 mmacysysv_msg initialize saved_msgsz
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()
next