summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* new statssam2006-06-231-1/+3
* Move the code to handle the vm.blacklist tunable up a layer intojhb2006-06-232-31/+39
* 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
* Add the UUID of Apple's HFS file system as can be found in the Intelmarcel2006-06-221-0/+3
* Move the syncookie MD5 context from globals to the stack to make it MP safe.andre2006-06-221-2/+2
* - Pullup even when the extention header is unknown, to preventume2006-06-221-1/+13
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macrodds2006-06-221-1/+4
* Clean up style and some printf messages. Note that returning anything othernjl2006-06-221-94/+60
* Identify the cual-core Montecito.marcel2006-06-221-0/+8
* Nitsville: the routine is called initarm, not init_arm, correct it inimp2006-06-211-1/+1
* Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope tojhb2006-06-213-54/+79
* Add a sx_xlocked() macro which returns true if the current thread holds anjhb2006-06-211-1/+2
* - Push down Giant in kldfind() and kldsym().jhb2006-06-211-16/+10
* Whoops, revert accidental commit.jhb2006-06-211-19/+7
* Fix two comments and a style fix.jhb2006-06-212-11/+25
* Various whitespace fixes.jhb2006-06-211-12/+11
* Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9)yar2006-06-211-30/+16
* Make the mincore(2) return ENOMEM when requested range is not fully mapped.kib2006-06-211-3/+15
* Don't forget to define uart_sa1110_vaddr.cognet2006-06-211-0/+2
* Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.netchild2006-06-211-0/+56
OpenPOWER on IntegriCloud