summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2016-09-04Add switch(4) man page and update the bridge(4) man page about theYASUOKA Masahiko
modification for switch(4). ok goda
2016-09-04regenChristian Weisgerber
2016-09-04Block devices are no longer supported, so stop talking about them andChristian Weisgerber
the difference from raw devices.
2016-09-04Add /var/syspatch/ to hier(7).Antoine Jacoutot
ok deraadt@
2016-09-04naddy discovered that bha no longer builds because it includes the nowTed Unangst
deleted aha.h header. therefore bha must be dragged into the attic too.
2016-09-04Sync struct pkthdr with sys/mbuf.hLawrence Teo
2016-09-04Fix incorrect formatting and add the missing argument name for m_resethdr().Lawrence Teo
ok jmc@
2016-09-04Treat .cpp files as C++ source code in make depend.Patrick Wildt
ok deraadt@ jca@ jsg@ millert@
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
order to make room for llvm. er, the llvm makefiles. er, some of them.
2016-09-03no more cnw;Jason McIntyre
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
there by accident) where it hasn't seen much use...
2016-09-03cdcef(4) kept dodging my knife; one more tryPhilip Guenther
2016-09-03counting things always catches us out...Jason McIntyre
2016-09-03cdcef(4) was retired with Zaurus. Noted by jmc@Philip Guenther
2016-09-03no more pages for pxaip, zkbd, zrc, or zts;Jason McIntyre
2016-09-03Add support for a multipoint-to-multipoint mode in vxlan(4). In thisReyk Floeter
mode, vxlan(4) must be configured to accept any virtual network identifier with "vnetid any" and added to a bridge(4) or switch(4). This way the driver will dynamically learn the tunnel endpoints and their vnetids for the responses and can be used to dynamically bridge between VXLANs. It is also being used in combination with switch(4) and the OpenFlow tunnel classifiers. With input from yasuoka@ goda@ OK deraadt@ dlg@
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
shortly when we use the hardware thread register in userland
2016-09-03Enable PIE on arm now that sjlj exceptions are no longer used afterJonathan Gray
the switch to eabi. This does not include static PIE which will be handled later. A specific sequence of steps is required to cross over this change, using a snapshot is the easiest way to do so. ok kettenis@
2016-09-02document new ioctls for verified authTed Unangst
2016-09-02remove one more reference to the recently removed hash(9);Jason McIntyre
2016-09-02forgot to actually remove file, thanks jmcTed Unangst
2016-09-02rm xr to hash.9Ted Unangst
2016-09-02kettenis discovered a man page for a long deleted file. hash.h is gone.Ted Unangst
2016-09-02move links from http to https://www.openbsd.org/Theo Buehler
ok beck
2016-09-01no more sparc;Jason McIntyre
2016-09-01no more sparc;Jason McIntyre
2016-09-01no more sparc;Jason McIntyre
2016-09-01by my reckoning, no more pages for tslot, cgfourteen, pninek,Jason McIntyre
pnozz, tcx, or presto;
2016-09-01tweak previous;Jason McIntyre
2016-09-01remove sparc supportTed Unangst
2016-09-01Remove references to removed ioctls and data structures.Alexandre Ratchov
Suggested by jmc@.
2016-09-01Fix typo: replace AUDIO_GETINFO by AUDIO_GETPAR.Alexandre Ratchov
2016-09-01add iatp(4), a driver for the i2c touchpad and touchscreen found onJoshua Stein
the chromebook pixel
2016-09-01remove sparc manualsTed Unangst
2016-09-01retire sparc manualsTed Unangst
2016-08-31Remove unused RTF_MASK route flag.Alexander Bluhm
Requested by and OK mpi@
2016-08-31shuffle this page a little, to make it read better;Jason McIntyre
2016-08-31remove trailing Xr to radio devices;Jason McIntyre
2016-08-31missed oneTed Unangst
2016-08-31remove links for radio driversTed Unangst
2016-08-31remove man pages for deleted radio driversTed Unangst
2016-08-31Split 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-31remove Xrs to ym, sea, and wss;Jason McIntyre
2016-08-31remove ym, wss, and sea driversTed Unangst
2016-08-31Delete unused ioctls and associated macros. Move macros that are stillAlexandre Ratchov
used internally by low-level drivers from sys/audioio.h to dev/audio_if.h instead of deleting them.
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin 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-30use a mixture of .Dl and .Bd -compact to reduce the amount ofJason McIntyre
vertical whitespace, making it easier to see which hostname.if file relates to which example;
2016-08-29Make examples fit in 80 columns, reminded by jmc@Martin Pieuchot
2016-08-28Remove 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-25Amend after clean-up of fortran.port.mkDavid Coppa