summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2015-08-24Rename M_RTABLE bucket into "rtable" to match the code and kill unusedMartin Pieuchot
M_BWMETER. ok mikeb@
2015-08-24Mark up command arguments properly using Cm.Anthony J. Bentley
From Michael Reed.
2015-08-24adjust list width for previous;Jason McIntyre
2015-08-24/usr/share/sysmerge -> /var/sysmergeAntoine Jacoutot
requested by several discussed with deraadt@
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
ok stsp@
2015-08-23add supported Netgears WNA1000M and WNA1000Mv2Joerg Jung
ok stsp jmc
2015-08-21Fix typo: MODLUA_DEAFULT_VERSION to MODLUA_DEFAULT_VERSION.Anthony J. Bentley
2015-08-19Convert all calls to rtrequest1() and the following error checkAlexander Bluhm
into a common pattern. In the man page clarify the usage of the returned route. OK mpi@ mikeb@ jmc@
2015-08-18Update en_US.UTF-8.src to Unicode 7.0.0Andrew Fresh
Built with gen_ctype_utf8.pl ok stsp@
2015-08-18Add a script to generate en_US.UTF-8.srcAndrew Fresh
This does require perl 5.22 which is not yet in base, but it also doesn't need to be run except when new unicode versions are released which shouldn't happen until after perl is updated. OK and prodding from stsp@
2015-08-14The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISKKenneth R Westerback
flags in the disklabel. These flags were discarded in 2006. Remove documentation for and instances of 'ty'. Add instances of 'dt' that were missing. Use 'floppy' as the value of 'dt' for all floppies and 'rdroot' for all boot images/miniroots. Add 'rdroot' to dktypenames and an associated #define DTYPE_RDROOT, since 'dt' values are parsed by matching entries in dktypenames[]. Slightly tweaked part of larger cleanup diff previously ok deraadt@.
2015-08-14Change examples from DSA to RSA since DSA is starting to be removedTodd C. Miller
from crypto libraries. Some smtp servers, notably gmail, now fail to deliver mail to servers using DSA keys. Examples adapted from the smtpd.conf manual. OK jmc@
2015-08-14provide ml_requeue and mq_requeue for prepending mbufs on lists/queuesDavid Gwynne
ok mpi@ claudio@
2015-08-14imply you cant sleep while holding a ref via srpDavid Gwynne
2015-08-13'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007Kenneth R Westerback
with r1.18. 'rm' and 'il' were removed from getdiskbyname() in 2009 with r1.19. The associated disklabel fields were recycled for other purposes. Another 'harmless' part of the larger disklabel cleanup diff. ok deraadt@ as part of that larger diff.
2015-08-12Update the IPv6 example to something that works...Martin Pieuchot
...although this create a race condition pointed by sthen@ where the other side might try to negotiave IPv6 before it is enable. This is *another* fallback of the no IPv6 by default policy. Since setting an address implicitly brings the underlying interface UP. And pppoe(4) (which is special) starts singing as soon as it is UP even if no proto or parent device has been specified. Obviously this cannot work. Better have a working and racy example than a non-working one. Diff submitted by Delan Azabani, thanks! ok naddy@
2015-08-11sync with go.port.mkJasper Lievisse Adriaanse
2015-08-11Update to tzdata2015f from ftp.iana.orgTodd C. Miller
2015-08-11add working newer TEMPerV1.4, tested by frederic cambusJoerg Jung
ok mpi@
2015-08-11kurotoshiko -> kuroutoshikouJason McIntyre
from clemens goessnitzer
2015-08-04add /var/run/rc.d/Jason McIntyre
help/ok schwarze
2015-08-03Rolf Sommerhalder reports that the examples in the carp manpage areSebastian Benoit
little lies: you have to use carpdev now to configure a carp parent interface. ok mpi@ jmc@
2015-07-31need to use env here. from Mark PatruckTed Unangst
2015-07-30update the radius reference;Jason McIntyre
2015-07-30two revisions ago i bungled the addition of radiusd -Jason McIntyre
fix that now; ok deraadt
2015-07-30switch references from sudo to doas;Jason McIntyre
ok deraadt
2015-07-28Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 countersAlexandre Ratchov
returned by AUDIO_GETxOFFS and AUDIO_xERROR ioctls. ok deraadt
2015-07-28kv_executable was removedMike Belopuhov
2015-07-28Add a note to ppp(4)'s BUGS section where it talks about lack of IPv6Stuart Henderson
support to make it clear that pppoe(4) does work with IPv6. Problem noted by Simon Farnsworth. Add xrefs to pppoe(4) and pppx(4) to show that this isn't the only PPP implementation on OpenBSD. ok/tweak stsp@
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
ok jmc@
2015-07-27Remove sections that describe features we don't support any longer.Alexandre Ratchov
2015-07-26Whoops, "screen" we also change kbs=^H to kbs=\177 now (this is why weNicholas Marriott
need a list of changes!)
2015-07-26Update to terminfo-20150725. Also add a note at the start about ourNicholas Marriott
(two) local changes.
2015-07-25some radius bits; help/ok yasuokaJason McIntyre
2015-07-24no need to mention /var/tmp; from thanos tsouanasJason McIntyre
2015-07-21tweak previous;Jason McIntyre
2015-07-21tweak previous;Jason McIntyre
2015-07-21don't use .Xr for things that have no manual pageIngo Schwarze
2015-07-21basic macro fixes: Dv for signal names, Sy for non-base-system commandsIngo Schwarze
2015-07-21basic macro fixes: Fd -> In, Dv for ioctls, and a few othersIngo Schwarze
2015-07-21Added mpw(4) man page.Rafael Zalamena
2015-07-21Add manpage for pvbus(4) and update vmt(4).Reyk Floeter
OK sf@
2015-07-21Add manual page for the new amdcf(4) driver.Paul Irofti
2015-07-20Add radius(3) library. This will be used by RADIUS server and clientYASUOKA Masahiko
programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt
2015-07-19Add infrastructure for specifying a "version script" for the shared libraryPhilip Guenther
being built. ok kettenis@ zhuk@ millert@
2015-07-19Update default gcc version.Anthony J. Bentley
ok sthen@
2015-07-19Remove MODRUBY_RAKE_DEPENDS and MODRUBY_ICONV_DEPENDSJeremy Evans
OK ajacoutot@
2015-07-18spelling fix;Jason McIntyre
2015-07-18Bring up to date with latest changesJeremy Evans
OK sthen@
2015-07-17Documentation for recently committed databases/mariadb port module.Vadim Zhukov