]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Properly support the GPIO_PIN_PRESET_{LOW,HIGH} options when configuring
[FreeBSD/FreeBSD.git] / sys / sys /
2018-05-04 mjgAllow __builtin_memmove instead of bcopy for small...
2018-05-04 emastegpart: add fat32lba MBR partition type
2018-05-03 kibImplement support for ifuncs in the kernel linker.
2018-05-02 shurdSeparate list manipulation locking from state change...
2018-04-27 mjgUnbreak world build after r333064
2018-04-27 mjgsystrace: track it like sdt probes
2018-04-27 emasteelf_common.h: add DT_SUNW_ASLR tag
2018-04-27 mjgvm: move vm_cnt to __read_mostly now that it is not...
2018-04-27 manuclk: Put the sysctls under hw.clock instead of clock
2018-04-26 sbrunoTigthen up kern_prefetch.h includes. The DMAP check...
2018-04-24 sbrunoRevert r332894 at the request of the submitter.
2018-04-24 mjglockstat: track lockstat just like sdt probes
2018-04-23 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option
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-19 jhbSimplify the code to allocate stack for auxv, argv...
2018-04-19 rrsThis commit brings in the TCP high precision timer...
2018-04-19 avgset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 kibAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-17 jhbProperly do a deep copy of the ioctls capability array...
2018-04-17 brooksRemove the unused fuwintr() and suiwintr() functions.
2018-04-12 bzFix a typo.
2018-04-12 vmaffionenetmap: align codebase to the current upstream (commit...
2018-04-07 ianAdd the ioctl definitions for spigen get/set spi mode...
2018-04-06 edLet syslog(3) use RFC 5424.
2018-04-06 roygerremove GiB/MiB macros from param.h
2018-04-05 roygerintroduce GiB and MiB macros
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-04 impFix minor whitespace nits
2018-03-31 markjDon't verify td_locks accounting after a panic.
2018-03-29 markjHave TD_LOCKS_DEC() assert that td_locks is positive.
2018-03-29 jeffImplement several enhancements to NUMA policies.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 avgZFS vn_rele_async: catch up with the use of refcount...
2018-03-28 mjgseq: provide a comment explaining what seq is for and...
2018-03-28 mjgseq: disable preemption around seq_write_*
2018-03-27 kibAllow to specify PCP on packets not belonging to any...
2018-03-27 brooksMove uio enums to sys/_uio.h.
2018-03-24 kibAccount the size of the vslock-ed memory by the thread.
2018-03-24 philipImport tzdata 2018d
2018-03-23 jhbMove remaining EF_MIPS_* flags to <sys/elf_common.h>.
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 jeffStart witness much earlier in boot so that we can shrin...
2018-03-21 kibMove sysinit and sysuninit linker sets in the data...
2018-03-21 cemRegenerate sysent files after r331279.
2018-03-21 cemImplement getrandom(2) and getentropy(3)
2018-03-20 impDrop support for lint for cdefs.h.
2018-03-20 impRemove obsolete lint support.
2018-03-20 markjDrop KTR_CONTENTION.
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-16 brooksAdd _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
2018-03-14 brooksFix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
2018-03-13 brooksmd_pad is used by MDIOCLIST and not available for futur...
2018-03-13 emasteUse C99 boolean type for translate_osrel
2018-03-10 brooksRemove obsolete dataacq.h.
2018-03-04 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-03 ianCorrect a misplaced closing paren. Does not affect...
2018-03-03 hselaskyAllow pause_sbt() to catch signals during sleep by...
2018-03-03 manuIntroduce BUS_PASS_SUPPORTDEV
2018-03-02 brooksDon't declare union semun in userspace unless _WANT_SEM...
2018-03-02 brooksDon't define struct mymsg.
2018-03-02 brooksRename kernel-only members of semid_ds and msgid_ds.
2018-03-02 kibRemove _Nonnull attributes from user addresses argument...
2018-03-02 sjgUpdate to bmake-201802222
2018-03-01 ianAdd a function to retrieve the EFI realtime clock capab...
2018-03-01 eadlersys/sys: Use a more common spelling of 'dirent'
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-23 jeffAdd a generic Proportional Integral Derivative (PID...
2018-02-23 impDo not include float interfaces when using libsa.
2018-02-22 mavMFV r329799, r329800:
2018-02-22 emasteUse 'const int *' for sysentvec errno translation table
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-20 brooksReduce duplication in dynamic syscall registration...
2018-02-20 jeffFurther parallelize the buffer cache.
2018-02-19 mjgmtx: add mtx_spin_wait_unlocked
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 mjgUndo LOCK_PROFILING pessimisation after r313454 and...
2018-02-17 impFixup minor nits in the PNP_INFO protocol.
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 brooksGet rid of the requirement to include SysV IPC headers...
2018-02-13 markjAdd support for zstd-compressed user and kernel core...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 asomersFix a comment. No functional change.
2018-02-12 ianAdd a set of convenience routines for RTC drivers to...
2018-02-12 ianReplace the existing print_ct() private debugging funct...
2018-02-12 impAdd Lua as a scripting langauge to /boot/loader
2018-02-12 impMove __va_list and related defines to sys/sys/_types.h
2018-02-11 impConsistent macro indentation is the hobgoblin of small...
2018-02-11 cemAdd GUID and alias for Apple APFS partition
2018-02-09 jkimMFV: r329072
2018-02-09 mckusickMerge biodone_finish() back into biodone(). The primary...
2018-02-08 dimPull in r324594 from upstream clang trunk (by Alexander...
2018-02-08 brooksstyle(9): use a type for each member in struct defintions.
2018-02-07 brooksRemove part of a comment reverting to nonexistant struc...
2018-02-06 ianUse const pointers for input data not modified by clock...
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-06 bzRemove a trailing whitspace.
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 wulfpsm(4): Add support for HP EliteBook 1040 ForcePads.
2018-01-29 impCreate deprecation management functions.
next