| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed suffix-transformation rules that are duplicates | ru | 2003-06-30 | 1 | -20/+0 |
* | Catch up with bsd.lib.mk,v 1.143. | ru | 2003-06-30 | 2 | -19/+0 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | ru | 2003-06-30 | 2 | -2/+0 |
* | The use of ld(1) to strip compiler local and non-global | ru | 2003-06-30 | 1 | -36/+0 |
* | Don't build mount_nwfs or mount_smbfs in rescue. | gordon | 2003-06-30 | 1 | -8/+6 |
* | Rename a local variable in order to avoid collision with standard 'log' | kan | 2003-06-30 | 1 | -3/+3 |
* | Properly use ld.so.conf and ld-elf.so.conf as discussed in the manual page. | trhodes | 2003-06-30 | 1 | -4/+4 |
* | Various fixes from upstream, including a bug... | fanf | 2003-06-30 | 1 | -11/+18 |
* | Switch to using bsd.prog.mk; this gives us back the standard | ru | 2003-06-30 | 2 | -10/+4 |
* | MFi386: revision 1.19. | ru | 2003-06-30 | 1 | -3/+1 |
* | Catchup with _thread_suspend() changes. | mtm | 2003-06-30 | 3 | -3/+9 |
* | o Fix identation. | maxim | 2003-06-30 | 1 | -21/+21 |
* | o Support for '--' to cancel options list processing. | maxim | 2003-06-30 | 1 | -3/+12 |
* | Fix typo. | davidxu | 2003-06-30 | 2 | -2/+2 |
* | Include file clean up. | simokawa | 2003-06-30 | 3 | -4/+11 |
* | Because there are only _SIG_MAXSIG elements in thread siginfo array, | davidxu | 2003-06-30 | 6 | -32/+32 |
* | pass -1 to setfile in cp.c | jmg | 2003-06-30 | 1 | -1/+1 |
* | Do the deed and hookup /rescue to the build. As a result, always build | gordon | 2003-06-30 | 1 | -5/+6 |
* | Remove surplus unlocking code I accidentally checked in. This won't be | davidxu | 2003-06-30 | 2 | -8/+0 |
* | nitpicking | sam | 2003-06-30 | 1 | -5/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r117059, | mikeh | 2003-06-30 | 3 | -5/+5 |
|\ |
|
| * | Import latest cvs version with the correct patchset (fixes ETA bug). | mikeh | 2003-06-30 | 3 | -5/+5 |
* | | consolidate callback optimization check in one location by adding a flag | sam | 2003-06-30 | 5 | -67/+23 |
* | | Fix fdisk naming issues on pc98 and other platforms. | gordon | 2003-06-30 | 1 | -5/+17 |
* | | correct transfer statistics | sam | 2003-06-30 | 1 | -0/+1 |
* | | acknowledge the contribution of Atsushi Onoe | sam | 2003-06-30 | 1 | -0/+3 |
* | | Correct spelling of "TracyChapman". | mph | 2003-06-30 | 1 | -1/+1 |
* | | MFi386: revision 1.16. | ru | 2003-06-30 | 1 | -10/+4 |
* | | Revision 1.13, besides its useful part, replaced bsd.prog.mk by | ru | 2003-06-30 | 1 | -10/+4 |
* | | plug xform memory leaks: | sam | 2003-06-29 | 2 | -2/+15 |
* | | Back out .SU workaround - people at whois-servers.net set up | ache | 2003-06-29 | 1 | -6/+1 |
* | | Sweep through pthread locking and use the new locking primitives for | mtm | 2003-06-29 | 7 | -20/+21 |
* | | Locking primitives and operations in libthr should use struct umtx, | mtm | 2003-06-29 | 2 | -4/+22 |
* | | Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MD | alc | 2003-06-29 | 2 | -7/+21 |
* | | In a critical section, separate the aquisition of the thread lock | mtm | 2003-06-29 | 2 | -17/+27 |
* | | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 9 | -18/+48 |
* | | Capitalize an occurrence of 'ficl' for consistency. | brueffer | 2003-06-29 | 1 | -1/+1 |
* | | Fix typo sparc -> sparc64 | gordon | 2003-06-29 | 1 | -1/+1 |
* | | catch failure to fetch the card's "own channel"; this should not happen | sam | 2003-06-29 | 1 | -0/+4 |
* | | insure ic_bss always has a "valid" channel; avoids problems where users could | sam | 2003-06-29 | 1 | -1/+2 |
* | | use proper length to copy data for WI_RID_DESIRED_SSID (was smashing | sam | 2003-06-29 | 1 | -1/+1 |
* | | add safeguard against (bogus) null channel parameter | sam | 2003-06-29 | 1 | -1/+4 |
* | | Add vm object locking to vm_pageout_map_deactivate_pages(). | alc | 2003-06-29 | 1 | -9/+18 |
* | | Remove pathnames.h. | gordon | 2003-06-29 | 1 | -2/+0 |
* | | Tweak a couple of utilities so they compile cleanly for /rescue. Mostly | gordon | 2003-06-29 | 4 | -2/+24 |
* | | Add /rescue bits. This basically encompasses all of bin and sbin along | gordon | 2003-06-29 | 6 | -0/+386 |
* | | Add ${CRUNCH_CFLAGS} support for adding compile options to crunch | gordon | 2003-06-29 | 2 | -0/+3 |
* | | Move path definitions to include/paths.h. This makes it easier to override | gordon | 2003-06-29 | 3 | -14/+8 |
* | | Ugh. Remove debugging echo. | mtm | 2003-06-29 | 1 | -1/+1 |
* | | Convert fsck and mount to using execvP to find fsck_foo and mount_foo. | gordon | 2003-06-29 | 5 | -89/+16 |