aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This patch adds a host route to an interface address (that is assignedQing Li2009-07-121-0/+46
* Add calls to the experimental nfs client for the case of an "intr" mount,Rick Macklem2009-07-121-1/+16
* Fix the handling of dotdot in lookup for the experimental nfs clientRick Macklem2009-07-121-0/+2
* Isochronous transfers only have 1 frame buffer, but multipleMarcel Moolenaar2009-07-121-1/+1
* MFp4:Marcel Moolenaar2009-07-121-1/+2
* When VM_MAP_WIRE_HOLESOK is not specified and vm_map_wire(9) encountersKonstantin Belousov2009-07-121-1/+1
* Pad the following TCP related structs to allow MFCs of upcoming features/fixesLawrence Stewart2009-07-122-2/+11
* Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:Marcel Moolenaar2009-07-122-2/+2
* Increase the size of the page table on 64-bit PowerPC machines as aNathan Whitehorn2009-07-121-2/+0
* Revert rev 192323 (nfs_common.c only):Marcel Moolenaar2009-07-121-3/+2
* In nvpair_native_embedded_array(), meaningless pointers are zeroed.Marcel Moolenaar2009-07-111-3/+6
* Remove build timestamps from the following files:Colin Percival2009-07-113-6/+6
* On exec(2), when loading the ELF image, pmap_enter_object() isMarcel Moolenaar2009-07-111-0/+3
* Re-factoring for adding weighted routes introduced aKip Macy2009-07-111-1/+11
* Fix something bogus deletion that got it during mesh commit.Rui Paulo2009-07-111-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-1134-143/+5261
* Get correct maxio from the controller and drop the tunable.Jung-uk Kim2009-07-111-15/+5
* For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo2009-07-104-2/+10
* mark struct ieee80211req_maclist packed so sizeof works as intended on arm;Sam Leffler2009-07-101-1/+1
* When amd64 CPU cannot load segment descriptor during trap return toKonstantin Belousov2009-07-101-12/+12
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-1044-2496/+8690
* correctly set the tailq ptr when removing the last item in the qSam Leffler2009-07-101-1/+2
* Rearrange shift operation to increase interpolation accuracy,Ariff Abdullah2009-07-091-60/+60
* Fix cxgb(4) panic with jumbo frames.Navdeep Parhar2009-07-091-2/+1
* Since the nfscl_getclose() function both decremented open counts and,Rick Macklem2009-07-093-183/+178
* The control terminal revocation at the session leader exit does notKonstantin Belousov2009-07-091-3/+4
* Extend the cn_flags field of the struct componentname to 64 bits to haveKonstantin Belousov2009-07-091-2/+2
* Add support for Radeon HD 4770 (RV740) chips.Robert Noland2009-07-093-1/+40
* Restore the segment registers and segment base MSRs for amd64 syscallKonstantin Belousov2009-07-0911-15/+60
* Make xl(4) build with Tx checksum offload.Pyun YongHyeon2009-07-091-4/+4
* Remove crcopy call from seteuid now that it calls crcopysafe.Jamie Gritton2009-07-081-1/+0
* Regen the freebsd32 parts.Edward Tomasz Napierala2009-07-084-5/+8
* Fix freebsd32 version of lpathconf(2).Edward Tomasz Napierala2009-07-081-1/+1
* Regenerate after lpathconf(2) addition.Edward Tomasz Napierala2009-07-086-7/+38
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-087-7/+31
* Fix regressions in return events of poll() on TTYs.Ed Schouten2009-07-082-11/+8
* Fix kernel panic, when ataahci driver is used on system with increasedAlexander Motin2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cMarcel Moolenaar2009-07-085-59/+1
* Increase HZ_VM from 10 to 100. While 10 hz saves cpu timeMike Silbersack2009-07-081-1/+1
* Fix ar5416 and later parts on big-endian platforms: setup the h/w byteSam Leffler2009-07-071-15/+14
* Fix poll(2) and select(2) for named pipes to return "ready for read"Konstantin Belousov2009-07-074-37/+36
* Bump for BETA1.Ken Smith2009-07-071-1/+1
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:Sam Leffler2009-07-062-16/+21
* When pmap_change_attr() changes the PAT setting on a kernel mapping, it hasAlan Cox2009-07-061-3/+11
* After the per-CPU IDT changes, the IDT vector of an interrupt could changeJohn Baldwin2009-07-064-12/+44
* MFi386: Add a 'show idt' command to DDB to display the non-default functionJohn Baldwin2009-07-061-1/+26
* The new method of reading the mac address from theJack F Vogel2009-07-061-1/+36
* PAE adds another level to the i386 page table. This level is a smallAlan Cox2009-07-052-11/+7
* catchup with action+ageq additionsSam Leffler2009-07-051-1/+2
* add missing bit of r195379Sam Leffler2009-07-051-0/+1