| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed namespace pollution and unsorting of the 1003.1-1990 list in | bde | 2003-07-01 | 1 | -1/+1 |
* | Fix tsleep/wakup race on FreeBSD-4. | simokawa | 2003-07-01 | 1 | -2/+14 |
* | Add the British hundredweight (brhundredweight). For discussion, see: | tom | 2003-07-01 | 1 | -0/+7 |
* | Don't segfault if setproctitle(3) is called with NULL initially. | alfred | 2003-07-01 | 1 | -0/+1 |
* | Regen. | joe | 2003-07-01 | 2 | -2/+9 |
* | Support the Epson GT-9300UF usb scanner. | joe | 2003-07-01 | 3 | -0/+3 |
* | free_drive: Free the drive even if it's referenced. I don't know what | grog | 2003-07-01 | 1 | -12/+7 |
* | Modify vm_page_alloc() and vm_page_select_cache() to allow the page that | alc | 2003-07-01 | 1 | -2/+4 |
* | Check the address provided to vm_map_stack() against the vm map's maximum, | alc | 2003-07-01 | 1 | -1/+2 |
* | Add the beastie_disable variable which allows to turn the beastie | brueffer | 2003-07-01 | 1 | -0/+1 |
* | Separate the description of the flags for mount(2) and unmount(2) | iedowse | 2003-06-30 | 1 | -14/+16 |
* | Have mktemp(1) construct the temporary file name for us instead | mtm | 2003-06-30 | 7 | -7/+7 |
* | Allow diskless_remount files to contain path beginning with / which will | brooks | 2003-06-30 | 3 | -0/+57 |
* | Remove mount_portalfs, it's just wrong in this context. | gordon | 2003-06-30 | 1 | -1/+1 |
* | move maxsegsz down a bit so that the arg definition order matches the | jmg | 2003-06-30 | 1 | -4/+4 |
* | Propagate the ${AINC} knob (assembler include) to sys.mk, | ru | 2003-06-30 | 2 | -4/+1 |
* | 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 |