| Commit message (Expand) | Author | Age | Files | Lines |
* | Allocate memory for NUL-termination as well. | pjd | 2006-04-07 | 1 | -1/+1 |
* | Don't select a default value for $machine until after we've examined $arch. | des | 2006-04-07 | 2 | -6/+12 |
* | Fix the "make distribution" example; it should be run from src/. | ru | 2006-04-07 | 1 | -1/+1 |
* | Restore accidentially removed rev. 1.3 | glebius | 2006-04-07 | 1 | -0/+2 |
* | backout rev 1.74 | sam | 2006-04-07 | 1 | -5/+1 |
* | Introduce a new MAC entry point for label initialization of the NFS daemon's | csjp | 2006-04-06 | 6 | -0/+14 |
* | bring in the necessary changes to make gdbserver compile and work (at | jmg | 2006-04-06 | 5 | -316/+210 |
* | This commit was generated by cvs2svn to compensate for changes in r157571, | jmg | 2006-04-06 | 3 | -0/+1754 |
|\ |
|
| * | import gdbserver Linux files renamed to fbsd... I have made gdbserver | jmg | 2006-04-06 | 3 | -0/+1754 |
* | | MFp4: Catchup with recent UART changes. | cognet | 2006-04-06 | 2 | -15/+15 |
* | | Eliminate debug code that catches bugs in the hinting of sack variables | mohans | 2006-04-06 | 1 | -13/+3 |
* | | - Don't set CR0_NE and CR0_MP in npx_probe() as they are already set | jhb | 2006-04-06 | 2 | -27/+36 |
* | | Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as a | cognet | 2006-04-06 | 2 | -0/+27 |
* | | Merge in new driver from Intel, version 5.1.5. Adds support for some | glebius | 2006-04-06 | 5 | -331/+1478 |
* | | Replace FILEDESC_[UN]LOCK_FAST() with a critical section on UP. | ssouhlal | 2006-04-06 | 1 | -1/+5 |
* | | Add debug writes in error cases that, in theory, should never happen | imp | 2006-04-06 | 1 | -2/+5 |
* | | Connect twi to the FreeBSD iicbus infrastructure. | imp | 2006-04-06 | 1 | -166/+177 |
* | | Pull in numerous fixes from myself and cognet. With these fixes the | imp | 2006-04-06 | 1 | -99/+61 |
* | | Remove unused bit definitions. | imp | 2006-04-06 | 1 | -60/+40 |
* | | Optimize the TX side of the part by using the PDC to move bytes out to | imp | 2006-04-06 | 1 | -27/+99 |
* | | Re-correct commit 1.73, but this time in a way that does not cause | gad | 2006-04-06 | 1 | -9/+18 |
* | | Correct assertion in ng_detach(). | rwatson | 2006-04-06 | 1 | -1/+1 |
* | | Keep track of the number of in-progress async direct IO writes in the nfsnode. | mohans | 2006-04-06 | 3 | -5/+36 |
* | | Fix typo/pasto: Make NGM_FEC_MODE_* match set_mode_*. | dd | 2006-04-06 | 1 | -2/+2 |
* | | Fix options broken when the birthtime related primaries were added. | ceri | 2006-04-05 | 1 | -11/+11 |
* | | Typos. | pjd | 2006-04-05 | 1 | -1/+1 |
* | | Revert the backout in the last revision, it was committed to the wrong branch. | brueffer | 2006-04-05 | 1 | -2/+22 |
* | | Back out the fan control changes that were merged in revision 1.2.2.5. | brueffer | 2006-04-05 | 1 | -22/+2 |
* | | Cache the value of the lower half of each I/O APIC redirection table entry | jhb | 2006-04-05 | 2 | -12/+8 |
* | | Add an unreachable return statement, in order to avoid a compiler warning | jasone | 2006-04-05 | 1 | -0/+1 |
* | | Fix a problem introduced by change 1.73, which causes a seg-fault if | gad | 2006-04-05 | 1 | -0/+2 |
* | | When printing a map, print the number of samples recorded by each gmon.out file. | jkoshy | 2006-04-05 | 1 | -5/+18 |
* | | Add a new feature to ping(8) - possibility to specify maximum | glebius | 2006-04-05 | 2 | -8/+35 |
* | | Don't unlock a timewait structure if the pointer is NULL in | rwatson | 2006-04-05 | 2 | -2/+4 |
* | | Only initialize the first per-chunk page map element for free runs. This | jasone | 2006-04-05 | 1 | -31/+16 |
* | | Certain (bad) values of sack blocks can end up corrupting the sack scoreboard. | mohans | 2006-04-05 | 1 | -0/+2 |
* | | newbus will zero softc, so no need to duplicate the zeroing here. | imp | 2006-04-04 | 3 | -13/+1 |
* | | add links for the functions documented in bus_space.9... | jmg | 2006-04-04 | 1 | -0/+41 |
* | | Add my birthday. | alepulver | 2006-04-04 | 1 | -0/+1 |
* | | Don't call bfe_release_resources() twice. | pjd | 2006-04-04 | 1 | -2/+0 |
* | | For USIII CPUs the type of the trap caused by peeking/poking non-existent | marius | 2006-04-04 | 1 | -7/+5 |
* | | Add malloc_usable_size() to the RETURN VALUES section. | jasone | 2006-04-04 | 1 | -1/+6 |
* | | Undo damage from wrong MFC to HEAD. | andre | 2006-04-04 | 1 | -38/+0 |
* | | Convert pv_entry_frees and pv_entry_allocs stats counters from int to long, | peter | 2006-04-04 | 1 | -3/+4 |
* | | MFC rev. 1.32: Add link status descriptions and related structures for userland | andre | 2006-04-04 | 1 | -0/+38 |
* | | Add init_lock, and use it to protect against allocator initialization | jasone | 2006-04-04 | 1 | -8/+21 |
* | | Turn a file that was mostly style(9) compliant to a file that's really close | imp | 2006-04-04 | 1 | -141/+115 |
* | | The Z8530 on the MacIO has an interrupt per channel. Deal with this | marcel | 2006-04-04 | 2 | -32/+57 |
* | | MFen 1.907 -> 1.910 | delphij | 2006-04-04 | 1 | -8/+12 |
* | | Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect what | imp | 2006-04-04 | 1 | -1/+1 |