]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-05-05 John BaldwinInitial support for bhyve save and restore.
2020-05-04 Michael TuexenAdd net epoch support back, which was taken out by...
2020-05-04 Randall StewartThis fixes two issues found by ankitraheja09@gmail.com
2020-05-04 John BaldwinUse a lookup table of algorithm types for alg_is_*...
2020-05-04 Michael TuexenEnter the net epoch before calling the output routine...
2020-05-04 Randall StewartThis commit brings things into sync with the advancemen...
2020-05-04 Randall StewartAdjust the fb to have a way to ask the underlying stack
2020-05-04 Brooks DavisSet LG_VADDR to 48 on RISC-V.
2020-05-04 John BaldwinAdd RFC reference for AES-CTR with IPsec.
2020-05-04 Alexander V... Switch DDB show route to direct rnh_matchaddr() call...
2020-05-04 Alexander V... Simplify address parsing in DDB show route command.
2020-05-04 Alexander V... Remove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-05-04 Li-Wen HsuRevert r360204, sys.netipsec.tunnel.empty.v{4,6} are...
2020-05-04 Vladimir Kondratyev[evdev] Sync event codes with Linux kernel 5.6
2020-05-04 Vladimir Kondratyev[evdev] Add AT translated set1 scancodes for F-unlocked...
2020-05-04 Hans Petter... Optimise use of sg_page_count() in __sg_page_iter_next...
2020-05-04 Hans Petter... Implement more scatter and gather functions in the...
2020-05-04 Hans Petter... Fix warning about sleeping with non-sleepable lock...
2020-05-04 Xin LI - Fix logic error in swapoff case: follow same handlin...
2020-05-03 Alan SomersFix intermittent cleanup failures in the ggated test
2020-05-03 Alexander MotinAdd session locking in cfiscsi_ioctl_handoff().
2020-05-03 Kristof Provostpf: Improve DIOCADDRULE validation
2020-05-03 Benedict ReuschlingAdd references for the most important man7
2020-05-03 Benedict ReuschlingFix various, mostly minor errors in man pages like:
2020-05-03 Benedict ReuschlingAdd HISTORY sections to build(7), crypto(7),
2020-05-03 Warner LoshWe need to hold the periph lock when we release the...
2020-05-03 Ed Masteipfw: whitespace fix in SCTP_ABORT_ASSOCIATION case...
2020-05-03 Gleb SmirnoffStep 4.2: start divorce of M_EXT and M_EXTPG
2020-05-03 Gleb SmirnoffMechanically rename MBUF_EXT_PGS_ASSERT() to M_ASSERTEX...
2020-05-03 Gleb SmirnoffStep 4.1: mechanically rename M_NOMAP to M_EXTPG
2020-05-03 Gleb SmirnoffStep 3: anonymize struct mbuf_ext_pgs and move all...
2020-05-03 Gleb SmirnoffStep 2.5: Stop using 'struct mbuf_ext_pgs' in the kerne...
2020-05-03 Gleb SmirnoffMake MBUF_EXT_PGS_ASSERT_SANITY() a macro, so that...
2020-05-02 Gleb SmirnoffStep 2.4: Stop using 'struct mbuf_ext_pgs' in drivers.
2020-05-02 Gleb SmirnoffStep 2.3: Rename mbuf_ext_pg_len() to m_epg_pagelen...
2020-05-02 Gleb SmirnoffStep 2.2:
2020-05-02 Gleb SmirnoffStep 2.1: Build TLS workqueue from mbufs, not struct...
2020-05-02 Gleb SmirnoffGet rid of the mbuf self-pointing pointer.
2020-05-02 Gleb SmirnoffStart moving into EPG_/epg_ namespace. There is only...
2020-05-02 Gleb SmirnoffIn mb_unmapped_compress() we don't need mbuf structure...
2020-05-02 Gleb SmirnoffContinuation of multi page mbuf redesign from r359919.
2020-05-02 David BrightFix various Coverity-detected errors in nvme driver
2020-05-02 Alan SomersResolve conflict between the fusefs(5) and mac_bsdexten...
2020-05-02 Conrad Meyerkern_exec.c: Produce valid code ifndef SYS_PROTO_H
2020-05-02 John BaldwinActually remove support for Triple DES, not just the...
2020-05-02 Alexander MotinCleanup LUN addition/removal.
2020-05-02 John BaldwinDocument removal of deprecated algorithms from /dev...
2020-05-02 John BaldwinRemove support for the algorithms deprecated in r348876.
2020-05-02 John BaldwinDon't pass bogus keys down for NULL algorithms.
2020-05-02 Chuck SilversPrint the fs last-mounted time too.
2020-05-02 John BaldwinDocument removal of deprecated IPsec algorithms.
2020-05-02 John BaldwinRemove support for IPsec algorithms deprecated in r3482...
2020-05-01 Mitchell HorneUse the HSM SBI extension to halt CPUs
2020-05-01 Mitchell HorneUse the HSM SBI extension to start APs
2020-05-01 Mitchell HorneAdd support for HSM SBI extension
2020-05-01 Mitchell HorneMake mpentry independent of _start
2020-05-01 Warner LoshAdd KASSERT to ensure sane nsid.
2020-05-01 Warner LoshRename ns notification function...
2020-05-01 Warner LoshDocument the passthru commands.
2020-05-01 Warner LoshVarious improvements to this man page:
2020-05-01 Warner LoshRedo r360540 to retain the ifndef sparc code, not delet...
2020-05-01 Warner LoshSpell LOADER correctly so we test lua build.
2020-05-01 Warner LoshRemove more stray sparc64 ifdefs.
2020-05-01 Warner LoshCatch up to arm/arm and sparc64 removal.
2020-05-01 Warner LoshWhen we have an invalid build option, don't rm -rf...
2020-05-01 Brandon Bergren[PowerPC] Set fixed boot1.elf load address
2020-05-01 Brandon BergrenRemove sparc relocation support from reloc_elf.c.
2020-05-01 Ed Mastecorrect procctl(PROC_PROTMAX_STATUS _NOFORCE return
2020-05-01 Benedict ReuschlingFix typo in r360492:
2020-05-01 Hans Petter... Implement more PCI-express bandwidth functions in the...
2020-05-01 Hans Petter... Implement mutex_lock_killable() in the LinuxKPI.
2020-05-01 Hans Petter... Implement DIV64_U64_ROUND_UP() in the LinuxKPI.
2020-05-01 Hans Petter... Implement more lockdep macros in the LinuxKPI.
2020-05-01 Hans Petter... Implement kstrtou64() in the LinuxKPI.
2020-05-01 Benedict ReuschlingFix a number of the following issues in man4:
2020-05-01 Mitchell HorneAdd RISC-V interpreter example
2020-05-01 Jung-uk KimMFV: r360512
2020-05-01 Rick MacklemFactor some code out of nfsm_dissct() into separate...
2020-04-30 Jung-uk KimImport ACPICA 20200430.
2020-04-30 John BaldwinRemove the SYMVER build option.
2020-04-30 Ed Mastegeli tests require OpenSSL - exclude them under WITHOUT...
2020-04-30 Warner LoshFix three bugs highlighted by review:
2020-04-30 Ed Mastesrc.conf.5: regen after WITHOUT_OPENSSL dep changes
2020-04-30 Kyle Evanslualoader: config: improve readConfFiles, rename to...
2020-04-30 Kyle Evanslualoader: config: add a table for restricted environme...
2020-04-30 Warner LoshStyle(9) nit: put function name at start of line.
2020-04-30 Warner LoshMove / reword a comment.
2020-04-30 Warner LoshRemove stray blank line.
2020-04-30 Ed Mastesrc.opts.mk: add WITHOUT_OPENSSL dependencies
2020-04-30 Andriy Gaponig4iic_acpi_probe: remove set but unused variable
2020-04-30 Mark JohnstonIncrease the iflib txq callout mutex name length to...
2020-04-30 Benedict ReuschlingAdd a new manual page for unionfs(5), written by
2020-04-30 Benedict ReuschlingAdd HISTORY sections to disk(9), driver(9), and
2020-04-30 Richard ScheffeneggerIntroduce a lower bound of 2 MSS to TCP Cubic.
2020-04-30 Kyle Evansloader.conf(5): document that loader_conf_files may...
2020-04-30 Warner LoshMake sure that we get the sbuf resources we need.
2020-04-30 Warner LoshImplement the NVME_GET_NSID and NVME_PASSTHROUGH_CMD...
2020-04-30 Warner LoshReturn the nvmeX device associated with the ndaX device.
2020-04-30 Warner LoshGenerate a devctl event for interesting events
2020-04-30 Ed Mastesrc.conf.5: regen after 359736, ZONEINFO_OLD_TIMEZONES_...
next