summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r155518,rwatson2006-02-1110-20/+59
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * CVS import OpenBSM 1.0 alpha 4:rwatson2006-02-1110-20/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove "audit" user example from audit_user, as it's not present on most systems. - Add cannot_audit() function non-Darwin systems that wraps auditon(); required by OpenSSH BSM support. Convert Darwin cannot_audit() into a function rather than a macro. - Library build fixed on Darwin following include file tweaks. The native Darwin sys/audit.h conflicts with bsm/audit.h due to duplicate types, so for now we force bsm_wrappers.c to not perform a nested include of sys/audit.h. Obtained from: TrustedBSD Project
* | Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-107-0/+2396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to work with ipmitools. It works with other tools that have an OpenIPMI driver interface. The port will need to get updated to used this. I have not implemented the IPMB mode yet so ioctl's for that don't really do much otherwise it should work like the OpenIPMI version. The ipmi.h definitions was derived from the ipmitool header file. The bus attachments are done for smbios and pci/smbios. Differences in bus probe order for modules/static are delt with. ACPI attachment should be done. This drivers registers with the watchdod(4) interface Work to do: - BT interface - IPMB mode This has been tested on Dell PE2850, PE2650 & PE850 with i386 & amd64 kernel. I will link this into the build on next week. Tom Rhodes, helped me with the man page. Sponsored by: IronPort Systems Inc. Inspired from: ipmitool & Linux
* | - Fix attribute id of HIDBatteryPowermarkus2006-02-101-5/+5
| | | | | | | | | | | | - Fix two typos in comments Approved by: emax
* | Update for rev 0.9.16.16 hal:sam2006-02-102-29/+291
| | | | | | | | | | | | | | | | | | | | | | | | o add dfs+radar hooks; DFS is presently disabled in the hal o channel and mode handling changes o various api changes o be more aggressive about iq calibration settling so ap mode operation is better immediately after startup o rfkill/rfsilent sysctl support o tpc ack/cts sysctl support MFC after: 2 weeks
* | resolve merge conflictssam2006-02-101-4/+6
| | | | | | | | MFC after: 2 weeks
* | This commit was generated by cvs2svn to compensate for changes in r155511,sam2006-02-1065-69379/+109156
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Version 0.9.16.16:sam2006-02-1066-69383/+109162
| | | | | | | | | | | | | | | | | | | | | | | | | | | o new chip support o new platforms: powerpc-be-elf, sparc64-be-elf, and alpha-elf (alpha is untested, others are known to work) o many fixes and improvements MFC after: 2 weeks
* | | Cleaned the memory initialization up, moved some defines from the framebufferrink2006-02-103-20/+18
| | | | | | | | | | | | | | | | | | | | | to an include file. Reviewed by: imp Approved by: imp (mentor)
* | | Bump the MODULE_VERSION for HEAD, as the vlan(4) API is different inemaste2006-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | RELENG_6, and would require a lower version number. Requested by: glebius Approved by: rwatson (mentor)
* | | Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather thanjhb2006-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | always turning it on along with any flags set in the lower mount. Tested by: kris Reviewed by: jeff MFC after: 3 days
* | | This commit was generated by cvs2svn to compensate for changes in r155506,harti2006-02-101-9/+12
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor patch: Make the link traps more RFC-conform.harti2006-02-101-9/+12
| | | | | | | | | | | | | | | | Submitted by: glebius
* | | | Correct references to ipnat(8).brueffer2006-02-101-5/+5
| | | | | | | | | | | | | | | | MFC after: 3 days
* | | | Test before modifying p_sflag to avoid unconditionally cache linedavidxu2006-02-101-2/+4
| | | | | | | | | | | | | | | | ping-pong on SMP.
* | | | Correct the meaning of the NO_SHARED knob.brueffer2006-02-101-1/+1
| | | | | | | | | | | | | | | | MFC after: 3 days
* | | | Avoid frobbing IFF_UP at any cost (which is close toyar2006-02-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero in this case.) A kernel driver has IFF_DRV_RUNNING at its full disposal while IFF_UP may be toggled only by humans or their daemonic deputies from the userland. MFC after: 3 days
* | | | Call thread_stopped in thr_exit to notify parent that the child processdavidxu2006-02-101-0/+1
| | | | | | | | | | | | | | | | is now fully stopped, this was already in kse_exit().
* | | | pad for future statisticssam2006-02-091-0/+1
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | Minor tx path cleanups:sam2006-02-091-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o assume all data frames have been classified so there's no need to check if QoS is being used, just fetch the wme priority from the mbuf o fix double counting of noack frames o fix nearby comment MFC after: 2 weeks
* | | | correct handling of mbuf allocation failure when replenishing the rx listsam2006-02-091-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (leave a printf for the moment, need to make a debug msg) Obtained from: atheros MFC after: 2 weeks
* | | | Beacon timer setup fixes:sam2006-02-092-11/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o pull nexttbtt forward in adhoc mode too o resync beacon timers on joining a bss or ibss as the tstamp we collected while scanning is almost certainly out of date Note we may need to refine the ibss mode check in ath_recv_mgmt. Reviewed by: avatar, dyoung Obtained from: atheros MFC after: 2 weeks
* | | | only start the cab queue if there are frames to sendsam2006-02-091-1/+1
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | debug fixups: reduce noise msgs, report channel flags on reset failure,sam2006-02-091-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | mark data+link fields in descriptor dumps MFC after: 2 weeks
* | | | Add a MODULE_VERSION so that other modules (perhaps third-party) canemaste2006-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | depend on this one. Approved by: rwatson (mentor)
* | | | Phantom beacon miss workaround: track the tsf of the last receivedsam2006-02-093-21/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frame and if we get a beacon miss interrupt ignore it if we've received a frame within the beacon miss interval. This should never trigger and the handling at the net80211 layer should likewise deal with this but it doesn't hurt and can suppress extranous probe request frames. Note that we can legtimately get a bmiss when under heavy load. MFC after: 2 weeks
* | | | use a private task queue threadsam2006-02-092-6/+16
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | add adhoc demo mode supportsam2006-02-092-7/+26
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | make regdomain sysctl r/w in case it's possible to do this in the futuresam2006-02-092-5/+20
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | cleanup rate setupsam2006-02-091-21/+29
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | Set the M_ZERO flag when calling uma_zalloc() to allocate a syncache entry.qingli2006-02-091-5/+4
| | | | | | | | | | | | | | | | | | | | Reviewed by: andre, glebius MFC after: 3 days
* | | | add tx99 hookssam2006-02-092-0/+20
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | move hal statistics to softc; the per-node stats are overkill, they'resam2006-02-092-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | only used when operating in station mode MFC after: 2 weeks
* | | | lookup the protection tx rate index in the rate tablessam2006-02-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | instead of using a known value MFC after: 2 weeks
* | | | honor net80211 mcast tx ratesam2006-02-092-6/+47
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | craft unique names for tx q + buffer mtx's to help with interpreting ktr datasam2006-02-091-6/+12
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | allow the size of tx+rx buffer pools to be tunedsam2006-02-092-2/+19
| | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | lower try count on mgt (and ctl) frames to avoid clogging the tx queuesam2006-02-092-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and loading the bss when operating in ap mode under load; adjust recognition of multi-rate retry to match MFC after: 2 weeks
* | | | Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.sos2006-02-093-65/+71
| | | |
* | | | Unbreak dump on legacy systems. Needs a more clean solution but that issos2006-02-091-1/+2
| | | | | | | | | | | | | | | | more intrusive and can wait 'til after 6.1
* | | | move mgt frame tx rate responsibility from the rate control modulessam2006-02-095-42/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to the driver; this avoids redundant logic and will be necessary for future additions MFC after: 2 weeks
* | | | sync with latest code in madwifisam2006-02-092-146/+185
| | | | | | | | | | | | | | | | | | | | Obtained from: madwifi MFC after: 2 weeks
* | | | Pick some low-hanging release notes fruit from cvs imports.bmah2006-02-092-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New release notes: BIND 9.3.2 (+MFC), IPFilter 4.1.10, tzdata2005r (+MFC). Deleted release notes: libpcap and tcpdump updates (these updates were actually a part of 6.0-RELEASE and therefore aren't "new" anymore).
* | | | Actually fix the DHCP handling, by using more robust detection of DHCPdelphij2006-02-091-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | setting. While there, add some more debug messages explaining what is happening, and some comments to improve readability. Submitted by: ceri
* | | | Fix two important typos in watchdog handling:glebius2006-02-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Restart watchdog if we *did* processed any descriptors. [1] - Log the watchdog event if the link is *up*. [2] PR: kern/92948 [1] Submitted by: Mihail Balikov <mihail.balikov interbgc.com> [1] PR: kern/92895 [2] Submitted by: Vladimir Ivanov <wawa yandex-team.ru> [2]
* | | | Refuse to install invalid ARP entries.glebius2006-02-091-2/+3
| | | | | | | | | | | | | | | | Submitted by: Vitaliy Ovsyannikov <V.Ovsyannikov kr.ru>
* | | | MFi386: revision 1.622.nyan2006-02-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > Clear carry flag in get_mcontext so that setcontext does not > return a bogus error. MFC after: 3 days
* | | | The asr driver was moved to NOTES for i386. So 'nodevice asr' is notnyan2006-02-091-1/+0
| | | | | | | | | | | | | | | | needed anymore.
* | | | - Increase maximum number of interfaces to 2048.glebius2006-02-091-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | - Regroup softc so that frequently used elements are grouped in the beginning, while the interfaces array is at the end.
* | | | Avoid calling CPUID function 0x02 if the CPU reports no support foryar2006-02-091-48/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it. The former code used to hang older Intel CPUs by trying to get non-existent TLB info 2^32 times. Reduce code duplication around the calls to CPUID 0x02 by using do-while loops. PR: i386/92977 Tested by: cy
OpenPOWER on IntegriCloud