Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-23 | cleanup and simplify the regulation domain handling. some devices are | Reyk 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-23 | change the fallback regulation domain to FCC2A (Canada) instead of | Reyk Floeter | |
FCC1A (US) which makes more sense to us. discussed with aanriot@ | |||
2005-09-23 | add test2 & 3 | Kurt Miller | |
2005-09-23 | make sure a undefined weak doesn't interfere with a defined one of the | Kurt Miller | |
same name in a different shared lib. also make sure first weak symbol is selected when duplicates exist. | |||
2005-09-23 | add a regress for undefined weak. make sure ld.so doesn't warn on it or | Kurt Miller | |
count it as an failure. | |||
2005-09-23 | add eppc, Remote AppleEvents; ok theo | Jakob Schlyter | |
2005-09-23 | Only allow root to run tcpdump. It's needed for the chroot security. | Otto Moerbeek | |
ok moritz@ deraadt@ | |||
2005-09-23 | - beef up DESCRIPTION | Jason 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-23 | Document new UI commands | Hans-Joerg Hoexer | |
ok and help jmc@ | |||
2005-09-23 | Provide UI commands to delete phase 1 SAs. | Hans-Joerg Hoexer | |
Looks good mortiz@ | |||
2005-09-23 | avoid a nasty line split; | Jason McIntyre | |
ok deraadt@ ian@ | |||
2005-09-23 | default port for ftp-proxy is 8021; | Jason McIntyre | |
from johnb (pr #4520); ok deraadt@ ian@ | |||
2005-09-23 | Remove some uncommented section headers from the template man page (RETURN | Hans-Joerg Hoexer | |
VALUES, BUGS, CAVEATS,...). While there, add HISTORY section. | |||
2005-09-23 | {TrendNet,Trendware} -> TRENDnet, ok jsg@ | Alexander von Gernler | |
2005-09-23 | reflect recent changes, "Phase 1" section uses "force" now. | Hans-Joerg Hoexer | |
2005-09-23 | support %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-23 | sigh. again | Dale Rahn | |
2005-09-22 | split ypserv & ypbind startup; ypserv does not depend on you being a | Theo de Raadt | |
client; from amh@POBOX.COM | |||
2005-09-22 | Enable a bunch more tests. | Dale Rahn | |
2005-09-22 | Track if symbols are searched but missing while resolving GOT, if | Dale Rahn | |
any are missing exit instead of later causing an abort, ok kurt@ | |||
2005-09-22 | Test 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-22 | style; | Xavier Santolaria | |
2005-09-22 | use "force" keyword when adding to Phase 1 section, otherwise isakmpd will | Hans-Joerg Hoexer | |
write some annyoing warning to the logs... | |||
2005-09-22 | remove one `file-system' example, and make another at least consistent | Jason McIntyre | |
with section 9; | |||
2005-09-22 | boot-able -> bootable (typo fix in comments only) | Jason McIntyre | |
from janne johansson (pr #4516) | |||
2005-09-22 | spelling fixes; | Jason McIntyre | |
from janne johansson (pr #4516, #4517) | |||
2005-09-22 | consistency fixes, spotted by brian at awfulhak org; | Jason McIntyre | |
2005-09-22 | missed a NOWARN -> WARN change | Dale Rahn | |
2005-09-22 | add missing phrase; | Jason McIntyre | |
ok brad@ | |||
2005-09-22 | Simplify 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-22 | Notify sppp about link state changes. This makes PPP encoding work. | Claudio Jeker | |
2005-09-22 | remove the very basic ath(4) rate control implementation and use | Reyk 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-22 | revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to be | David Gwynne | |
causing random lockups on my machine. sigh. | |||
2005-09-22 | NEWINTR is not an option on OpenBSD. | Dale Rahn | |
2005-09-22 | knf; ok drahn | Theo de Raadt | |
2005-09-22 | Use std missing symbol print instead of MD custom, do not warn on weak | Dale Rahn | |
undefined symbols, or count them as failures. inspired kurt@ | |||
2005-09-22 | Print MAC name and version and use "address" instead of | Jonathan Gray | |
"802.11 address" when printing MAC address. | |||
2005-09-22 | add a few flags to CDIAGFLAGS | Brad Smith | |
2005-09-21 | change label at markus@'s request | Damien Miller | |
2005-09-21 | aquire -> acquire, from stevesk@ | Damien Miller | |
2005-09-21 | rearrange sanity checks to eliminate signed arithmatic, from stevesk@ | Damien Miller | |
2005-09-21 | Simplify the internal symbol finding API, with some cleanup, prep for | Dale Rahn | |
next step. ok kurt@ | |||
2005-09-21 | add 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-21 | put description of `dest_address' in the right place; | Jason McIntyre | |
ok deraadt@ | |||
2005-09-21 | grammar, spelling, formatting fixes... | Jason McIntyre | |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat | |
2005-09-21 | Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_map | Miod Vallat | |
on large memory sun4m machines. | |||
2005-09-21 | Fix bug if object search is not the object where dlsym() finds an object. | Dale Rahn | |