summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add GET_PARAM support for Z pipes.rnoland2009-08-234-1/+19
* Add kernel support for Radeon R6/7xx 3D.rnoland2009-08-239-21/+3129
* Add a read only sysctl tracking the hw.drm.msi tunable.rnoland2009-08-232-0/+5
* Clean up the handling of device minorsrnoland2009-08-234-12/+8
* Clean up the locking in drm_alloc_resource()rnoland2009-08-231-7/+15
* Fix the conformance of poll(2) for sockets after r195423 bykib2009-08-232-7/+12
* - Hide ZFS kernel threads under zfskern process.pjd2009-08-235-16/+15
* Set priority of vdev_geom threads and zvol threads to PRIBIO.pjd2009-08-232-0/+8
* - Give minclsyspri and maxclsyspri real values (consulted with kmacy).pjd2009-08-232-4/+16
* Make dev.asmc.N.light.control writable by everyone.rpaulo2009-08-231-1/+2
* Constify prime numbers.rpaulo2009-08-231-3/+3
* Fix another typo right next to the previous one, that amazingly, I didjulian2009-08-231-1/+1
* Add ttydisc_rint_simple().ed2009-08-234-27/+26
* Fix typo in comment that has been bugging me for days.julian2009-08-231-1/+1
* The svnversion string is only relevant when newvers.sh is calleddougb2009-08-231-20/+16
* Make head 9.0-CURRENT in preparation for lifting code freeze.kensmith2009-08-222-3/+3
* Fix ipfw's initialization functions to get the correct order of evaluationjulian2009-08-213-69/+123
* Don't allow access to the internals until it has all been set up.julian2009-08-211-1/+2
* This patch fixes two bugs in sglist(9) and improves robustness of the API viajhb2009-08-211-16/+74
* Fix a boot hang for hptrr(4) caused by changes introduced in r195534.kensmith2009-08-211-0/+4
* Check whether the SMBIOS reports reasonable amount of memory. If it isjkim2009-08-202-20/+24
* Fix signed comparison bug when ticks goes negative after 24 days ofpeter2009-08-201-1/+1
* Change the 'resid' parameter to sglist_consume_uio() from an int to ajhb2009-08-202-2/+2
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-2040-302/+130
* Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs whenwill2009-08-201-3/+3
* Our libc doesn't implement control method for XDR (only kernel does) and itpjd2009-08-201-0/+70
* Make the MacBookPro3,1 hardware boot again.ed2009-08-192-0/+2
* This change fixes a comment and addresses a complaint by kib@ bykmacy2009-08-191-2/+6
* Temporarily enhance em(4) and igb(4) hack to take account for IFF_NOARP.delphij2009-08-192-2/+4
* Fix USB cache sync operations for platforms with non-coherent DMA.raj2009-08-191-4/+3
* Small changes to the warning message generated by pty(4):ed2009-08-191-3/+4
* Fix a bug in the handling of unreliable messagestuexen2009-08-191-5/+9
* If we cannot immediately get the pf_consistency_lock in the purge thread,mlaier2009-08-192-24/+70
* - Do not try to reevaluate current RX production index on eachstas2009-08-181-7/+8
* - change the interface to flowtable_lookup so that we don't rely onkmacy2009-08-183-43/+196
* Backout r193289. r193289 restored page select bits to previousyongari2009-08-181-3/+1
* Fix a crash when using one-to-one stlye socket in non-blockingtuexen2009-08-181-1/+2
* Remove unused taskqueue_find() function.pjd2009-08-182-45/+0
* Fix copy/paste bug, that requests data read during ATA device probe sequencemav2009-08-181-4/+4
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.mav2009-08-184-0/+7
* fix netboot issue by disabling flowtable lookups until initialization has bee...kmacy2009-08-171-1/+4
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toattilio2009-08-175-9/+22
* The start of the EFI GPT partition in the PMBR can always be representedmarcel2009-08-171-3/+3
* Apply the same patch as r196205 for nfs_upgrade_lock() andrmacklem2009-08-171-15/+12
* Fix parse() so that the partition to boot (load /boot/loader) from canjhay2009-08-171-8/+5
* Correct a critical accounting error in pmap_demote_pde(). Specifically,kib2009-08-171-0/+2
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifrpaulo2009-08-171-1/+1
* getcwd() (when __getcwd() fails) works by stating current directory, going uppjd2009-08-171-0/+43
* Manage asynchronous vnode release just like Solaris.pjd2009-08-177-132/+50
* - Reduce z_teardown_lock lock scope a bit.pjd2009-08-171-7/+7
OpenPOWER on IntegriCloud