summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* __cleanup() is needed for ports/devel/valgrind, export it.jon2007-05-221-0/+1
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-227-14/+14
* Remove duplicate ' 2' manpage section number.keramida2007-05-211-1/+1
* From OpenBSD, rev. 1.379dhartmei2007-05-211-2/+3
* From OpenBSD, rev. 1.524, 1.528, 1.529dhartmei2007-05-211-3/+52
* Use lower cases for UUID string to conform RFC4122 and ISO/IEC-9834-8:2005.jkim2007-05-211-3/+3
* Forgot to add hptiop(4) here.brueffer2007-05-211-0/+2
* Improve mxge receive performance:gallatin2007-05-216-2216/+2717
* Make pointer argument to kread_string() const since the kernel structurerwatson2007-05-211-3/+4
* Fix markup.ru2007-05-211-3/+9
* Force the alignment of the chars arrays, as they are casted later tocognet2007-05-211-1/+1
* Force the alignment of the chars arrays, as they are casted later tocognet2007-05-211-2/+2
* Short name of kernel audit worker thread from "audit_worker" to "audit".rwatson2007-05-211-1/+1
* Bump __FreeBSDversion for shared library version bump.delphij2007-05-211-1/+1
* Make sure fwsid is not NULL.simokawa2007-05-211-1/+3
* Back out the addition of -static to LDFLAGS; I'm pretty confidentru2007-05-211-1/+0
* MFi386: revision 1.652nyan2007-05-211-0/+4
* Cleanup style by consistently using braces around variable expansion andrse2007-05-211-1/+5
* Adjust UUID lower-case translation from straight-forward tr(1)rse2007-05-211-1/+2
* Perhaps a better fix- make the called function do the (possible never reached)mjacob2007-05-211-8/+11
* Style: remove redundant parentheses.ru2007-05-212-2/+2
* Remove the libmytinfo_p.a link as well.ru2007-05-211-0/+1
* GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it.cognet2007-05-211-3/+1
* FreeBSD expects VFP, so use that as the default FPU.cognet2007-05-211-0/+3
* The standardized textual representation of UUIDs according to RFC 4122rse2007-05-211-2/+2
* Don't remove boot_i386.8 on amd64.delphij2007-05-211-1/+1
* Reflect shared library bump after symbol versioning is enabled bydelphij2007-05-211-0/+125
* When speculation fails (as determined by the chk instruction) themarcel2007-05-211-1/+13
* Don't test for NULL when it is both unnecessary (the pointer is checkedcperciva2007-05-211-1/+1
* Remove pointless code: Don't assign a value to a variable when we'recperciva2007-05-211-1/+0
* MFV: tzdata2007fwollman2007-05-218-206/+427
* This commit was generated by cvs2svn to compensate for changes in r169808,wollman2007-05-211-10/+18
|\
| * Long-delayed import of timezone database from Arthur Olson et al.wollman2007-05-2111-218/+449
* | Bump library versions in preparation for 7.0.deischen2007-05-2140-40/+40
* | MFp4: Simplify the bus probe routin using a kthread.simokawa2007-05-212-349/+237
* | - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-208-10/+10
* | - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-204-15/+21
* | - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-206-76/+80
* | Mention the formats supported by bsdtar; include ankientzle2007-05-201-0/+6
* | Initialize irql to something prior to calls that (might) set it.mjacob2007-05-201-1/+1
* | Initializae lastaddr to 0 in bus_dmamap_load_uio so thatmjacob2007-05-201-0/+1
* | Make gcc 4.2 happy by initiatlizing controller && channel priormjacob2007-05-201-1/+1
* | Increase size of timer counter bitfield to accomodate the actual size of themjacob2007-05-201-1/+1
* | - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren'tmarius2007-05-202-42/+58
* | - Also identify USIIIi+, USIV and USIV+ CPUs.marius2007-05-202-12/+24
* | Given that these sparc64 (as in sun4u) specific headers only existmarius2007-05-202-114/+4
* | Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-2011-426/+18
* | Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v.marius2007-05-201-54/+0
* | Remove superfluous inclusion of machine/ver.h.marius2007-05-204-4/+0
* | Make previous revision compile.marius2007-05-201-1/+1
OpenPOWER on IntegriCloud