Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-03-01 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber | |
Remove "option COMPAT_LINUX" and everything directly tied to it from the kernel and the corresponding man page documentation. ok visa@ guenther@ | |||
2016-02-28 | Tweak info about using subdirectories. | Robert Peichaer | |
feedback from and OK jmc@ | |||
2016-02-28 | Remove USB_SET_IMMED ioctl and corresponding code and manpage bits. | Stefan Kempf | |
Nothing uses it. suggested by and ok mpi@ | |||
2016-02-28 | remove mention of Linux and FreeBSD binary emulation; pointed out by jmc@ | Christian Weisgerber | |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber | |
Remove "option COMPAT_LINUX" and everything directly tied to it from the kernel and the corresponding man page documentation. ok visa@ guenther@ | |||
2016-02-27 | Add documentation for the APM_IOC_HIBERNATE ioctl. | natano | |
tweaks and ok jmc@ | |||
2016-02-25 | Xr biosboot and describe more precisely how this versatile program | tb | |
will eventually load the first-stage bootstrap. From Michal Mazurek. tweaks and ok jmc@ | |||
2016-02-19 | Fix grammar by splitting a longish sentence. | tb | |
ok jmc@ | |||
2016-02-19 | spacing fixes, from ray; | Jason McIntyre | |
2016-02-19 | add I219 to the list of supported chips | Kirill Bychkov | |
OK bluhm@ | |||
2016-02-12 | i think this is a grammar fix | David Gwynne | |
2016-02-12 | srp_update_get_locked doesnt exist, i meant srp_get_locked | David Gwynne | |
2016-02-12 | tweak the description and make it obvious updates can sleep. | David Gwynne | |
based on discussion with haesbart and jmatthew | |||
2016-02-08 | sslv3 has been removed; | Jason McIntyre | |
prompted by a mail from jiri navratil help/ok sthen | |||
2016-02-06 | Add support for the 9 series PCH. | Mark Kettenis | |
From Dmitri Alenichev. | |||
2016-02-05 | Regen | Masao Uebayashi | |
2016-02-03 | hookup dwctwo.4 | Jasper Lievisse Adriaanse | |
2016-02-02 | tweaks; | Jason McIntyre | |
2016-02-02 | Octeon has at most one instance of dwctwo(4), at iobus? irq 56. | Visa Hankala | |
2016-02-02 | Mention dwctwo(4). | Visa Hankala | |
Suggested by jmc@ | |||
2016-02-02 | Manual page for dwctwo(4) | Visa Hankala | |
2016-02-01 | sxidog attaches at sunxi not omap | Jonathan Gray | |
2016-02-01 | rapha mistakenly got the authorship of sunxi drivers wrong when adding | Jonathan Gray | |
man pages. Problem pointed out by Artturi Alm, who initially wrote them. Drop the AUTHORS sections instead of correcting them, as preferred by Artturi. | |||
2016-01-31 | Use standard name for ASCII LF and FF control codes. | Christian Weisgerber | |
As seen on FreeBSD; ok bentley@ millert@ |