summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
known to have a broken/unsupported regulation domain stored in their EEPROM, we use the default instead (Canada). there's no need to manually define COUNTRYCODE in ar5xxx.c anymore for invalid EEPROMs but it's still possible to force a specific country - your choice. ok aanriot@
2005-09-23change the fallback regulation domain to FCC2A (Canada) instead ofReyk Floeter
FCC1A (US) which makes more sense to us. discussed with aanriot@
2005-09-23add test2 & 3Kurt Miller
2005-09-23make sure a undefined weak doesn't interfere with a defined one of theKurt Miller
same name in a different shared lib. also make sure first weak symbol is selected when duplicates exist.
2005-09-23add a regress for undefined weak. make sure ld.so doesn't warn on it orKurt Miller
count it as an failure.
2005-09-23add eppc, Remote AppleEvents; ok theoJakob Schlyter
2005-09-23Only allow root to run tcpdump. It's needed for the chroot security.Otto Moerbeek
ok moritz@ deraadt@
2005-09-23- beef up DESCRIPTIONJason McIntyre
- document that paths to key files may be relative or absolute - reference vpn(8) in SEE ALSO most of this diff came about from a mail from benjamin pineau who mailed hshoexer and myself about some possible improvements to this file; ok hshoexer@
2005-09-23Document new UI commandsHans-Joerg Hoexer
ok and help jmc@
2005-09-23Provide UI commands to delete phase 1 SAs.Hans-Joerg Hoexer
Looks good mortiz@
2005-09-23avoid a nasty line split;Jason McIntyre
ok deraadt@ ian@
2005-09-23default port for ftp-proxy is 8021;Jason McIntyre
from johnb (pr #4520); ok deraadt@ ian@
2005-09-23Remove some uncommented section headers from the template man page (RETURNHans-Joerg Hoexer
VALUES, BUGS, CAVEATS,...). While there, add HISTORY section.
2005-09-23{TrendNet,Trendware} -> TRENDnet, ok jsg@Alexander von Gernler
2005-09-23reflect recent changes, "Phase 1" section uses "force" now.Hans-Joerg Hoexer
2005-09-23support %jd from c99, although intmax_t may not be available.Ted Unangst
ok deraadt espie kettenis
2005-09-23- fix PowerNow flags, cosmetic, only affects dmesg output.Brad Smith
- k7_powernow_init() uses globals making it not SMP safe. so do not call k7_powernow_init() with multi-processor kernels for now. From Gordon Willem Klok <gklok at cogeco dot ca> ok tedu@ deraadt@
2005-09-23sigh. againDale Rahn
2005-09-22split ypserv & ypbind startup; ypserv does not depend on you being aTheo de Raadt
client; from amh@POBOX.COM
2005-09-22Enable a bunch more tests.Dale Rahn
2005-09-22Track if symbols are searched but missing while resolving GOT, ifDale Rahn
any are missing exit instead of later causing an abort, ok kurt@
2005-09-22Test if a program exits when some of it's symbols are not found.Dale Rahn
2005-09-22-s was using the wrong arg (PF_INET) for protocol instead of IPPROTO_TCP & ↵Theo de Raadt
IPPROTO_UDP for pmap_set()
2005-09-22style;Xavier Santolaria
2005-09-22use "force" keyword when adding to Phase 1 section, otherwise isakmpd willHans-Joerg Hoexer
write some annyoing warning to the logs...
2005-09-22remove one `file-system' example, and make another at least consistentJason McIntyre
with section 9;
2005-09-22boot-able -> bootable (typo fix in comments only)Jason McIntyre
from janne johansson (pr #4516)
2005-09-22spelling fixes;Jason McIntyre
from janne johansson (pr #4516, #4517)
2005-09-22consistency fixes, spotted by brian at awfulhak org;Jason McIntyre
2005-09-22missed a NOWARN -> WARN changeDale Rahn
2005-09-22add missing phrase;Jason McIntyre
ok brad@
2005-09-22Simplify DMA handling. Limit DMA size to a fixed numer of slots.Claudio Jeker
Redesign musycc_start() so that it can be called from the musycc_txeom() handler when there is again space in the DMA ring.
2005-09-22Notify sppp about link state changes. This makes PPP encoding work.Claudio Jeker
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter
rssadapt(9) instead. this may need some further work but now it's in the right place and shared with other drivers (like ral(4)). yes jsg@
2005-09-22revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to beDavid Gwynne
causing random lockups on my machine. sigh.
2005-09-22NEWINTR is not an option on OpenBSD.Dale Rahn
2005-09-22knf; ok drahnTheo de Raadt
2005-09-22Use std missing symbol print instead of MD custom, do not warn on weakDale Rahn
undefined symbols, or count them as failures. inspired kurt@
2005-09-22Print MAC name and version and use "address" instead ofJonathan Gray
"802.11 address" when printing MAC address.
2005-09-22add a few flags to CDIAGFLAGSBrad Smith
2005-09-21change label at markus@'s requestDamien Miller
2005-09-21aquire -> acquire, from stevesk@Damien Miller
2005-09-21rearrange sanity checks to eliminate signed arithmatic, from stevesk@Damien Miller
2005-09-21Simplify the internal symbol finding API, with some cleanup, prep forDale Rahn
next step. ok kurt@
2005-09-21add ability to disable EPSV/EPRT from command-line.Federico G. Schwindt
from Thorsten Glaser via Matt Van Mater < matt dot vanmater at gmail dot com > with some minor mods. deraadt@ jmc@ ok
2005-09-21put description of `dest_address' in the right place;Jason McIntyre
ok deraadt@
2005-09-21grammar, spelling, formatting fixes...Jason McIntyre
2005-09-21isbad() is only used on SMD disks on sparc; remove it on other platforms.Miod Vallat
2005-09-21Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_mapMiod Vallat
on large memory sun4m machines.
2005-09-21Fix bug if object search is not the object where dlsym() finds an object.Dale Rahn