summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2016-04-07update the ports link; from solene rapenneJason McIntyre
2016-04-05Remove mention of Turbo Mode from ath(4) since the driver doesn't support itRicardo Mestre
Discussed with and OK from sthen@ stsp@ kettenis@ jsg@
2016-04-03double word;Jason McIntyre
2016-04-03Long overdue updates for timecounter changes.Jonathan Gray
Feedback from jmc@, ok guenther@ for an earlier version.
2016-04-03ath(4) 11g support code is broken and not enabled. Document this limitation.Stefan Sperling
2016-04-01no Pp before Sh;Jason McIntyre
2016-04-01Building kernels with PPPOE_SERVER enabled has been broken for at leastJonathan Gray
eleven years, remove it. Despite what the wildly outdated time(9) claims, there is no longer globally visible "struct timeval mono_time" or "struct timeval time". ok mpi@ sthen@ mikeb@
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
Patch from Christian Heckendorf <mbie at ulmus dot me>. OK jmc@ bentley@
2016-03-31The USB console port on Aruba 7xxx wireless controllers shows up asReyk Floeter
"Aruba Networks USB to UART Bridge Controller". It uses a Silabs CP210x chip with a modified vendor Id that is supported by uslcom(4). OK jsg@
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2016-03-29all the bpf_mtap functions now return whether to drop the packet or notDavid Gwynne
2016-03-29tweak previous;Jason McIntyre
2016-03-29IPL_NET, not IPL_HIGH.David Gwynne
too much reading task_add.9 as a reference
2016-03-29some basic doco for the bpf_mtap family of functions.David Gwynne
yes yes deraadt@
2016-03-28some bytgpio bits;Jason McIntyre
2016-03-28btgpio(4)Mark Kettenis
2016-03-26Add devel/qmake and x11/qt5 modules documentation.Vadim Zhukov
2016-03-24no more i386_get_ioperm(2);Jason McIntyre
2016-03-23Update to tzdata2016c from ftp.iana.org.Todd C. Miller
2016-03-23add missing RTF_CONNECTED, remove ESIS (End System to IntermediateSebastian Benoit
System Protocol) add NDP instead, add information about RTF_FMASK. phessler@ millert@
2016-03-22The scaffolding to support architectures without shared librariesChristian Weisgerber
has been removed from the ports infrastructure. Gone are: * variables CONFIGURE_SHARED, NO_SHARED_LIBS, NO_SHARED_ARCHS, SHARED_ONLY * PROPERTIES value "no_shared" * PFRAG.shared and PFRAG.no-shared files Also drop mention of the long gone PROPERTIES value "elf". ok sthen@, ok & tweaks jmc@
2016-03-22Remove non-UTF-8 ctype source files.Jeremie Courreges-Anglas
2016-03-21s/the pmap_init_module/the pmap module/natano
In r1.15 some occurrences of 'pmap' have been replaced with 'pmap_init' by accident, due to unrelated refactoring. ok jmc
2016-03-20Kill LOCALECHARSETS machinery, we only support ASCII and UTF-8 LC_CTYPEJeremie Courreges-Anglas
Remove Makefile.inc and inline rules to produce LC_CTYPE for UTF-8. ok guenther@ stsp@
2016-03-19uio -> uiomove;Jason McIntyre
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
torture tested on amd64, i386 and macppc ok beck mpi stefan "the change looks right" deraadt
2016-03-18+.Xr ipsec.conf 5 ,Jason McIntyre
from rob pierce
2016-03-16knock out unused Pp in previous;Jason McIntyre
2016-03-16Expose new audio ioctls that do one thing only: start and stop DMA,Alexandre Ratchov
set and get parameters. This is much simpler. ok semarie, armani, tweaks from jmc
2016-03-15Update to tzdata2016b from ftp.iana.org.Todd C. Miller
2016-03-15spelling fix;Jason McIntyre
2016-03-15Remove now unused legacy uiomovei() function.Stefan Kempf
All its callers got reviewed and converted to use uiomove() properly. ok deraadt@
2016-03-14some Xr; from michal mazurekJason McIntyre
2016-03-14Remove a reference to lint(1) in the description of the -CC option. Themmcc
option itself may go away sometime soon. ok guenther@, deraadt@
2016-03-12regen generated files after MAKEDEVs commitsMarc Espie
2016-03-11Document perl Module::Build::Tiny support in CONFIGURE_STYLEStuart Henderson
2016-03-10remove Xr to lkkbd and lkms, now deleted vax pages;Jason McIntyre
2016-03-10un-vax;Jason McIntyre
2016-03-10un-vax;Jason McIntyre
2016-03-10un-vax;Jason McIntyre
2016-03-10more pieces of vaxTheo de Raadt
2016-03-10BIOCGDIRFILT is allowed when locked, from Guy HarrisTheo de Raadt
2016-03-09We are done providing support for the vax.Theo de Raadt
lots of agreement.
2016-03-07In man page hostname.if examples showing how to configure hostap, put linesStefan Sperling
configuring addresses last. Avoids problems where the interface is put up before wireless settings are properly configured. Prompted by questions from Matthew ("chohag") on bugs@
2016-03-03Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11Christian Weisgerber
servers. Pointed out by jmc@, ok deraadt@ millert@
2016-03-03Improve SWIDTH of some unicode charactersAndrew Fresh
ok schwarze@
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@
2016-03-02remove the remaining mentions of sys/compat/*; ok deraadt@ millert@ jmc@Christian Weisgerber
2016-03-02Stop mentioning /emul/ in hier(7), naddy@ agrees.Stuart Henderson