| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the "Avlab Technology, PCI IO 2S" card. | jhay | 2002-03-06 | 1 | -0/+9 |
* | Rename runq_find() to runq_findproc(), and hide it behind #ifdef DIAGNOSTIC, | des | 2002-03-06 | 1 | -3/+5 |
* | Fix a typo, unbreak the world. | maxim | 2002-03-06 | 1 | -1/+1 |
* | Don't (blindly) truncate the unit number to 4 digits when formatting the | bde | 2002-03-06 | 1 | -1/+3 |
* | Maximum semid is seminfo.semmni not seminfo.semmsl. | maxim | 2002-03-06 | 1 | -3/+3 |
* | Fixed compilation warnings. | ru | 2002-03-06 | 1 | -0/+2 |
* | Fixed a printf format error again. Rev.127 was clobbered in rev.1.128 | bde | 2002-03-06 | 1 | -1/+1 |
* | Add a sequential iteration optimization to vm_object_page_clean(). This | dillon | 2002-03-06 | 1 | -75/+194 |
* | cleanup readability syntax prior to ongoing b_resid work commits. | dillon | 2002-03-06 | 1 | -4/+5 |
* | - use des_ecb3_encrypt(). | ume | 2002-03-05 | 1 | -11/+9 |
* | Oops, now, encription and decription are separate function. | ume | 2002-03-05 | 1 | -2/+2 |
* | Official timeout routines for netgraph nodes that know how to | julian | 2002-03-05 | 2 | -0/+66 |
* | Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear to | rwatson | 2002-03-05 | 3 | -5/+5 |
* | The change from td->td_proc->p_ucred to td->td_ucred has shortened some | rwatson | 2002-03-05 | 2 | -8/+6 |
* | - Use td_ucred for jail checks. | jhb | 2002-03-05 | 3 | -84/+45 |
* | Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem and | rwatson | 2002-03-05 | 1 | -3/+4 |
* | Merge reservation of two SI_SUB constants for the MAC policy framework | rwatson | 2002-03-05 | 1 | -0/+2 |
* | * Move bswlist declaration and initialization from kern/vfs_bio.c to | eivind | 2002-03-05 | 3 | -20/+22 |
* | Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/net | green | 2002-03-05 | 1 | -1/+1 |
* | Change wmesg to const char * instead of char * | eivind | 2002-03-05 | 2 | -4/+4 |
* | Change every occurrence of "bootblock" into "boot1" after | robert | 2002-03-05 | 1 | -7/+7 |
* | Add roaming and microwave oven support. Some minor formatting nits. | imp | 2002-03-05 | 1 | -12/+58 |
* | Part II: update various mechanically generated files to allow for new | rwatson | 2002-03-05 | 5 | -6/+18 |
* | Remove __P to reduce diffs with NetBSD and my private tree. | imp | 2002-03-05 | 1 | -40/+38 |
* | Reserve system call numbers for the MAC framework. This will prevent | rwatson | 2002-03-05 | 1 | -1/+6 |
* | Merge a little from NetBSD. | imp | 2002-03-05 | 1 | -2/+24 |
* | Document all functions, global and static variables, and sysctls. | eivind | 2002-03-05 | 9 | -128/+338 |
* | Fix a warning. | robert | 2002-03-05 | 1 | -2/+0 |
* | Move sysctl debug.sizeof into sys/sysctl.h where it belongs. | phk | 2002-03-05 | 1 | -0/+1 |
* | If in strategy we find that we have no devsw on the device anymore we | phk | 2002-03-05 | 1 | -3/+6 |
* | - Fix seeking for offsets requiring more than 32 bits. | robert | 2002-03-05 | 2 | -10/+54 |
* | Add sys/dev/ufm.c. | tanimura | 2002-03-05 | 1 | -0/+1 |
* | Remove duplicated and wrong sc->sc_last_recv setting. It unbreaks | maxim | 2002-03-05 | 1 | -4/+1 |
* | Add a new variable mp_maxid. This is used so that per cpu datastructures may | jeff | 2002-03-05 | 9 | -8/+41 |
* | Misc little cleanups: | sos | 2002-03-05 | 4 | -13/+12 |
* | - Speedup 3DES by using assembly code for i386. | ume | 2002-03-05 | 23 | -515/+5222 |
* | Call ast() only when we're handling a user trap. | marcel | 2002-03-05 | 1 | -1/+2 |
* | Track the number of wired pages to avoid unwiring unwired pages. | tanimura | 2002-03-05 | 1 | -0/+1 |
* | Unbreak bridge.ko. Replace an unresolved symbol with the actions it | cjc | 2002-03-05 | 1 | -1/+3 |
* | Add cloning support to the loopback interface. | brooks | 2002-03-04 | 1 | -56/+99 |
* | Change the network interface cloning API so the destroy function returns | brooks | 2002-03-04 | 6 | -11/+14 |
* | Update header. | sos | 2002-03-04 | 3 | -3/+3 |
* | o Create vm_pageq_enqueue() to encapsulate code that is duplicated time | alc | 2002-03-04 | 3 | -30/+24 |
* | Add generalized power profile code. | iwasaki | 2002-03-04 | 13 | -95/+267 |
* | Add PSEUDOFS. | dfr | 2002-03-04 | 1 | -1/+2 |
* | Add emulation support for PAL_VM_SUMMARY. | dfr | 2002-03-04 | 2 | -2/+11 |
* | Add support for starting secondary cpus in kernel, as opposed to relying | jake | 2002-03-04 | 9 | -188/+342 |
* | Dig the information about which tlb slots were used to map the kernel out | jake | 2002-03-04 | 2 | -10/+21 |
* | Allocate tlb contexts on the fly in cpu_switch, instead of statically 1 to 1 | jake | 2002-03-04 | 8 | -136/+297 |
* | Fix obscure problems with vfork where part of the parent's stack could be | jake | 2002-03-04 | 1 | -8/+40 |