summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-06-18Make mpi not spit out WWNN and WWPN as requested by deraadt and dlg. Domarco1-11/+16
store these values in the scsi_link structure for each device. ok dlg.
2006-06-18Fix memleak; From Coverity Scan, CID 3135.jasper1-2/+4
From simonb NetBSD ok naddy@, otto@
2006-06-18tsk, tsk, tsk... the rule is simple: any define consisting ofotto1-3/+3
more than one token MUST be put in parentheses!
2006-06-18s/memcmp/IEEE80211_ADDR_EQ/damien1-3/+2
2006-06-18- implement new ic_updateslot() callback.damien5-30/+159
- in hostap mode, we defer update of the slot time until all associated STAs are notified with updated beacons.
2006-06-18Improve 802.11b/g interoperability and move toward better compliancedamien9-91/+390
with IEEE Std 802.11g-2003 standard: - add ERP Information Element in probe responses and beacons - keep track of the number of associated non-ERP STAs and non-short slot time capable STAs in the BSS - enable use of RTS/CTS or CTS-to-self protection when required by the BSS - add a ic_updateslot() callback to notify drivers of slot time changes - cleanup computation of mgmt frames sizes in ieee80211_output.c - nuke unnecessary <sys/cdefs.h> includes - remove an unused macro (LOGICALLY_EQUAL) while i'm here From {free,net}bsd, with additional fixes. ok brad@, reyk@
2006-06-18adopt to recent changeshshoexer38-88/+60
2006-06-18add group "none"; when choosen, pfs will be disabled.hshoexer4-8/+17
ok david msf
2006-06-18append to CFLAGS instead of overwritingdavid1-2/+2
ok kettenis@ miod@
2006-06-18typo: queu -> queuehshoexer1-2/+2
ok claudio@
2006-06-18syncderaadt21-0/+21
2006-06-18Under certain circumstances, ext2fs_inactive() can be called without apedro1-3/+3
backing dinode, in which case we just want to recycle the vnode. Fixes a crash reported by reyk@, okay krw@, mickey@ and pat@.
2006-06-18fix a commenthenning1-2/+2
2006-06-18make cloned sessions appear with RECONF_REINIT so they are treated likehenning1-1/+2
peers added at runtime
2006-06-18enable packet bursting when operating as a STA.damien2-12/+16
limit bursts to 8 frames.
2006-06-18enable udcf(4) on sparc64, works on my Blade 100; ok mbalmer@naddy1-1/+2
2006-06-18Whitespace, oops.pascoe2-4/+4
2006-06-18Add support for equal-cost multipath IP.pascoe16-68/+196
To minimise path disruptions, this implements recommendations made in RFC2992 - the hash-threshold mechanism to select paths based on source/destination IP address pairs, and inserts multipath routes in the middle of the route table. To enable multipath distribution, use: sysctl net.inet.ip.multipath=1 and/or: sysctl net.inet6.ip6.multipath=1 testing norby@ ok claudio@ henning@ hshoexer@
2006-06-18clean up some gotos. Originally from Andrey Matveev <evol at onlinehshoexer1-19/+19
dot ptt dot ru>. Ok and help moritz@
2006-06-18regenbrad2-2/+42
2006-06-18add some additional LSI Logic PCI ids.brad1-1/+9
From the LSI Linux MPT driver.
2006-06-18Don't walk memory whenever there is nothing there. I ran into this whilemarco1-1/+5
debugging FC stuff.
2006-06-18Print World Wide Node Name and World Wide Port Name during dmesg so thatmarco2-4/+118
we can actually find the drives on the fabric. Requested by kettenis krw and brad. ok dlg
2006-06-17Better checks to avoid attaching when device is not present.drahn1-2/+6
2006-06-17Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup.drahn1-3/+7
2006-06-17prefix debug messages with the device namejolan1-15/+19
2006-06-17s/int/u_int/gdamien1-8/+8
2006-06-17KNF and destatic functions.mk1-22/+20
ok brad
2006-06-17protect those files against multiple inclusions too.damien2-2/+10
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.damien8-270/+276
ok brad@
2006-06-17Import frequency conrrection code from dragonfly, whith some changes:otto3-4/+99
only do frequency compensation if the clock is synced, and a slightly diffent way of computing the linear regression. You'll need a recent kernel and libc to use this. Testing by naddy@ and ckuethe@ and others, thanks! ok henning@
2006-06-17Fix a bug that AUDIO_MIXER_READ returns an incorrectbrad1-2/+4
mixer_ctrl_t::un.value.num_channels in the case of the combination of a mono pin and a stereo mixer. From kent NetBSD
2006-06-17- re-enable AMRRdamien1-3/+3
- unmap the good buffer in wpi_tx_intr
2006-06-17check return values of azalia_init_corb() and azalia_init_rirb().brad1-3/+5
From kent NetBSD
2006-06-17Don't return low level errors to userspace in p4tcc_setperf().dim1-4/+3
requested by deraadt@, ok gwk@
2006-06-17add sys/timeout.hbrad21-21/+42
2006-06-17We do not have the xf and xb commands.miod1-16/+1
2006-06-17In p4tcc, only check cpu stepping for the Pentium 4 family. Also killdim2-24/+26
some trailing whitespace. ok gklok@
2006-06-17When multipath routes are inserted, ensure that RTF_MPATH is set for anypascoe1-1/+22
previous route that may not have been inserted with the -mpath flag. Similarly, when removing a multipath route and leaving only one route, clear the RTF_MPATH flag so this is clear. ok claudio@
2006-06-17Display multipath and jumbo flags in route get/monitor.pascoe1-2/+2
ok claudio@
2006-06-17make dvmrpd(8) behave correctly on sparc64 when generating and parsingnorby1-3/+6
route reports. help from claudio@
2006-06-17update in regard to cardbus, we support more than just this one TIfkr1-2/+1
chipset, so remove the line stating that. requested by brad@
2006-06-17Refuse to mount a ffs fielsystems whose number of frags is not 1, 2, 4 or 8,miod2-11/+9
and remove the corresponding panics in low level code. ok pedro@ weingart@
2006-06-17Introduce pmap_kenter_cache(), similar to pmap_kenter_pa() but allowingmiod2-11/+29
the pte cache bits to be specified. Will be used very soon.
2006-06-17Recent Powerbook systems have their on-board keyboard and mouse devicesmiod3-9/+51
also showing up as usb devices, but both devices are tied. To make things less confusing, do not attach the usb phantoms at all.
2006-06-17use the carp_demote_ioctl directly instead of carp_demote_set, ok claudiohenning1-2/+3