summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix an incorrect setting of `retry times' in case of zd1211b, wesam2007-10-191-1/+1
* - Gigabyte G33-S2H fixup, due to the present of multiple competingariff2007-10-191-13/+71
* Implement new apply callback mechanism to handle item forwarding.mav2007-10-193-82/+232
* Remove IPTOS_CE and IPTOS_ECT constants. They were defined in RFC 2481rpaulo2007-10-191-5/+0
* Switch over to ULE as the default scheduler for amd64 and i386kensmith2007-10-192-2/+2
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-194-10/+18
* Pick the smallest possible TCP window scaling factor that will still allowsilby2007-10-192-8/+18
* The previous revision, updating vm_object_page_remove() for the new pagealc2007-10-181-1/+2
* Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int.peter2007-10-181-1/+1
* Use a uint16_t type for the vlan tag rather an int.thompsa2007-10-182-2/+2
* Pullup IPFilter 4.1.28 from the vendor branch into HEAD.darrenr2007-10-1816-585/+863
* This commit was generated by cvs2svn to compensate for changes in r172771,darrenr2007-10-186-64/+88
|\
| * Import IPFilter 4.1.28darrenr2007-10-1822-650/+953
* | The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-184-29/+47
* | Add a -z flag to nfsstat which zeros the NFS statistics after displayingjhb2007-10-182-2/+2
* | Add noclusterr and noclusterw options to the options list. I forgot thesebde2007-10-181-1/+1
* | Fix some style bugs in the mount options list. Mainly, sort the list,bde2007-10-181-6/+7
* | Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.takawata2007-10-183-1/+1047
* | In msdosfs_settattr(), don't do synchronous updates of the denodebde2007-10-181-1/+1
* | correct guard variable names.imp2007-10-181-3/+3
* | Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Notimp2007-10-187-22/+834
* | Merge definitions for ARM9E, ARM10 and ARM11 processors from p4 (whichimp2007-10-181-2/+14
* | Use the direct mapping, if available, for pmap_zero_page_xscale() as well.cognet2007-10-161-0/+15
* | ULE works fine on arm; allow it to be usedsam2007-10-161-1/+1
* | - Fix the handling of R_SPARC_OLO10, which is a bit of a special casemarius2007-10-161-8/+14
* | Print the stack bounds of the thread.marcel2007-10-161-0/+2
* | - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-1610-54/+64
* | Rescue hw.machine_arch in CTL_HW_NAMES.ru2007-10-161-0/+1
* | Rescue whitespace nits.ru2007-10-161-2/+2
* | Fix CTL_VM_NAMES.ru2007-10-161-8/+8
* | Get rid of qaddr_t.alfred2007-10-1619-34/+34
* | Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz,alfred2007-10-161-0/+10
* | Set PTE_ACCESSED in the PTE and before inserting it in the VHPT.marcel2007-10-161-2/+12
* | The flushrs instruction must be the first in an instructionmarcel2007-10-161-0/+1
* | Print instruction stops to improve analysis of dependencymarcel2007-10-161-0/+2
* | Fix disassembly of the invala, itc, itr and hint instructionsmarcel2007-10-161-1/+1
* | Bump version for libpcap and tcpdump importsmlaier2007-10-161-1/+1
* | Make ukbd_getc respect non-blocking behavior if one is requested. Changekan2007-10-151-7/+10
* | Backout sensors framework.netchild2007-10-1517-2444/+37
* | fix a bug of RX routines that can't process multi-frame transactionssam2007-10-151-2/+3
* | Correct calculation of aac_sg_tablesize.emaste2007-10-151-6/+4
* | Oops, convert a tsleep() to a msleep() that was missed when adding lockingjhb2007-10-151-1/+1
* | Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-152-2/+3
* | Sort.ru2007-10-151-10/+10
* | Add PCI IDs from Adaptec's driver version b11669:emaste2007-10-141-0/+42
* | ZFS_LOG adds a newline by itself.thompsa2007-10-142-2/+2
* | This changes give nullfs correctly work with latest unionfs.daichi2007-10-142-5/+25
* | Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-143-2/+32
* | Default copy mode has been changed from traditional-mode to transparent-mode.daichi2007-10-141-1/+1
* | Fixed un-vrele issue of upper layer root vnode of unionfs.daichi2007-10-141-1/+1
OpenPOWER on IntegriCloud