summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-16Split the beacon returned by ieee80211_beacon_alloc() in two parts andClaudio Jeker
fill everything up to IEEE80211_ELEMID_TIM into the beacon template and everything after and including IEEE80211_ELEMID_TIM into the tim template. This fixes the beacons on 11g where two TIM fields where announced. acx_beacon_locate() is used to calculate the offset to a defined TLV field. If other dirvers need it as well we may move it up into net80211. OK mglocker@
2007-03-16Don't forget to set the metric in the REDIST_LABEL case. OK pyr@Claudio Jeker
2007-03-16Make sure that the metric on redistributed prefixes is always != 0.Claudio Jeker
If no metric was specified for it to DEFAULT_REDIST_METRIC. While this was checked for the simple case it was not done if only a metric type was specified. OK pyr@
2007-03-16Timecounters for sparc64. The cleanest and easiest timecounterArtur Grabowski
implementation this far. Uses the %tick register (as microtime was using before). kettenis@ ok
2007-03-16First super massive register cleanup run; group/sort registers,Marcus Glocker
remove lots of obsolete registers, mark unused registers for deletion, mark suspect registers for closer verification, comments ...
2007-03-16now that we leave the grey, avoid annoying re-adds of white entriesBob Beck
by checking for them being in the db first. ok millert@
2007-03-16A new PCI id for Intel's PCIe quad port fiber adapter.Reyk Floeter
2007-03-15syncReyk Floeter
2007-03-15add Intel PCI-E quad port fiber device IDReyk Floeter
2007-03-15`b' before `c'; from Igor SobradoJason McIntyre
2007-03-15sort options and remove some unneccessary markup; from Igor SobradoJason McIntyre
2007-03-15+.Ex -std loggerJason McIntyre
plus a little cleanup
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15sort options; from Igor SobradoJason McIntyre
2007-03-15telnet.1: sort options; from Igor SobradoJason McIntyre
main.c: whack most of usage(), and have different usage() depending whether this is invoked as telnet or tn3270; help otto; ok millert
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15"days" is optional; from Igor SobradoJason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15.Nm does not need an argument; from Igor SobradoJason McIntyre
2007-03-15sort options; from Igor SobradoJason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options. also fixes documentation/5411Jason McIntyre
from han
2007-03-15Update the re(4) man page to mention VLAN tag insertion support.Jason McIntyre
from brad; ok reyk
2007-03-15no jumbosity for bnxJason McIntyre
from brad; ok reyk
2007-03-15make the description of command line options and interactiveJason McIntyre
commands more consistent; started by a diff from Mark Lumsden
2007-03-15- add missing word: from alek; ok sturmJason McIntyre
- sort options: from Igor Sobrado
2007-03-15fix -y example;Jason McIntyre
closes user/5408 from sthen ok reyk
2007-03-15UltraSPARC-IV cpus appear a bit different in OpenFirmware than older cpus.Mark Kettenis
Make sure we fetch the right properties such that we don't crash later in the pci bus walking code when we divide by a zero cache line size.
2007-03-15Make sure we find the OpenFirmware node for UltraSPARC-IV cpus.Mark Kettenis
2007-03-15OpenBSD/aviion notes draft.Miod Vallat
2007-03-15typo; Matthew Clarke <clamat@telus.net>Jasper Lievisse Adriaanse
2007-03-15SyncMiod Vallat
2007-03-15Disable x/q functionnality on 32bit platforms, because the examination codeMiod Vallat
is not supposed to work on values larger than db_expr_t.
2007-03-15Set chip operation mode in the init path. Add first bits to enableMarcus Glocker
interrupts at some point.
2007-03-15When commiting multiple files with ci, the flags from the previousAlexander Bluhm
files affected the later ones. ok niallo@ xsa@
2007-03-15give _POSIX_THREAD_* defines a value of 1 so applications thatKurt Miller
conditionally compile code using these defines will work. okay tedu@, marc@, milllert@
2007-03-15m_prepend() works only for sizes smaller than MHLEN.Claudio Jeker
OK beck@ deraadt@ pyr@
2007-03-15Check for cg_irotor and cg_frotor being negative, okay millert@ deraadt@Pedro Martelletto
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
it's a good idea to use atomic.h operations on it. This mechanic change updates all bit operations on p_flag to atomic_{set,clear}bits_int. Only exception is that P_OWEUPC is set by MI code before calling need_proftick and it's automatically cleared by ADDUPC. There's no reason for MD handling of that flag since everyone handles it the same way. kettenis@ ok
2007-03-15regenJonathan Gray
2007-03-15commit the correct version this timeJonathan Gray
2007-03-15Add a few different things found in submitted dmesgs.Jonathan Gray
2007-03-15nfe can also be found paired with rgephy(4), ie in Gigabyte M61PM-S2Jonathan Gray
from a submitted dmesg.
2007-03-15use warnx and not logerror in monitor, logerror is for the slave;Damien Miller
ok henning@ while in lock
2007-03-15s/orientated/oriented/, last instance of this in our treeChad Loder
2007-03-15s/oriented/orientated/Chad Loder
2007-03-15regenJonathan Gray
2007-03-15JMB368 has no SATA.Jonathan Gray