aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Regen.John Baldwin2006-06-2710-19/+19
* - Expand the scope of Giant some in mount(2) to protect the vfsp structureJohn Baldwin2006-06-275-24/+35
* Fix breakage of CHIP_I855 in the last revision.Eric Anholt2006-06-272-6/+8
* A netgraph node that can do different manipulations withGleb Smirnoff2006-06-277-0/+857
* - Use suser_cred(9) instead of directly comparing cr_uid.Pawel Jakub Dawidek2006-06-271-2/+3
* - Use suser_cred(9) instead of directly comparing cr_uid.Pawel Jakub Dawidek2006-06-271-1/+2
* - Use suser_cred(9) instead of directly checking cr_uid.Pawel Jakub Dawidek2006-06-272-4/+4
* Compress direct cr_ruid comparsion and jailed() call to suser_cred(9).Pawel Jakub Dawidek2006-06-271-2/+4
* Use suser_cred(9) instead of checking cr_uid directly.Pawel Jakub Dawidek2006-06-271-1/+1
* - Use suser_cred(9) instead of checking cr_ruid directly.Pawel Jakub Dawidek2006-06-271-7/+10
* Make several changes to pmap_enter_quick_locked():Alan Cox2006-06-271-20/+39
* Correct a very old and very obscure bug: vmspace_fork() callsAlan Cox2006-06-272-6/+9
* Simplify ipsec_bpf by using bpf_mtap2().Andrew Thompson2006-06-271-9/+2
* Add a pure open source nForce Ethernet driver, under BSDL.David E. O'Brien2006-06-269-992/+1494
* Add a pseudo interface for packet filtering IPSec connections before or afterAndrew Thompson2006-06-268-0/+361
* Backed out the change by request from rwatson.Sergey Babkin2006-06-269-143/+0
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. TheBill Paul2006-06-263-162/+338
* Regen.John Baldwin2006-06-2614-27/+27
* Change svr4_sys_break() to just call obreak() and mark it MPSAFE.John Baldwin2006-06-262-52/+4
* linux_brk() is MPSAFE.John Baldwin2006-06-262-2/+2
* - Sync with master: rmdir(), mkdir(), and extattr_*() are all MPSAFE.John Baldwin2006-06-261-10/+10
* Address a problem I missed in removing Giant from the kernel linker. NotJohn Baldwin2006-06-261-3/+9
* Remove duplicate security checks already performed in kern_kldload().John Baldwin2006-06-261-7/+1
* In syncache_respond() do not reply with a MSS that is larger than whatAndre Oppermann2006-06-261-0/+2
* This commit was generated by cvs2svn to compensate for changes in r159952,David E. O'Brien2006-06-263-0/+2009
|\
| * Import the nfe (nForce Ethernet) driver from OpenBSD.David E. O'Brien2006-06-263-0/+2009
* Trim basically unused 'unp' in uipc_connect().Robert Watson2006-06-261-3/+0
* Some cleanups and janitorial work to tcp_syncache:Andre Oppermann2006-06-263-45/+35
* Some cleanups and janitorial work to tcp_dooptions():Andre Oppermann2006-06-263-41/+58
* Reverse the source/destination parameters to in[6]_pcblookup_hash() inAndre Oppermann2006-06-261-2/+2
* In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, toRobert Watson2006-06-261-4/+2
* VMWare ESX reports > 16 targets for the LSI-LogicMatt Jacob2006-06-261-0/+6
* Grumble. VMWare ESX and VMWare WorkStation have *slightly* differentMatt Jacob2006-06-261-1/+1
* enable rx of control frames when in monitor modeSam Leffler2006-06-261-0/+4
* Fix a memory leak and a nested 'for' loop in the spare table handling.Scott Long2006-06-261-4/+6
* Close race in handling mcast traffic when operating as an ap withSam Leffler2006-06-262-39/+104
* Improve check for protective MBR. Instead of assiming that protectiveMaxim Sobolev2006-06-261-5/+24
* Eliminate a comment that became stale after revision 1.540.Alan Cox2006-06-251-6/+2
* Eliminate a comment that became stale after revision 1.547.Alan Cox2006-06-251-5/+0
* Synchronize accesses to the PTEG table.Alan Cox2006-06-252-6/+58
* The common UID/GID space implementation. It has been discussed on -archSergey Babkin2006-06-259-0/+143
* Replace the three copies of the list of pci ids with a single centralized list.Eric Anholt2006-06-252-286/+244
* Use suser_cred() instead of a direct comparison of cr_uid with 0 inRobert Watson2006-06-251-1/+1
* If linker_release_module() fails then we still hold a reference onIan Dowse2006-06-251-2/+12
* Decrement the global syncache counter in syncache_expand() when the entryAndre Oppermann2006-06-251-0/+1
* Major Fixes:Matt Jacob2006-06-254-28/+45
* Simplify the code and remove two mutex operations.Pawel Jakub Dawidek2006-06-241-9/+5
* Update to SDM 2.2:Marcel Moolenaar2006-06-245-24/+124
* remove duplicate ifname in debug msgSam Leffler2006-06-241-2/+1
* VMware disk volumes are only on LUN 0, andMatt Jacob2006-06-241-0/+5