]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-02-05 kevansO_SEARCH test: drop O_SEARCH|O_RDWR local diff
2020-02-05 emastelibfetch: disallow invalid escape sequences
2020-02-05 emasteregen linuxulator sysent after r357577
2020-02-05 emastelinuxulator: implement sendfile
2020-02-05 markjFix a use of an uninitialized pointer in xdr_rpcbs_rmtc...
2020-02-05 markjImprove validation of the sockaddr length in iruserok_sa().
2020-02-05 markjAvoid releasing object PIP in vn_sendfile() if no pages...
2020-02-05 markjFix map locking in the CLEAR_PKRU sysarch(2) handler.
2020-02-05 kevanswc(1): account for possibility of file == NULL
2020-02-05 tsoomefollowup on r357497: clean obsolete comment and use...
2020-02-05 luporlAdd SYSCTL to get KERNBASE and relocated KERNBASE
2020-02-05 tsoomezfsboot: vdev_read_pad2 does allocate buffer with wrong...
2020-02-05 tsoomevdev_read_pad2: freeing wrong pointer
2020-02-05 kevansAdd RELNOTES entry for various daemons pulling in envir...
2020-02-05 kevanscron(8): set the environment variables of the user...
2020-02-05 kevansservice(8): set the environment of the "daemon" class...
2020-02-05 kevansenv(1): grow -L user/class and -U user/class options
2020-02-05 kevansinit(8): set environment variables from the "daemon...
2020-02-05 kevanslogin.conf(5): set a default PATH for the daemon class
2020-02-05 kevanslogin.conf(5): split MAIL env var out into a "mail...
2020-02-05 glebiusI doubt anybody in the world uses ng_device, but its...
2020-02-05 glebiusEnter the network epoch when ng_socket sends data or...
2020-02-05 glebiusnetgraph(4) callouts need to be executed in the network...
2020-02-05 kevansO_SEARCH tests: plug trivial fd leak
2020-02-05 mjgfd: always nullify *fdp in fget* routines
2020-02-05 npcxgbe(4): Add a knob to allow netmap tx traffic to...
2020-02-05 npcxgbe(4): Allow nm_black_hole and nm_cong_drop to be...
2020-02-04 npcxgbe(4): Report accurate rx_buf_maxsize to netmap.
2020-02-04 rlibbyuma: multipage chicken switch
2020-02-04 rlibbyuma: grow slabs to enforce minimum memory efficiency
2020-02-04 rlibbyuma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG &...
2020-02-04 rlibbyuma: add UMA_ZONE_CONTIG, and a default contig_alloc
2020-02-04 rlibbyuma: pcpu_page_free needs to startup_free pages from...
2020-02-04 kevansObsoleteFiles: Update after simple_httpd removal
2020-02-04 kevanssrc.conf(5): regen after r357543, HTTPD removal
2020-02-04 kevansRemove simple_httpd
2020-02-04 markjreadelf: Don't leak memory when dwarf_get_fde_info_for_...
2020-02-04 markjreadelf: Fix the check for an error from realloc().
2020-02-04 markjreadelf: Fix a double close of the input file.
2020-02-04 markjsize: Avoid returning a stack pointer from xlatetom().
2020-02-04 markjelfcopy: Avoid leaking dst's fd when we fail to copy...
2020-02-04 markjelfcopy: Handle multiple data descriptors properly.
2020-02-04 markjlibelftc: Add a missing check for an error from vector_...
2020-02-04 markjlibelftc: Fix memory leaks in the C++ demanglers.
2020-02-04 markjlibdwarf: Fix a memory leak in _dwarf_frame_section_init().
2020-02-04 markjlibdwarf: Make an out-pointer of _dwarf_abbrev_add...
2020-02-04 markjlibdwarf: Fix a possible memory leak in dwarf_add_AT_lo...
2020-02-04 markjlibdwarf: Remove unnecessary NULL checks.
2020-02-04 kibRemove unneeded assert for curproc. Simplify.
2020-02-04 bdragon[PowerPC] Fix VSX context handling
2020-02-04 jeffAdd an explicit busy state for free pages. This improv...
2020-02-04 jeffUse literal bucket sizes for smaller buckets rather...
2020-02-04 markjCorrect the malloc tag used when freeing the temporary...
2020-02-04 cyRevert r357201: downgrade sqlite3 from sqlite3-3.31...
2020-02-04 kibtmpfs: add nomtime mount option,
2020-02-04 kibEnable vm_object_mightbedirty() and vm_object_page_clea...
2020-02-04 kibAdd sys/systm.h to several places that use vm headers.
2020-02-04 kibtmpfs_mount update: simplify, cache the value of VFS_TO...
2020-02-04 kevanspsm: use make_dev_s instead of make_dev
2020-02-04 kevanspsm: release resources on attach failure
2020-02-04 traszRegen after r357503.
2020-02-04 traszAdd missing linux(4) syscall entries. This fixes missi...
2020-02-04 mavFew microoptimizations to dbuf layer.
2020-02-04 tuexenRemove unused timer.
2020-02-04 tuexenImprove numbering of debug information.
2020-02-04 andrewPrint useful debug data on unhandled kernel fault on...
2020-02-04 impBump __FreeBSD_version to 1300077 for r357455
2020-02-04 tsoomeloader: rewrite zfs reader zap code to use malloc
2020-02-04 jeffFix libmemstat_uma build after r357485.
2020-02-04 dchaginFix clock_gettime() and clock_getres() for cpu clocks:
2020-02-04 dchaginFor code reuse in Linuxulator rename get_proccess_cputime()
2020-02-04 dchaginlinux_to_native_clockid() properly initializes nwhich...
2020-02-04 jeffImplement a deferred write advancement feature that...
2020-02-04 jeffFix a recursion on the thread lock by acquiring it...
2020-02-04 jeffUse STAILQ instead of TAILQ for bucket lists. We only...
2020-02-04 npcxgbe(4): Add pfil(9) hooks to the driver's rx.
2020-02-04 npcxgbe(4): Treat NIC rx as special and run its handler...
2020-02-04 npcxgbe(4): Retire the allow_mbufs_in_cluster optimization.
2020-02-04 arichardsonSet the LMA of the riscv kernel to the OpenSBI jump...
2020-02-03 npcxgbe(4): Avoid ext_arg2 in rxb_free.
2020-02-03 0mpports.7: Update examples with install-missing-packages
2020-02-03 0mpReplace *-out with star-out to ease legibility
2020-02-03 npcxgbe(4): Do not use pack boundary > 512B unless it...
2020-02-03 npcxgbe(4): Initialize the rx buffer's metadata on first...
2020-02-03 npcxgbe(4): Only checksummed TCP should be considered...
2020-02-03 markjFix the !SMP case in sched_add() after r355779.
2020-02-03 mjgfd: partially unengrish the previous commit
2020-02-03 mjgfd: streamline fget_unlocked
2020-02-03 mjgfd: remove the seq argument from fget_unlocked
2020-02-03 mjgfd: remove the seq argument from fget routines
2020-02-03 mjgseqc: provide seqc_read_any
2020-02-03 mjgktrace: provide ktrstat_error
2020-02-03 glebiusCouple protocol drain routines (frag6_drain and sctp_dr...
2020-02-03 phkMinor cleanups to allow handing vast datasets.
2020-02-03 impFix a stray 'e'from my last commit.
2020-02-03 markjDisable the smallest UMA bucket size on 32-bit platforms.
2020-02-03 markjaddr2line: Avoid a name collision.
2020-02-03 kevansnamei: preserve errors from fget_cap_locked
2020-02-03 markjDynamically select LSE-based atomic(9)s on arm64.
2020-02-03 markjAdd LSE-based atomic(9) implementations.
next