]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
fix top after arc accounting change
[FreeBSD/FreeBSD.git] / sys / sys /
2018-08-10 impBring in timespce_get form NetBSD.
2018-08-09 kevansBOOT_TAG: Make a config(5) option, expose as sysctl...
2018-08-09 kevansmsgbuf: Light detailing (const'ify and bool'itize)
2018-08-09 kevanskern: Add a BOOT_TAG marker at the beginning of boot...
2018-08-08 eadlerfile: update to 5.34
2018-08-07 markjImprove handling of control message truncation.
2018-08-06 jhbMake the system C11 atomics headers fully compatible...
2018-08-04 kevansefirt: Don't enter EFI context early, convert addrs...
2018-08-04 kibSwap in WKILLED processes.
2018-08-04 markjDon't check rcv sockbuf limits when sending on a unix...
2018-08-04 glebiusNow that after r335979 the kernel addresses in API...
2018-08-03 avgsafer wait-free iteration of shared interrupt handlers
2018-08-03 asomersFix LOCAL_PEERCRED with socketpair(2)
2018-08-01 kibAdd ioctl to conveniently mmap a PCI device BAR into...
2018-08-01 markjRemove MT_NTYPES.
2018-07-31 mavMFV r336991, r337001:
2018-07-30 asomersMake timespecadd(3) and friends public
2018-07-30 andrewAs with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC...
2018-07-29 antoineAdd allow.mlock to jail parameters
2018-07-29 mmMFV r336851:
2018-07-27 impRevert r336773: it removed too much.
2018-07-27 impRemove xscale support
2018-07-26 emasteelf_common: update ARM ABI flag names
2018-07-25 emastesockopt.h: remove stale comment
2018-07-23 avgchange interrupt event's list of handlers from TAILQ...
2018-07-20 impBump version to 1200075 for zfsloader being folded...
2018-07-18 dabMake the definition of struct kevent in event.h match...
2018-07-17 pfgFreeBSD_version bump as per r336351,
2018-07-16 andrewDon't use the static keyword with DPCPU defines in...
2018-07-15 mariusAssorted TSO fixes for em(4)/iflib(9) and dead code...
2018-07-13 impCreate helper functions for parsing boot args.
2018-07-12 mjgsx: remove the spurious macro value difference vs rwlocks
2018-07-11 cyMFV r324714:
2018-07-11 dabAddress some (although not all) style(9) issues in...
2018-07-10 kibRemove bits of the old NUMA.
2018-07-10 brooksRegen after r336171.
2018-07-10 kevanskern_environment: bool'itize dynamic_kenv; fix small...
2018-07-10 impTweak documentation to RB_ constants to reflect current use
2018-07-08 mmacycritical_{enter, exit}: add missing compiler barrier
2018-07-06 kibExpand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 kibRevert to recommit with the proper message.
2018-07-06 kibSave a call to pmap_remove() if entry cannot have any...
2018-07-06 jamieChange prison_add_vfs() to the more generic prison_add_...
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 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 brooksMake struct xinpcb and friends word-size independent.
2018-07-04 mmacyFreeBSD_version: update for epoch(9) r335924 KPI change
2018-07-04 mmacyepoch(9): allow preemptible epochs to compose
2018-07-03 mmacyexpose sched_{pin,unpin}_lite to tied modules
2018-07-03 mmacymake critical_{enter, exit} inline
2018-07-02 mmacyinline atomics and allow tied modules to inline locks
2018-07-02 mmacyinpcb: don't gratuitously defer frees
2018-06-28 dabFix compilation error in r335765 under gcc 4.2.1.
2018-06-28 dabRemove potential identifier conflict in the EV_SET...
2018-06-27 emasteSplit kern_break from sys_break and use it in linuxulator
2018-06-27 impRemove devctl_safe_quote since it's now unused.
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-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 bdreweryMinor comment fix d_namelen -> d_namlen
2018-06-21 jhibbitsIntroduce PMCR-based cpufreq(4) driver, for IBM POWER8...
2018-06-20 hselaskyPermit the kernel environment to set an array of numeri...
2018-06-18 oshogbolibnv: Add nvlist_append_*_array() family of functions.
2018-06-18 oshogbolibnv: Remove nvlist argument from cnvlist_{take,free...
2018-06-18 oshogbolibnv: add const to cookies arguments
2018-06-18 oshogbolibnv: change name of cookie from cookiep to cookie.
2018-06-15 cemBump __FreeBSD_version after r335227
2018-06-15 cemRetain offset compatibility with pre-12.0 dumps
2018-06-14 brooksRegen after 335177 (rename sys_obreak to 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-12 rmacklemVersion bump since r334930 changed the interface betwee...
2018-06-10 eadlerRevert r334929
2018-06-10 eadlerinclude: remove sys/capability.h
2018-06-10 wulfDrop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.
2018-06-09 markjBump __FreeBSD_version after r334881 and force libdwarf...
2018-06-08 jtlAdd a socket destructor callback. This allows kernel...
2018-06-08 mmacyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 rrsFix build issue with const and volatile and the
2018-06-07 rrsThis commit brings in a new refactored TCP stack called...
2018-06-07 mmacypmc: convert native to jsonl and track TSC value of...
2018-06-06 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 mjgmalloc: elaborate on r334545 due to frequent questions
2018-06-06 mmacyhwpmc: add summary command and further metadata extensions
2018-06-05 vangyzenMake Coverity more happy with r334545
2018-06-05 mmacyhwpmc: log name->pid, name->tid mappings
2018-06-04 mmacyhwpmc: ABI fixes
2018-06-04 mmacyhwpmc: support sampling both kernel and user stacks...
2018-06-03 mmacypmc: remove assert that is invalid in interrupt context
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-02 jhibbitsIncluded VSX registers in powerpc core dumps
2018-06-02 mjgUse __builtin for various mem* and b* (e.g. bzero)...
next