summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Note that a UFS filesystem can have up to 20 active snapshots.keramida2011-02-151-1/+10
| | | | | | PR: docs/151104 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> MFC after: 3 days
* Document TRYBROKEN in ports(7).keramida2011-02-151-1/+4
| | | | | | PR: docs/153542 Submitted by: Eitan Adler <lists@eitanadler.com> MFC after: 3 days
* - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.miwi2011-02-151-1/+2
| | | | | | PR: 154500 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Approved by: rwatson
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-147-49/+61
| | | | | | | | | | | - Allocate coherent DMA memory for the request/response queue area and and the FC scratch area. These changes allow isp(4) to work properly on sparc64 with usage of the IOMMU streaming buffers enabled. Approved by: mjacob MFC after: 2 weeks
* bring this in line with what ath9k does.adrian2011-02-141-1/+1
|
* Some statistics additions - prepare for error codes > 32 (since the AR5416adrian2011-02-142-6/+34
| | | | | error mask is > 5 bits) and add some extra CRC/HT40/ShortGI counters to help debug 802.11n issues.
* Mfp4 CH=177256:bz2011-02-141-0/+11
| | | | | | | | | | | | | | | Catch a set vnet upon return to user space. This usually means return paths with CURVNET_RESTORE() missing. If VNET_DEBUG is turned on we can even tell the function that did the CURVNET_SET() which is really helpful; else we print "N/A". Sponsored by: The FreeBSD Foundation Sponsored by: CK Software GmbH Reviewed by: jhb MFC after: 11 days
* Rework r218685. Copy just enough data for the resource type.jkim2011-02-141-23/+22
| | | | Reviewed by: jhb, mdf
* Style(9) fix. Do not initialize variables in the declarations.dchagin2011-02-141-2/+5
|
* Prevent reading from the ACPI_RESOURCE past its actual end. Formdf2011-02-141-1/+5
| | | | | | | paranoia limit to the size of the ACPI_RESOURCE as well. Reviewd by: jhb (in spirit) MFC after: 1 week
* Further simplify tmpfs_reg_resize(). Also, update its comments, includingalc2011-02-141-17/+12
| | | | style fixes.
* Add a check to make sure the provider name is "mdN" before printing thebrucec2011-02-141-1/+5
| | | | | | | unit number. Suggested by: jh MFC after: 3 days
* * Fix page fault caused by referring freed node.hselasky2011-02-143-54/+75
| | | | | | | | | | | | | | | | | While updating Tx stats, already freed node could be referred and cause page fault. To avoid such panic, spool Tx stats in driver's softc. Then, on every ratectl interval, grab node though ieee80211_iterate_nodes() and update ratectl stats. * Simplify some code in run_iter_func(). * Fix typo * Use memset instead of bzero (hselasky @) PR: kern/153938 Submitted by: PseudoCylon <moonlightakkiy@yahoo.ca> Approved by: thompsa (mentor)
* Correct a subtle bug in the 'gsched_rr' disk scheduler.luigi2011-02-141-8/+20
| | | | | | | | | | | | | | | | | | | | | The algorithm is supposed to work as follows: in order to prevent starvation, when a new client starts being served we record the start time and reset the counter of bytes served. We then switch to a new client after a certain amount of time or bytes, even if the current one still has pending requests. To avoid charging a new client the time of the first seek, we start counting time when the first request is served. Unfortunately a bug in the previous version of the code failed to set the start time in certain cases, resulting in some processes exceeding their timeslice. The fix (in this patch) is trivial, though it took a while to find out and replicate the bug. Thanks to Tommaso Caprai for investigating and fixing the problem. Submitted by: Tommaso Caprai MFC after: 1 week
* Retire mp_fixme(). It's no longer used.alc2011-02-141-10/+0
|
* Add back soon-to-be-release FreeBSD 7.4 which got clobbered in the previousuqs2011-02-131-0/+1
| | | | merges.
* Lock the vnode around clearing of VV_TEXT flag. Remove mp_fixme() notekib2011-02-131-9/+14
| | | | | | | | mentioning that vnode lock is needed. Reviewed by: alc Tested by: pho MFC after: 1 week
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
|
* Oops, wasn't supposed to commit this.cognet2011-02-131-1/+1
|
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-136-13/+18
| | | | to map and use the msgbuf.
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-2/+1
| | | | | | | functions to obtain the address and size of the preloaded pool configuration file/repository. Sponsored by: Juniper Networks.
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-13/+12
| | | | | | functions to obtain the address and size of the preloaded key files. Sponsored by: Juniper Networks.
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-9/+14
| | | | | | functions to obtain the address and size of the PCI vendor data. Sponsored by: Juniper Networks.
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-15/+17
| | | | | | functions to obtain the address and size of the bitmap splash image. Sponsored by: Juniper Networks.
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-11/+13
| | | | | | functions to obtain the address and size of the overriding DSDT. Sponsored by: Juniper Networks.
* Sort include files in the alphabetical order.dchagin2011-02-132-2/+2
|
* Remove comment about 'ftlk' LOR.dchagin2011-02-131-2/+1
|
* Stop printing the LOR, as this is expected behavior.dchagin2011-02-131-1/+1
|
* Only print the unit number when invoked with the -n flag.brucec2011-02-131-1/+1
| | | | | | PR: bin/144300 Submitted by: arundel MFC after: 3 days
* Move potentially offensive fortune to fortunes-o.brucec2011-02-132-4/+4
| | | | | PR: bin/137702 MFC after: 3 days
* The bitset field of freshly created futex should be initialized explicity.dchagin2011-02-131-0/+1
| | | | Otherwise, REQUEUE operations fails.
* Document some more sysconf(3) variables.brucec2011-02-131-1/+58
| | | | MFC after: 1 month
* This should be TX stream, not RX stream.adrian2011-02-131-1/+1
|
* Fix a bug reported by Jonathan Leighton in his web-sctp testingrrs2011-02-131-7/+15
| | | | | | | | at the Univ-of-Del. Basically when a 1-to-1 socket did a socket/bind/send(data)/close. If the timing was right we would dereference a socket that is NULL. MFC after: 1 month
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmalc2011-02-132-33/+26
| | | | | | | | | object's size field. Previously, that field was always zero, even when the object tn_reg.tn_aobj contained numerous pages. Apply style fixes to tmpfs_reg_resize(). In collaboration with: kib
* Fix several bugs related to stream scheduling.tuexen2011-02-131-127/+103
| | | | | Obtained from: Robin Seggelmann MFC after: 3 months.
* * add in new EEPROM fields from later revisionsadrian2011-02-131-2/+11
| | | | * add in printing futureBase
* - Added following port committers:miwi2011-02-131-0/+17
| | | | | | | | | Marcus von Appen (mva@) (mentor: beech, miwi) Dennis Herrmann (dhn@) (mentor: tabthorpe, miwi) Brendan Fabeny (bf@) (mentor: makc, miwi) Kris Moore (kmoore@) (mentor: brooks, miwi) Sylvio Cesar Teixeira <sylvio@> (mentor: itetcu, miwi) Lars Engels (lme) (mentor: miwi)
* Oops, revert an accidental local change that got added indeischen2011-02-131-4/+0
| | | | | | my last commit (r218627). No damage was done in the last commit, just some duplicated code was added (which is now removed).
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-132-4/+9
| | | | | | routing table. Reviewed by: julian
* sh: Detect dividing the smallest integer by -1.jilles2011-02-123-0/+16
| | | | | This overflows and on some architectures such as amd64 it generates SIGFPE. Generate an error on all architectures.
* Fix Incorrectly formatted ClientHello SSL/TLS handshake messages couldsimon2011-02-121-1/+7
| | | | | | | | | | | | cause OpenSSL to parse past the end of the message. Note: Applications are only affected if they act as a server and call SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. This includes Apache httpd >= 2.3.3, if configured with "SSLUseStapling On". Security: http://www.openssl.org/news/secadv_20110208.txt Security: CVE-2011-0014 Obtained from: OpenSSL CVS
* Add missing USB_HOST_ALIGN option.hselasky2011-02-121-0/+1
| | | | Approved by: thompsa (mentor)
* Rename used_requeue and use it as bitwise field to store more flags.dchagin2011-02-123-4/+8
| | | | Reimplement used_requeue logic with LINUX_XDEPR_REQUEUEOP flag.
* If the pf.conf(5) example file is copied when setting up a firewall it'sbrucec2011-02-121-0/+1
| | | | | | | | easy to forget about icmp. Update the file to show allowing icmp through the firewall. PR: docs/144986 MFC after: 1 month
* Fix typos.brucec2011-02-121-2/+2
| | | | | | PR: docs/131625 Submitted by: Andrew Wright <andrew at qemg.org> MFC after: 1 month
* Slightly rewrite linux_fork:dchagin2011-02-121-13/+6
| | | | | | 1) Remove bogus error checking. 2) A new process exit from kernel through fork_trampoline(), so remove bogus check.
* Remove bogus include <machine/frame.h>dchagin2011-02-121-2/+0
|
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-129-485/+303
|
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-124-2/+24
| | | | introduce linux_set_upcall_kse().
OpenPOWER on IntegriCloud