summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* guard function decls with _KERNEL so user code can include this filesam2006-03-011-1/+2
* Integrate kbdmux(4) into syscons(4) and kbd code.emax2006-02-282-4/+66
* Rework TCP window scaling (RFC1323) to properly scale the send windowandre2006-02-284-40/+42
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-2814-270/+304
* Fix numerous warnings. Aside from menu items in system.c and menu.cjhb2006-02-2824-72/+59
* Fix a c/p error.brueffer2006-02-281-1/+1
* Use some helper macros for the device table so it can fit in 80 columns andjhb2006-02-282-154/+178
* Drop unused major, minor, and delta values from device table.jhb2006-02-282-46/+40
* G/C some cruft.jhb2006-02-284-74/+4
* - Autogenerate a menu containing a list of countries and keymaps supportedjhb2006-02-2814-8/+392
* Allow PHOLD()'s of curproc even if P_WEXIT is set. Normally we don't wantjhb2006-02-281-1/+2
* update examples to use the correct terms that was never updated when thejmg2006-02-281-3/+3
* regen for 32bit sendfileps2006-02-284-6/+6
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-284-58/+124
* when acpi does not explicitly enumerate lapic/cpu's there shouldsam2006-02-281-1/+1
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-282-3/+3
* use standard mode instead of 500 for /sbin/init.luigi2006-02-281-1/+0
* Fix mpt_reset to try mpt_hard_reset more than once, and to trymjacob2006-02-282-43/+86
* Don't do a time travel to 12006...delphij2006-02-281-1/+1
* Reimplement mutex_init to get rid of compile warning.davidxu2006-02-281-88/+39
* Make ukbd(4) to not delay break scancodes in "raw" mode.emax2006-02-281-3/+1
* Fix up the Bridge Identifier field in the BPDU packet.thompsa2006-02-281-15/+30
* Correct the vnode locking in fdescfs.kris2006-02-281-4/+2
* Get this to compile with the recent UART changes.cognet2006-02-271-3/+3
* Bump a date in .Dd field. Last change brought some new functionality.wkoszek2006-02-271-1/+1
* Extend kldunload(8) functionality and fix minor problems:wkoszek2006-02-273-40/+50
* Staticize a couple of functions.deischen2006-02-2723-71/+106
OpenPOWER on IntegriCloud