| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years and remove third clause. | des | 2006-03-02 | 5 | -17/+7 |
* | Read site.rc after default.rc. | des | 2006-03-02 | 2 | -2/+5 |
* | Ignore generated files. | des | 2006-03-02 | 2 | -0/+5 |
* | Add nested include of <wchar.h> | phk | 2006-03-02 | 1 | -0/+2 |
* | Fix the %Q printf extension to behave as expected | phk | 2006-03-02 | 1 | -19/+9 |
* | - Acquire lk in softdep_slowdown so that it's owned when we call | jeff | 2006-03-02 | 1 | -3/+7 |
* | Suffer a little bit of math every 16 second and tighten calibration of | phk | 2006-03-02 | 1 | -12/+24 |
* | - Move softdep from using a global worklist to per-mount worklists. This | jeff | 2006-03-02 | 9 | -283/+336 |
* | - Lock Giant if needed around the call to vnode_create_vobject(). This is | jeff | 2006-03-02 | 1 | -0/+3 |
* | Do not use the TSC where its known to be broken, this will cause the queue | thompsa | 2006-03-02 | 1 | -1/+2 |
* | Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case this | cognet | 2006-03-02 | 1 | -8/+13 |
* | Note that BUS_DMA_COHERENT currently only affects sparc64 and arm. | cognet | 2006-03-01 | 1 | -0/+1 |
* | 1. Fix a race in aio_return. | davidxu | 2006-03-01 | 1 | -6/+12 |
* | Style fix. | davidxu | 2006-03-01 | 1 | -1/+2 |
* | Fix a mutex lock/unlock mismatch. | davidxu | 2006-03-01 | 1 | -2/+3 |
* | Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory | cognet | 2006-03-01 | 4 | -2/+102 |
* | Remove NO_OBJ now that this makefile builds something. | ru | 2006-03-01 | 1 | -2/+0 |
* | Use a better panic message than lol. | cognet | 2006-03-01 | 1 | -1/+2 |
* | Make sure we decrement p_lock before leaving prefetch_abort_handler() | cognet | 2006-03-01 | 1 | -3/+3 |
* | Add a note explaining what the rescue/ directory is for. | ceri | 2006-03-01 | 1 | -0/+2 |
* | Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1, | pjd | 2006-03-01 | 2 | -0/+28 |
* | Add new NTP servers for Taiwan. | ceri | 2006-03-01 | 2 | -0/+30 |
* | Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint. | emax | 2006-03-01 | 3 | -1/+9 |
* | userret() now only takes 2 parameters. | cognet | 2006-03-01 | 1 | -2/+2 |
* | Typo fix; "ing" -> "in". | jkoshy | 2006-03-01 | 1 | -1/+1 |
* | Wrap keymap menu helper functions in #ifdef WITH_SYSCONS to unbreak the | jhb | 2006-03-01 | 2 | -0/+4 |
* | Note that ACPI_DEBUG depends on DDB. | wkoszek | 2006-03-01 | 1 | -0/+1 |
* | - Reduce needless DNS query by lookup only appropriate address | ume | 2006-03-01 | 1 | -10/+20 |
* | Handle the errors returned by res_querydomain() in same manner. | ume | 2006-03-01 | 2 | -0/+40 |
* | Correct a remote kernel panic when processing zero-length RPC records | simon | 2006-03-01 | 1 | -1/+1 |
* | Do not discard the current value of __MAKE_CONF when testing | yar | 2006-03-01 | 1 | -2/+2 |
* | Update low-level code. (to version 1.4) | rik | 2006-03-01 | 2 | -4229/+4247 |
* | Forgot to revert to use weak symbols when I was debugging, fix it! | davidxu | 2006-03-01 | 1 | -22/+15 |
* | Add missing parameter mq_attr * for mq_open. | davidxu | 2006-03-01 | 1 | -3/+5 |
* | Work around the deadlock that occours when ATA waits for the taskqueue | sos | 2006-03-01 | 2 | -7/+24 |
* | Big update to the iir driver: | scottl | 2006-03-01 | 3 | -170/+169 |
* | Regenerate. | davidxu | 2006-03-01 | 5 | -80/+80 |
* | s/timer_t/int/g | davidxu | 2006-03-01 | 1 | -1/+1 |
* | Bring in my initial version of POSIX realtime extension library. | davidxu | 2006-03-01 | 6 | -0/+1112 |
* | Don't free ifaces yet, should fix a panic | imp | 2006-03-01 | 1 | -1/+0 |
* | Let kernel POSIX timer code and mqueue code to use integer as a resource | davidxu | 2006-03-01 | 4 | -49/+49 |
* | Disconnect mqueue from buildworld, as I will implement it in seperated | davidxu | 2006-03-01 | 1 | -1/+1 |
* | guard function decls with _KERNEL so user code can include this file | sam | 2006-03-01 | 1 | -1/+2 |
* | Integrate kbdmux(4) into syscons(4) and kbd code. | emax | 2006-02-28 | 2 | -4/+66 |
* | Rework TCP window scaling (RFC1323) to properly scale the send window | andre | 2006-02-28 | 4 | -40/+42 |
* | Rework how we wire up interrupt sources to CPUs: | jhb | 2006-02-28 | 14 | -270/+304 |
* | Fix numerous warnings. Aside from menu items in system.c and menu.c | jhb | 2006-02-28 | 24 | -72/+59 |
* | Fix a c/p error. | brueffer | 2006-02-28 | 1 | -1/+1 |
* | Use some helper macros for the device table so it can fit in 80 columns and | jhb | 2006-02-28 | 2 | -154/+178 |
* | Drop unused major, minor, and delta values from device table. | jhb | 2006-02-28 | 2 | -46/+40 |