]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-01-01 delphijReduce memory footprint of fsck_msdosfs.
2020-01-01 kevansinetd: convert remaining bzero(3) to memset(3), NFC
2020-01-01 kevansinetd: track all child pids, regardless of maxchild...
2020-01-01 kevansinetd: add some macros for checking child limits, NFC
2020-01-01 cemvmgenid(4): Integrate as a random(4) source
2019-12-31 rmacklemUpdate the man page to reflect that "-M" and "-N" are...
2019-12-31 dougmThe map-entry clipping functions modify start and end...
2019-12-31 rmacklemGet rid of old nfsstat options no longer used.
2019-12-31 traszAdd basic getcpu(2) support to linuxulator. The purpos...
2019-12-31 mavRelax locking of carp_forus().
2019-12-31 melifaroFix NOINET6 build broken by r356236.
2019-12-31 melifaroSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 tuexenFix delayed ACK generation for DCTCP.
2019-12-31 traszRegen after r356233.
2019-12-31 traszSigh, add getcpu(2) chunk missed in r356229.
2019-12-31 traszRegen after r356229.
2019-12-31 gjbHappy New Year 2020!
2019-12-31 traszFix definitions for Linux getcpu(2).
2019-12-31 cyMFV r356143:
2019-12-31 tuexenAdd flags for upcoming patches related to improved...
2019-12-31 tuexenClear the flag indicating that the last received packet...
2019-12-31 kevanspsm: properly check for atkbdc_open failure
2019-12-31 tuexenAdd curly braces missed in https://svnweb.freebsd.org...
2019-12-31 kpriscv: Remove unused variable
2019-12-31 kpsifive: uart driver
2019-12-31 kpriscv: Remove pointless loop
2019-12-31 cemrtld(1): Do booleans like C99
2019-12-31 rmacklemSwitch r356210 to use gone_in() instead of printf().
2019-12-31 kevansinetd: prefer strlcpy to strlen(3) check + strcpy(3...
2019-12-31 kevansinetd: prefer strtonum(3) to strspn(3)+atoi(3), NFC
2019-12-31 mavDon't spin on cleanup_lock if we are not interrupt.
2019-12-31 kevansinetd: knock out some clang analyze warnings
2019-12-31 mavAvoid few memory accesses in g_disk_done().
2019-12-31 rmacklemReplace .h files included from old NFS directories...
2019-12-31 mmMFV r356163,r356197:
2019-12-30 ianSet a "kernbase" symbol in 32-bit arm locore.S and...
2019-12-30 rmacklemAdd warning printf w.r.t. removal of sys/nfs/nfs_lock.c.
2019-12-30 jhbFormatting fixes for tables, no content changes.
2019-12-30 jillessh: Test that executing various binary files is rejected
2019-12-30 alcDetermine whether the MMU hardware is capable of updati...
2019-12-30 kaktuslinux(4): implement copy_file_range(2)
2019-12-30 brDon't hard-code field offsets of struct riscv_bootparams.
2019-12-30 kevansinetd: don't leak `policy` on return
2019-12-30 brDon't hard-code size of struct riscv_bootparams.
2019-12-30 brRound the kernel stack allocation up as required.
2019-12-30 hselaskyFix spelling.
2019-12-30 mavUse atomic for start_count in devstat_start_transaction().
2019-12-30 bdragon[PowerPC] Fix panic when attempting to handle an HMI...
2019-12-30 kevanssc(4) md bits: stop setting sc->kbd entirely
2019-12-30 cemvirtio_random(4): Drop no longer needed unload kludge
2019-12-30 cemrandom(4): Make entropy source deregistration safe
2019-12-30 mavRetire nstart/nend counters.
2019-12-29 markjAdd libdtrace support for arm64 USDT probes.
2019-12-29 markjAdd ARMv8 static relocation types used for control...
2019-12-29 mavRemove GEOM_SCHED class and gsched tool.
2019-12-29 markjpowerd(8): Fix a memory leak when we fail to read frequ...
2019-12-29 markjRestore a vm_page_wired() check in vm_page_mvqueue...
2019-12-29 mavMissed part of r356162.
2019-12-29 mavFix GEOM_VIRSTOR orphanization.
2019-12-29 ianEliminate the generated ldscript for arm and arm64...
2019-12-29 kaktussysctlbyname(2): Remove temporary compatibility layer
2019-12-29 mavFix GEOM_MOUNTVER orphanization.
2019-12-29 traszImplement Linux syslog(2) syscall; just enough to make...
2019-12-29 oshogbognop: change the "count until fail" option
2019-12-29 traszMake linprocfs(5) provide an empty /proc/modules. ...
2019-12-29 oshogbognop: allow to change the name of created device
2019-12-29 markjClear queue op flags in vm_page_mvqueue().
2019-12-29 traszMake Linux stat(2) et al distinguish between block...
2019-12-29 traszMove type casts into a single place. No functional...
2019-12-29 traszImplement Linux BLKGETSIZE64 ioctl.
2019-12-29 adrianMake this compile under external gcc toolchain if WITH_...
2019-12-29 alcCorrectly implement PMAP_ENTER_NOREPLACE in pmap_enter_...
2019-12-29 philipfuspi: Fix 'sleepable after non-sleepable' lock
2019-12-29 kevansRegenerate src.conf(5) after r356164
2019-12-29 kevansChange reference in HTTPD descriptions to 'simple_httpd'
2019-12-28 mmUpdate vendor/libarchive/dist to git 1dae5a549fe4ab99fd...
2019-12-28 mavFix GEOM_SHSEC orphanization.
2019-12-28 markjRemove some unused functions.
2019-12-28 markjUpdate the vm_page.h block comment to reflect recent...
2019-12-28 markjRemove page locking for queue operations.
2019-12-28 markjGeneralize lazy dequeue logic for wired pages.
2019-12-28 markjStart implementing queue state updates using fcmpset...
2019-12-28 markjDon't update per-page activation counts in the swapout...
2019-12-28 mavFix GEOM_GATE orphanization.
2019-12-28 kibvm_object_shadow(): fix object reference leak.
2019-12-28 manuarm64: rockchip: Add driver for the io domain
2019-12-28 manuarm64: rockchip: rk808: Add remaining regulators
2019-12-28 traszMake linux mount(2) tolerate NULL 'from' argument,...
2019-12-28 melifaroAdd userland tests for route table/lltable rtsock opera...
2019-12-28 adrian[ar71xx] generate a random mac address using eth_gen_addr()
2019-12-28 cyVendor import of Unbound 1.9.6.
2019-12-28 pfgSPDX: update some tags with two licenses.
2019-12-28 pfgarm/ffs.S: remove stale comment.
2019-12-28 cemepoch.9: Add missing functions, clean up documentation
2019-12-27 markjRemove some stale comments from the page allocator.
2019-12-27 mavFix GEOM_UZIP orphanization.
2019-12-27 hselaskyImplement dump_stats command for usbconfig(8).
2019-12-27 hselaskyImplement new libusb v2.0 API function, libusb20_dev_ge...
2019-12-27 hselaskyMake USB statistics per device instead of per bus.
2019-12-27 bdragon[PowerPC] Ignore fortify-source warning in trap vector...
next