summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update URL at cisco.com.glebius2006-03-021-2/+2
* Actually bump the date to the commit-date for the last commit.brueffer2006-03-021-1/+1
* Document the graid3(8), gstripe(8) and gconcat(8) periodic scripts.brueffer2006-03-021-1/+28
* Add the graid3(8), gstripe(8) and gconcat(8) status scripts, default is "off".brueffer2006-03-021-0/+9
* Add periodic scripts that check the status of graid3(8), gstripe(8)brueffer2006-03-024-0/+105
* o Fix an URL to the "The BSD Family Tree" article.maxim2006-03-021-1/+1
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-022-5/+26
* Use BUS_DMA_COHERENT.cognet2006-03-022-2/+2
* Update copyright years and remove third clause.des2006-03-025-17/+7
* Read site.rc after default.rc.des2006-03-022-2/+5
* Ignore generated files.des2006-03-022-0/+5
* Add nested include of <wchar.h>phk2006-03-021-0/+2
* Fix the %Q printf extension to behave as expectedphk2006-03-021-19/+9
* - Acquire lk in softdep_slowdown so that it's owned when we calljeff2006-03-021-3/+7
* Suffer a little bit of math every 16 second and tighten calibration ofphk2006-03-021-12/+24
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-029-283/+336
* - Lock Giant if needed around the call to vnode_create_vobject(). This isjeff2006-03-021-0/+3
* Do not use the TSC where its known to be broken, this will cause the queuethompsa2006-03-021-1/+2
* Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case thiscognet2006-03-021-8/+13
* Note that BUS_DMA_COHERENT currently only affects sparc64 and arm.cognet2006-03-011-0/+1
* 1. Fix a race in aio_return.davidxu2006-03-011-6/+12
* Style fix.davidxu2006-03-011-1/+2
* Fix a mutex lock/unlock mismatch.davidxu2006-03-011-2/+3
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memorycognet2006-03-014-2/+102
* Remove NO_OBJ now that this makefile builds something.ru2006-03-011-2/+0
* Use a better panic message than lol.cognet2006-03-011-1/+2
* Make sure we decrement p_lock before leaving prefetch_abort_handler()cognet2006-03-011-3/+3
* Add a note explaining what the rescue/ directory is for.ceri2006-03-011-0/+2
* Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,pjd2006-03-012-0/+28
* Add new NTP servers for Taiwan.ceri2006-03-012-0/+30
* Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.emax2006-03-013-1/+9
* userret() now only takes 2 parameters.cognet2006-03-011-2/+2
* Typo fix; "ing" -> "in".jkoshy2006-03-011-1/+1
* Wrap keymap menu helper functions in #ifdef WITH_SYSCONS to unbreak thejhb2006-03-012-0/+4
* Note that ACPI_DEBUG depends on DDB.wkoszek2006-03-011-0/+1
* - Reduce needless DNS query by lookup only appropriate addressume2006-03-011-10/+20
* Handle the errors returned by res_querydomain() in same manner.ume2006-03-012-0/+40
* Correct a remote kernel panic when processing zero-length RPC recordssimon2006-03-011-1/+1
* Do not discard the current value of __MAKE_CONF when testingyar2006-03-011-2/+2
* Update low-level code. (to version 1.4)rik2006-03-012-4229/+4247
* Forgot to revert to use weak symbols when I was debugging, fix it!davidxu2006-03-011-22/+15
* Add missing parameter mq_attr * for mq_open.davidxu2006-03-011-3/+5
* Work around the deadlock that occours when ATA waits for the taskqueuesos2006-03-012-7/+24
* Big update to the iir driver:scottl2006-03-013-170/+169
* Regenerate.davidxu2006-03-015-80/+80
* s/timer_t/int/gdavidxu2006-03-011-1/+1
* Bring in my initial version of POSIX realtime extension library.davidxu2006-03-016-0/+1112
* Don't free ifaces yet, should fix a panicimp2006-03-011-1/+0
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-014-49/+49
* Disconnect mqueue from buildworld, as I will implement it in seperateddavidxu2006-03-011-1/+1
OpenPOWER on IntegriCloud