summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update AHCI support to be more generic.sos2006-06-282-67/+104
* - Recognize more device IDs adding support for BCM5754, BCM5755,glebius2006-06-282-34/+44
* Updated the XBOX kernel to use the new nfe(4) driver obtained fromrink2006-06-271-1/+1
* Correctly calculate a buffer length. It was off by one so a read() returnednetchild2006-06-271-1/+1
* Improve linprovfs to provide/fix thenetchild2006-06-271-27/+51
* Regen.jhb2006-06-2710-14/+14
* Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Markjhb2006-06-272-47/+32
* Axe the stackgap macros as the Linux ABIs no longer use the stackgap.jhb2006-06-271-26/+0
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-277-162/+142
* Regen.jhb2006-06-2710-19/+19
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-275-24/+35
* Fix breakage of CHIP_I855 in the last revision.anholt2006-06-272-6/+8
* A netgraph node that can do different manipulations withglebius2006-06-277-0/+857
* - Use suser_cred(9) instead of directly comparing cr_uid.pjd2006-06-271-2/+3
* - Use suser_cred(9) instead of directly comparing cr_uid.pjd2006-06-271-1/+2
* - Use suser_cred(9) instead of directly checking cr_uid.pjd2006-06-272-4/+4
* Compress direct cr_ruid comparsion and jailed() call to suser_cred(9).pjd2006-06-271-2/+4
* Use suser_cred(9) instead of checking cr_uid directly.pjd2006-06-271-1/+1
* - Use suser_cred(9) instead of checking cr_ruid directly.pjd2006-06-271-7/+10
* Make several changes to pmap_enter_quick_locked():alc2006-06-271-20/+39
* Correct a very old and very obscure bug: vmspace_fork() callsalc2006-06-272-6/+9
* Simplify ipsec_bpf by using bpf_mtap2().thompsa2006-06-271-9/+2
* Add a pure open source nForce Ethernet driver, under BSDL.obrien2006-06-269-999/+1501
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-268-0/+361
* Backed out the change by request from rwatson.babkin2006-06-269-143/+0
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-263-162/+338
* Regen.jhb2006-06-2614-27/+27
* Change svr4_sys_break() to just call obreak() and mark it MPSAFE.jhb2006-06-262-52/+4
* linux_brk() is MPSAFE.jhb2006-06-262-2/+2
* - Sync with master: rmdir(), mkdir(), and extattr_*() are all MPSAFE.jhb2006-06-261-10/+10
* Address a problem I missed in removing Giant from the kernel linker. Notjhb2006-06-261-3/+9
* Remove duplicate security checks already performed in kern_kldload().jhb2006-06-261-7/+1
* In syncache_respond() do not reply with a MSS that is larger than whatandre2006-06-261-0/+2
* This commit was generated by cvs2svn to compensate for changes in r159952,obrien2006-06-263-0/+2009
|\
| * Import the nfe (nForce Ethernet) driver from OpenBSD.obrien2006-06-263-0/+2009
* Trim basically unused 'unp' in uipc_connect().rwatson2006-06-261-3/+0
* Some cleanups and janitorial work to tcp_syncache:andre2006-06-263-45/+35
* Some cleanups and janitorial work to tcp_dooptions():andre2006-06-263-41/+58
* Reverse the source/destination parameters to in[6]_pcblookup_hash() inandre2006-06-261-2/+2
* In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, torwatson2006-06-261-4/+2
* VMWare ESX reports > 16 targets for the LSI-Logicmjacob2006-06-261-0/+6
* Grumble. VMWare ESX and VMWare WorkStation have *slightly* differentmjacob2006-06-261-1/+1
* enable rx of control frames when in monitor modesam2006-06-261-0/+4
* Fix a memory leak and a nested 'for' loop in the spare table handling.scottl2006-06-261-4/+6
* Close race in handling mcast traffic when operating as an ap withsam2006-06-262-39/+104
* Improve check for protective MBR. Instead of assiming that protectivesobomax2006-06-261-5/+24
* Eliminate a comment that became stale after revision 1.540.alc2006-06-251-6/+2
* Eliminate a comment that became stale after revision 1.547.alc2006-06-251-5/+0
* Synchronize accesses to the PTEG table.alc2006-06-252-6/+58
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-259-0/+143
OpenPOWER on IntegriCloud