]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
openssh: rename local macro to avoid OpenSSL 1.1.1 conflict
[FreeBSD/FreeBSD.git] / sys /
2018-09-19 Jung-uk KimMake geli(8) buildable.
2018-09-13 Jung-uk KimUpdate OpenSSL to 1.1.1.
2018-09-13 Eric van GyzenSet zfs_arc_meta_strategy to metadata only
2018-09-13 Oleksandr Tymoshenko[ig4] Add PCI IDs for I2C controller on Intel Kaby...
2018-09-13 Navdeep Parharcxgbe/iw_cxgbe: Fix reported build breakage when the...
2018-09-13 Mateusz Guzikamd64: implement ERMS-based memmove, memcpy and memset
2018-09-13 Ed MasteEnable reproducible builds in advance of 12.0-REL
2018-09-13 Emmanuel Vadotarm64: Make aw_sid and aw_thermal depend on nvmem
2018-09-13 Roger Pau Monnéxen: temporary disable SMAP when forwarding hypercalls...
2018-09-13 Roger Pau Monnéxen: legacy PVH fixes for the new interrupt count
2018-09-13 Roger Pau Monnélapic: skip setting intrcnt if lapic is not present
2018-09-13 Roger Pau Monnéxen: fix setting legacy PVH vcpu id
2018-09-13 Roger Pau Monnéxen: limit the usage of PIRQs to a legacy PVH Dom0
2018-09-13 Roger Pau Monnéxen: fix initial kenv setup for legacy PVH
2018-09-13 Roger Pau Monné xen: remove xenpv_set_ids
2018-09-13 Roger Pau Monnéxen: fix PV IPI setup
2018-09-13 Roger Pau Monnémsi: remove the check that interrupt sources have been...
2018-09-13 Roger Pau Monnéx86bios: use M_NOWAIT with mallocs
2018-09-12 Michael TuexenFix TCP Fast Open for the TCP RACK stack.
2018-09-12 Ruslan BukinEnable VIMAGE support for RISC-V.
2018-09-12 Ruslan BukinUse elf_relocaddr() to find the address for R_RISCV_REL...
2018-09-12 Ruslan BukinDon't mark module data as static on RISC-V.
2018-09-12 Gordon TetlowCorrect ELF header parsing code to prevent invalid...
2018-09-11 Mateusz Guzikamd64: enable options NUMA in GENERIC and MINIMAL
2018-09-11 Martin MatuskaMFV r338519:
2018-09-11 Ed MasteSwitch reproducible builds to unmodified src tree mode
2018-09-11 Eric Joynerix(4), ixv(4): VLAN tag stripping fixes for Amazon...
2018-09-11 Edward Tomasz Napi... Make the wait in cfiscsi_offline() interruptible. ...
2018-09-10 Mark JohnstonFix synchronization of LB group access.
2018-09-10 Mark JohnstonSplit some checks in vm_page_activate() to make it...
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.3. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.2. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade to OpenSSH 7.8p1.
2018-09-09 Xin LIrandom(4): Squash non-error timeout codes from tsleep(9).
2018-09-09 Hans Petter SelaskyIntroduce and use sgid_index in CM requests in ibcore.
2018-09-08 Mark JohnstonFix the 32-bit arm build.
2018-09-08 Mark JohnstonExclude the EFI framebuffer from phys_avail[] on arm64.
2018-09-08 Mark JohnstonBump MAX_HWCNT and MAX_EXCNT.
2018-09-08 Mark JohnstonRelax an assertion in vm_pqbatch_process_page().
2018-09-08 Konstantin Belousovintelspi: don't leak spibus children on detach.
2018-09-07 Mark JohnstonSpecify the correct resource type in teardown paths.
2018-09-07 Mark JohnstonUse ratecheck(9) in in_pcbinslbgrouphash().
2018-09-07 Hans Petter SelaskyImplement get network interface by params function...
2018-09-07 Glen BarberUpdate head from ALPHA4 to ALPHA5 as part of the 12...
2018-09-06 Kirk McKusickThe Call For Testing had no reports of operational...
2018-09-06 Marius StroblAvoid uninitialized read of ext_csd.
2018-09-06 Marius Strobl- Explicitly compare a pointer to NULL. The __builtin_e...
2018-09-06 Mark JohnstonUse the correct terminology.
2018-09-06 Bjoern A. ZeebThe inp_lle field to struct inpcb, along with two ...
2018-09-06 Mateusz Guzikamd64: depessimize copyinstr_smap
2018-09-06 Mark JohnstonAvoid resource deadlocks when one domain has exhausted...
2018-09-06 John BaldwinRe-enable kernel modules for the MALTA64EL kernel confi...
2018-09-06 Stephen HurdClean up iflib sysctls
2018-09-06 Andrew TurnerFix the GIC ACPI cross reference value.
2018-09-06 Andrew TurnerRemove the check that the Arm generic interrupt control...
2018-09-06 Breno Leitaopowerpc64: Add initial support for HTM (kABI)
2018-09-06 Mark JohnstonRemove vm_page_remque().
2018-09-06 Bjoern A. ZeebMake tcp_hpts.c compile a LINT kernel with options...
2018-09-06 Mark JohnstonDefine sctp probes only when SCTP is configured.
2018-09-06 Hans Petter SelaskyAdd proper support for VIMAGE to krping.
2018-09-06 Alexander MotinAdd missing copyin() to access LUN and port ioctl argum...
2018-09-06 Hans Petter SelaskyMake the MSIX module parameter limit per device, in...
2018-09-06 Hans Petter SelaskyAdd support for receive side scaling stride, RSSS,...
2018-09-06 Slava Shwartsmanibcore: Fix endless loop in searching for matching...
2018-09-06 Hans Petter SelaskyDon't stall transmit queue on drops in mlx5en(4).
2018-09-06 Hans Petter SelaskyMaximum number of mbuf frags is off-by-one for worst...
2018-09-06 Mark JohnstonRename hardclock_cnt() to hardclock() and remove the...
2018-09-05 John BaldwinFix objcopy for little-endian MIPS64 objects.
2018-09-05 Mark JohnstonCorrect the condition under which we allocate a termina...
2018-09-05 Mark JohnstonFix style bugs in in_pcblookup_lbgroup().
2018-09-05 Eugene GrosbeinFix "ipfw fwd" to work for incoming IPv4 packets when...
2018-09-05 Ruslan BukinPermit supervisor to access user VA space for certain...
2018-09-05 Ruslan BukinFix bug: compare uaddr to VM_MAXUSER_ADDRESS, not to...
2018-09-04 Konstantin BelousovAssign to correct structure members.
2018-09-04 Konstantin Belousovamd64: Properly re-merge r334537 into SMAP-ified copyin...
2018-09-04 Konstantin Belousovamd64: For non-PTI mode, do not initialize PCPU kcr3...
2018-09-04 Vladimir Kondratyevwmt(4): Fix regression introduced in r337289
2018-09-04 Emmanuel Vadotregulator: Use bool values instead of 0/1
2018-09-03 Bjoern A. ZeebReplicate r328271 from legacy IP to IPv6 using a single...
2018-09-03 Bjoern A. ZeebReplicate r307234 from legacy IP to IPv6 code, using...
2018-09-03 Bjoern A. ZeebAs discussed in D6262 post-commit review, change inp_ro...
2018-09-03 Bjoern A. ZeebRather than duplicating the functionality of a macro...
2018-09-03 Mark JohnstonUse the correct malloc type in in_pcblbgroup_free().
2018-09-03 Ruslan BukinEnable 'C'-compressed ISA extension.
2018-09-03 Ruslan BukinAdd support for 'C'-compressed ISA extension to DTrace...
2018-09-03 Robert WatsonThe kernel DTrace audit provider (dtaudit) relies on...
2018-09-02 Konstantin BelousovCatch exceptions during EFI RT calls on amd64.
2018-09-02 Konstantin BelousovAdd amd64 mdthread fields needed for the upcoming EFI...
2018-09-02 Konstantin BelousovImprove error messages from clock_if.m method failures.
2018-09-02 Konstantin BelousovSwap order of dererencing PCPU curpmap and checking...
2018-09-02 Konstantin BelousovNormalize use of semicolon with EFI_TIME_LOCK macros.
2018-09-02 Alan CoxRecent changes have created, for the first time, physic...
2018-09-02 Mark JohnstonFix the hash table lookup in fbt_destroy().
2018-09-01 Edward Tomasz Napi... Try harder in cfiscsi_offline(). This is believed...
2018-09-01 Glen BarberRevert r338423, reapplying r338422, which did get appro...
2018-09-01 Glen BarberRevert r338422, which was did not get official approval...
2018-09-01 Tai-hwa LiangAdding support for CS46xx MIDI output. With this patch...
2018-08-31 Mark JohnstonRe-compute the ARC size before computing the MFU target.
2018-08-31 John BaldwinFix build of x86 UP kernels after dynamic IRQ changes...
2018-08-31 Glen BarberUpdate head from ALPHA3 to ALPHA4 as part of the 12...
next