Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-16 | Driver for Analog Devices Eagle chipset. | Damien Bergamini | |
ok deraadt@ | |||
2005-04-16 | re-register | Theo de Raadt | |
2005-04-16 | missing getopt choice; from dennis | Theo de Raadt | |
2005-04-16 | use vprintf, as obvious; frederik.deweerdt@laposte.net | Theo de Raadt | |
2005-04-16 | fix wmemchr.3 MLINKS; | Jason McIntyre | |
ok espie@ | |||
2005-04-16 | Remove redundant line | Tom Cosgrove | |
ok espie@ otto@ millert@ deraadt@ | |||
2005-04-16 | don't leak a mbuf when tx fails. | Damien Bergamini | |
2005-04-16 | indent | Damien Bergamini | |
2005-04-16 | Give a complete, working example how to use the tree macros. The | Otto Moerbeek | |
existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@ | |||
2005-04-16 | replace `<' and `>'; | Jason McIntyre | |
2005-04-16 | document options(4); | Jason McIntyre | |
2005-04-16 | add isakmpd.policy to FILES and sort; | Jason McIntyre | |
2005-04-15 | Report dhcp success *only* if the interface is UP, and an address other | Kenneth R Westerback | |
than 0.0.0.0 has been assigned to it. Fixes problem of interfaces being removed from the available list even if dhcp fails because there is no link. Some code cleanup and shrinkage. Pointed out a long time ago by a friend of Henning's, whose email I read again this afternoon and now can't find for the life of me. | |||
2005-04-15 | no need to describe enc(4) as a `software loopback mechanism' twice in | Jason McIntyre | |
a row; | |||
2005-04-15 | document mdoc(7) and mdoc.samples(7); | Jason McIntyre | |
from pascoe@ | |||
2005-04-15 | shuffle sections into a more logical order; | Jason McIntyre | |
2005-04-15 | mention vpn(8); | Jason McIntyre | |
2005-04-15 | mention sysctl variables; | Jason McIntyre | |
idea from msf@ | |||
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | shrink | Theo de Raadt | |
2005-04-15 | pedantic fix for wchar type inside gcc. | Marc Espie | |
checked through a make release by drahn@ | |||
2005-04-15 | regen | Michael Shalayeff | |
2005-04-15 | some hp smart array devs and fix compaq smrtarray ids and add 6422 | Michael Shalayeff | |
2005-04-15 | snprintf() returns int, not size_t; also use the return value after | Todd C. Miller | |
we have checked it. Joint work with moritz@ | |||
2005-04-15 | - sync to reality w.r.t. available ioctls and their arguments | Jared Yanovich | |
- tweak layout of ioctl section - other minor (mdoc, punctuation) fixes ok jmc | |||
2005-04-15 | Bye, bye SHAREDSTRINGS. | Marc Espie | |
Okay deraadt@, millert@ | |||
2005-04-15 | typo. ok reyk@ | Moritz Jodeit | |
2005-04-15 | fix snprintf return value check. ok otto@ millert@ | Moritz Jodeit | |
2005-04-15 | Fix memory leak in case aspath_snprint() returns an error (-1). | Claudio Jeker | |
OK henning@ | |||
2005-04-15 | pick up BINDIR from above; ok joris | Theo de Raadt | |
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | seperate usage functions per sub-program | Theo de Raadt | |
shrink usage for rcs(1), that is what man pages are for ok joris | |||
2005-04-15 | Use asprint(), not snprintf() when converting strings to numbers | Todd 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-15 | rcs is now in usr.bin/rcs; ok jfb joris | Theo de Raadt | |
2005-04-15 | stuff moved to rcs dir | Theo de Raadt | |
2005-04-15 | build cvs right out of the base directory, no need for a subdir (you may | Theo de Raadt | |
need some obj cleaning as a result of this); ok jfb | |||
2005-04-15 | move rcs (and later on, clones of all the other rcs commands) out of the | Theo de Raadt | |
cvs subdirectory; ok jfb joris | |||
2005-04-15 | snprintf() return values checks; joris ok | Xavier Santolaria | |
2005-04-15 | Remove standard defines from cpp processing, to prevent accidental | Otto Moerbeek | |
substitutions (e.g. i386 -> 1). From John L. Scarfone, PR 4176. ok deraadt@ | |||
2005-04-15 | regen | Jakob Schlyter | |
2005-04-15 | add Araneus True Random Number Generator | Jakob Schlyter | |
2005-04-15 | in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead of | Damien Bergamini | |
the rx pipe. | |||
2005-04-15 | Missing space | Tom Cosgrove | |
ok jmc@ | |||
2005-04-15 | braino; joris ok | Xavier Santolaria | |
2005-04-15 | free salt&peper commit | Michael Shalayeff | |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff | |
2005-04-15 | Try 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-15 | don't need to check for NULL when using M_WAITOK, from mpech@ | Pedro Martelletto | |
2005-04-15 | some more errno use in cvs_log(); ok joris@. | Xavier Santolaria | |
2005-04-15 | spacing, and a typo; | Jason McIntyre | |