]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
rtld: make checks for mmap(2) failures compliant with documentation.
[FreeBSD/FreeBSD.git] / sys /
2019-12-12 Navdeep Parharcxgbe(4): Never use hardware checksumming in netmap tx.
2019-12-12 Mark JohnstonImplement atomic state updates using the new vm_page_as...
2019-12-12 Cy SchubertRather than pass the address of the packet information...
2019-12-12 Cy Schubertin6_cksum() returns zero when checksums are good.
2019-12-12 Edward Tomasz Napi... Add kern_sync(9), and make kernel code call it instead...
2019-12-12 Andrew TurnerAdd comments and macros to the tcr_el1 setting code...
2019-12-12 Brandon Bergren[PowerPC] Fix SPE floating point environment manipulation
2019-12-12 Brandon Bergren[PowerPC] Fix powerpc 32 bit build in mmu_oea64.c
2019-12-12 Andrey V. ElsukovFollow RFC 4443 p2.2 and always use own addresses for...
2019-12-12 Emmanuel Vadotarm64: rockchip: rk_pinctrl: Fix parse_bias for RK3399
2019-12-12 Emmanuel Vadotarm64: rockchip: rk_pinctrl: Add bias parsing based...
2019-12-12 Mark JohnstonRename tdq_ipipending and clear it in sched_switch().
2019-12-12 Kyle EvansBump __FreeBSD_version for r355641, new sig set ops
2019-12-11 Mateusz Guzikvfs: locking primitives which elide ->v_vnlock and...
2019-12-11 Mateusz Guzikfd: static-ize and devolatile openfiles
2019-12-11 Warner LoshMove reset to the interrutp processing stage
2019-12-11 Emmanuel Vadotdwmmc: Use device_delete_children
2019-12-11 Kyle Evansmakesyscalls.lua: trim trailing spaces/commas from...
2019-12-11 Emmanuel Vadotdwmmc: Handle the card detect interrupt
2019-12-11 Emmanuel Vadotarm64: rockchip: Add a module for rk_dwmmc
2019-12-11 Emmanuel Vadotdwmmc: Add a detach method
2019-12-11 Emmanuel Vadotarm64: rk3328: Add the *clk_peri_niu clocks
2019-12-11 Emmanuel Vadotarm64: Add explicit devices for dwmmc variant
2019-12-11 Ed Mastearm linuxulator: regen sysent after r355621
2019-12-11 Ed Mastearm linuxulator: put syscall type and argument on one...
2019-12-11 Ed Mastearm linuxulator: add "make sysent" generated files
2019-12-11 Ed Mastearm linuxulator: add syscalls.conf and Makefile for...
2019-12-11 Doug MooreExtract code common to _vm_map_clip_start and _vm_map_c...
2019-12-11 Andriy Gaponadd a sanity check to the system call registration...
2019-12-11 Ryan Libbyuma: pretty print zone flags sysctl
2019-12-10 John BaldwinUse callout_func_t instead of the deprecated timeout_t.
2019-12-10 John BaldwinAdd a callout_func_t typedef for functions used with...
2019-12-10 Ian LeporeDo not attach children of owc_gpiobus until interrupts...
2019-12-10 Vladimir Kondratyev[ig4] Remove unused methods from bus interface
2019-12-10 Navdeep Parharcxgbe(4): Simplify the firmware version checks a bit.
2019-12-10 Scott LongFix the TAA state machine to do the right thing when...
2019-12-10 Mark JohnstonAdd a helper function to the swapout daemon's deactivat...
2019-12-10 Mark JohnstonIntroduce vm_page_astate.
2019-12-10 Konstantin BelousovUFS: implement VOP_INACTIVE()
2019-12-10 Andrey V. ElsukovAvoid access to stale ip pointer and call UPDATE_POINTE...
2019-12-10 Navdeep Parharcxgbe(4): Use TX_PKTS2 work requests in netmap Tx if...
2019-12-10 Navdeep Parharcxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.
2019-12-10 Mateusz Guzikvfs: refactor vhold and vdrop
2019-12-09 Ian LeporeAllow baud rates of 1,228,800 and 1,843,200 on CP2101...
2019-12-09 Mark JohnstonConfigure headphone redirection for the Dell L780 and...
2019-12-09 John BaldwinUse 4 byte stack alignment instead of 8 byte.
2019-12-09 Dimitry AndricCorrectly check for C++17 and higher when declaring...
2019-12-09 John BaldwinCopy out aux args after the argument and environment...
2019-12-09 Navdeep Parharcxgbe/iw_cxgbe: Support 64b length in the memory regist...
2019-12-09 Ian LeporeSwitch gpioths(4) from using a callout to a taskqueue...
2019-12-09 Kyle EvansRPI: Fix DMA/SDHCI on the BCM2836 (Raspberry Pi 2)
2019-12-09 Emmanuel Vadotarm64: Use the kenv provided by loader
2019-12-09 Leandro LuporiEnable use of ofwcons for early debug
2019-12-09 Leandro Lupori[PPC64] Enable opal console use as a GDB DBGPORT
2019-12-09 Doug MooreRevert r355505. The code that it allowed to compile...
2019-12-09 Ian LeporePaste things correctly so that I'm added to the *end...
2019-12-09 Ian LeporeAdd myself to the copyright list. Also add an SPDX...
2019-12-09 Ian LeporeAdd FDT support to the gpioths driver. It now uses...
2019-12-08 Doug MooreDefine a vm_map method for user-space for advancing...
2019-12-08 Mateusz Guzikvfs: introduce v_irflag and make v_type smaller
2019-12-08 Mateusz Guzikvfs: clean up vputx a little
2019-12-08 Ian LeporeAdd a MODULE_DEPEND() for the gpioths driver. Also...
2019-12-08 Mateusz Guzikvfs: factor out vnode destruction out of vdrop
2019-12-08 Ian LeporeAdd support for more chips to the gpioths driver.
2019-12-08 Ian LeporeSimplify sysctl stuff in the gpioths driver. There...
2019-12-08 Ian LeporeSeveral small fixes for the gpioths (temp/humidity...
2019-12-08 Rick MacklemDelete an unused external declaration.
2019-12-08 Justin Hibbitspowerpc: Use builtins for fls/flsl
2019-12-08 Justin Hibbitspowerpc64/pmap: micro-optimize some PVO-PTE logic
2019-12-08 Jeff RobersonFix two problems with r355149. The sysctl name collisi...
2019-12-08 Jeff RobersonIt is safe to wire a page while the object is busy.
2019-12-08 Jeff RobersonIt is now safe to rename a page that is still on a...
2019-12-08 Jeff RobersonDo not assert that the object lock is held in vm_object...
2019-12-08 Jeff RobersonHandle multiple clock interrupts simultaneously in...
2019-12-08 Jeff RobersonReduce duplication in grab functions by providing alloc...
2019-12-08 Jeff RobersonUse a variant slab structure for offpage zones. This...
2019-12-08 Rick MacklemFix kernel handling of a NFSERR_MINORVERSMISMATCH NFSv4...
2019-12-08 Mark JohnstonAdd casts required by the 32-bit build after r355491.
2019-12-07 Rick MacklemAdd some definitions for NFSv4.2 which will be used...
2019-12-07 Mark JohnstonProvide vm_map_entry traversal routines to userspace.
2019-12-07 Konstantin BelousovOnly return EPERM from kill(-pid) when no process was...
2019-12-07 Ian LeporeAdd module build stuff for gpioths(4), a driver for...
2019-12-07 Mateusz Guzikvm: fix sysctl vm.kstack_cache_size change report
2019-12-07 Doug MooreRemove the next and prev fields from vm_map_entry,...
2019-12-07 Michal MelounAdd support for booting kernel directly from U-Boot...
2019-12-07 Mateusz Guzikvfs: clean up delmntque similarly to vdrop r355414
2019-12-07 Mateusz Guzikvfs: catch vn_printf up with reality
2019-12-07 Justin Hibbitspowerpc/pmap: NUMA-ize vm_page_array on powerpc
2019-12-07 Rick MacklemSet the XATTRSUPPORT attribute bit for NFSv4.2, always...
2019-12-07 Konstantin Belousovx86: Restore the critical section around whole ipi_bitm...
2019-12-07 Konstantin Belousovamd64: properly set the start of the io permission...
2019-12-06 Brooks Davissysent: Reduce duplication and improve readability.
2019-12-06 Rick MacklemAdd a couple of definitions for NFSv4.2 and update...
2019-12-06 Mark JohnstonFix an inverted condition introduced in r353539.
2019-12-06 Mark JohnstonFix fault_type handling in vm_map_lookup().
2019-12-06 Kyle Evansmakesyscalls.lua: improve config processing
2019-12-06 Ian LeporeImplement bus_rescan for gpiobus(4). This allows on...
2019-12-06 Bjoern A. ZeebRemove the extra epoch tracker change sneaked into...
2019-12-06 Warner Loshtrackers always know what qpair they are on
2019-12-06 Warner LoshRemove ifdefs for FreeBSD 6, 7, 8 and 9. Assume we...
next