]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Use a different approach to range check.
[FreeBSD/FreeBSD.git] / sys /
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 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 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)
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-08 impWork around devices which return all zeros for reads...
2019-07-08 hselaskyMinor code cleanup of USB ACPI code after r349161.
2019-07-08 cyUpdate frtuc struct comments. It not only defines TCP...
2019-07-08 cyCorrect the description for the low port in the port...
2019-07-08 markjElide the vm_reserv_free_page() call when PG_PCPU_CACHE...
2019-07-08 markjAdd a per-CPU page cache per VM free pool.
2019-07-08 ianCall device_unbusy() on the error exit path, because...
2019-07-08 vangyzenIgnore kern.vt.splash_cpu without graphics
2019-07-08 luporl[PPC] Add missing SLB allocation KASSERT
2019-07-07 fsuAdd additional check for 'blocks per group' and 'fragme...
2019-07-07 fsuRemove ufs fragments logic.
2019-07-07 fsuRemove unneeded mount point unlock call.
2019-07-07 dougmA style-related change, r349791, made unclear the meani...
2019-07-07 alcThree changes to pmap_enter():
2019-07-06 dougmFix style(9) violations involving division by PAGE_SIZE.
2019-07-06 dougmChange blist_next_leaf_alloc so that it can examine...
2019-07-05 alcRestructure cache_handle_range to avoid repeated barrie...
2019-07-05 dougmBased on work posted at https://reviews.freebsd.org...
2019-07-05 alcMerge r349526 from amd64. When we protect an L3 entry...
2019-07-04 vmaffionenetmap: Remove pointer leakage in netmap_mem2.c
2019-07-04 vmaffionenetmap: fix kernel pointer printing in netmap_generic.c
2019-07-04 emasteUpdate Linux compat version to 2.6.36
next