summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Define supply_gregset() and supply_fpregset(). They are neededmarcel2007-05-011-0/+12
* | Define the miibus ivars as a structure, instead of as a vector ofmarcel2007-05-011-14/+15
* | Eliminate the use of Giant from ia64-specific code in freebsd32_mmap().alc2007-05-011-6/+1
* | Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-017-16/+14
* | Use the VIS-based Spitfire version of the page copying and zeroingmarius2007-05-011-5/+12
* | Back out all POSIXified *env() changes.ache2007-05-0119-136/+75
* | Make the rman(9) workaround actually work. The main problem was thatmarius2007-05-011-26/+31
* | Correctly inizialize local/unix transport. I broke it in rev.1.15.matteo2007-05-011-97/+162
* | Fix bugs in the Sun -> AT keycode translation table which caused themarius2007-05-011-3/+3
* | MFp4: Remove LK_RETRY flag when locking vnode in zfs_lookup, we don't wantpjd2007-05-012-2/+12
* | Catch up with the private namespace change (s/FBSDprivate/FBSDprivate_1.0).deischen2007-05-011-1/+1
* | White space fixes.pjd2007-05-018-68/+68
* | The process lock is held when procfs_ioctl() is called. Assert that thisdes2007-05-011-2/+8
* | Add a comment explaining why we call dmu_write() unconditionally, even ifpjd2007-05-012-0/+18
* | Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used formarius2007-05-011-1/+1
OpenPOWER on IntegriCloud