summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adds malo(4).weongyo2009-03-261-0/+1
|
* bwi(4) and mwl(4) doesn't exist at CURRENT.weongyo2009-03-261-2/+0
|
* The malo(4) device driver first appeared in FreeBSD 7.1 not 8.0.weongyo2009-03-261-1/+1
| | | | | Reported by: John <lists_at_reiteration.net> MFC after: 3 days
* Fix up waiting on vblank again... This reverts a last minute change thatrnoland2009-03-261-5/+8
| | | | | | I made on the last patch, it seems to upset suspend/resume and shutdown. MFC after: 3 days
* Tweak comments.imp2009-03-251-15/+16
|
* Add RIOS PCCARD 3.imp2009-03-251-0/+1
|
* RIOS Systems co was naughty and used a 'random' id. Use it with theimp2009-03-251-0/+4
| | | | PCCARD3 name to describe the RIOS PC Card III Ethernet that I have.
* Add recently added cards.imp2009-03-251-4/+4
|
* It appears that the TDK LAK CD011 works with fe driver. I don't haveimp2009-03-251-0/+1
| | | | | a dongle for the card, but it passes the sanity testsin the probe/attach routines and returns the correct MAC address.
* Fix a few nits in the earlier changes to prevent local information leakagejhb2009-03-252-6/+9
| | | | | | | | | | | | | | in AMD FPUs: - Do not clear the affected state in the case that the FPU registers for the thread that already owns the FPU are changed via fpu_setregs(). The only local information the thread would see is its own state in that case. - Fix a type mismatch for the dummy variable used in a "fld". It accepts a float, not a double. Reviewed by: bde Approved by: so (cperciva) MFC after: 1 month
* update; mostly to eliminate ambiguity about what hardware is supportedsam2009-03-252-27/+11
|
* Man page accompanying r190423 - introduce UFS ID labels.ivoras2009-03-251-2/+8
| | | | | Actually-by: pjd Approved by: gnn (mentor)
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsivoras2009-03-253-12/+50
| | | | | | | | are always present and can be used to identify file systems (useful if hardware devices move often). Actually-by: pjd Approved by: gnn (mentor)
* - Add proper error checking and printing to the CVSMode code when reading andlulf2009-03-254-74/+145
| | | | | | | writing from/to streams, as leaving them out stops csup from cleaning up on SIGINT and friends properly. MFC after: 1 week
* This config file uses dynamically linked binaries, which is moreluigi2009-03-253-91/+99
| | | | | | | | | | | convenient when you want to import other programs because the libraries will not be replicated. Given that there are no floppies around anymore, I have bumped the fd size to 4MB (which is more than reasonable even for embedded platforms) and gives some room for other utilities. MFC after: 3 days
* devfs is the standard nowluigi2009-03-251-1/+0
|
* Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclientrwatson2009-03-252-2/+2
| | | | | | | | directory, since it's under a BSD license, and this keeps NFS internals- aware tracing parts close to NFS. MFC after: 1 month Suggested by: jhb
* When looking up the parent devclass of a new devclass, create the parentjhb2009-03-251-1/+1
| | | | devclass if it doesn't already exist.
* Add support for SCTP to getaddrinfo(3).ume2009-03-251-7/+20
| | | | | | | | | | | | | Now, getaddrinfo(3) returns two SOCK_STREAMs, IPPROTO_TCP and IPPROTO_SCTP. It confuses some programs. If getaddrinfo(3) returns IPPROTO_SCTP when SOCK_STREAM is specified by hints.ai_socktype, at least Apache doesn't work. So, I made getaddrinfo(3) to return IPPROTO_SCTP with SOCK_STREAM only when IPPROTO_SCTP is specified explicitly by hints.ai_protocol. PR: bin/128167 Submitted by: Bruce Cran <bruce__at__cran.org.uk> (partly) MFC after: 2 week
* Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflectjhb2009-03-252-23/+24
| | | | | | | their purpose. Inspired by: bde MFC after: 1 month
* add support for shared "crunch" binary.luigi2009-03-251-20/+59
|
* Improve the German translation.netchild2009-03-251-6/+6
| | | | | | Some parts (ERANGE, ETXTBSY) triggered by Christoph Mallon. Discussed with: brueffer, gabor (previous version)
* Make programs that define a macro called `dprintf' more likely to work.das2009-03-251-1/+1
|
* Another akihabra find: Mitsubishi B8895.imp2009-03-251-0/+2
|
* 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
OpenPOWER on IntegriCloud