| Commit message (Expand) | Author | Age | Files | Lines |
* | Use atomic_set_8 on the us_freelist maps as they are not otherwise | mjacob | 2002-11-10 | 1 | -2/+2 |
* | When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than | alc | 2002-11-10 | 7 | -22/+22 |
* | Replace {disable,enable}_intr() with critical_{enter,exit}(). | mdodd | 2002-11-10 | 2 | -6/+6 |
* | Fix an error case in vm_map_wire(): unwiring of an entry during cleanup | alc | 2002-11-09 | 1 | -2/+2 |
* | Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS | iwasaki | 2002-11-09 | 2 | -92/+156 |
* | Fix an unparenthasized macro argument. md5s differ but this is likely | alfred | 2002-11-09 | 1 | -1/+1 |
* | Print real / avail memory in megabytes rather than kilobytes. | des | 2002-11-09 | 8 | -30/+32 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 18 | -93/+95 |
* | In vm_page_remove(), avoid calling vm_page_splay() if the object's memq | alc | 2002-11-09 | 1 | -10/+13 |
* | temporarily disallow FAST_IPSEC and INET6 to avoid potential panics; | sam | 2002-11-08 | 1 | -0/+3 |
* | FAST_IPSEC fixups: | sam | 2002-11-08 | 3 | -5/+42 |
* | fixup FAST_IPSEC build w/o INET6 | sam | 2002-11-08 | 2 | -2/+8 |
* | correct fast ipsec logic: compare destination ip address against the | sam | 2002-11-08 | 1 | -1/+1 |
* | correct minor # in make_dev call | sam | 2002-11-08 | 1 | -1/+1 |
* | change load order so module is present before crypto drivers | sam | 2002-11-08 | 1 | -1/+1 |
* | - Move netsmb entries over to MI files. netsmb appears to be MI code. | jhb | 2002-11-08 | 3 | -21/+11 |
* | Print daddr_t's with %j and intmax_t. | jhb | 2002-11-08 | 1 | -4/+5 |
* | Fix some sizeof(int) != sizeof(void *) warnings. | jhb | 2002-11-08 | 2 | -4/+4 |
* | - Change mb_copy_t to take a size_t as the length argument instead of an | jhb | 2002-11-08 | 3 | -4/+4 |
* | Fix a sizeof(int) != sizeof(void *) warning. | jhb | 2002-11-08 | 1 | -1/+1 |
* | Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. | jhb | 2002-11-08 | 4 | -12/+12 |
* | - Move opt_fb.h earlier so it covers included headers. | jhb | 2002-11-08 | 1 | -6/+5 |
* | Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined in | jhb | 2002-11-08 | 1 | -2/+2 |
* | Fix printf warnings with %j and uintmax_t. | jhb | 2002-11-08 | 1 | -2/+3 |
* | Fix warnings when compiled with SIMOS defined. | jhb | 2002-11-08 | 1 | -4/+14 |
* | Assign value of NULL to imgp->execlabel when imgp is initialized | rwatson | 2002-11-08 | 1 | -0/+1 |
* | Cast pointers in mem*_io() compat macros to uintptr_t so that they can be | jhb | 2002-11-08 | 1 | -5/+5 |
* | Make 3dfx i386-only. The memrange API it uses may be defined in an MI | jhb | 2002-11-08 | 3 | -15/+15 |
* | Move rc(4) over to MI notes and enable it as a MI module. | jhb | 2002-11-08 | 3 | -6/+6 |
* | To reduce per-return overhead of userret(), call into | rwatson | 2002-11-08 | 2 | -4/+8 |
* | Use critical_enter/exit instead of disable/enable_intr to make this | jhb | 2002-11-08 | 1 | -18/+18 |
* | - Change the ATM stack functions to use intptr_t instead of int for opaque | jhb | 2002-11-08 | 33 | -206/+209 |
* | - Set RS (Report Status) bit on all descriptors of a packet instead of just t... | pdeuskar | 2002-11-08 | 6 | -515/+763 |
* | Update MAC modules for changes in arguments for exec MAC policy | rwatson | 2002-11-08 | 7 | -14/+68 |
* | Add an explicit execlabel argument to exec-related MAC policy entry | rwatson | 2002-11-08 | 11 | -33/+44 |
* | Remove harmless but irritating printf. | phk | 2002-11-08 | 1 | -2/+0 |
* | Always recalculate the SRM checksum if the label is at 64 bytes offset. | phk | 2002-11-08 | 1 | -3/+13 |
* | - Update the SIMOS fp-stealing code to KSE-II and beyond. | jhb | 2002-11-08 | 1 | -5/+9 |
* | Remove #ifdef DEBUG signal debugging code brought over from NetBSD with the | jhb | 2002-11-08 | 1 | -32/+0 |
* | Make xrpu(4) i386-only. Consumers of i386_btop() are not MI. | jhb | 2002-11-08 | 2 | -3/+2 |
* | Wrap a device_printf() that violates bus space abstractions to figure out | jhb | 2002-11-08 | 1 | -0/+2 |
* | Use %z to print a size_t value. | jhb | 2002-11-08 | 2 | -2/+2 |
* | Use %z to print size_t values. | jhb | 2002-11-08 | 1 | -3/+3 |
* | Cast a ptrdiff_t to an int to printf. | jhb | 2002-11-08 | 1 | -1/+1 |
* | Use %z to print a size_t value. | jhb | 2002-11-08 | 1 | -1/+1 |
* | Remove physmem from here, too, as it is defined in vm_init.c since | tmm | 2002-11-08 | 1 | -1/+0 |
* | Reviewed by: n_hibma | mr | 2002-11-08 | 1 | -8/+16 |
* | adjust critical section to only wrap around vm86_bioscall(). | davidxu | 2002-11-08 | 1 | -2/+2 |
* | use critical_enter/exit to add a critical section around BIOS call, | davidxu | 2002-11-08 | 1 | -5/+9 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 10 | -228/+28 |