summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-15no need to describe enc(4) as a `software loopback mechanism' twice inJason McIntyre
a row;
2005-04-15document mdoc(7) and mdoc.samples(7);Jason McIntyre
from pascoe@
2005-04-15shuffle sections into a more logical order;Jason McIntyre
2005-04-15mention vpn(8);Jason McIntyre
2005-04-15mention sysctl variables;Jason McIntyre
idea from msf@
2005-04-15syncTheo de Raadt
2005-04-15shrinkTheo de Raadt
2005-04-15pedantic fix for wchar type inside gcc.Marc Espie
checked through a make release by drahn@
2005-04-15regenMichael Shalayeff
2005-04-15some hp smart array devs and fix compaq smrtarray ids and add 6422Michael Shalayeff
2005-04-15snprintf() returns int, not size_t; also use the return value afterTodd C. Miller
we have checked it. Joint work with moritz@
2005-04-15- sync to reality w.r.t. available ioctls and their argumentsJared Yanovich
- tweak layout of ioctl section - other minor (mdoc, punctuation) fixes ok jmc
2005-04-15Bye, bye SHAREDSTRINGS.Marc Espie
Okay deraadt@, millert@
2005-04-15typo. ok reyk@Moritz Jodeit
2005-04-15fix snprintf return value check. ok otto@ millert@Moritz Jodeit
2005-04-15Fix memory leak in case aspath_snprint() returns an error (-1).Claudio Jeker
OK henning@
2005-04-15pick up BINDIR from above; ok jorisTheo de Raadt
2005-04-15syncTheo de Raadt
2005-04-15seperate usage functions per sub-programTheo de Raadt
shrink usage for rcs(1), that is what man pages are for ok joris
2005-04-15Use asprint(), not snprintf() when converting strings to numbersTodd C. Miller
since CONVFMT is user-settable (hence we can't know the actual buffer size requirements) and we need to store a dynamic copy of the result anyway. Fixes a truncation issue with weird CONVFMT values and closes PR 4172 (Matthias Kilian).
2005-04-15rcs is now in usr.bin/rcs; ok jfb jorisTheo de Raadt
2005-04-15stuff moved to rcs dirTheo de Raadt
2005-04-15build cvs right out of the base directory, no need for a subdir (you mayTheo de Raadt
need some obj cleaning as a result of this); ok jfb
2005-04-15move rcs (and later on, clones of all the other rcs commands) out of theTheo de Raadt
cvs subdirectory; ok jfb joris
2005-04-15snprintf() return values checks; joris okXavier Santolaria
2005-04-15Remove standard defines from cpp processing, to prevent accidentalOtto Moerbeek
substitutions (e.g. i386 -> 1). From John L. Scarfone, PR 4176. ok deraadt@
2005-04-15regenJakob Schlyter
2005-04-15add Araneus True Random Number GeneratorJakob Schlyter
2005-04-15in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead ofDamien Bergamini
the rx pipe.
2005-04-15Missing spaceTom Cosgrove
ok jmc@
2005-04-15braino; joris okXavier Santolaria
2005-04-15free salt&peper commitMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-04-15Try this again.Joel Knight
When synproxy sends packets to the destination host, make sure to copy the 'tag' from the original state entry into the outgoing mbuf. ok dhartmei@ deraadt@
2005-04-15don't need to check for NULL when using M_WAITOK, from mpech@Pedro Martelletto
2005-04-15some more errno use in cvs_log(); ok joris@.Xavier Santolaria
2005-04-15spacing, and a typo;Jason McIntyre
2005-04-15make the examples in this page work for a simple 2 machine, directlyJason McIntyre
connected, setup; encourage people to try this way before using for real; ok hshoexer@
2005-04-15i forgot to hook zaudio and pxadmac up to the build.David Gwynne
pointed out by deraadt@
2005-04-15add `enable packet forwarding' to initial summary;Jason McIntyre
use `automated' keying, not `automatic', since the rest of the page does;
2005-04-15shudup useless warning; ok jfb@.Xavier Santolaria
2005-04-15t1: only do a short listing, t2: test for tar.c, rev 1.36Markus Friedl
2005-04-15zaurus audio driverDavid Gwynne
ok jmc@
2005-04-15syncTheo de Raadt
2005-04-15Simplify matching logic using pci_matchbyid() and correct some comments.Jonathan Gray
2005-04-15Inconsistency between man page and code, spotted by joel@Christopher Pascoe
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-15re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right valuesBrad Smith
2005-04-15add another 8169 rev and remove vtophys() hack for alpha now that the driverBrad Smith
has been bus_dma-ified
2005-04-15basic manpage for the dma controllerDavid Gwynne
ok pascoe@