summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
alternative to bcopy since noone uses it. while there use memcpy instead of bcopy because we know the memory cannot overlap. ok henning@ matthew@ mikeb@ deraadt@
2013-08-20regenAntoine Jacoutot
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
No regression has been reported since libusb became the prefered solution to work with USB scanners. req. by mpi@ ok ian@ mpi@ miod@
2013-08-20Update Damien Bergamini's email address, as requested.Todd C. Miller
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@
2013-08-19add IO-DATA WN-G150UMJonathan Gray
2013-08-15Blast uhts(4). This code was merged into ums(4) last week.Edd Barrett
OK mpi@
2013-08-14use .Dx to credit DragonFly; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-08-14Use text production macros to document themselves.Ingo Schwarze
Part of the patch was sent in by Jan Stary <hans at stare dot cz>, another part was added by jmc@, the rest was added by myself; ok jmc@.
2013-08-14more Bx;Jason McIntyre
From: Jan Stary
2013-08-14some Bx/Ox conversion;Jason McIntyre
From: Jan Stary
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
From: Jan Stary
2013-08-13ray(4) is no more; reminded by jmc@Mike Belopuhov
2013-08-13ray(4) is no moreMike Belopuhov
2013-08-13When net.inet.ip.sourceroute is enable, store the source routeMartin Pieuchot
of incoming IPv4 packets with the SSRR or LSRR header option in a m_tag rather than in a single static entry. Use a new m_tag type, PACKET_TAG_SRCROUTE, for this and bump PACKET_TAG_MAXSIZE accordingly. Adapted from FreeBSD r135274 with inputs from bluhm@. ok bluhm@, mikeb@
2013-08-12Add the TCP socket option TCP_NOPUSH to delay sending the stream.Alexander Bluhm
This is useful to aggregate data in the kernel from multiple sources like writes and socket splicing. It avoids sending small packets. From FreeBSD via David Hill; OK mikeb@ henning@
2013-08-12some minor fixes; From: Jan StaryJason McIntyre
2013-08-10libkafs5 has been renamed to libkafs;Jason McIntyre
ok ajacoutot
2013-08-10libkafs5 -> libkafs (unused in build, so no functional change)Antoine Jacoutot
2013-08-10No longer mention GCC2_ARCHSMiod Vallat
2013-08-10avoid Xref to self;Jason McIntyre
2013-08-09Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate.Edd Barrett
A part of ongoing work to improve touchscreen/digitiser support. A diff will follow shortly to remove uhts(1). OK matthieu@, with input from mpi@
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%.
2013-08-08Fix typo; from patrick keshishianTodd C. Miller
OK jmc@
2013-08-08regenJonathan Gray
2013-08-08no need for this file: all relevant info found in dhclient(8)Jason McIntyre
and dhcpd(8); ok krw
2013-08-08rename fuse docs after existent functions;Jason McIntyre
2013-08-07bye bye TRUST_PACKAGESMarc Espie
2013-08-07unconciousness -> unconsciousness; from snj@netbsd, -r1.5Jason McIntyre
2013-08-07mention support for binary integer constantsJonathan Gray
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-08-05rpc.bootparamd(8) is needed on all hardware platforms for true disklessMark Kettenis
operations. Note to the pixie booting crowd: This manual page documents how to run a full OpenBSD install without having a local disk in your machine. If you just want to boot an install kernel, look at pxeboot(8). ok deraadt@
2013-08-05update;Jason McIntyre
From: Daniel Dickman
2013-08-01Don't error out if there are no regression for a particular architecture inMark Kettenis
a subdirectory.
2013-07-20the PowerBook5,6 uses snapper(4), while the PowerBook6,8 uses onyx(4) ↵Martin Reindl
instead, according to dmesglog while there, add PowerBook5,8 and 5,9 for onyx(4)
2013-07-20- remove redundant sentence about misc functionsJason McIntyre
- note that pmap(9) is the MD portion of UVM. - Convert reference to Chuck's dissertation to .Rs/.Re section - uvm is no longer "new". - Remove "(Missouri)". St. Louis should be enough to remove any confusion between wustl.edu and washington.edu. From: Daniel Dickman
2013-07-17use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-17my PowerBook5,8 currently does not support asms, but the PowerBook5,6 does, ↵Martin Reindl
as found in dmesglog
2013-07-16use .Mt for email address; ok jmc@Ingo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-15Mark up email adresses with the .Mt macro;Ingo Schwarze
patch from Franco Fichtner <franco at lastsummer dot de>; ok jmc@
2013-07-14merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),Jason McIntyre
removing traces of dhcp(8)... i'm about to remove that file, since it's essentially useless. holding off for a little, in case my commit is greeted with howls. help/ok krw
2013-07-13For citing the names and email addresses of authors,Ingo Schwarze
consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>. Somehow, i missed these two files, jmc@ agrees with the principle.
2013-07-13For citing the names and email addresses of authors,Ingo Schwarze
consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@.
2013-07-12no more a.out for vax; From: Alexey SuslikovJason McIntyre
ok miod
2013-07-11Properly set LIBKAFS5, LIBROKEN and LIBWIND which were used withoutAntoine Jacoutot
being defined. Remove LIBKAFS (superseded by LIBKAFS5). ok robert@
2013-07-11Remove lie that old kerberos libs were hardlinked to libkrb5 andAntoine Jacoutot
properly document each one of them. input from and ok jmc@ robert@
2013-07-11Document KERBEROS5.Antoine Jacoutot
ok robert@ jmc@
2013-07-11document fls/flslJonathan Gray
2013-07-10rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changesJason McIntyre
in freebsd src commit r253066. our man pages had been updated, but i must have missed the following: - getnameinfo.3: 2553 -> 3493 - ip6.4: we listed both. remove 2553.