summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-0241-132/+304
* Fix two bugs related to TTY input:ed2009-08-022-1/+11
* Make the MacBook3,1 boot again.ed2009-08-022-0/+2
* Import OpenBSM 1.1p2 from vendor branch to 8-CURRENT. This patch releaserwatson2009-08-028-27/+34
* The colour was red as shall be the letters of this warning to people uponrwatson2009-08-011-0/+4
* Minor style tweaks.rwatson2009-08-011-17/+16
* Make the vnet alloc/destroy paths a bit easier to followg by mergingrwatson2009-08-012-41/+20
* Remove vnet_foreach() utility function, which previously allowedrwatson2009-08-011-29/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-01142-521/+386
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-0116-8142/+10591
* Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets.mjacob2009-08-018-17623/+62405
* fix misplaced #endif that caused tdma handling to be merged with ESS handlingsam2009-07-311-1/+1
* Filter setting IFF_PROMISC on tdma vaps; we don't want the underyling devicesam2009-07-311-1/+2
* add upgtweongyo2009-07-311-0/+1
* Make the "enforce_statfs" default 2 (most restrictive) in jail_set(2),jamie2009-07-311-3/+4
* Handle kernels that don't have IPv6 by not sending an "ip6.addr"jamie2009-07-311-8/+32
* Fix some LORs between vnode locks and filedescriptor table locks.jhb2009-07-314-15/+6
* Free allocated Rx ring dma memory/tags.kevlo2009-07-311-0/+15
* Correct a stack underflow in gzip:delphij2009-07-311-1/+5
* fixes a typo for DWA120 device ID.weongyo2009-07-301-2/+2
* Show interface name which received short CARP packet (e.g. a VRRP packet),delphij2009-07-301-2/+3
* Remove a LOR, where the the sleepable allprison_lock was being obtainedjamie2009-07-301-309/+187
* Reorder and recomment vnet.c and vnet.h on the basis that they are no longerrwatson2009-07-302-72/+106
* Style tweak.rwatson2009-07-301-2/+1
* Add two new privileges for use by OpenAFS, which will be supported forrwatson2009-07-301-1/+7
* Missed this file for r195963:alfred2009-07-301-0/+3
* USB CORE - Improve HID parsingalfred2009-07-301-3/+61
* USB CORE - compat Linux:alfred2009-07-302-18/+59
* USB controller:alfred2009-07-301-2/+9
* ULPT:alfred2009-07-301-1/+9
* USB core:alfred2009-07-307-71/+145
* USB serial:alfred2009-07-303-1/+5
* USB audio:alfred2009-07-301-38/+40
* USB CORE:alfred2009-07-3011-42/+222
* USB inputalfred2009-07-301-3/+45
* USB controller:alfred2009-07-303-0/+14
* LibUSB v1.0:alfred2009-07-309-1531/+1356
* Fix XEN build breakage, by implementing pmap_invalidate_cache_range()kib2009-07-291-16/+88
* Parse the System Resource Affinity Table ('SRAT') used to describe affinityjhb2009-07-292-8/+148
* Don't allow mixing the "vnet" and "ip4/6" jail parameters, since vnetjamie2009-07-291-11/+98
* Change the default value of the "ip4" and "ip6" jail parameters tojamie2009-07-291-27/+7
* Fix the experimental nfs client so that it only calls ncl_vinvalbuf()rmacklem2009-07-291-5/+11
* Delete the descriptions of the gssname and allgssname optionss fromrmacklem2009-07-291-42/+1
* Update less to v436. This is considered as a bugfix release from vendor.delphij2009-07-2971-1035/+1133
|\
| * Vendor import of less v436.delphij2009-07-2770-1031/+1127
| * Vendor import of less v429delphij2009-05-0863-3531/+4918
| * Flatten all tags of the dist tree of less.delphij2009-05-0878-0/+0
* | As was done in r195820 for amd64, use clflush for flushing cache lineskib2009-07-297-21/+143
* | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadrwatson2009-07-295-92/+92
* | Currently there is a problem with fscking UFS file systems created onpjd2009-07-295-27/+88
OpenPOWER on IntegriCloud