]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Stop using ../zfs/libzfs.h but instead use libzfs.h.
[FreeBSD/FreeBSD.git] / sys / kern /
2018-07-06 jamieChange prison_add_vfs() to the more generic prison_add_...
2018-07-06 kevanskern_environment: Fix SYSINIT ordering
2018-07-06 brooksCorrect breakage on 32-bit platforms from r335979.
2018-07-06 mmacyepoch(9): simplify initialization
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-07-05 andrewCreate a new macro for static DPCPU data.
2018-07-05 bzSplit up deadlkres() to make it more readable in antici...
2018-07-05 kevanskern_environment: use any provided environments, evict...
2018-07-05 kevansRevert r335995 due to accidental changes snuck in
2018-07-05 kevanskern_environment: use any provided environments, evict...
2018-07-05 bzWith the introduction of reapers and reaplists in r275800,
2018-07-05 brooksRevert r335983.
2018-07-05 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-05 kibSilence warnings about unused variables when RACCT...
2018-07-05 brooksMake struct xinpcb and friends word-size independent.
2018-07-04 mmacyepoch(9): make nesting assert in epoch_wait_preempt...
2018-07-04 oshogboAdd description to debug.ncores sysctl.
2018-07-04 kibAdd a way for the process to request cleanup of the...
2018-07-04 avgremove unneeded inclusion of sys/interrupt.h from sever...
2018-07-04 mmacyepoch(9): allow preemptible epochs to compose
2018-07-03 mmacyexpose thread_lite definition to tied modules
2018-07-03 mmacymake critical_{enter, exit} inline
2018-07-01 oshogbocore(5): overwrite the oldest core dump
2018-06-27 glebiusCorrect r335242. Use unsigned cast instead of abs(...
2018-06-27 impRemove devctl_safe_quote since it's now unused.
2018-06-27 impFix devctl generation for core files.
2018-06-27 impCreate new devctl_safe_quote_sb to copy a source string...
2018-06-24 mmacyfix assert and conditionally allow mutexes to be held...
2018-06-23 mmacyepoch(9): Don't trigger taskq enqueue before the groupt...
2018-06-22 cpercivaImprove the accuracy of the POSIX "process CPU-time...
2018-06-22 mmacyepoch(9): make non-preemptible variant work early boot
2018-06-21 kevanssubr_hints: Fix acpi unit hinting (at the very least)
2018-06-21 kibfork: avoid endless wait with PTRACE_FORK and RFSTOPPED.
2018-06-21 kibUpdate proc->p_ptevents annotation to reflect the actua...
2018-06-21 jhibbitsIntroduce PMCR-based cpufreq(4) driver, for IBM POWER8...
2018-06-21 kevanssubr_hints: simplify a little bit
2018-06-20 hselaskyPermit the kernel environment to set an array of numeri...
2018-06-20 kevansAdd debug.verbose_sysinit tunable for VERBOSE_SYSINIT
2018-06-20 manuAdd pmap_mapdev_attr for arm64
2018-06-20 bzInstead of using hand-rolled loops where not needed...
2018-06-20 bzSometimes it is helpful to get the path for a vnode.
2018-06-19 mmacyconvert inpcbinfo hash and info rwlocks to epoch +...
2018-06-16 aeSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-15 glebiusSince 'ticks' is an int, it may wrap around and cr_tick...
2018-06-15 bdreweryproc0_post: Fix some locking issues
2018-06-14 cognetUse M_EXEC when calling malloc() to allocate the memory...
2018-06-14 brooksRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 brooksName the implementation of brk and sbrk sys_break().
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 jtlMake UMA and malloc(9) return non-executable memory...
2018-06-13 impImplement a 'car limit' for bioq.
2018-06-13 bdeFix the encoding of major and minor numbers in 64-bit...
2018-06-13 bdeFix some bugs found while fixing the representation...
2018-06-11 emastemakesyscalls: simplify capenabled pipeline
2018-06-11 mmacylimit change to fixing controlp handling pending review
2018-06-11 mmacysoreceive_stream: correctly handle edge cases
2018-06-08 mjgcounter: add a bit missed in r334858
2018-06-08 mmacyAF_UNIX: bring uipc_ready in compliance with new lockin...
2018-06-08 jtlAdd a socket destructor callback. This allows kernel...
2018-06-08 mjguma: fix up r334824
2018-06-08 mmacyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 rrsThis commit brings in a new refactored TCP stack called...
2018-06-07 alcWhen pidctrl_daemon() is called multiple times within...
2018-06-07 mmacyAF_UNIX: check for unp == unp2 on disconnect
2018-06-07 alcpidctrl_daemon() implements a variation on the classica...
2018-06-06 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 jhibbitsRevert r334708
2018-06-06 jhibbitsAdd a memory barrier after taking a reference on the...
2018-06-05 mmacyhwpmc: log name->pid, name->tid mappings
2018-06-04 markjRegen after r334626.
2018-06-04 markjReimplement brk() and sbrk() to avoid the use of _end.
2018-06-04 alcUse a single, consistent approach to returning success...
2018-06-04 mmacyhwpmc: support sampling both kernel and user stacks...
2018-06-02 mjgRemove an unused argument to turnstile_unpend.
2018-06-02 mjgmalloc: try to use builtins for zeroing at the callsite
2018-06-01 markjAvoid completing I/O when dumping core after a panic.
2018-06-01 emasteANSIfy 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
next