Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | no more sparc; | Jason McIntyre | |
2016-09-01 | no more sparc; | Jason McIntyre | |
2016-09-01 | no more sparc; | Jason McIntyre | |
2016-09-01 | by my reckoning, no more pages for tslot, cgfourteen, pninek, | Jason McIntyre | |
pnozz, tcx, or presto; | |||
2016-09-01 | tweak previous; | Jason McIntyre | |
2016-09-01 | Remove references to removed ioctls and data structures. | Alexandre Ratchov | |
Suggested by jmc@. | |||
2016-09-01 | Fix typo: replace AUDIO_GETINFO by AUDIO_GETPAR. | Alexandre Ratchov | |
2016-09-01 | add iatp(4), a driver for the i2c touchpad and touchscreen found on | Joshua Stein | |
the chromebook pixel | |||
2016-09-01 | remove sparc manuals | Ted Unangst | |
2016-09-01 | retire sparc manuals | Ted Unangst | |
2016-08-31 | Remove unused RTF_MASK route flag. | Alexander Bluhm | |
Requested by and OK mpi@ | |||
2016-08-31 | shuffle this page a little, to make it read better; | Jason McIntyre | |
2016-08-31 | remove trailing Xr to radio devices; | Jason McIntyre | |
2016-08-31 | missed one | Ted Unangst | |
2016-08-31 | remove links for radio drivers | Ted Unangst | |
2016-08-31 | remove man pages for deleted radio drivers | Ted Unangst | |
2016-08-31 | Split gre(4) into two interfaces: gre(4) and mobileip(4). | Reyk Floeter | |
Like vlan/svlan and tun/tap, it remains a single driver that decides on the mode based on the interface name. This removes the need for removing the default link0 flag to turn gre into Mobile IP mode. Using linkX / IFF_LINK{0,1,2} for interface modes is a deprecated style. OK millert@ dlg@ many Not much consensus on the name but mobileip is also used for the sysctls, so OK henning@ | |||
2016-08-31 | remove Xrs to ym, sea, and wss; | Jason McIntyre | |
2016-08-31 | remove ym, wss, and sea drivers | Ted Unangst | |
2016-08-31 | Delete unused ioctls and associated macros. Move macros that are still | Alexandre Ratchov | |
used internally by low-level drivers from sys/audioio.h to dev/audio_if.h instead of deleting them. | |||
2016-08-30 | Use struct stat for storing attributes in fusebufs, because using struct | Martin Natano | |
vattr in userspace is suboptimal as some related helpers are not available, e.g. VATTR_NULL() and IFTOVT(). The conversion is now done in the kernel where it belongs. As a side effect the <sys/vnode.h> include can be removed from libfuse. tweaks and ok guenther | |||
2016-08-30 | use a mixture of .Dl and .Bd -compact to reduce the amount of | Jason McIntyre | |
vertical whitespace, making it easier to see which hostname.if file relates to which example; | |||
2016-08-29 | Make examples fit in 80 columns, reminded by jmc@ | Martin Pieuchot | |
2016-08-28 | Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS, | Reyk Floeter | |
GREGADDRD, GRESPROTO, and GREGPROTO. They have been replaced by generic ioctls some time ago (eg. the "ifconfig gre0 tunnel") and there is no need to keep the old ones around. They are neither used in base nor in ports. OK sthen@ | |||
2016-08-25 | Amend after clean-up of fortran.port.mk | David Coppa | |
2016-08-25 | Fix pfsync(4)'s carp examples: as of ip_carp.c r1.245, carpdev must be | Stuart Henderson | |
specified. From Bryan Stenson. | |||
2016-08-24 | Since the removal of rwhod and friends a couple of years ago, there | Renato Westphal | |
isn't any file in the base system including <protocols/rwhod.h>. So, stop suggesting the inclusion of this header in this man page. ok tedu@ deraadt@ mpi@ | |||
2016-08-23 | include acpicbkbd | Joshua Stein | |
2016-08-23 | add a man page for acpicbkbd | Joshua Stein | |
2016-08-22 | fix typos | Ted Unangst | |
2016-08-20 | add "armv7" to the Dt line; | Jason McIntyre | |
2016-08-20 | sximmc(4) | Mark Kettenis | |
2016-08-19 | update man pages now that login.conf uses auto rounds | Daniel Jakots | |
better wording/ok sthen@ ok jmc@ | |||
2016-08-18 | document USE_WXNEEDED, feedback/ok jca jasper | Stuart Henderson | |
2016-08-18 | punctuation fix; | Jason McIntyre | |
2016-08-17 | Use more dhcp info when trying autoinstall/autoupgrade. | Kenneth R Westerback | |
For the file name try 'filename' then 'option bootfile-name'. For the server name try 'server-name' then 'option tftp-server-name' then 'next-server'. Original idea from Patrick Lundin. Suggestions from rpe@. Tweaks & ok halex@ | |||
2016-08-17 | Document RT3900E (RT5390 / RT5392) support in ral(4). | Stefan Sperling | |
Ported from FreeBSD by James Hastings. | |||
2016-08-16 | splraise() is an MI API now. | David Gwynne | |
ok deraadt@ jmc@ mpi@ | |||
2016-08-16 | Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@, | Vincent Gross | |
IP_SENDSRCADDR == IP_RECVDSTADDR. OK sthen@ jca@ bluhm@ | |||
2016-08-16 | In the IPv6 default route example, use a gateway that corresponds to a | Martin Pieuchot | |
RTF_HOST route and is always on the correct interface. The gateway value doesn't really matter for routes on p2p interfaces but this allow us to tighten the checks when adding RTF_GATEWAY routes. ok stsp@, sthen@ | |||
2016-08-16 | tweak previous; | Jason McIntyre | |
2016-08-16 | Rewrite: ALL HAIL ELF | Philip Guenther | |
Mention the KERN_NOSUIDCOREDUMP sysctl(3) ok deraadt@ | |||
2016-08-15 | Fix typo -> s/drirect/direct/. | Marcus Glocker | |
From Daniel Bolgheroni | |||
2016-08-14 | tweak previous; | Jason McIntyre | |
2016-08-14 | imxtemp(4) | Mark Kettenis | |
2016-08-13 | use -nosplit for AUTHORS: looks much better, to the point where i wonder why ↵ | Jason McIntyre | |
we don;t just enforce this... | |||
2016-08-13 | dwge(4) | Mark Kettenis | |
2016-08-12 | no more libarm; | Jason McIntyre | |
2016-08-11 | Dynamically attach omgpio(4) using the FDT. | Jonathan Gray | |
am335x has a compatible string of "ti,omap4-gpio" and has the same offsets as omap4, so combine the omap4 and am335x cases when setting up function pointers. | |||
2016-08-10 | no more armish; | Jason McIntyre | |