summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add osa@FreeBSD.org.fjoe2007-05-041-0/+2
* Mark the filedescriptor table entries with VOP_OPEN being performed for themkib2007-05-043-3/+20
* Place a '#' at the front of the line holding a $FreeBSD$ ID tag. Whilerwatson2007-05-041-1/+1
* $FreeBSD$ tags are not compilable C code; wrap in either __FBSDID() orrwatson2007-05-0430-30/+105
* Add missing e1000_82575.c entry to build in order to improve chances ofrwatson2007-05-041-0/+2
* Fix use-after-free for DMA tag. Destroy DMA tag later.ariff2007-05-041-3/+4
* Add support for filtering on Routing Header Type 0 andbz2007-05-044-3/+31
* Absolute pathname in the Makefile was broken, thisjfv2007-05-041-3/+1
* Last minute mistake crept in, old file name.jfv2007-05-041-1/+1
* fixed a memory leak in unresolved ND queue processingsuz2007-05-042-22/+8
* Merge in the new driver (6.5.0) of Intel. This has a newjfv2007-05-0438-13663/+23334
* Add a newline to the printf message.thompsa2007-05-031-1/+1
* - Add documentation notes for the 'a' option, forgotten in the previousstas2007-05-032-0/+4
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsrwatson2007-05-036-129/+98
* Initialise variable size so that reading stdin works deterministically.dwmalone2007-05-032-2/+5
* Add myselfbenjsc2007-05-031-0/+1
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-033-6/+0
* Fix flag descriptions.thompsa2007-05-031-2/+2
* - Add a disabled state for ports that can not be aggregatedthompsa2007-05-033-6/+21
* If lstat(2) fails, have bsdtar return a non-zero exit code if thecperciva2007-05-031-0/+10
* Update __FreeBSD_version check for MFC of pmap_mapbios().jhb2007-05-021-1/+1
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-0219-393/+717
* Don't assume that int is signed 32-bits in one place. Keep assumingbde2007-05-022-8/+11
* Use more specific local variable pointers to narrow some expressions.jhb2007-05-021-73/+72
* Move options that do not have anything to do with routing out ofmtm2007-05-022-42/+43
* When rc.d/NETWORKING included this script in its REQUIRE line, a circularmtm2007-05-021-1/+1
* MPSAFE atapi-camscottl2007-05-021-28/+23
* Fix tgamma() on some special args:bde2007-05-021-14/+15
* Document (in a comment) the current (slightly broken) handling of specialbde2007-05-021-6/+9
* - Somehow the disable fragment option got lost. We couldrrs2007-05-0218-354/+564
* Fix a couple of typos in a comment.yar2007-05-021-2/+2
* Update info on VLAN support in hardware:yar2007-05-021-0/+4
* Set the master flag on the right variable.thompsa2007-05-021-1/+1
* Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set eventhompsa2007-05-021-1/+1
* s/@VERSION@/@ARCHIVE_VERSION@/cperciva2007-05-022-3/+3
* Streamline locking in ciss_free()scottl2007-05-021-26/+27
* Share-lock a vnode where possible.pjd2007-05-026-8/+8
* When parent directory has to be unlocked, lock it back with the same lockpjd2007-05-022-4/+12
* Lock vnode using cn_lkflags in case the caller wants the vnode to bepjd2007-05-022-2/+2
* The getnewvnode() function sets LK_NOSHARE by default, so if we want topjd2007-05-022-6/+18
* ZFS should update timestamps upon the creat() of an existing file.pjd2007-05-024-4/+10
* - Lock vnode with flags passed in as argument in zfs_vget() and zfs_root().pjd2007-05-022-4/+8
* Do some cleanups (like freeing memory and closing file descriptors) beforepjd2007-05-011-6/+6
* o OpenBSD 4.1 added.maxim2007-05-011-0/+2
* Reflect MFC of pci_find_extcap().jkim2007-05-011-1/+1
* Bump FreeBSD_version to not have it going backwards.ache2007-05-011-1/+1
* Fix one kind of style(9) bug and a typo in a comment.yar2007-05-011-5/+5
* Add threading support.marcel2007-05-012-1/+3
* Roughly implement libpthread support.marcel2007-05-011-1/+19
* This commit was generated by cvs2svn to compensate for changes in r169185,marcel2007-05-011-0/+12
|\
OpenPOWER on IntegriCloud