| Commit message (Expand) | Author | Age | Files | Lines |
* | Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to | marcel | 2003-09-19 | 9 | -6/+14 |
* | - Remove the working-set algorithm. Instead, use the per cpu buckets as the | jeff | 2003-09-19 | 2 | -81/+29 |
* | Add a release note for the sendmail 8.12.10 import | gshapiro | 2003-09-19 | 2 | -0/+6 |
* | Update for 8.12.10 import | gshapiro | 2003-09-19 | 1 | -4/+4 |
* | Fix sendmail 8.12.10 import conflicts | gshapiro | 2003-09-19 | 7 | -68/+158 |
* | This commit was generated by cvs2svn to compensate for changes in r120256, | gshapiro | 2003-09-19 | 61 | -381/+1042 |
|\ |
|
| * | Import sendmail 8.12.10 | gshapiro | 2003-09-19 | 68 | -449/+1197 |
* | | - Remove the cache colorization code. We can't use it due to all of the | jeff | 2003-09-19 | 2 | -54/+0 |
* | | _ia64_break_setcontext() now takes a mcontext_t. While here, define | marcel | 2003-09-19 | 2 | -20/+6 |
* | | Stop using the setcontext() syscall to restore an async context. | marcel | 2003-09-19 | 2 | -10/+10 |
* | | Fix the most significant KSE breakage caused by not restoring the | marcel | 2003-09-19 | 1 | -4/+12 |
* | | Add HP 4400C, Belkin F5U208 VideoBusII | jb | 2003-09-19 | 3 | -2/+18 |
* | | Revamp trap(): make it more explicit which kinds of traps/faults we | marcel | 2003-09-19 | 1 | -264/+304 |
* | | - There are an endless stream of style(9) errors in this file. Fix a few. | jeff | 2003-09-19 | 1 | -44/+18 |
* | | Document portsize. | jb | 2003-09-19 | 1 | -0/+2 |
* | | revert rev 1.64; this is not needed with rev 1.49 of lock.h | sam | 2003-09-19 | 1 | -1/+1 |
* | | when MUTEX_PROFILING is enabled turn on LOCK_DEBUG; otherwise all the mutex's | sam | 2003-09-19 | 1 | -1/+1 |
* | | o the kernel sysctl uses 'avg' for a key; change to suit | sam | 2003-09-19 | 1 | -4/+4 |
* | | Mention the puc(4) glue driver in a commented-out example so the user | joerg | 2003-09-19 | 3 | -0/+13 |
* | | Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiport | joerg | 2003-09-19 | 1 | -0/+24 |
* | | Eliminate one case of VI_UNLOCK followed by an immediate | kan | 2003-09-19 | 1 | -3/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r120239, | njl | 2003-09-19 | 2 | -11/+42 |
|\ \ |
|
| * | | Fix an overflow in the resource list code for Address16, 32, 64, and | njl | 2003-09-19 | 2 | -11/+42 |
* | | | Document MUTEX_NOINLINE. | jhb | 2003-09-19 | 1 | -0/+7 |
* | | | Don't inline mutex operations if MUTEX_PROFILING is enabled. | jhb | 2003-09-19 | 1 | -1/+1 |
* | | | fix build | sam | 2003-09-19 | 1 | -0/+1 |
* | | | (atapi_action): avoid memory leak in a marginal invalid ccb case. | thomas | 2003-09-19 | 1 | -25/+30 |
* | | | Allow the KERN_PROC_PROC sysctl to be used without the useless 4th | tjr | 2003-09-19 | 1 | -6/+18 |
* | | | Always check the sensekey field on ATAPI returns | sos | 2003-09-19 | 1 | -1/+4 |
* | | | Ignore ECHILD from waitpid(2) (our child may have been reaped by the | des | 2003-09-19 | 1 | -1/+2 |
* | | | Fix broken shell code. | des | 2003-09-19 | 1 | -2/+2 |
* | | | - Don't inspect the zone in page_alloc(). It may be NULL. | jeff | 2003-09-19 | 1 | -5/+6 |
* | | | Add support for stop files, the existence of which signals tbmaster to | des | 2003-09-19 | 1 | -0/+8 |
* | | | Check that $verbose is defined before using it in a comparison. | des | 2003-09-19 | 1 | -1/+1 |
* | | | Fix this script to produce working bootable floppies on 4.x. | ru | 2003-09-19 | 1 | -16/+18 |
* | | | For boot floppies, build a lightweight version of loader(8) | ru | 2003-09-19 | 1 | -3/+8 |
* | | | - Move the logic for dealing with the uma_boot_pages cache into the | jeff | 2003-09-19 | 1 | -21/+22 |
* | | | - Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flags | jeff | 2003-09-19 | 4 | -54/+46 |
* | | | Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3, | marcel | 2003-09-19 | 1 | -2/+2 |
* | | | - Don't abuse M_DEVBUF, define a tag for UMA hashes. | jeff | 2003-09-19 | 1 | -3/+4 |
* | | | - Eliminate a pair of unnecessary variables. | jeff | 2003-09-19 | 1 | -9/+4 |
* | | | - Initialize a pool of bucket zones so that we waste less space on zones that | jeff | 2003-09-19 | 2 | -85/+142 |
* | | | Merge vm_pageout_free_page_calc() into vm_pageout(), eliminating some | alc | 2003-09-19 | 1 | -26/+18 |
* | | | - Only use UMA to cache malloc requests up to PAGE_SIZE. Values larger than | jeff | 2003-09-19 | 1 | -1/+12 |
* | | | Remove jumbo buffer #defines that I ended up not needing. | wpaul | 2003-09-19 | 2 | -9/+1 |
* | | | add Atheros driver | sam | 2003-09-19 | 1 | -0/+5 |
* | | | o add some more retail card identifiers | sam | 2003-09-19 | 1 | -12/+5 |
* | | | Include "opt_kstack_pages.h". We export KSTACK_PAGES to assembly and | marcel | 2003-09-19 | 1 | -0/+2 |
* | | | In re_diag(), there's no need for us to call re_start() ourselves: | wpaul | 2003-09-18 | 1 | -4/+8 |
* | | | Name moderate security settings "Moderate", not "Medium" | eivind | 2003-09-18 | 2 | -2/+2 |