aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-0531-18/+40
* pkgbase: Put libbluetooth in the bluetooth packageEmmanuel Vadot2019-09-051-1/+1
* pkgbase: Move libcap_ to FreeBSD-runtimeEmmanuel Vadot2019-09-057-8/+8
* pkgbase: Tag passwd related file to be in FreeBSD-runtime package.Emmanuel Vadot2019-09-051-0/+1
* pkgbase: Move rc scripts and related files to their own packagesEmmanuel Vadot2019-09-054-4/+8
* pkgbase: Force zfs(8) and zpool(8) to be in the runtime packageEmmanuel Vadot2019-09-058-0/+8
* pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* pkgbase: Move the bootloader related files to a new FreeBSD-bootloader packageEmmanuel Vadot2019-09-052-0/+5
* Decrease the default audio playback latency to a maximum of 21.3ms.Hans Petter Selasky2019-09-051-1/+1
* ficl: add uIsGreater wordToomas Soome2019-09-051-0/+13
* patch(1): add some basic testsKyle Evans2019-09-058-0/+185
* sys/mount.h: Comment on distinction between vfs_{c,}mountConrad Meyer2019-09-051-0/+12
* Delete the unused "nd" argument for nfsrv_checkdsattr().Rick Macklem2019-09-043-3/+3
* The efifat files are no longer used: remove the code to build themRebecca Cran2019-09-0410-109/+3
* madvise(MADV_FREE): Quick fix to time rewind.Konstantin Belousov2019-09-041-0/+12
* Support doorbell strides != 0.Warner Losh2019-09-043-25/+33
* vfs: fully hold vnodes in vnlru_free_lockedMateusz Guzik2019-09-041-6/+1
* Report the Host Buffer Memory minimum and preferred sizes.Warner Losh2019-09-041-0/+2
* PROGS: Build common sources before recursed PROGS_TARGETS as well when building.Bryan Drewery2019-09-041-7/+4
* Fix /proc/mounts for autofs(5) mounts.Edward Tomasz Napierala2019-09-041-0/+9
* Improve debugging output.Edward Tomasz Napierala2019-09-041-0/+22
* - correct HISTORY sectionJason Helfman2019-09-041-2/+2
* procstat/tests: Fix flakiness by waiting for program to startJilles Tjoelker2019-09-042-15/+8
* Include dwgpio to the build.Ruslan Bukin2019-09-043-0/+5
* o Add support for multi-port instances of Synopsys DesignWare APB GPIORuslan Bukin2019-09-044-113/+302
* Back out r351799Kyle Evans2019-09-041-2/+0
* pseudofs: make readdir work without a pid againKyle Evans2019-09-041-10/+15
* bectl(8): implement sorting for 'bectl list' outputKyle Evans2019-09-043-40/+148
* mpsutil slot set statusAndriy Gapon2019-09-044-1/+139
* Adjust history, info source from v1's manualsSevan Janiyan2019-09-043-6/+6
* shutdown_halt: make sure that watchdog timer is stoppedAndriy Gapon2019-09-041-0/+3
* ZFS: Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-042-8/+19
* Correct overflow logic in fullpath().Xin LI2019-09-041-9/+13
* Fix the SACK block generation in the base TCP stack by bringing it inMichael Tuexen2019-09-041-11/+20
* Fix some nits in pmap_page_array_startup().Mark Johnston2019-09-032-6/+3
* LOCAL_MODULES: Allow LOCAL_MODULES="" in src.conf to workKyle Evans2019-09-031-0/+2
* Allow more nesting of GEOM partitioning schemesKyle Evans2019-09-033-7/+34
* posixshm: start counting writeable mappingsKyle Evans2019-09-031-5/+12
* vm pager: writemapping accounting for OBJT_SWAPKyle Evans2019-09-039-31/+90
* Unbreak Linux binaries linked against new glibc, such as the onesEdward Tomasz Napierala2019-09-031-0/+6
* Fix two TCP RACK issues:Michael Tuexen2019-09-031-1/+6
* - Retire pc-sysinstall(8)Kris Moore2019-09-0394-11211/+81
* Add stackgap control mode to proccontrol(1).Konstantin Belousov2019-09-031-2/+34
* Add procctl(PROC_STACKGAP_CTL)Konstantin Belousov2019-09-038-4/+144
* Use makefs -t msdos in make_esp_fileMatt Macy2019-09-032-12/+12
* Add conv=fsync flag to ddMatt Macy2019-09-034-0/+13
* bsdgrep(1): add some basic tests for some GNU Extension supportKyle Evans2019-09-031-0/+26
* Make linprocfs(4) report Tgid, Linux ltrace(1) needs it.Edward Tomasz Napierala2019-09-031-0/+1
* vfs: implement usecount implying holdcntMateusz Guzik2019-09-038-110/+164
* Implement nvme suspend / resume for pci attachmentWarner Losh2019-09-034-18/+136