summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-30Oops, didn't mean to increase the default msgbufsize for i386. Noticed by ↵Dimitry Andric
brad, thanks.
2006-11-30s/completly/completely/Michael Knudsen
ok brad
2006-11-30remove "show summary" and "detail" keywords that aren't supportedMichele Marchetto
ok henning@
2006-11-30cosmeticDamien Bergamini
2006-11-30When using setproctitle() don't fall back into the non-setproctitle()Todd C. Miller
code. Fixes an environment corruption problem when $0 is modified. From Alexander Bluhm; this is perl bug #41008
2006-11-30Allow sensors in a sensors-only configuration to set the time at startup.Chris Kuethe
2006-11-30fix PHY initialization for ZD1211B.Damien Bergamini
we were iterating from 0 to N(zyd_def_phy), but N(zyd_def_phy) is not equal to N(zyd_def_phyB). we were probably writting garbage to the PHY.
2006-11-30fix setting of MAC register ZYD_MAC_RETRY for ZD1211B.Damien Bergamini
maximum retry count must be set for each EDCA access category.
2006-11-30Update the sections about 1024-cylinder hard disk limits on install.Tom Cosgrove
Originally from nick@, with some tweaks by jmc@. ok jmc@ nick@
2006-11-30fix wep key index in firmware command.Damien Bergamini
ok mglocker@
2006-11-30sync: rmv to unregister ipsec connectionsMarkus Friedl
2006-11-30use rmv to unregister ipsec connections; ok hshoexer, hoMarkus Friedl
2006-11-30sync: proto/port in lid/rid/connectionMarkus Friedl
2006-11-30handle multiple SAs with different same src/dst but different port;Markus Friedl
store IKE connection string and phase2 IDs in the ipsec rule; cleanup internal API: pass rules around instead of rule members; report Brian Candler; fix with hshoexer, msf; ok hshoexer
2006-11-30no need for #if NPF > 0 inside #if NPF > 0Henning Brauer
From: Genadijus Paleckis <lsd@nnt.lt> but the really bad description of the diff made this way more complicated then needed. pls plz, when sending in diffs, describe properly what they do and why!
2006-11-30apply some normalization to some properties while reading or writing,Marc Espie
for instance, parse Requirements correctly, and simplify Libs before writing. We normalize Libs before writing because it's more efficient.
2006-11-30replace a bunch of ifs w/ an array scan and add a few moreMichael Shalayeff
2006-11-30new ui command 'rmv': removes an entry from a list, thus reversing anMarkus Friedl
'add' operation; ok ho, hshoexer, jmc eVS: ----------------------------------------------------------------------
2006-11-30unitialized variable, busted by dlg, fixed by dlgTheo de Raadt
2006-11-30Mention CardBus attachment in synopsis.Jonathan Gray
2006-11-30more ZD1211B devicesJonathan Gray
2006-11-30regenJonathan Gray
2006-11-30Add a bunch more ZD1211B devices mostly from http://zd1211.ath.cx/Jonathan Gray
2006-11-30typos; from alf schlichtingJason McIntyre
2006-11-30Yay, forgot to add IEEE80211_C_SHPREAMBLE and IEEE80211_C_SHSLOTMarcus Glocker
capapility. Spotted by damien@
2006-11-30some *.pc files have variable= value, with a space.Marc Espie
2006-11-30adjust (C), noticed by matthieu.Marc Espie
Note that this lives here because pkg_create is going to use it to normalize *.pc files at some point...
2006-11-30Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only usedGordon Willem Klok
in a few places, and the MP version of GET_CPUINFO is broken. No regression in GENERIC, however GENERIC.MP still has issues.
2006-11-29Nuke all commons but one, and enable --warn-common in LINKFLAGS.Miod Vallat
2006-11-29Unused global variable.Miod Vallat
2006-11-29remove incorrect commentKevin Steves
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
is not concurrent if the sensors thread goes away. This makes acpi completly lockless. help and ok dlg
2006-11-29for macppc too; from ghz@darkdata.orgTheo de Raadt
2006-11-29trim usage(); ok millert deraadtJason McIntyre
2006-11-29Enable short slots, which should increase / stableize throughputMarcus Glocker
performance a bit. ok claudio@
2006-11-29From Jon Simola <simola@mecha.com>:Marcus Glocker
New bcw_powercontrol_crystal_on() function, and fix the license for the pci wrapper.
2006-11-29- clean up the !}fmt sectionJason McIntyre
- better Xr
2006-11-29various improvements;Jason McIntyre
2006-11-29- sync synopsis and usage()Jason McIntyre
- sort options - avoid line split
2006-11-29Remove all the extern cpu_{id,model,whatever} declarations from mostDimitry Andric
stuff in arch/i386/i386. This should prevent more screwups like the one I did before in ichpcib.c... ok dlg@ kettenis@
2006-11-29Reflect reality in a comment.Marc Balmer
2006-11-29Detach correctly; ok deraadt@Miod Vallat
2006-11-29no need to document generation of local.key 3 times;Jason McIntyre
spotted by mcbride, ok hshoexer;
2006-11-29Fix the major bug in ips which prevents GENERIC to attach it.Alexander Yurchenko
2006-11-29Don't print masks if we're in apic mode.Mark Kettenis
2006-11-29- tweak text on which options are defaultJason McIntyre
- merge --help and --usage - .Ex ok ckuethe
2006-11-29Do not consider unrecognized buttons as lid sensors. ok marco@Miod Vallat
2006-11-29No need to include pcdisplay.h here anymore.Miod Vallat
2006-11-29Change the getchar wsdisplay_accessops function to not return aMiod Vallat
display-dependent value, but instead fill a structure with the chaarcter and a valid attribute, suitable for use with unpack_attr. Adapt the wsmoused code to these changes, and remove all knowledge of the text-mode style pc video attributes in it. This will eventually allow wsmoused to be used on non-pcdisplay devices.
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
existing alloc_attr function. This allows rasops_unpack_attr to be kept private to rasops, yet available to the screen drivers.