aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* bpf(4): Fix a misnamed constantFelix Johnson2021-10-131-2/+2
* acpi(4): Correct outdated sysctlFelix Johnson2021-10-131-2/+2
* pthread_np.3: Add a manpage summarizing all of the pthread extensions.Felix Johnson2021-10-1218-22/+273
* kqueue(9): correct spelling of kn_fopKyle Evans2021-10-121-2/+2
* vfs: remove thread argument from VOP_STATMateusz Guzik2021-10-111-4/+2
* ncurses: convert libncursesw.a into a static ldscriptBaptiste Daroussin2021-10-101-3/+6
* bsd.cpu.mk: Minor formatting for armv6 vs armv7Warner Losh2021-10-081-4/+6
* Make core dump writes interruptible with SIGKILLKonstantin Belousov2021-10-081-1/+15
* core(5): explicitly mention the core file size limit nameKonstantin Belousov2021-10-081-2/+4
* crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes.John Baldwin2021-10-061-1/+1
* crypto: Support multiple nonce lengths for AES-CCM.John Baldwin2021-10-061-6/+12
* cryptodev: Permit explicit IV/nonce and MAC/tag lengths.John Baldwin2021-10-061-4/+20
* Remove obsolete amd(8) rc.conf configurationTom Hukins2021-10-051-35/+1
* pthread_mutexattr(3): document each pthread_mutexattr_set/get* functionKonstantin Belousov2021-10-051-2/+88
* pthread_mutexattr(3): install pthread_mutexattr_get/setpshared linksKonstantin Belousov2021-10-051-0/+2
* pthread_mutexattr(3): document pthread_mutexattr_set/getpsharedKonstantin Belousov2021-10-051-1/+33
* pthread_mutexattr(3): use .Fo/.Fc to avoid too long linesKonstantin Belousov2021-10-054-9/+27
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-041-3/+3
* ncurses: split libtinfo from libncursesBaptiste Daroussin2021-10-042-2/+5
* nvme: Only reset once on attach.Warner Losh2021-10-011-0/+8
* jail(3lua): add a jail.list() methodKyle Evans2021-09-301-4/+51
* bluetooth: complete removal of ng_h4Warner Losh2021-09-304-128/+2
* pf.conf: document syncookiesKristof Provost2021-09-291-1/+29
* mgb: Connect if_mgb module to the buildEd Maste2021-09-291-0/+2
* mgb: Update man page wrt state of the driverEd Maste2021-09-281-2/+3
* boot(9): update to match realityMitchell Horne2021-09-282-9/+19
* Add myself as ports committer and update mentor/mentee informationYasuhiro Kimura2021-09-271-0/+5
* acpi_cpu: Make device unit numbers match OS CPU IDs.Alexander Motin2021-09-251-6/+1
* pf.conf.5: document dummynet supportKristof Provost2021-09-241-4/+35
* man dummynet: dummynet can also be used with pfKristof Provost2021-09-241-2/+4
* man dummynet: point to dnctl instead of ipfwKristof Provost2021-09-241-3/+4
* pci_vendors: update to 2021.09.19Baptiste Daroussin2021-09-221-15/+151
* Drop cloudabiKonstantin Belousov2021-09-212-126/+0
* bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLRMark Johnston2021-09-212-2/+34
* device: add device_get_property and device_has_propertyBartlomiej Grzesik2021-09-203-0/+134
* Disable -Woverflow errors for i386 for GCC 9.John Baldwin2021-09-131-0/+7
* Add -Wno-error=unused-but-set-variable when building with Clang 13+Dimitry Andric2021-09-131-0/+3
* tzcode: Implement timezone change detectionEdward Tomasz Napierala2021-09-121-0/+1
* Add missing dep patterns for .pieoAlex Richardson2021-09-132-2/+6
* bsd.lib.mk: add conditions for building _pie.a archivesEd Maste2021-09-131-1/+1
* Add support for jail.conf.dAntranig Vartanian2021-09-101-1/+8
* rtsx: Call taskqueue sooner, adjust DELAY(9) calls, add an inversion heuristicHenri Hennebert2021-09-091-3/+10
* pkgbase: Create a syscons-data packageEmmanuel Vadot2021-09-073-0/+6
* pkgbase: Create a vt-data packageEmmanuel Vadot2021-09-072-0/+4
* Enable MK_LLVM_BINUTILS if MK_ASAN is requestedAlex Richardson2021-09-061-0/+6
* Add WITH_LLVM_BINUTILS to install LLVM binutils instead of ElftoolchainAlex Richardson2021-09-061-0/+8
* Don't default MK_LLVM_TARGET_ALL to yes unless MK_CLANG is requestedAlex Richardson2021-09-061-1/+1
* tcp: document TCP Fast Open (RFC 7413) in tcp(4)Philip Paeps2021-09-031-0/+134
* callout(9): Allow spin locks use with callout_init_mtx().Alexander Motin2021-09-032-8/+2
* vmd(4): Major driver refactoringAlexander Motin2021-09-032-10/+27