summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix a minor typo in rev 1.950keramida2006-06-262-2/+2
* | 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
* | Replace the three copies of the list of pci ids with a single centralized list.anholt2006-06-252-286/+244
* | Use suser_cred() instead of a direct comparison of cr_uid with 0 inrwatson2006-06-251-1/+1
* | If linker_release_module() fails then we still hold a reference oniedowse2006-06-251-2/+12
* | New release notes:hrs2006-06-252-18/+208
* | Decrement the global syncache counter in syncache_expand() when the entryandre2006-06-251-0/+1
* | Major Fixes:mjacob2006-06-254-28/+45
* | Simplify the code and remove two mutex operations.pjd2006-06-241-9/+5
* | Update to SDM 2.2:marcel2006-06-245-24/+124
* | remove duplicate ifname in debug msgsam2006-06-241-2/+1
* | VMware disk volumes are only on LUN 0, andmjacob2006-06-241-0/+5
* | Sync up with SDM 2.1:marcel2006-06-245-20/+77
* | Backout previous commit, Warner committed at91_pio.c...cognet2006-06-231-1/+1
* | There's no need to allocate that much phdr/shdr from the stack.cognet2006-06-231-2/+2
* | Add the arm9_setup() prototype.cognet2006-06-231-0/+2
* | Comment out at91_pio.c, it's not in CVS.cognet2006-06-231-1/+1
* | Fix the name of the data set item for the SYSUNINIT in RW_SYSINIT to usejhb2006-06-231-1/+1
* | The linux times syscall can be called with a NULL pointer, so keep coolnetchild2006-06-231-11/+13
* | dump new cabq statssam2006-06-231-0/+2
* | new statssam2006-06-231-1/+3
* | remove display of the ERP ie from the list sta output (it's alwayssam2006-06-232-5/+55
* | Move the code to handle the vm.blacklist tunable up a layer intojhb2006-06-232-31/+39
* | twalk() expects an `action' function not a comparison function.keramida2006-06-231-1/+1
* | Remove some unused variablesbrian2006-06-231-2/+0
* | Size the NFS server dupreq cache on the basis of nmbclusters. On serversmohans2006-06-232-4/+22
* | arm9_setup() is now needed even if we're not using a gzipped kernel, so movecognet2006-06-221-1/+1
* | Improve support for Intel based Macs:marcel2006-06-223-2/+12
OpenPOWER on IntegriCloud