]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys /
2019-07-17 asomersfusefs: multiple interruptility improvements
2019-07-17 mckusickThe error reported in FS-14-UFS-3 can only happen on...
2019-07-17 kpriscv: Return vm_paddr_t in pmap_early_vtophys()
2019-07-17 impRemove now-obsolete comment.
2019-07-17 asomersRevert r346608
2019-07-17 asomersF_READAHEAD: Fix r349248's overflow protection, broken...
2019-07-17 markjFix FASTTRAPIOC_GETINSTR.
2019-07-17 sbrunoI add the ability to accept the default pin widget...
2019-07-16 mckusickStyle.
2019-07-16 mckusickWhen a process attempts to allocate space on a full...
2019-07-16 impAssume that the timeout value from the capacity is...
2019-07-16 cyAs of upstream fil.c CVS r1.53 (March 1, 2009), prior...
2019-07-16 cyRefactor, removing one compare.
2019-07-16 tuexenFix compilation on platforms using gcc.
2019-07-16 vangyzenAdds signal number format to kern.corefile
2019-07-16 markjAlways use the software DBM bit for now.
2019-07-16 markjFix the arm64 page table entry attribute mask.
2019-07-16 markjPropagate attribute changes during demotion.
2019-07-16 avgbge: check that the bus is a pci bus before using it...
2019-07-16 jhibbitspowerpc: Fix casueword(9) post-r349951
2019-07-16 alcRevert r349973. Upon further reflection, I realized...
2019-07-15 jhbAdd ptrace op PT_GET_SC_RET.
2019-07-15 ianIn nxprtc(4), use the countdown timer for better timeke...
2019-07-15 ianFix nxprtc(4) on systems that support i2c repeat-start...
2019-07-15 jhbDon't pass error from syscallenter() to syscallret().
2019-07-15 jhbAlways set td_errno to the error value of a system...
2019-07-15 tuexenDon't free read control entries, which are still on...
2019-07-15 kibIn do_sem2_wait(), balance umtx_key_get() with umtx_key...
2019-07-15 markjImplement software access and dirty bit management...
2019-07-15 markjpmap_clear_modify() needs to clear PTE_W.
2019-07-15 markjFix reference counting in pmap_ts_referenced() on RISC-V.
2019-07-15 manuRemove duplicated device firmware entry in generic...
2019-07-15 tuexenAdd support for MSG_EOR and MSG_EOF in sendmsg() for...
2019-07-15 tuexenFix socket state handling when freeing an SCTP endpoint.
2019-07-15 kibIn do_lock_pi(), do not return prematurely.
2019-07-15 kibCorrectly check for casueword(9) success in do_set_ceil...
2019-07-14 tuexenImprove the input validation for l_linger.
2019-07-14 kibPR: 239143
2019-07-14 rrsThis is the second in a number of patches needed to
2019-07-14 tuexenWhen calling sctp_initialize_auth_params(), the inp...
2019-07-14 chuckFix a typo in r349969
2019-07-14 cyCalculate the offset of the interface name using FR_NAM...
2019-07-14 cyRecycle the unused FR_CMPSIZ macro which became orphane...
2019-07-14 cystyle(9)
2019-07-13 asomersfusefs: fix the build with some NODEBUG kernels
2019-07-13 alcRevert r349442, which was a workaround for bus errors...
2019-07-13 alcRemove a stale comment.
2019-07-13 ianAdd arm_sync_icache() and arm_drain_writebuf() sysarch...
2019-07-13 asomersprojects/fuse2: build fixes
2019-07-13 chuckbhyve: Create EUI64 for NVMe namespaces
2019-07-13 tuexenr348494 fixes a race in udp_output(). The same race...
2019-07-13 vmaffionenetmap: fix bug introduced by r349752
2019-07-13 jhibbitspowerpc64/pmap: No need for moea64_pvo_remove_from_page...
2019-07-13 jhibbitspowerpc64/pmap: Reduce scope of PV_LOCK in remove path
2019-07-13 jhibbitsSet pcpu curpmap for powerpc64
2019-07-12 npcxgbe(4): Completely ignore all top level interrupts...
2019-07-12 kibFix syntax.
2019-07-12 kibProvide protection against starvation of the ll/sc...
2019-07-12 scottlTie the name limit of a VM to SPECNAMELEN from devfs...
2019-07-12 markjApply some light cleanup to uses of pmap_pte_dirty().
2019-07-12 rrsadd back the comment around the pending DSACK fixes.
2019-07-12 aeDo not modify cmd pointer if it is already last opcode...
2019-07-12 aeCorrectly truncate the rule in case when it has several...
2019-07-12 phkSupport multiple serial ports per device.
2019-07-12 cyMove the new ipf_pcksum6() function from ip_fil_freebsd...
2019-07-11 dougmAddress problems in blist_alloc introduced in r349777...
2019-07-11 cyRemove a tautological test for adding a rule in the...
2019-07-11 cyCorrect r349898. The default is add a rule.
2019-07-11 kibEnsure that mds_handler always points to a valid method.
2019-07-11 markjFix some ISS bit definitions for data aborts.
2019-07-11 impMore fully implement the state machine.
2019-07-11 rrsUpdate to jhb's other suggestion, use #error when
2019-07-11 rrsUpdate copyright per JBH's suggestions.. thanks.
2019-07-11 jhibbitspowerpc: Only worry about the lower 32 bits of SP in...
2019-07-11 alcAccording to Section D5.10.3 "Maintenance requirements...
2019-07-11 cyipfilter commands, in this case ipf(8), passes its...
2019-07-10 markjRename pmap_page_dirty() to pmap_pte_dirty().
2019-07-10 impEnforce a 4GB DMA boundary on isci(4)
2019-07-10 rrsThis commit updates rack to what is basically being...
2019-07-10 markjInherit P2_PROTMAX_{ENABLE,DISABLE} across fork().
2019-07-10 impFix compile errors with the CI20
2019-07-10 ianDe-pollute arm's sysarch.h.
2019-07-10 avglinuxcommon: add module version
2019-07-10 luporl[PPC64] pseries: fix realmaxaddr calculation
2019-07-10 avgowc_gpiobus: small formatting cleanup
2019-07-10 tijlLet linuxulator mprotect mask unsupported bits before...
2019-07-10 hrsAdd support for RTL8156, 2.5GbE USB network controller...
2019-07-10 jhibbitspowerpc: Clamp 32-bit binaries to 32-bit MAXUSER
2019-07-09 jhbUse 'retval' label for first error in syscallenter().
2019-07-09 npcxgbe(4): Clear the freelist statistics in the clearsta...
2019-07-09 alcIntroduce pmap_clear(), which zeroes a page table entry...
2019-07-09 npcxgbe(4): Use the simplest configuration possible when...
2019-07-09 jkimMFV: r349861
2019-07-09 whuhyperv/vmbus: Fix the wrong size in ndis_offload structure
2019-07-09 whuhyperv/vmbus: Update VMBus version 4.0 and 5.0 support.
2019-07-08 hselaskyPut USB ACPI code into own module, uacpi.ko.
2019-07-08 ianRestore the ability for i2c slave devices to do IO...
2019-07-08 impFix bugs in recovery path and improve cm tracking
2019-07-08 lwhsu- Fix gcc build for superio(4)
2019-07-08 lwhsuFix gcc build for cxgbe(4)
next