| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 17 | -37/+180 |
* | Fix sparc64 LINT build. <blush> | jake | 2003-08-11 | 1 | -2/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r118765, | njl | 2003-08-11 | 1 | -2/+2 |
|\ |
|
| * | Fix AcpiOsMapMemory to match the function definition. Don't use UINT32 | njl | 2003-08-11 | 1 | -2/+2 |
* | | More pipe changes: | silby | 2003-08-11 | 6 | -49/+39 |
* | | 2nd part of making the name of the release running script overrideable. | obrien | 2003-08-11 | 1 | -1/+1 |
* | | Don't provide mutexes for static busdma allocations. | scottl | 2003-08-11 | 1 | -19/+22 |
* | | Implement cpu_set_upcall_kse(). Further tweaking may be needed after | marcel | 2003-08-11 | 1 | -4/+25 |
* | | Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreaded | alc | 2003-08-11 | 1 | -3/+3 |
* | | The iBCS2 system call translator for statfs(2) did not check the | nectar | 2003-08-10 | 1 | -0/+4 |
* | | panic() if we try to handle an out-of-range signal number in | nectar | 2003-08-10 | 1 | -2/+5 |
* | | Add or correct range checking of signal numbers in system calls and | nectar | 2003-08-10 | 4 | -3/+7 |
* | | Add some quick pathes to exit process when signal action is default and | davidxu | 2003-08-10 | 2 | -0/+42 |
* | | Initialize rtld lock just before turning on thread mode and | davidxu | 2003-08-10 | 6 | -70/+74 |
* | | If thread mode is not activated yet, just call __sys_fork() directly, | davidxu | 2003-08-10 | 2 | -2/+44 |
* | | Tweak rtld lock to allow recursive on reader lock and detect recursive | davidxu | 2003-08-10 | 2 | -20/+134 |
* | | If thread mode is not activated yet, don't do extra work. | davidxu | 2003-08-10 | 2 | -0/+8 |
* | | Change name of state_link() to state_polling() to make it | mbr | 2003-08-10 | 3 | -49/+39 |
* | | Rename pmap_changebit() to pmap_clear_ptes() and remove the last | alc | 2003-08-10 | 2 | -50/+38 |
* | | o move cpu_reset() from vm_machdep.c to machdep.c. | marcel | 2003-08-10 | 2 | -79/+68 |
* | | Revert revision 1.25 now that mergemaster does a 'make all' to build | gshapiro | 2003-08-10 | 1 | -1/+1 |
* | | The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. Failure | wpaul | 2003-08-10 | 1 | -2/+10 |
* | | Lower initial drop value to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -2/+2 |
* | | For type 0 rng lower initial drop to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -1/+5 |
* | | Switch from legacy to native mode for ICH4 and ICH5. | orion | 2003-08-10 | 2 | -21/+22 |
* | | Don't hardcode unit numer '0'. | ticso | 2003-08-10 | 3 | -3/+3 |
* | | Add GB18030 and GBK to the list of encodings. Cross-reference the | tjr | 2003-08-10 | 1 | -1/+10 |
* | | Fix the case of the encoding name in the ENCODING line. Names are | tjr | 2003-08-10 | 1 | -1/+1 |
* | | Cross-reference gbk(5). | tjr | 2003-08-10 | 1 | -0/+1 |
* | | Cross-reference gbk(5) now that it exists. Fix a copy & paste error: | tjr | 2003-08-10 | 1 | -1/+2 |
* | | Add a fairly minimal manual page for the GBK encoding. | tjr | 2003-08-10 | 2 | -1/+63 |
* | | Add a cross reference to Unicode 3.0. | tjr | 2003-08-10 | 1 | -1/+6 |
* | | Make the name of the release running script overrideable. | obrien | 2003-08-10 | 1 | -28/+28 |
* | | Add cross references to the new character encoding manual pages, | tjr | 2003-08-10 | 1 | -1/+5 |
* | | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may | tjr | 2003-08-10 | 4 | -1/+189 |
* | | Now that we can ignore up to 8KB of dirty registers, remove the RSE | marcel | 2003-08-10 | 1 | -45/+30 |
* | | MF p4: | imp | 2003-08-10 | 1 | -1/+1 |
* | | Grrr. There is a gratuitous difference in the RX descriptor status | wpaul | 2003-08-10 | 1 | -0/+18 |
* | | Some bridges, like o2 micro and maybe ricoh, have some issues between | imp | 2003-08-10 | 1 | -10/+47 |
* | | - Update some comments regarding hardware details of the 8169 and | wpaul | 2003-08-10 | 2 | -40/+60 |
* | | Re-enable pcfclock in the build. | obrien | 2003-08-10 | 1 | -0/+1 |
* | | Silence unwanted 'gigabit link up' messages: do not treat the | wpaul | 2003-08-10 | 1 | -1/+2 |
* | | Instead of unconditionally refusing to install if no swap partitions | das | 2003-08-10 | 2 | -6/+8 |
* | | Use get_mcontext in sendsig and set_mcontext in sigreturn instead of | jake | 2003-08-09 | 1 | -9/+5 |
* | | Don't provide a mutex in the S/G list dma tag since it will never be defered. | scottl | 2003-08-09 | 1 | -7/+9 |
* | | Add code to cope more with strange conditions after careful study of | imp | 2003-08-09 | 1 | -14/+42 |
* | | CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, make | imp | 2003-08-09 | 2 | -31/+44 |
* | | Fix devices which do not support ifm_status. Always return | mbr | 2003-08-09 | 1 | -8/+13 |
* | | When allocating memory, align it to the minimum alignment required for | imp | 2003-08-09 | 2 | -0/+5 |
* | | Turn the annoying and long error message off. It was so | mbr | 2003-08-09 | 1 | -1/+1 |