Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-07 | update the ports link; from solene rapenne | Jason McIntyre | |
2016-04-05 | Remove mention of Turbo Mode from ath(4) since the driver doesn't support it | Ricardo Mestre | |
Discussed with and OK from sthen@ stsp@ kettenis@ jsg@ | |||
2016-04-03 | double word; | Jason McIntyre | |
2016-04-03 | Long overdue updates for timecounter changes. | Jonathan Gray | |
Feedback from jmc@, ok guenther@ for an earlier version. | |||
2016-04-03 | ath(4) 11g support code is broken and not enabled. Document this limitation. | Stefan Sperling | |
2016-04-01 | no Pp before Sh; | Jason McIntyre | |
2016-04-01 | Building kernels with PPPOE_SERVER enabled has been broken for at least | Jonathan 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-31 | Don'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-31 | The USB console port on Aruba 7xxx wireless controllers shows up as | Reyk 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-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre | |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason 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-29 | all the bpf_mtap functions now return whether to drop the packet or not | David Gwynne | |
2016-03-29 | tweak previous; | Jason McIntyre | |
2016-03-29 | IPL_NET, not IPL_HIGH. | David Gwynne | |
too much reading task_add.9 as a reference | |||
2016-03-29 | some basic doco for the bpf_mtap family of functions. | David Gwynne | |
yes yes deraadt@ | |||
2016-03-28 | some bytgpio bits; | Jason McIntyre | |
2016-03-28 | btgpio(4) | Mark Kettenis | |
2016-03-26 | Add devel/qmake and x11/qt5 modules documentation. | Vadim Zhukov | |
2016-03-24 | no more i386_get_ioperm(2); | Jason McIntyre | |
2016-03-23 | Update to tzdata2016c from ftp.iana.org. | Todd C. Miller | |
2016-03-23 | add missing RTF_CONNECTED, remove ESIS (End System to Intermediate | Sebastian Benoit | |
System Protocol) add NDP instead, add information about RTF_FMASK. phessler@ millert@ | |||
2016-03-22 | The scaffolding to support architectures without shared libraries | Christian 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-22 | Remove non-UTF-8 ctype source files. | Jeremie Courreges-Anglas | |
2016-03-21 | s/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-20 | Kill LOCALECHARSETS machinery, we only support ASCII and UTF-8 LC_CTYPE | Jeremie Courreges-Anglas | |
Remove Makefile.inc and inline rules to produce LC_CTYPE for UTF-8. ok guenther@ stsp@ | |||
2016-03-19 | uio -> uiomove; | Jason McIntyre | |
2016-03-19 | Remove 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-16 | knock out unused Pp in previous; | Jason McIntyre | |
2016-03-16 | Expose 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-15 | Update to tzdata2016b from ftp.iana.org. | Todd C. Miller | |
2016-03-15 | spelling fix; | Jason McIntyre | |
2016-03-15 | Remove now unused legacy uiomovei() function. | Stefan Kempf | |
All its callers got reviewed and converted to use uiomove() properly. ok deraadt@ | |||
2016-03-14 | some Xr; from michal mazurek | Jason McIntyre | |
2016-03-14 | Remove a reference to lint(1) in the description of the -CC option. The | mmcc | |
option itself may go away sometime soon. ok guenther@, deraadt@ | |||
2016-03-12 | regen generated files after MAKEDEVs commits | Marc Espie | |
2016-03-11 | Document perl Module::Build::Tiny support in CONFIGURE_STYLE | Stuart Henderson | |
2016-03-10 | remove Xr to lkkbd and lkms, now deleted vax pages; | Jason McIntyre | |
2016-03-10 | un-vax; | Jason McIntyre | |
2016-03-10 | un-vax; | Jason McIntyre | |
2016-03-10 | un-vax; | Jason McIntyre | |
2016-03-10 | more pieces of vax | Theo de Raadt | |
2016-03-10 | BIOCGDIRFILT is allowed when locked, from Guy Harris | Theo de Raadt | |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt | |
lots of agreement. | |||
2016-03-07 | In man page hostname.if examples showing how to configure hostap, put lines | Stefan 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-03 | Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11 | Christian Weisgerber | |
servers. Pointed out by jmc@, ok deraadt@ millert@ | |||
2016-03-03 | Improve SWIDTH of some unicode characters | Andrew Fresh | |
ok schwarze@ | |||
2016-03-03 | Remove 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-02 | remove the remaining mentions of sys/compat/*; ok deraadt@ millert@ jmc@ | Christian Weisgerber | |
2016-03-02 | Stop mentioning /emul/ in hier(7), naddy@ agrees. | Stuart Henderson | |