]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-08-06 Emmanuel Vadotrelease: arm: Copy the dtb to the fat partition
2018-08-06 Mark Johnstondhclient: Don't chroot if we are in capability mode.
2018-08-06 Ruslan BukinIncrease timeout for timedmutex_test:mutex2, timedmutex...
2018-08-06 Andrew TurnerDefault to armv5te in LINT on arm. This should fix...
2018-08-06 Mateusz PiotrowskiFix "mandoc -Tlint" warnings.
2018-08-06 Mateusz PiotrowskiFix synopsis of the -t option.
2018-08-06 Hans Petter... Implement current_work() function in the LinuxKPI.
2018-08-06 Randall StewartThis fixes a bug in Rack where we were
2018-08-06 Hans Petter... Implement atomic_long_cmpxchg() function in the LinuxKPI.
2018-08-06 Hans Petter... Define __poll_t type in the LinuxKPI.
2018-08-06 Emmanuel Vadotaw_thermal: Add nvmem and H5 support
2018-08-06 Emmanuel Vadotaw_sid: Add nvmem interface
2018-08-06 Ben Widawskygit-svn-init: Clarify branch creation commands
2018-08-05 Ian LeporeDocument 64-bit arm in terms of arch name (aarch64...
2018-08-05 Rick MacklemAdd a reference to pnfsserver.4 to the nfsd.8 man page.
2018-08-05 Rick MacklemUpdate the pnfs.4 man page to reference the pnfsserver...
2018-08-05 Rick MacklemAdd pnfsserver.4 to the Makefile for nfsd.
2018-08-05 Rick MacklemAdd a man page that describes the setup of a pNFS service.
2018-08-05 Rick MacklemCopy all bits of a file handle in case there is padding...
2018-08-05 Toomas Soomeloader: bd_open() should cleanup from disk_open() error
2018-08-05 Toomas Soomeloader: 337353 did miss to rename 2 write instances
2018-08-05 Toomas Soomeloader: cstyle cleanup for biosdisk.c
2018-08-05 Kristof Provostpf: Increase default hash table size
2018-08-05 Kristof Provostzfsboot: Fix startup crash
2018-08-05 Vladimir Kondratyevuep(4): add evdev support
2018-08-05 Emmanuel Vadotallwinner: a64: Add THS clock support
2018-08-05 Emmanuel Vadotextres: clkdiv: Fix div_with_table
2018-08-05 Emmanuel Vadotarm: allwinner: Disconnect A10/A20 HDMI driver
2018-08-05 Emmanuel Vadotarm: allwinner: Remove old unused clocks
2018-08-05 Brad DavisFix build after r337340.
2018-08-04 Brad DavisMove autofs related configs to usr.sbin/autofs/
2018-08-04 Brad DavisMove portsnap.conf to head/usr.sbin/portsnap/portsnap/
2018-08-04 Brad DavisMove freebsd-update.conf to usr.sbin/freebsd-update.
2018-08-04 Brad DavisMove etc/minfree to sbin/savecore/.
2018-08-04 Conrad Meyersettimeofday(2): Remove stale note about timezone
2018-08-04 Conrad Meyerdate(1): Add ISO 8601 formatting option
2018-08-04 Kyle Evansefirt: Don't enter EFI context early, convert addrs...
2018-08-04 Konstantin... Swap in WKILLED processes.
2018-08-04 Mark JohnstonFix the regression test for PR 181741.
2018-08-04 Mark JohnstonDon't check rcv sockbuf limits when sending on a unix...
2018-08-04 Mark JohnstonStyle.
2018-08-04 Toomas Soomeloader: biosdisk.c has leftover geli header.
2018-08-04 Mark JohnstonFix a flag collision introduced in r327451.
2018-08-04 Dimitry AndricFix build of hyperv with base gcc on i386
2018-08-04 Edward Tomasz... Make it possible for init to execute any executable...
2018-08-04 Xin LIIn r337271, we limited the sector number to the lower...
2018-08-04 Konstantin... Add END()s for amd64 linux futex support routines.
2018-08-04 Vladimir Kondratyevwmt(4): Use internal function to calculate input report...
2018-08-04 Vladimir Kondratyevwmt(4): Read Microsoft's "Touch Hardware Quality Assura...
2018-08-04 Vladimir Kondratyevwmt(4): Read 'Contact count maximum' usage value from...
2018-08-04 Kyle Evansefi-autoresizecons: Don't fail the boot w/o GOP or UGA
2018-08-04 Alan CoxSet the default image base on arm64 and i386 to a super...
2018-08-04 Patrick KelseyMark the send queue ready so ALTQ is available.
2018-08-04 Gleb SmirnoffNow that after r335979 the kernel addresses in API...
2018-08-03 Gleb SmirnoffUse if_tunnel_check_nesting() for ng_iface(4).
2018-08-03 Emmanuel Vadotarm: Remove ALLWINNER_UP kernel config
2018-08-03 Emmanuel Vadotdtb: rpi: Only compile and copy the DTSO
2018-08-03 Emmanuel Vadotdtb: am335x: Remove links and add more dts
2018-08-03 Justin Hibbitsnvme(4): Add bus_dmamap_sync() at the end of the reques...
2018-08-03 Bryan DreweryFix some filemon path logging issues.
2018-08-03 Cy SchubertSome drives report a geometry that is inconsisetent...
2018-08-03 John BaldwinInstall the 32-bit compat sanitizer libraries.
2018-08-03 Konstantin... Require write access when mmapping BAR.
2018-08-03 Konstantin... Fix word-size dumping.
2018-08-03 Ruslan BukinReturn ENAMETOOLONG if the latest copied character
2018-08-03 Mark JohnstonAdd the required page accounting to kmem_bootstrap_free().
2018-08-03 Ruslan BukinMAXLOGNAME changed to 33 in r243023.
2018-08-03 Konstantin... Fix typo in copyinstr_smap, resulting in mis-handling...
2018-08-03 Andriy Gaponsafer wait-free iteration of shared interrupt handlers
2018-08-03 Ruslan BukinReplace __riscv__ with __riscv.
2018-08-03 Ruslan BukinIncrease timeout for nop_test:stripesize.
2018-08-03 Konstantin... Some updates to vm_map(9).
2018-08-03 Edward Tomasz... Remove pointless comment.
2018-08-03 Edward Tomasz... .Xr pam_securetty(8) from ttys(5), to hint the users...
2018-08-03 Hans Petter... Implement ktime_add_ms() and ktime_before() in the...
2018-08-03 Toomas Soomeloader.efi: clean up misleading noise from missing...
2018-08-03 Mark JohnstonVerify that each frame pointer lies within the thread...
2018-08-03 Alexander MotinReduce taskq and context-switch cost of zio pipe
2018-08-03 Alexander MotinMFV r337223:
2018-08-03 Alexander Motin9580 Add a hash-table on top of nvlist to speed-up...
2018-08-03 Alan SomersFix LOCAL_PEERCRED with socketpair(2)
2018-08-03 Alexander MotinMFV r337220: 8375 Kernel memory leak in nvpair code
2018-08-03 Alexander Motin8375 Kernel memory leak in nvpair code
2018-08-03 Alexander MotinMFV r337218: 7261 nvlist code should enforce name lengt...
2018-08-03 Alexander Motin7261 nvlist code should enforce name length limit
2018-08-03 Alexander MotinMFV r337216: 7263 deeply nested nvlist can overflow...
2018-08-03 Alexander Motin7263 deeply nested nvlist can overflow stack
2018-08-03 Alexander MotinMFV 337214:
2018-08-03 Alexander Motin9621 Make createtxg and guid properties public
2018-08-03 Alexander MotinMFV r337212:
2018-08-03 Alexander Motin9465 ARC check for 'anon_size > arc_c/2' can stall...
2018-08-03 Alexander MotinMFV r337210: 9577 remove zfs_dbuf_evict_key tsd
2018-08-02 Alexander Motin9577 remove zfs_dbuf_evict_key tsd
2018-08-02 Alexander MotinMFV r337208: 9591 ms_shift can be incorrectly changed...
2018-08-02 Alexander Motin9591 ms_shift can be incorrectly changed in MOS config...
2018-08-02 Alexander MotinMFV r337206: 9338 moved dnode has incorrect dn_next_type
2018-08-02 Alexander Motin9338 moved dnode has incorrect dn_next_type
2018-08-02 Alexander MotinMFV r337204: 9439 ZFS double-free due to failure to...
2018-08-02 Alexander Motin9439 ZFS double-free due to failure to dirty indirect...
2018-08-02 Conrad Meyerwc(1): Fix 'wc -L'
next