summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-17228-11097/+77058
* Undo revision 185013 until better solution is found.emax2008-11-171-4/+0
* Fix a potential NULL-pointer dereference in padlock(4).philip2008-11-171-1/+5
* Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4).philip2008-11-171-3/+7
* Overhaul of CIS parsing, next step: keep a cached copy of the CIS,imp2008-11-174-73/+68
* Fix typo. It restuled in activating unwanted Rx filtering as wellyongari2008-11-171-1/+2
* More locking for syscons(4). This should prevent races with sckbdevent().emax2008-11-161-0/+4
* Instead of forcing vn_start_write() to reset mp back to NULL for thekib2008-11-161-2/+1
* Revert r184118. There is actually a code in the kernel, for instance inkib2008-11-161-10/+1
* - Allow the front-end to specify that iommu(4) should disablemarius2008-11-163-19/+25
* Use the spitfire VIS block copy/zero functions also with cheetah-marius2008-11-161-1/+7
* Micro-optimize spitfire_block_{copy,zero}():marius2008-11-161-9/+4
* Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.marcel2008-11-161-3/+3
* Various whitespace and style fixes.jhb2008-11-1619-284/+291
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-163-4/+4
* Print PMC widths in the initialization announcement.jkoshy2008-11-161-1/+2
* Correct an oversight: call the MD finalize hook at module unloadjkoshy2008-11-151-0/+3
* Fix assertions.jkoshy2008-11-151-6/+9
* Correct an indexing error (a change missed out in #184802).jkoshy2008-11-151-1/+1
* Correct association 0 handling.mav2008-11-151-14/+24
* First step in cleaning up CIS parsing and /dev/cardbus*.cis: removeimp2008-11-153-38/+42
* - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].jkim2008-11-151-63/+86
* Fix compile. I was in the wrong tree when I tested it :-(ambrisko2008-11-141-2/+2
* When running a 32bit app. on amd64, ensure the bits above 32bitambrisko2008-11-141-0/+15
* Switch the default rpc implementation for NFS back to the new code. I believedfr2008-11-143-9/+0
* Adapt to accmode_t changes.trasz2008-11-145-13/+13
* Per request, keep privilege number 20 reserved.ed2008-11-141-0/+1
* merge fix for boot-time hang on centos' xenkmacy2008-11-141-24/+38
* repair config file from spammingkmacy2008-11-141-0/+6
* Fix worldps2008-11-142-2/+2
* Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" conditionobrien2008-11-141-1/+1
* When repeatedly accessing a thread credential, cache the credentialrwatson2008-11-143-42/+48
* Hide the attach message. This needs to be done in the probe as well, asn_hibma2008-11-131-6/+23
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-132-13/+16
* Add a reset device command to ugen.c.n_hibma2008-11-135-10/+19
* Add ADMA, SATA and SAS mass storage subclasses reporting.mav2008-11-131-0/+3
* For now on every 10 cyclinder groups flush the buffer cache to freeambrisko2008-11-131-0/+4
* One more piece to add to make sense data work for a user app. from LSI.ambrisko2008-11-131-0/+10
* Use the remote address for access control, not the local address. This fixesdfr2008-11-132-2/+45
* Temporarily switch NFS back to the old RPC code while I try to diagnose anddfr2008-11-134-4/+13
* Fix Rx/Tx checksum offload ioctl handling. Now checksum offloadyongari2008-11-131-7/+9
* The audit queue limit variables are size_t, so use size_t for the auditrwatson2008-11-132-4/+4
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.ambrisko2008-11-125-30/+85
* Various style and whitespace fixes. Previously parts of this file usedjhb2008-11-121-363/+371
* Add opt_inet.h which has been needed since r184718, which hadbz2008-11-121-1/+1
* Add opt_inet.h which has been needed since r184717 introducingbz2008-11-121-1/+1
* Add opt_inet.h which has been needed since r184714, r184715 introducingbz2008-11-121-1/+2
* Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. Thisnwhitehorn2008-11-121-1/+1
* Call svc_freereq() before returning from the service proc.dfr2008-11-121-0/+1
* Don't call svc_freereq() before svc_freeargs().dfr2008-11-121-1/+1
OpenPOWER on IntegriCloud