Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | Add switch(4) man page and update the bridge(4) man page about the | YASUOKA Masahiko | |
modification for switch(4). ok goda | |||
2016-09-04 | regen | Christian Weisgerber | |
2016-09-04 | Block devices are no longer supported, so stop talking about them and | Christian Weisgerber | |
the difference from raw devices. | |||
2016-09-04 | Add /var/syspatch/ to hier(7). | Antoine Jacoutot | |
ok deraadt@ | |||
2016-09-04 | naddy discovered that bha no longer builds because it includes the now | Ted Unangst | |
deleted aha.h header. therefore bha must be dragged into the attic too. | |||
2016-09-04 | Sync struct pkthdr with sys/mbuf.h | Lawrence Teo | |
2016-09-04 | Fix incorrect formatting and add the missing argument name for m_resethdr(). | Lawrence Teo | |
ok jmc@ | |||
2016-09-04 | Treat .cpp files as C++ source code in make depend. | Patrick Wildt | |
ok deraadt@ jca@ jsg@ millert@ | |||
2016-09-03 | the src tree is growing too large. delete the aha and ahb drivers in | Ted Unangst | |
order to make room for llvm. er, the llvm makefiles. er, some of them. | |||
2016-09-03 | no more cnw; | Jason McIntyre | |
2016-09-03 | remove cnw driver. it was never enabled anywhere except on amd64 (and only | Ted Unangst | |
there by accident) where it hasn't seen much use... | |||
2016-09-03 | cdcef(4) kept dodging my knife; one more try | Philip Guenther | |
2016-09-03 | counting things always catches us out... | Jason McIntyre | |
2016-09-03 | cdcef(4) was retired with Zaurus. Noted by jmc@ | Philip Guenther | |
2016-09-03 | no more pages for pxaip, zkbd, zrc, or zts; | Jason McIntyre | |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk 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-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther | |
shortly when we use the hardware thread register in userland | |||
2016-09-03 | Enable PIE on arm now that sjlj exceptions are no longer used after | Jonathan 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-02 | document new ioctls for verified auth | Ted Unangst | |
2016-09-02 | remove one more reference to the recently removed hash(9); | Jason McIntyre | |
2016-09-02 | forgot to actually remove file, thanks jmc | Ted Unangst | |
2016-09-02 | rm xr to hash.9 | Ted Unangst | |
2016-09-02 | kettenis discovered a man page for a long deleted file. hash.h is gone. | Ted Unangst | |
2016-09-02 | move links from http to https://www.openbsd.org/ | Theo Buehler | |
ok beck | |||
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 sparc support | Ted Unangst | |
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 | |