aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't want a stray systrace_args.c in objdir.Ruslan Ermilov2007-05-222-2/+6
* Remove the ugly csh(1) based UUID lower-case translation hack fromRalf S. Engelschall2007-05-221-1/+0
* Increase precision of time values in the process accountingDiomidis Spinellis2007-05-2212-440/+880
* Regression tests for sparc64 record formats.Diomidis Spinellis2007-05-222-0/+0
* Regression tests for amd64 file and record formats.Diomidis Spinellis2007-05-2212-0/+118
* Regression tests for the new and legacy process accounting formats.Diomidis Spinellis2007-05-2221-1/+361
* restore interrupts to working order after INTR_THREAD changesKip Macy2007-05-221-19/+21
* Document the .in .out file naming conventions adopted in commit_prep.pl'sDiomidis Spinellis2007-05-221-0/+5
* Test the integer-arithmetic float conversions encode_timeval and encode_longDiomidis Spinellis2007-05-223-0/+157
* Backout 1.5 as requested by deischenJonathan Chen2007-05-221-1/+0
* Eliminate the reactivation of cached pages in vm_fault_prefault() andAlan Cox2007-05-222-8/+16
* In the error handling path, don't call close(fd) if the error we'reColin Percival2007-05-221-1/+2
* __cleanup() is needed for ports/devel/valgrind, export it.Jonathan Chen2007-05-221-0/+1
* Allow FreeBSD's native ELF image activators to execute shared libraries theAlexander Kabaev2007-05-227-14/+14
* Remove duplicate ' 2' manpage section number.Giorgos Keramidas2007-05-211-1/+1
* From OpenBSD, rev. 1.379Daniel Hartmeier2007-05-211-2/+3
* From OpenBSD, rev. 1.524, 1.528, 1.529Daniel Hartmeier2007-05-211-3/+52
* Use lower cases for UUID string to conform RFC4122 and ISO/IEC-9834-8:2005.Jung-uk Kim2007-05-211-3/+3
* Forgot to add hptiop(4) here.Christian Brueffer2007-05-211-0/+2
* Improve mxge receive performance:Andrew Gallatin2007-05-216-2215/+2716
* Make pointer argument to kread_string() const since the kernel structureRobert Watson2007-05-211-3/+4
* Fix markup.Ruslan Ermilov2007-05-211-3/+9
* Force the alignment of the chars arrays, as they are casted later toOlivier Houchard2007-05-211-1/+1
* Force the alignment of the chars arrays, as they are casted later toOlivier Houchard2007-05-211-2/+2
* Short name of kernel audit worker thread from "audit_worker" to "audit".Robert Watson2007-05-211-1/+1
* Bump __FreeBSDversion for shared library version bump.Xin LI2007-05-211-1/+1
* Make sure fwsid is not NULL.Hidetoshi Shimokawa2007-05-211-1/+3
* Back out the addition of -static to LDFLAGS; I'm pretty confidentRuslan Ermilov2007-05-211-1/+0
* MFi386: revision 1.652Yoshihiro Takahashi2007-05-211-0/+4
* Cleanup style by consistently using braces around variable expansion andRalf S. Engelschall2007-05-211-1/+5
* Adjust UUID lower-case translation from straight-forward tr(1)Ralf S. Engelschall2007-05-211-1/+2
* Perhaps a better fix- make the called function do the (possible never reached)Matt Jacob2007-05-211-8/+11
* Style: remove redundant parentheses.Ruslan Ermilov2007-05-212-2/+2
* Remove the libmytinfo_p.a link as well.Ruslan Ermilov2007-05-211-0/+1
* GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it.Olivier Houchard2007-05-211-3/+1
* FreeBSD expects VFP, so use that as the default FPU.Olivier Houchard2007-05-211-0/+3
* The standardized textual representation of UUIDs according to RFC 4122Ralf S. Engelschall2007-05-211-2/+2
* Don't remove boot_i386.8 on amd64.Xin LI2007-05-211-1/+1
* Reflect shared library bump after symbol versioning is enabled byXin LI2007-05-211-0/+125
* When speculation fails (as determined by the chk instruction) theMarcel Moolenaar2007-05-211-1/+13
* Don't test for NULL when it is both unnecessary (the pointer is checkedColin Percival2007-05-211-1/+1
* Remove pointless code: Don't assign a value to a variable when we'reColin Percival2007-05-211-1/+0
* MFV: tzdata2007fGarrett Wollman2007-05-218-205/+426
* This commit was generated by cvs2svn to compensate for changes in r169808,Garrett Wollman2007-05-211-10/+18
|\
| * Long-delayed import of timezone database from Arthur Olson et al.Garrett Wollman2007-05-2111-218/+449
* | Bump library versions in preparation for 7.0.Daniel Eischen2007-05-2140-40/+40
* | MFp4: Simplify the bus probe routin using a kthread.Hidetoshi Shimokawa2007-05-212-345/+233
* | - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.Jeff Roberson2007-05-208-10/+10
* | - Move clock synchronization into a seperate clock lock so the globalJeff Roberson2007-05-204-15/+21
* | - Move GDT/LDT locking into a seperate spinlock, removing the globalJeff Roberson2007-05-206-76/+80