aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r178848,Coleman Kane2008-05-0846-5548/+20645
|\
| * Virgin import (trimmed) of eXpat v2.0.1. Discussed and tested withColeman Kane2008-05-0846-5548/+20645
* | Update heimdal_version.Doug Rabson2008-05-081-2/+2
* | Merge from the vendor branch and resolve conflicts.Doug Rabson2008-05-087-46/+54
* | This commit was generated by cvs2svn to compensate for changes in r178843,Doug Rabson2008-05-0810-265/+4161
|\ \
| * | Import com_err from heimdal-1.1vendor/com_err/1.1.0Doug Rabson2008-05-0817-322/+4218
* | | Add a new awk script which parses informations returned by the newlyAttilio Rao2008-05-071-0/+24
* | | Add a new witness sysctl which returns the relations between any lockAttilio Rao2008-05-071-0/+58
* | | - Use the name returned by device_get_nameunit(9) for the name of theMarius Strobl2008-05-076-58/+49
* | | Use a sledgehammer cast (that was in the original patch to boot) toJohn Baldwin2008-05-071-1/+1
* | | Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFEJohn Baldwin2008-05-071-20/+5
* | | Fix reading the address of a znode_phys from a znode on 64-bit platformsJohn Baldwin2008-05-071-3/+3
* | | The debug.sizeof.znode sysctl returns an int, not a size_t. This can causeJohn Baldwin2008-05-071-2/+3
* | | Only output details about the current working directory of a process ifJohn Baldwin2008-05-071-1/+2
* | | Keep versions on a dependency chain to exclude even remote possiblityAlexander Kabaev2008-05-071-1/+1
* | | Tag FILE's _bf as being part of the public ABI as well due to the in-treeJohn Baldwin2008-05-071-1/+1
* | | Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-07184-14346/+5415
* | | This commit was generated by cvs2svn to compensate for changes in r178825,Doug Rabson2008-05-071483-48177/+252364
|\ \ \
| * | | Vendor import of Heimdal 1.1Doug Rabson2008-05-071493-48898/+253677
* | | | Include a very basic (and beta) tool for stressing disks using the POSIXAdrian Chadd2008-05-072-0/+197
* | | | - change function name from *_vdir to *_vnode becauseDaichi GOTO2008-05-071-21/+33
* | | | Install the mpilib headers from mpt(4) into /usr/include/dev/mpt/mpilib.John Baldwin2008-05-072-1/+7
* | | | Fix spelling in comment.Julian Elischer2008-05-061-1/+1
* | | | Add a new personality to mpt(4) devices to allow userland applications toJohn Baldwin2008-05-065-1/+892
* | | | fix buildKip Macy2008-05-061-3/+3
* | | | Update the date on the man-page to reflect the date that the '-u name'Garance A Drosehn2008-05-061-1/+1
* | | | Specify the full path to the md5(1) binary so the script willMike Makonnen2008-05-061-1/+1
* | | | Fix the problem with the C++ exception handling for the multithreadedKonstantin Belousov2008-05-063-4/+8
* | | | Remove libc_r's remnant code.David Xu2008-05-061-16/+0
* | | | only build iw_cxgb on i386 and amd64Kip Macy2008-05-061-1/+9
* | | | Add a comment stating not to bump the FBSDprivate version.Daniel Eischen2008-05-061-1/+3
* | | | When testing whether to enter the audit argument gathering code, ratherRobert Watson2008-05-061-1/+1
* | | | replace spaces added in last change with tabsKip Macy2008-05-051-5/+5
* | | | conditionally define PANIC_IF, remove 'unlikely'Kip Macy2008-05-051-4/+3
* | | | add rdma to build for i386 and amd64Kip Macy2008-05-051-0/+3
* | | | LINT fixesKip Macy2008-05-052-4/+4
* | | | add iw_cxgb to the buildKip Macy2008-05-052-1/+15
* | | | add makefiles for rdmaKip Macy2008-05-056-0/+61
* | | | add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specificKip Macy2008-05-052-2/+12
* | | | add malloc flag to blist so that it can be used in ithread contextKip Macy2008-05-053-12/+14
* | | | conditionally define PANIC_IFKip Macy2008-05-051-0/+2
* | | | Revert back to accessing FILE internals directly.John Baldwin2008-05-051-11/+19
* | | | Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET()John Baldwin2008-05-051-3/+3
* | | | import support for iwarp on Chelsio T3 cardKip Macy2008-05-0517-0/+9155
* | | | Use a better approach to force the interrupt which should work forBjoern A. Zeeb2008-05-052-6/+25
* | | | Import basic common and iwarp kernel RDMA infrastructure.Kip Macy2008-05-0532-0/+15395
* | | | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsJohn Baldwin2008-05-054-36/+0
* | | | Go back to fondling FILE internals.John Baldwin2008-05-051-1/+1
* | | | Note that FILE's __cookie is also part of the public ABI.John Baldwin2008-05-051-1/+1
* | | | Expose FILE's internals to the world again in all their glory. RestoreJohn Baldwin2008-05-0511-144/+195