]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Update to bmake-20200710
[FreeBSD/FreeBSD.git] / sys /
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Mateusz Guzikfd: stop looping in pwd_hold
2020-07-11 Edward Tomasz Napi... Make linprocfs(5) report correct tty number in /proc...
2020-07-11 Edward Tomasz Napi... Make linux stat(2) return the same st_dev for every...
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-10 Edward Tomasz Napi... Don't emit warnings on MADV_HUGEPAGE; Firefox uses...
2020-07-10 Michael TuexenWhitespace changes due to upstreaming r363079.
2020-07-10 Mark JohnstonProvide support for building SCTP as a loadable module.
2020-07-10 Hans Petter SelaskyImplement the bitmap_subset() function in the LinuxKPI...
2020-07-10 Hans Petter SelaskyImplement the array_size() function in the LinuxKPI...
2020-07-10 Michael TuexenFix a use-after-free bug for the userland stack. The...
2020-07-10 Andrew TurnerSplit long lines in the Raspberry Pi FB driver
2020-07-10 Mateusz Guzikvfs: fix early termination of kern_getfsstat
2020-07-10 Mateusz Guzikvfs: fix trivial whitespace issues which don't interefe...
2020-07-10 Mateusz Guzikvfs: depessimize getfsstat when only the count is requested
2020-07-10 Mateusz Guzikvfs: avoid spurious memcpy in vfs_statfs
2020-07-10 Kyle Evansmemfd_create: turn on SHM_GROW_ON_WRITE
2020-07-10 Kyle Evansshm_open2: Implement SHM_GROW_ON_WRITE
2020-07-10 Kyle Evansshmfd: make shm_size a vm_ooffset_t
2020-07-09 Scott LongRevert r362998, r326999 while a better compatibility...
2020-07-09 Mark JohnstonApply the logic from r363051 to semctl(2) and __sem_bas...
2020-07-09 Mark JohnstonAvoid copying out kernel pointers from msgctl(IPC_STAT).
2020-07-09 Andrew TurnerAdd a driver to talk to the Raspberry Pi firmware
2020-07-09 Michael TuexenOptimize flushing of receive queues.
2020-07-09 Xin LIg_concat_find_device: trim /dev/ if it is present,...
2020-07-09 Xin LIsys/geom: consistently use _PATH_DEV instead of hardcod...
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-08 Emmanuel Vadottwsi: Fix for > Allwinner A20
2020-07-08 Emmanuel Vadotextres/syscon_generic: Make device quiet if not in...
2020-07-08 Alan Somersgeli: enable direct dispatch
2020-07-08 Michael TuexenImprove consistency.
2020-07-08 Michael TuexenFix error description.
2020-07-08 Michael TuexenDon't accept FORWARD-TSN chunks when I-FORWARD-TSN...
2020-07-08 Michael TuexenImprove handling of PKTDROP chunks. This includes the...
2020-07-08 Takanori WatanabeAdd support for [read|write] supported data length...
2020-07-08 Rick MacklemAdd support for ext_pgs mbufs to nfsm_uiombuf().
2020-07-07 Scott LongMigrate the feature of excluding RAM pages to use ...
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Mark JohnstonRebuild sysent when capabilities.conf is updated.
2020-07-07 Richard ScheffeneggerFix KASSERT during tcp_newtcpcb when low on memory
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-07 Rick MacklemAdd support for ext_pgs mbufs to nfsrvd_rephead().
2020-07-06 Kristof Provostriscv plic: Do not complete interrupts until the interr...
2020-07-06 Mark JohnstonSplit nhop_ref_object().
2020-07-06 Mitchell HorneRISC-V boot1.efi and loader.efi support
2020-07-06 Mark JohnstonRegenerate.
2020-07-06 Mark JohnstonPermit cpuset_(get|set)domain() in capability mode.
2020-07-06 Pawel Biernackikern.tty_info_kstacks: set compact format as default
2020-07-06 Mark JohnstonAllow accesses of the caller's CPU and domain sets...
2020-07-06 Pawel Biernackikern.tty_info_kstacks: add a compact format
2020-07-06 Mark JohnstonLift cpuset Capsicum checks into a subroutine.
2020-07-06 Brandon Bergren[PowerPC] XIVE dispatch tweaks
2020-07-06 Mark Johnstoniflib: Fix some nits in the rx refill code.
2020-07-06 Mark Johnstoniflib: Fix handling of mbuf cluster allocation failures.
2020-07-06 Andrew TurnerAdd a driver for bcm2838 PCI express controller
2020-07-06 Hans Petter SelaskyInfiniband clients must be attached and detached in...
2020-07-06 Mateusz Guzikvfs: expand on vhold_smr comment
2020-07-05 Mateusz Guziklockf: elide avoidable locking in lf_advlockasync
2020-07-05 Rick MacklemAdd support for ext_pgs mbufs to nfsm_strtom().
2020-07-05 Konstantin BelousovFix typo.
2020-07-05 Hans Petter SelaskyFix include file order in io.h in the LinuxKPI.
2020-07-05 Andrew TurnerRerun kernel ifunc resolvers after all CPUs have started
2020-07-05 Edward Tomasz Napi... Fix Linux recvmsg(2) when msg_namelen returned is 0...
2020-07-05 Navdeep Parharcxgbe(4): Fix a bug (introduced in r362905) where some...
2020-07-04 Pawel Biernackidev.ixl.<N>.debug: mark as MPSAFE
2020-07-04 Edward Tomasz Napi... Add /proc/sys/kernel/tainted to linprocfs(5). Helps...
2020-07-04 Edward Tomasz Napi... Make linprocfs(5) create /proc/bus/pci/devices/, and...
2020-07-04 Mateusz Guzikdevfs: fix a vnode use-after-free in devfs_ioctl
2020-07-04 Mateusz Guziklinux: fix ioctl performance for termios
2020-07-04 Mateusz GuzikAdd char and short types to kcsan
2020-07-04 Mateusz Guzikaudit: provide AUDITING_TD for !AUDIT case
2020-07-04 Rick MacklemAdd support for ext_pgs mbufs to nfscl_reqstart() and...
2020-07-03 Conrad MeyerAdd domain policy allocation for amd64 fpu_kern_ctx
2020-07-03 Mateusz Guzikifdef out pg_jobc assertions added in r361967
2020-07-03 Alexander V. ChernikovFix IPv6 regression introduced by r362900.
2020-07-03 Rick MacklemFix build breakage caused by r362903. Only pmap.h is...
2020-07-03 Navdeep Parharcxgbe(4): changes in the Tx path to help increase tx...
2020-07-03 Rick MacklemAdd support for ext_pgs mbufs to nfsm_build().
2020-07-02 Alexander V. ChernikovComplete conversions from fib<4|6>_lookup_nh_<basic...
2020-07-02 Alan SomersFix page fault in zfsctl_snapdir_getattr
2020-07-02 Mateusz Guzikcred: add a prediction to crfree for td->td_realucred...
2020-07-02 Mateusz Guzikcache: add missing call to cache_ncp_invalid for negati...
2020-07-02 Mateusz Guzikcache: fix misplaced fence in cache_ncp_invalidate
2020-07-02 Konstantin Belousovmlx5_core: remove unneccessary LFENCE instruction.
2020-07-02 Konstantin Belousovlinuxkpi: improvements for linux_pid_task() and linux_g...
2020-07-02 Konstantin BelousovUse tdfind() in pget().
2020-07-01 Kristof Provostriscv pmap: zero reserved pte bits in ppn
2020-07-01 Kristof Provostriscv locore.S: load constant prior to loop
2020-07-01 Kristof Provostriscv: Log missing registers in dump_regs()
2020-07-01 Michael TuexenFix the cleanup handling in a error path for TCP BBR.
2020-07-01 Andrew TurnerRead the CPU 0 arm64 ID registers early in initarm
2020-07-01 Andrew TurnerMove ID reading signatures to a better header
2020-07-01 Mark JohnstonFix a possible next-hop refcount leak when handling...
2020-07-01 Andrew TurnerRead the arm64 ID registers earlier in the boot process.
2020-07-01 Andrew TurnerSimplify the flow when getting/setting an isrc
2020-07-01 Edward Tomasz Napi... Rework linux accept(2). This makes the code flow easie...
2020-07-01 Hans Petter SelaskyThe "pid" field in the LinuxKPI task struct is typicall...
2020-07-01 Mateusz Guzikcache: lockless forward lookup with smr
2020-07-01 Mateusz Guzikvfs: protect vnodes with smr
2020-07-01 Takanori WatanabeAllow some Bluetooth LE related HCI request to non...
next