]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
ti: sdhci: Correct voltage caps
[FreeBSD/FreeBSD.git] / sys / sys /
2019-08-18 Konstantin BelousovFix an issue with executing tmpfs binary.
2019-08-18 Jeff RobersonAdd a blocking wait bit to refcount. This allows refs...
2019-08-16 Xin LIDelete sys/dir.h which was deprecated since 1997.
2019-08-16 Brooks Davismd(4): remove the unused and unusable MDIOCLIST ioctl.
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-13 Conrad MeyerRemove deprecated GEOM classes
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-13 Jeff RobersonMove scheduler state into the per-cpu area where it...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-07 Conrad Meyersbuf(9): Add sbuf_nl_terminate() API
2019-08-07 Conrad Meyersbuf(9): Add NOWAIT dynamic buffer extension mode
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Jeff RobersonCache kernel stacks in UMA. This gives us NUMA support...
2019-08-05 Mariusz Zaborskiproc: introduce the proc_add_orphan function
2019-08-04 Justin HibbitsAdd necessary bits for Linux KPI to work correctly...
2019-08-01 Xin LIAllow Kernel to link in both legacy libkern/zlib and...
2019-07-31 Konstantin BelousovMake randomized stack gap between strings and pointers...
2019-07-30 Mark JohnstonUse VNASSERT() in checked VOP wrappers.
2019-07-30 Alan SomersBump __FreeBSD_version
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Mark JohnstonHandle refcount(9) wraparound.
2019-07-30 Xin LIBump __FreeBSD_version after removal of gzip'ed a.out...
2019-07-30 Xin LIRemove gzip'ed a.out support.
2019-07-30 Alan SomersMFHead @350426
2019-07-29 Mariusz Zaborskiseqc: add man page
2019-07-29 Mariusz Zaborskiproc: make clear_orphan an public API
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-28 Alexander MotinDecode some more IDENTIFY DEVICE bits.
2019-07-28 Alan SomersMFHead @350390
2019-07-28 Alan SomersMFHead @r350386
2019-07-28 Alan SomersAdd v_inval_buf_range, like vtruncbuf but for a range...
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alexander MotinMake `camcontrol sanitize` support also ATA devices.
2019-07-25 Rick Macklemr350320 committed the wrong version of generated syscal...
2019-07-25 Rick MacklemUpdate the generated syscall.mk for copy_file_range(2).
2019-07-25 Rick MacklemUpdate the generated syscall files for copy_file_range...
2019-07-25 Rick MacklemAdd kernel support for a Linux compatible copy_file_ran...
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-24 Mark JohnstonFix the turnstile_lock() KPI.
2019-07-24 Mark JohnstonRemove cap_random(3).
2019-07-21 Konstantin BelousovSwitch the rest of the refcount(9) functions to bool...
2019-07-21 Konstantin BelousovFix userspace build after r350199.
2019-07-21 Konstantin BelousovCheck and avoid overflow when incrementing fp->f_count in
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-19 Alexander MotinAdd Accessible Max Address Configuration support to...
2019-07-18 Alan Somersfusefs: add a intr/nointr mount option
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Alan Somersfusefs: multiple interruptility improvements
2019-07-15 John BaldwinAdd ptrace op PT_GET_SC_RET.
2019-07-15 John BaldwinAlways set td_errno to the error value of a system...
2019-07-13 Ian LeporeAdd arm_sync_icache() and arm_drain_writebuf() sysarch...
2019-07-10 Randall StewartThis commit updates rack to what is basically being...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-03 Mark JohnstonRemove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
2019-07-02 Konstantin BelousovControl implicit PROT_MAX() using procctl(2) and the...
2019-07-01 Kirk McKusickAdd a new "untrusted" option to the mount command....
2019-07-01 Rick MacklemFactor out the code that does a VOP_SETATTR(size) from...
2019-07-01 Andriy Gaponupgrade the warning printf-s in bus accessors to KASSER...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-29 John BaldwinAdd support for using unmapped mbufs with sendfile(2).
2019-06-29 John BaldwinAdd an external mbuf buffer type that holds multiple...
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Hans Petter SelaskyImplement API for draining EPOCH(9) callbacks.
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-28 Mitchell HorneAdd some missing RISC-V ELF defines
2019-06-27 Alan SomersMFHead @349476
2019-06-27 Rick MacklemAdd non-blocking trylock variants for the rangelock...
2019-06-27 Andriy Gaponrevert r349460, printf -> KASSERT in bus.h, until I...
2019-06-27 Andriy Gaponupgrade the warning printf-s in bus accessors to KASSERT-s
2019-06-25 Julian ElischerFix annoying whitespace issue.
2019-06-25 Leandro Lupori[PowerPC64] Don't mark module data as static
2019-06-25 Warner LoshRemove NAND and NANDFS support
2019-06-24 Warner LoshMove to using a common kernel path between the boot...
2019-06-21 Alan SomersReduce namespace pollution from r349233
2019-06-21 Johannes LundbergLinuxKPI: Additions to rcu list.
2019-06-21 Conrad Meyersys: Remove DEV_RANDOM device option
2019-06-20 Alan Somersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 Brooks DavisExtend mmap/mprotect API to specify the max page protec...
2019-06-20 Alan SomersMFHead @349234
2019-06-20 Alan Somers#include <sys/types.h> from sys/filio.h
2019-06-20 Alan SomersAdd FIOBMAP2 ioctl
2019-06-20 Alexander MotinAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-18 Alexander MotinOptimize kern.geom.conf* sysctls.
2019-06-18 Ed MasteRemove sys/capability.h for the third time
2019-06-17 Xin LISeparate kernel crc32() implementation to its own heade...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-15 Ian LeporeMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Stephen HurdSome devices take undesired actions when RTS and DTR are
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-11 John BaldwinMake the warning intervals for deprecated crypto algori...
next