freebsd.git
2021-10-20 Baptiste Daroussinskel: update .shrc as well
2021-10-20 Baptiste Daroussintimeout: style fixes
2021-10-20 Baptiste Daroussintimeout: eliminate usage of sysexits
2021-10-20 Baptiste DaroussinUPDATING: fix style
2021-10-20 Baptiste DaroussinRELNOTES: document the change of the default shell
2021-10-20 Baptiste Daroussinsh(1): make it the default shell for the root user
2021-10-20 Baptiste Daroussinsh(1): interactive mode improvement
2021-10-20 Baptiste Daroussinncurses: documents the latest changes in RELNOTES
2021-10-20 Peter Holmstress2: Added a "mdconfig -o force" test scenario
2021-10-20 Felix Johnsoncamcontrol(8): Clean up references to removed symbols
2021-10-20 Felix Johnsonarswitch(4): Add new manpage
2021-10-20 Mark Johnstonsysctl.3: sys/types.h no longer needs to be explicitly...
2021-10-20 Mark Johnstonvlapic: Schedule callouts on the local CPU
2021-10-20 Mark JohnstonBump __FreeBSD_version for the preceding page allocator...
2021-10-20 Mark Johnstonamd64: Add comments to pmap_pinit_type()
2021-10-20 Mark JohnstonUse the vm_radix_init() helper when initializing pmaps
2021-10-20 Mark JohnstonRemove some remaining references to VM_ALLOC_NOOBJ
2021-10-20 Mark Johnstonvm_fault: Stop specifying VM_ALLOC_ZERO
2021-10-20 Mark JohnstonRewrite the vm_page_alloc manual page
2021-10-20 Mark Johnstonvm_page: Drop handling of VM_ALLOC_NOOBJ in vm_page_all...
2021-10-20 Mark Johnstonvm_page: Stop handling VM_ALLOC_NOOBJ in vm_page_alloc_...
2021-10-20 Mark JohnstonConvert consumers to vm_page_alloc_noobj_contig()
2021-10-20 Mark JohnstonIntroduce vm_page_alloc_noobj_contig()
2021-10-20 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-10-20 Mark Johnstonvm_page: Add a new page allocator interface for unnamed...
2021-10-20 Mark Johnstonvm_page: Move vm_page_alloc_check() to after page alloc...
2021-10-20 Ed Mastelibssh: Rearrange Makefile SRCS to match upstream Makef...
2021-10-19 Konstantin... procctl: stop using SA_*LOCKED, define local enum
2021-10-19 Konstantin... kern_procctl: skip zombies for process group operations
2021-10-19 Konstantin... kern_procctl.c: use td->td_proc instead of curproc
2021-10-19 Konstantin... procctl: actually require debug privileges over target
2021-10-19 Konstantin... procctl: make it possible to specify that some operatio...
2021-10-19 Konstantin... sys_procctl(): zero the data buffer once, on syscall...
2021-10-19 Konstantin... sys_procctl(): use table data to do copyin/copyout
2021-10-19 Konstantin... kern_procctl_single(): convert to use table data
2021-10-19 Konstantin... procctl: convert PDEATHSIG_CTL/STATUS to regular kern_p...
2021-10-19 Konstantin... procctl(2): add consistent shortcut P_ID:0 as curproc
2021-10-19 Konstantin... kern_procctl(): convert the function to be table-driven
2021-10-19 Konstantin... sys_procctl(2): remove sysproto and argused
2021-10-19 Gleb Smirnoffsockstat: don't query jail vnet if system is running...
2021-10-19 Gleb Smirnoffsockstat: make err(3) on jail errors more verbose.
2021-10-19 Toomas Soomeloader: net_open() should not replace f->f_devdata
2021-10-19 Mateusz Guzikpf: fix some cc --analyze warnings
2021-10-19 Emmanuel Vadotvt: Disable bell by default
2021-10-19 Felix Johnsondevd(8): Note default config file search locations
2021-10-18 Ed MasteMakefile.inc1: remove lorder from build/cross tools
2021-10-18 Rick Macklemnfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replie...
2021-10-18 Konstantin... crt_malloc: more accurate handling of mmap(2) failure
2021-10-18 Ed Mastelorder: process read-only data symbols
2021-10-18 Adrian Chaddipq4018: add initial IPQ4018/IPQ4019 support
2021-10-18 Adrian Chaddarm: add a std.qca for 32 bit armv7 platforms
2021-10-18 Adrian Chaddipq4018: add initial IPQ4018/IPQ4019 support
2021-10-18 Adrian Chaddarm: allow the debug stuff in CP14 to be disabled at...
2021-10-18 Adrian Chaddarm: print out the undefined instruction upon an undefi...
2021-10-18 Adrian Chaddipq4018: add a device tree file for the ASUS rt-ac58u...
2021-10-18 Adrian Chaddipq4018: add TCSR definitions from Linux.
2021-10-18 Gleb Smirnoffin_mcast: garbage collect inp_gcmoptions()
2021-10-18 Gleb SmirnoffAdd in_pcb_var.h for KPIs that are private to in_pcb...
2021-10-18 Gleb SmirnoffMove in6_pcbsetport() to in6_pcb.c
2021-10-18 Gleb Smirnoffin_pcb: garbage collect in_pcbrele()
2021-10-18 Gleb Smirnoffin_pcb: garbage collect unused structure in_pcblist
2021-10-18 Kyle EvansFix cross-building on Linux/aarch64
2021-10-18 Ed Mastelibssh: correct libssh src file list
2021-10-18 Warner LoshRemove POWER_PM_TYPE_APM. It's now unused.
2021-10-18 Mark Johnstonbhyve: Fix the WITH_BHYVE_SNAPSHOT build
2021-10-18 Mark Johnstontimecounter: Lock the timecounter list
2021-10-18 Mark Johnstonx86: Remove some leftover APM support
2021-10-18 Mark Johnstonsignal: Add SIG_FOREACH and refactor issignal()
2021-10-18 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-18 Mark Johnstonbitset: Reimplement BIT_FOREACH_IS(SET|CLR)
2021-10-18 Mark Johnstonsafexcel: Set the context record unconditionally
2021-10-18 Mark Johnstonamd64: Zero the PML5 PTI page when initializing a pmap
2021-10-18 Peter Holmstress2: Move test added by mistake
2021-10-18 Peter Holmstress2: Added a syzkaller reproducer
2021-10-18 Philip Paepscontrib/tzdata: import tzdata 2021d
2021-10-18 Philip PaepsImport tzcode 2021d
2021-10-18 Rick Macklemnfscl: Modify Close RPC so that it does not use "owner...
2021-10-17 Colin PercivalTSLOG: Report final execname, not first
2021-10-17 Jessica ClarkeBump __FreeBSD_version for LinuxKPI changes
2021-10-17 Jessica ClarkeLinuxKPI: Support lazy BAR allocation
2021-10-17 Jessica ClarkeLinuxKPI: Implement _ioremap_attr for riscv
2021-10-17 Jessica Clarkeriscv: Implement pmap_mapdev_attr
2021-10-17 Edward Tomasz... Make vmdaemon timeout configurable
2021-10-17 Edward Tomasz... procfs: Document as deprecated
2021-10-17 Edward Tomasz... linux: recognize TCP_INFO and ratelimit the warning
2021-10-17 Edward Tomasz... linux: Improve debugging for PTRACE_GETREGSET
2021-10-17 Edward Tomasz... linux: Implement some bits of PTRACE_PEEKUSER
2021-10-17 Edward Tomasz... linux: Adjust PTRACE_GET_SYSCALL_INFO buffer size semantics
2021-10-17 Edward Tomasz... linux: Partially implement TCSBRK
2021-10-17 Mateusz Guzikcache: only assert on flags when dealing with EMPTYPATH
2021-10-17 Mateusz Piotrowskimixer.8: Document -h
2021-10-16 Fangrui Songrtld: Support DT_RELR relative relocation format
2021-10-16 Fangrui Songsys: Add definitions for RELR relative relocation format
2021-10-16 Kristof Provostpf: don't drop packets when redirection information...
2021-10-16 Rick Macklemnfscl: Move release of the clientID lock into nfscl_doc...
2021-10-16 Dimitry Andricllvm-readobj: Add missed source file
2021-10-16 Mateusz Guzikcache: add empty path support
2021-10-16 Colin PercivalAdd userland boot profiling to TSLOG
2021-10-16 Kristof Provostpf: selecting pf_map_addr is not an error
2021-10-16 Hans Petter... mixer(8): Add -h option to show usage.
next