summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-10zap field nothing uses.Marc Espie
2007-12-10Mention mavb(4).Deanna Phillips
ok jsing@
2007-12-10For a few years already, dkcsum can be silentTheo de Raadt
2007-12-10syncTheo de Raadt
2007-12-10document "nwflag" for wireless devices which can operate inJason McIntyre
hostap mode; ok damien
2007-12-10a 8 -> an 8Jason McIntyre
2007-12-09remove unused functionsCharles Longeau
initially from tobias@, but I removed some other unused one ok martin@ tobias@
2007-12-09Mention VS3100 spx.Miod Vallat
2007-12-09TypoMiod Vallat
2007-12-09Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42)Miod Vallat
only, should work on model 76 (KA43) as well.
2007-12-09Be more careful when checking for hardware, so as not to attach to SPXMiod Vallat
option boards.
2007-12-09another FREE->freeHans-Joerg Hoexer
ok gilles
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
ok gilles
2007-12-09FREE -> freeHans-Joerg Hoexer
ok gilles
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
ok gilles
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
ok gilles
2007-12-09recent sbc documents describe a more complete caching mode page. the recentDavid Gwynne
one has the disable read-ahead bit which i want to see. ok krw@ marco@
2007-12-09take advantage of M_ZEROHans-Joerg Hoexer
ok claudio gilles
2007-12-09argh, remove crap from my last commitReyk Floeter
2007-12-09re-sort relayctl/relayd to the right placeReyk Floeter
2007-12-09Updates from master repo:Anders Magnusson
- Don't loop forever in conditional includes. - Print error and not a number if wrong token got. - A bunch of sanity checks.
2007-12-09nslookup(8) moved to nslookup(1)Jakob Schlyter
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-12-09regen from named.docbookJakob Schlyter
2007-12-09_hoststated got renamed to _relaydReyk Floeter
2007-12-09merge our command line changes to docbookJakob Schlyter
2007-12-09hoststated.conf got renamed to relayd.confReyk Floeter
From Daniel Ouellet (daniel at presscom dot net)
2007-12-09I honestly do not remember what 88110 errata convinced me to disableMiod Vallat
out-of-order (superscalar) execution on these processors. Since OoO brings a nice 50% to 250% speedup (as shown by ``openssl speed''), it is definitely worth enabling.
2007-12-09fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,Damien Bergamini
it is no longer stuck at that rate). workaround for a hardware bug when in HostAP or IBSS mode.
2007-12-09remove makefile hacks to build links. Instead, change the files thatMarc Espie
gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO
2007-12-09provide mount_ntfs(8) on alpha, it works out of the box for readingMartin Reindl
Windows NT disks ok deraadt@ manpage bits from jmc@
2007-12-09Updates from master repo:Anders Magnusson
- Add acceptable() and mflags(). - Remove unused functions.
2007-12-09Updates from master repo:Anders Magnusson
- Add support for PIC code.
2007-12-09Updates from master repo:Anders Magnusson
- Add acceptable(). - Remove unused function setincr(). Add acce
2007-12-09Update from master repo:Anders Magnusson
- Declare a few stab symbols locally.
2007-12-09Update from master repo:Anders Magnusson
- Understand -m as flag.
2007-12-09Updates from matser repo:Anders Magnusson
- Leave to target code to decide whether a node can be used for initialization or not. - Fix bug causing rw data to sometimes end up in ro segment.
2007-12-09Updates from master repo:Anders Magnusson
- Rewrite typenode() so that const/volatile can be handled better. - Give target code the opportunity to handle string symbols.
2007-12-09Updates from master repo:Anders Magnusson
- Give clocal() a chance to handle STASG early.
2007-12-09Updates from master repo:Anders Magnusson
- Add target-dependent function acceptable() to give target code a last chance to tell whether an instruction should be used or not.
2007-12-09Updates from master repo:Anders Magnusson
- Send ipole as arg to myoptim().
2007-12-09Updates from master repo:Anders Magnusson
- Only check for flags already set if BITYPE.
2007-12-09Updates from master repo:Anders Magnusson
- Nuke unused prototypes.
2007-12-09Update from master repo:Anders Magnusson
- Nuke unused prototypes.
2007-12-09Updates from master repo:Anders Magnusson
- Clear edgehash after onlyperm also. - Avoid diagnostic that may fail for targets with reg arguments.
2007-12-09Restore "evil hack" that we had before the recent agp(4) changes. SolvesMark Kettenis
X display corruption. People should know better than just importing the latest random crap from NetBSD or FreeBSD. That's worse than doing a "commit and run".
2007-12-09Un-#ifdef code, such that we don't attach cardbus if the bus nuber isMark Kettenis
unconfigured. Tested by a few; ok deraadt@ (a while back).
2007-12-09Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-09Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-09Fix for an off-by-one.Tobias Stoeckmann
OK fgsch@