summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.yongari2009-03-251-1/+1
|
* - Remember to set umask before setting attributes of RCS file.lulf2009-03-251-0/+1
| | | | | Tested by: dougb MFC after: 2 days
* Use __packed from cdefs.hdelphij2009-03-251-1/+1
| | | | | | Submitted by: pyunyh Reviewed by: Shaowei WANG <wsw1wsw2 gmail com> MFC after: 2 weeks
* Merge an important change that I mistakenly left out when merging C99das2009-03-251-1/+3
| | | | | | | inline function support. This should fix instances where gcc spuriously reports the following error: error: nested function 'foo' declared but never defined
* Disable ATA DMA for ATAPI devices for now. Apparently, certain revisionsnwhitehorn2009-03-251-0/+4
| | | | | of this controller, in combination with certain ATAPI devices and phases of the moon, will cause DMA operations for ATAPI to fail.
* shuffle code so things build w/o INVARIANTS or IEEE80211_SUPPORT_SUPERGsam2009-03-251-3/+3
| | | | Prodded by: several
* Rework the management of vblank interrupts a bit.rnoland2009-03-251-22/+31
| | | | | | | | | | | | | | | When a vt switch occurs the irq handler is uninstalled. Interrupts and the state tracking of what was enabled/disabled wasn't working properly. This should resolve the reports of "slow windows" after a vt switch, among other things. The radeon 2d driver seems to work a bit more correctly than the Intel driver. With the Intel driver, vblank interrupts will be enabled at system startup and will only be disabled after an additional modeset (vt switch, dpms, randr event). With this patch, I am able to run glxgears synced to vblank and vt switch while it is running without ill effects. MFC after: 3 days
* Intel handled the management of the breadcrumb counter inconsistently.rnoland2009-03-252-11/+12
| | | | | | Make sure that we always handle it the same way. MFC after: 3 days
* The GART allocations are a propery of the gart, not of scatter-gatherrnoland2009-03-253-10/+9
| | | | | | memory. Track them in the appropriate structure. MFC after: 3 days
* Use __attribute__((packed)) for the structure so that hptiop managementdelphij2009-03-251-1/+1
| | | | | | | utility would work. Submitted by: Shaowei WANG <wsw1wsw2 gmail com> MFC after: 2 weeks
* - Add Belarusian cataloggabor2009-03-242-0/+250
| | | | | PR: conf/133004 Submitted by: Tatsiana Elavaya <t.elavaya@gmail.com>
* Fix two bugs in DTrace tracing of accesscache and attrcache load events:rwatson2009-03-243-7/+15
| | | | | | | | | | | - Trace non-error loads into the access cache once, not zero times or twice. - Sometimes attr cache loads fail due to a race, in which case they are aborted leading to an invalidation; in this case, trace only the flush, not a load. MFC after: 1 month Sponsored by: Google, Inc.
* Allow compile from c++ for libpmcfabient2009-03-242-0/+6
| | | | | Approved by: jkoshy (mentor) MFC after: 3 days
* hide linker set stuff from user spacesam2009-03-241-1/+1
|
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-2416-508/+668
| | | | with a new IEEE80211_SUPPORT_SUPERG option
* Change yet another script to use /dev/mdX instead of /dev/mdXc (seemarius2009-03-241-2/+2
| | | | also r188438).
* When a file lookup fails due to encountering a doomed vnode from a forcedjhb2009-03-242-7/+9
| | | | | | | unmount, consistently return ENOENT rather than EBADF. Reviewed by: kib MFC after: 1 month
* Fall back to using configuration type 1 accesses for PCI config requests ifjhb2009-03-242-0/+4
| | | | | | | | the requested PCI bus falls outside of the bus range given in the ACPI MCFG table. Several BIOSes seem to not include all of the PCI busses in systems in their MCFG tables. It maybe that the BIOS is simply buggy and does support all the busses, but it is more conservative to just fall back to the old method unless it is certain that memory accesses will work.
* remove stale comments on the size of objects, they are moreluigi2009-03-241-68/+48
| | | | | | | than 10 years old and do not reflect reality anymore. Also remove some commented out entries that have no hope to be useful anymore.
* add linker sets for get/set ioctl handlers so optional net80211sam2009-03-244-34/+69
| | | | code is isolated
* add a function to help copying shared binaries from the outputluigi2009-03-241-2/+67
| | | | of a buildworld.
* getaddrinfo(3) should accept numeric when ai_socktype is notume2009-03-241-1/+11
| | | | | | | | specified in hint or hints is NULL. PR: bin/51827 Submitted by: Mark Andrews <marka__at__isc.org> MFC after: 1 week
* use IEEE80211_SUPPORT_TDMA option to control whether code issam2009-03-242-3/+1
| | | | configured; this allows us to remove an #ifdef
* Add DTrace probes to the NFS access and attribute caches. Access cacherwatson2009-03-246-75/+536
| | | | | | | | | | | | | | | | | | | | | | | | | events are: nfsclient:accesscache:flush:done nfsclient:accesscache:get:hit nfsclient:accesscache:get:miss nfsclient:accesscache:load:done They pass the vnode, uid, and requested or loaded access mode (if any); the load event may also report a load error if the RPC fails. The attribute cache events are: nfsclient:attrcache:flush:done nfsclient:attrcache:get:hit nfsclient:attrcache:get:miss nfsclient:attrcache:load:done They pass the vnode, optionally the vattr if one is present (hit or load), and in the case of a load event, also a possible RPC error. MFC after: 1 month Sponsored by: Google, Inc.
* require wlan for ancillary modules; they are required to linksam2009-03-241-7/+7
|
* remove unused "package" entry.luigi2009-03-241-66/+55
| | | | | | default to use devfs (we do that anyways) Many small changes in comments
* Fixed indentation for LINKTYPE_ENCvanhu2009-03-241-1/+1
| | | | Approved by: gnn(mentor)
* Revert unintended part of r190375.marius2009-03-241-1/+0
|
* Given that zfs.ko depends on opensolaris.ko also build the latter bymarius2009-03-241-0/+4
| | | | default on sparc64.
* As with ZFS use real atomic operations for sparc64.marius2009-03-241-1/+1
|
* Bump __FreeBSD_version to reflect tcpdump 4.0.0 and libpcap 1.0.0rpaulo2009-03-241-1/+1
| | | | import.
* MFV of tzdata2009d:edwin2009-03-243-7/+148
| | | | | | | | | - Morocco will observe DST from 2009-06-01 00:00 to 2009-08-21 00:00 - Tunisia will not observe DST this year. - Syria will start DST on 2009-03-27 00:00 this year - the Province of San Luis will go to utc-04:00 MFC after: 1 week
* set NULL after free to avoid duplicate free.weongyo2009-03-241-1/+3
| | | | Tested by: Ganbold <ganbold_at_micom.mng.net>
* Don't call m_freem() after ip_output(), as it always consumesbms2009-03-241-1/+0
| | | | | | the mbuf chain provided to it. Found by: Pierre Guinoiseau
* fix build w/ AH_DEBUGsam2009-03-241-29/+0
|
* Remove gratuitous unlock in error case.jmallett2009-03-241-1/+0
| | | | Reviewed by: sam
* Save errno before calling _close(), which may clear it.delphij2009-03-231-2/+4
| | | | Obtained from: OpenBSD
* use more proper format string.delphij2009-03-232-11/+11
| | | | Obtained from: NetBSD via OpenBSD
* - Clean up suspend/resume code for amd64.jkim2009-03-234-31/+29
| | | | | | | | - Call acpi_resync_clock() to reset system time before hardclock is ready to tick. Note we assume the current timecounter hardware and RTC are already available for read operation. Tested by: mav
* Add a function to reset system time after resuming, which will be usedjkim2009-03-232-4/+22
| | | | | by amd64 shortly. It can be turned off by setting "debug.acpi.reset_clock" tunable to zero.
* Check whether devd is running before calling resume notifier andjkim2009-03-231-19/+34
| | | | reshuffle code to reduce unnecessary locking coverage.
* Clean up MI inittodr(9) and kill noop code.jkim2009-03-231-21/+13
| | | | | | | | | | It was derived from i386 version long ago but never resync'ed again. Originally, i386 version compared the current time from realtime clock with time_second (which was just `time' in the old days). When this MI version was written, it was wrongly compared against `base' AND never used because of a bug (typo?) in the code. This check was killed in i386 version when home-rolled calendaric calculation was removed. Now, we just remove the code here as well to make the code simpler.
* Improve the description of a few sysctls.jhb2009-03-232-12/+13
| | | | | Submitted by: bde (partially) MFC after: 3 days
* Minor updates to the Chelsio driver, including removing an LOR.gnn2009-03-232-10/+15
| | | | | | Submitted by: Navdeep Parhar at Chelsio Reviewed by: gnn MFC after: 3 weeks
* Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB tojhb2009-03-233-7/+13
| | | | | | | | | prevent individual transactions from crossing a 4GB address boundary. Due to bus_size_t type limitations, the driver uses a 2GB boundary in PAE kernels. Reviewed by: scottl MFC after: 1 week
* Fix order of debug printf items, addr and config# were swapped.thompsa2009-03-231-1/+1
|
* Release driver lock at the end of the watchdog routine instead of trying tojhb2009-03-231-1/+1
| | | | | | | acquire it again. Submitted by: bland MFC after: 3 days
* Support for a new environment variable, LD_ELF_HINTS_PATH for overridingdelphij2009-03-232-3/+15
| | | | | | | | | | | the rtld hints file. This environment variable would be unset if the process is considered as tainted with setuid/setgid. This feature gives a convenient way of using a custom set of shared library that is not located in the default location and switch back. Feature requested by: iXsystems Original patch by: John Hixson MFC after: 2 weeks
* Fixed comments so it stays in 80 chars by linevanhu2009-03-231-5/+9
| | | | | | with hard tabs of 8 chars.... Approved by: gnn(mentor)
* Don't tempt svn to expand the example $FreeBSD stringsdougb2009-03-232-4/+4
|
OpenPOWER on IntegriCloud