summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve temporary file handlingkevlo2008-05-131-2/+11
| | | | Obtained from: OpenBSD
* - Set sc->dev to the new-bus device_t so all the device_printf()s work.jhb2008-05-121-1/+3
| | | | | | | - Add a missing newline to a printf. MFC after: 1 week Submitted by: Andriy Gapon avg <> icyb.net.ua
* For the sake of the log, revision 1.353 was bumped for setfib(2) andceri2008-05-120-0/+0
| | | | multiple routing table support.
* Add support for management apps. Work around an apparent firmware bug thatscottl2008-05-122-8/+126
| | | | results in hung i/o if more than 128 commands are scheduled for an array.
* Don't require a configuration file. Ntpd will be perfectly happy if there'sflz2008-05-121-2/+0
| | | | | | | | none or if the file doesn't exist (there's no ntp.conf in the base install). PR: conf/119592 Submitted by: Renaud Waldura <renaud+freebsd@waldura.org> MFC after: 1 week
* Typo fixes.brueffer2008-05-121-4/+4
|
* fix typo in runz_fuzzjulian2008-05-121-1/+1
| | | | noticed by:Elijah Buck
* Fix the loopback interface. Cleaning up some code with new macrosgnn2008-05-121-1/+0
| | | | | | | | was a tad too aggressive. PR: kern/123568 Submitted by: Vladimir Ermakov <samflanker at gmail dot com> Obtained from: antoine
* declare ieee80211_phymode_name with an array sizesam2008-05-121-1/+1
|
* Update PLCP<->rate mapping support:sam2008-05-127-24/+149
| | | | | | | | | | o correct mapping of CCK rates to PLCP; was using nonstandard Ralink values which just happened to also be used by Zydas (so went unnoticed) o change ieee80211_plcp2rate api to take a phy type instead of a flag that indicates ofdm/!ofdm o update drivers to match (restore per-driver code to map rate->PLCP) Reviewed by: sephe, weongyo, thompsa
* Minor cleanup of vap create work:sam2008-05-1218-33/+57
| | | | | | | | | | | | | o add IEEE80211_C_STA capability to indicate sta mode is supported (was previously assumed) and mark drivers as capable o add ieee80211_opcap array to map an opmode to the equivalent capability bit o move IEEE80211_C_OPMODE definition to where capabilities are defined so it's clear it should be kept in sync (on future additions) o check device capabilities in clone create before trying to create a vap; this makes driver checks unneeded o make error codes return on failed clone request unique o temporarily add console printfs on clone request failures to aid in debugging; these will move under DIAGNOSTIC or similar before release
* we have a DFS capability now so enable checksam2008-05-111-3/+0
|
* use c99-style initialization for ieee80211_phymode_namesam2008-05-111-11/+11
|
* add DFS capability bit and use it to auto-enable DFS supportsam2008-05-113-3/+5
|
* use the current left edge of the BA window when forming ADDBA requestsam2008-05-111-3/+4
| | | | so an existing session is re-established with the correct seq#
* add PLCP service bit definitionssam2008-05-111-0/+5
|
* move inline keyword to silence compiler complaintssam2008-05-111-3/+3
|
* Change the check for cpu_high to actually match CPUID 0x06.rpaulo2008-05-111-3/+3
| | | | | | Submitted by: Arthur Hartwig <arthur.hartwig at nokia.com> PR: 122878 MFC after: 3 days
* Don't use libkern's max() function as that's for unsigned numbers only.rpaulo2008-05-111-2/+2
| | | | | | | | | | Instead use the worldwide known MAX() function. This should fix problems with negative values showing up on dev.cpu.%d.temperature. This is slightly different from the fix in the PR. Submitted by: KOIE Hidetaka <hide at koie.org> PR: 123542
* fix typo's that broke duration calculation on protection framessam2008-05-112-2/+2
|
* Correct an error in pmap_align_superpage(). Specifically, correctlyalc2008-05-112-4/+6
| | | | | handle the case where the mapping is greater than a superpage in size but the alignment of the physical pages spans a superpage boundary.
* Better to just statically set the name vs. determine at run time.obrien2008-05-1112-12/+16
|
* Add the ed and remove the vi.nyan2008-05-111-3/+1
| | | | This fixes a disk-full error.
* Add manpage links to krb5_principal.3.dfr2008-05-111-0/+29
|
* Don't try to make links to manpages that no longer exist. Fixes installworlddfr2008-05-111-6/+0
| | | | Submitted by: phk
* Sync program name agnostic changes with SADE.obrien2008-05-114-8/+10
|
* Clean up several instances of SADE calling itself sysinstall.obrien2008-05-115-10/+12
| | | | (do so generically so the same set of changes can be applied to sysinstall)
* Update HARDWARE section.joel2008-05-111-1/+9
|
* Commit missing mips libthr support that I thought I'd committed earlierimp2008-05-112-0/+141
|
* Provide the new argument to kmem_suballoc().alc2008-05-101-1/+1
|
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isalc2008-05-104-18/+16
| | | | | | | | | | | used to request superpage alignment for the submap. Request superpage alignment for the kmem_map. Pass VMFS_ANY_SPACE instead of TRUE to vm_map_find(). (They are currently equivalent but VMFS_ANY_SPACE is the new preferred spelling.) Remove a stale comment from kmem_malloc().
* Add -mno-sse3 for amd64 case tooache2008-05-101-1/+1
| | | | | PR: 123518 Submitted by: Marc Olzheim <marcolz@stack.nl>
* Only start the vaps if the init routine completed.thompsa2008-05-104-4/+8
|
* - Associate from a taskq as we can deadlock on the ndis hal and the com lock.thompsa2008-05-102-11/+49
| | | | | - Remove double vap init (ieee80211_start_all) - Keep ic_curchan in sync with the scan results.
* Partially revert the last rev. Do call ndis_setstate_80211() when we up thethompsa2008-05-101-65/+113
| | | | | | | interface but break out the associate code into a separate function. This fixes association with an 11b Apple Airport. Reported by: Ted Lindgreen
* Generalize vm_map_find(9)'s parameter "find_space". Specifically, addalc2008-05-103-17/+49
| | | | | | | | | | support for VMFS_ALIGNED_SPACE, which requests the allocation of an address range best suited to superpages. The old options TRUE and FALSE are mapped to VMFS_ANY_SPACE and VMFS_NO_SPACE, so that there is no immediate need to update all of vm_map_find(9)'s callers. While I'm here, correct a misstatement about vm_map_find(9)'s return values in the man page.
* Document freebsd extensions to netcat a bit better:antoine2008-05-102-17/+17
| | | | | | | | - sort the options - document -o and -O everywhere Reviewed by: delphij Approved by: rwatson (mentor)
* Add more obsolete files.antoine2008-05-101-0/+9
| | | | Approved by: rwatson (mentor)
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessantoine2008-05-101-4/+0
| | | | | | | | | variable nofile. PR: 123109 Submitted by: Christoph Mallon Approved by: rwatson (mentor) MFC after: 1 month
* Add missing braces in #if 0ed code.antoine2008-05-101-1/+2
| | | | | Approved by: rwatson (mentor) MFC after: 1 month
* Change two variables to size_t to improve portability.julian2008-05-102-2/+3
| | | | Submitted by: Xin Li
* - Fix panic on detach.simokawa2008-05-102-4/+4
| | | | | | - Fix a comment. MFC after: 2 weeks
* Kqueue_scan() may sleep when encountered the influx knotes. On the otherkib2008-05-101-1/+10
| | | | | | | | | | | | hand, it may cause other threads to sleep since kqueue_scan() may mark some knotes as infux. This could lead to the deadlock. Before kqueue_scan() sleeps, wakeup the threads that are waiting for the influx knotes produced by this thread. Tested by: pho (previous version) Reviewed by: jmg MFC after: 2 weeks
* The kqueue_close() encountering the KN_INFLUX knotes on the kq beingkib2008-05-101-4/+11
| | | | | | | | | | closed is the legitimate situation. For instance, filedescriptor with registered events may be closed in parallel with closing the kqueue. Properly handle the case instead of asserting that this cannot happen. Reported and tested by: pho Reviewed by: jmg MFC after: 2 weeks
* Fix build.delphij2008-05-101-3/+4
|
* - Disable interrupts on suspend to eliminate excessivesimokawa2008-05-101-4/+9
| | | | | | | 'device physically ejected?' message on resume. - Fix memory leak on resume reported by kiyohara at netbsd.org. MFC after: 2 weeks
* Misc mdoc improvements.brueffer2008-05-101-4/+9
|
* Misc mdoc improvements and a typo fix.brueffer2008-05-101-6/+10
|
* Remove extraneous .Ed, correct SEE ALSO section.brueffer2008-05-101-3/+2
|
* move a #define from a place it shouldn't have been to a place it shouldjulian2008-05-102-4/+3
| | | | | have been. Basically my testign didn't ocver one case that this broke. thanks tinderbox!
OpenPOWER on IntegriCloud