]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Partially revert r328780
[FreeBSD/FreeBSD.git] / sys /
2018-03-22 Jonathan T. LooneyAdd the "TCP Blackbox Recorder" which we discussed...
2018-03-22 Li-Wen HsuFix build.
2018-03-22 Ravi Pokalajedec_dimm: Use correct string length when populating...
2018-03-22 Gleb SmirnoffRedo r331328. We need to fix not only type but also...
2018-03-22 Gleb SmirnoffFix LINT-NOINET build initializing local to false....
2018-03-22 Navdeep Parharcxgbe(4): Do not read MFG diags information from custom...
2018-03-22 Navdeep Parharcxgbe(4): Tunnel congestion drops on a port should...
2018-03-22 Ed MasteCorrect signedness bug in drm_modeset_ctl
2018-03-21 Ed MasteFix kernel memory disclosure in drm_infobufs
2018-03-21 Ed MasteFix kernel memory disclosure in ibcs2_getdents
2018-03-21 Gleb SmirnoffFix sysctl types broken in r329612.
2018-03-21 Ed MasteAdd ) missing from r330297
2018-03-21 Mark JohnstonElide the object lock in the common case in vfs_vmio_un...
2018-03-21 Gleb SmirnoffThe net.inet.tcp.nolocaltimewait=1 optimization prevent...
2018-03-21 Conrad MeyerImport Blake2 algorithms (blake2b, blake2s) from libb2
2018-03-21 Conrad Meyercryptosoft(4): Zero plain hash contexts, too
2018-03-21 Stephen HurdUpdate copyright per Matthew Macy
2018-03-21 Jonathan T. LooneyIf the INP lock is uncontested, avoid taking a referenc...
2018-03-21 Andrew TurnerUse a table to find the endpoint configuration
2018-03-21 Warner LoshMark psycho interrupts as MPSAFE. It's safe to do so...
2018-03-21 Warner LoshUnlock giant when calling shutdown_nice()
2018-03-21 Warner LoshThis is MPSAFE on this platform, so don't take Giant...
2018-03-21 Warner LoshThese interrupts call shutdown_nice() which should...
2018-03-21 Warner Loshbufshutdown is no longer called with Giant held, so...
2018-03-21 Warner LoshRemove Giant from init creation and vfs_mountroot.
2018-03-21 Warner LoshRevert r331273: "Release the "TUR" reference when clear...
2018-03-21 Konstantin BelousovMove sysinit and sysuninit linker sets in the data...
2018-03-21 Conrad MeyerAdd missed sys/limits.h include
2018-03-21 Conrad MeyerRegenerate sysent files after r331279.
2018-03-21 Conrad MeyerImplement getrandom(2) and getentropy(3)
2018-03-20 Jamie GrittonRepresent boolean jail options as an array of structure...
2018-03-20 Alexander V. ChernikovUse count(9) api for the bpf(4) statistics.
2018-03-20 Warner LoshRelease the "TUR" reference when clearing the TUR work...
2018-03-20 Gleb SmirnoffAt this point iwmesg isn't initialized yet, so print...
2018-03-20 Warner LoshPush down Giant one layer. In the days of yore, back...
2018-03-20 Mark JohnstonRevert part of r331264: disable interrupts before disab...
2018-03-20 Warner LoshDrop support for lint for cdefs.h.
2018-03-20 Warner LoshRemove obsolete lint support.
2018-03-20 Mark JohnstonMake use of the KPI added in r331252.
2018-03-20 Ed MasteRestore close quote lost in r331254
2018-03-20 John BaldwinUse <stdarg.h> instead of <machine/stdarg.h> in userland.
2018-03-20 Konstantin BelousovMove the CR0.WP manipulation KPI to x86.
2018-03-20 Ed MasteMake linuxulator fn declaration match definition
2018-03-20 Ed MasteRename assym.s to assym.inc
2018-03-20 Konstantin BelousovDisable write protection around patching of XSAVE instr...
2018-03-20 Konstantin BelousovProvide KPI for handling of rw/ro kernel text.
2018-03-20 John BaldwinSet the proper vnet in IPsec callback functions.
2018-03-20 Konstantin BelousovCheck for wrap-around in vm_phys_alloc_seg_contig().
2018-03-20 Mark JohnstonDrop KTR_CONTENTION.
2018-03-20 Andrew TurnerCheck if the gettime runtime service is valid.
2018-03-20 Warner LoshKill assert I shouldn't have committed
2018-03-20 Warner LoshStarting LBA is a 64bit number, so use htole64 instead...
2018-03-20 Warner LoshMake kern.cam.nda.num_trim tunable to limit the number...
2018-03-20 Warner LoshRemove some redundant MPSAFE flags.
2018-03-20 Ed MasteRationalize license text on Linuxolator files
2018-03-20 Justin HibbitsCast through uintptr_t to narrow the buf domain pointer...
2018-03-20 Justin HibbitsFix powerpc Book-E build post-331018/331048.
2018-03-20 Oleksandr Tymoshenko[ofw] fix errneous checks for OF_finddevice(9) return...
2018-03-19 Alexander MotinUpdate mpr(4) driver from v15 to v18 from Broadcom...
2018-03-19 Matt JorasFix initialization of eventhandler mutex.
2018-03-19 Ed MasteRename linuxulator functions with linux_ prefix
2018-03-19 Kristof Provostpf: Fix memory leak in DIOCRADDTABLES
2018-03-19 Eric Joynerixgbe(4): Update shared code, add support for X552...
2018-03-19 Kenneth D. Merrycam_periph_acquire() now returns an errno.
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-19 John BaldwinFix a typo.
2018-03-19 Lawrence StewartAdd support for the experimental Internet-Draft "TCP...
2018-03-19 Emmanuel Vadotsys/dts: Remove arm64 from subdir as it no longer exists.
2018-03-19 Ed Mastelinux*_sysvec.c: rationalize whitespace and comments
2018-03-19 Hans Petter SelaskyRemove redundant integer cast in ibcore. The "ref_count...
2018-03-18 Ian LeporeAdd the device/chip type to the disk d_descr field...
2018-03-18 Ian LeporeAdd support for 4K and 32K erase block sizes. Many...
2018-03-18 Ian LeporeMake all internal routines return an int error status...
2018-03-18 Ian LeporeAdd sc_parent to the softc and use it in place of devic...
2018-03-18 Mark JohnstonFix an access of an uninitialized variable in dtrace_pr...
2018-03-18 Ian LeporeBugfix: wait for writes/erases to complete after starti...
2018-03-18 Mark JohnstonAvoid dequeuing the fault page during a soft fault.
2018-03-18 Mark JohnstonHave vm_page_{deactivate,launder}() requeue already...
2018-03-18 Ian LeporeEliminate some unneeded intermediate variables. Elimin...
2018-03-18 Mark JohnstonHave vm_page_replace() assert that the new page is...
2018-03-18 Ian LeporeRemove a pointless KASSERT and reword a comment a bit...
2018-03-18 Ian LeporeDo not overwrite the contents of BIO_WRITE buffers...
2018-03-18 Mariusz ZaborskiRemove unneeded variable which was introduced in r328472.
2018-03-18 Conrad Meyerlib(private)zstd: Fix riscv build
2018-03-17 Mateusz Guziklocks: slightly depessimize lockstat
2018-03-17 Jeff RobersonMove the dirty queues inside the per-domain structure...
2018-03-17 Alan Somersaudit(4): fix a typo in a comment
2018-03-17 Warner LoshUse kern.opts.mk instead of bsd.own.mk (which includes...
2018-03-17 Warner LoshUse FreeBSD-current conventions for building options...
2018-03-17 Warner LoshRemove commented out code to generate opt_inet*.h....
2018-03-17 Warner LoshAdd EFI to kernel options.
2018-03-17 Alexander V. ChernikovFix outgoing TCP/UDP packet drop on arp/ndp entry expir...
2018-03-17 Warner LoshOnly take out the periph lock when we're modifying...
2018-03-17 Ed MasteMove assym.s to DPSRCS in vmbus module
2018-03-17 Ed MasteRevert r313780 (UFS_ prefix)
2018-03-17 Ed MastePrefix UFS symbols with UFS_ to reduce namespace pollution
2018-03-17 Ed MasteANSIfy sys/x86
2018-03-16 Brooks DavisAdd _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
2018-03-16 Conrad Meyerrandom(4): Poll for signals during large reads
2018-03-16 Ian LeporeUse EFI RTC capabilities info when registering, add...
next