| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 1 | -0/+5 |
* | Add a simple regression test for stream UNIX domain sockets and the | rwatson | 2005-02-20 | 2 | -0/+325 |
* | Also build the netblast sub-directory, not just netreceive and netsend. | rwatson | 2005-02-12 | 1 | -1/+1 |
* | Mark the signum argument to signal_handler() as __unused. | rwatson | 2005-02-12 | 1 | -1/+1 |
* | Add to CFLAGS. | ru | 2005-02-12 | 1 | -1/+1 |
* | Update a little bit. | phk | 2005-02-10 | 1 | -19/+23 |
* | Fix "to a file" example so it works (one must touch(1) the file first). | obrien | 2005-02-07 | 1 | -0/+1 |
* | Sort branches in correct numeric order. | des | 2005-02-07 | 1 | -1/+26 |
* | Replace RELENG_4_9 (no longer supported) with RELENG_4_11. | des | 2005-02-06 | 2 | -2/+2 |
* | Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option, | nik | 2005-02-01 | 1 | -2/+3 |
* | Link against libtap (ports/devel/libtap). Replace the calls to assert() | nik | 2005-02-01 | 2 | -31/+32 |
* | Use awk to correctly calculate partioning, round things off to cylinders | phk | 2005-01-30 | 1 | -8/+13 |
* | Wrap calls to memcpy(3) in a function called block_copy(). This way, | marcel | 2005-01-28 | 1 | -2/+9 |
* | Skip the register based postinc stores here and don't count them | marcel | 2005-01-27 | 1 | -5/+12 |
* | Make the local variables global so that the compiler cannot assume | marcel | 2005-01-27 | 1 | -4/+5 |
* | Fix the unaligned store with post increment test: The misaligned pointer | marcel | 2005-01-27 | 1 | -1/+1 |
* | The unit test for unaligned loads/stores can be found under ../ia64. | marcel | 2005-01-27 | 2 | -137/+0 |
* | Add tests for post increment. This bumps the number of tests up to | marcel | 2005-01-27 | 2 | -37/+181 |
* | Use WARNS?= instead of WARNS= in Makefiles so that global warning | rwatson | 2005-01-22 | 3 | -3/+3 |
* | Fixed xrefs. | ru | 2005-01-21 | 1 | -1/+1 |
* | Braino. Revert previous commit, NO_MAN was already corrected. | bms | 2005-01-21 | 1 | -1/+1 |
* | Catch up with NO_MAN->NOMAN change. | bms | 2005-01-21 | 1 | -1/+1 |
* | If a device resides in physical slot 0, report it as being on-board as | bms | 2005-01-21 | 1 | -2/+5 |
* | Fix a masking error. Update copyright. | bms | 2005-01-21 | 1 | -2/+2 |
* | Do not treat an invalid PIR table checksum as a fatal error condition, but | bms | 2005-01-21 | 1 | -4/+5 |
* | Add two more pipe regression tests. Not yet hooked into the test framework. | silby | 2005-01-21 | 2 | -0/+116 |
* | ioctl(2) commands are u_long not int. | phk | 2005-01-18 | 1 | -5/+5 |
* | In refactoring the test before committing, a pointer was passed instead | rwatson | 2005-01-16 | 1 | -2/+2 |
* | Add udpconnectjail, a simple regression test to exercise an (as yet) | rwatson | 2005-01-16 | 2 | -0/+117 |
* | Add test which excersises problem with unability to change association of | sobomax | 2005-01-12 | 2 | -0/+149 |
* | Regression tests for [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 5 | -1/+258 |
* | Introduce a new GEOM class - SHSEC. It provides sharing secret between | pjd | 2005-01-11 | 4 | -0/+109 |
* | Fix incorrect comment. | pjd | 2005-01-11 | 1 | -1/+1 |
* | - Initial revamp of vop_table.tcl. This scripting is ugly and will be | arr | 2005-01-05 | 1 | -0/+255 |
* | Add a simple regression test for mlock()/munlock() to make sure they | rwatson | 2005-01-03 | 2 | -0/+97 |
* | Replace a mention of the ia64_unaligned directory with one of the | marcel | 2005-01-02 | 1 | -1/+1 |
* | Regression test for unaligned loads and stores for short, int, long, | marcel | 2005-01-02 | 2 | -0/+144 |
* | new stat | sam | 2004-12-31 | 1 | -1/+2 |
* | - Add some notes on what is required to run schedgraph.py successfully. | arr | 2004-12-28 | 1 | -0/+11 |
* | - For preemption and yield events, we want to skip the next two state events | jeff | 2004-12-26 | 1 | -3/+4 |
* | - Call self.checkstamp() in the cpu load parsing functions in case the | jeff | 2004-12-26 | 1 | -0/+4 |
* | - The regexp for the load should have been (/d+), fix this so loads over 9 | jeff | 2004-12-26 | 1 | -2/+3 |
* | - Add 'schedgraph' a scheduler trace visualization tool written with | jeff | 2004-12-26 | 1 | -0/+1209 |
* | Wait a bit after creating device. | pjd | 2004-12-21 | 7 | -7/+7 |
* | When RAID3 device is configured in "verify" mode, synchronization of the | pjd | 2004-12-21 | 1 | -2/+12 |
* | Fix the build of netrate/ with WARNS=5 and add a Makefile.inc to | keramida | 2004-12-21 | 2 | -6/+10 |
* | NOHTML -> NO_HTML | ru | 2004-12-21 | 1 | -1/+1 |
* | Overhaul ppp(8) build options so they are safe to use in | ru | 2004-12-21 | 1 | -1/+1 |
* | NOINET6 -> NO_INET6 | ru | 2004-12-21 | 1 | -1/+1 |
* | NOGAMES -> NO_GAMES | ru | 2004-12-21 | 1 | -1/+1 |