| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Add a libc function execvP that takes the search path as an arguement. | gordon | 2003-06-29 | 3 | -15/+41 |
* | | In order to set the MAC address on RealTek NICs, you must flip WRITECFG | wpaul | 2003-06-29 | 1 | -5/+9 |
* | | Implement fuword32() and suword32(). These functions are used in | marcel | 2003-06-29 | 1 | -1/+40 |
* | | Make _thread_suspend work with both the old broken sigtimedwait | jdp | 2003-06-29 | 3 | -11/+31 |
* | | Bump __FreeBSD_version because the semantics of sigtimedwait and | jdp | 2003-06-29 | 1 | -1/+1 |
* | | Unbreak NOCRYPT buildworld. | ru | 2003-06-29 | 1 | -1/+1 |
* | | - Remove the calls to pmap_install() from pmap_object_init_pt(); they are | alc | 2003-06-29 | 1 | -9/+9 |
* | | Implement individual operations on static and dhcp interfaces. Previously | mtm | 2003-06-29 | 2 | -26/+158 |
* | | o Hookup rc.d/routing and rc.d/netoptions | mtm | 2003-06-29 | 10 | -11/+11 |
* | | o Repocopied routing and netoptions from network2 and network3, respectively. | mtm | 2003-06-29 | 2 | -7/+24 |