| Commit message (Expand) | Author | Age | Files | Lines |
* | No longer attempt to power off the ACLINK during suspend - luigi | orion | 2002-05-05 | 1 | -3/+0 |
* | Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. Since | mux | 2002-05-05 | 1 | -0/+1 |
* | o Add struct mca_guid | marcel | 2002-05-05 | 1 | -6/+28 |
* | o Include md_var.h | marcel | 2002-05-05 | 1 | -10/+5 |
* | Remove definition of struct ia64_fdesc. It's been moved to md_var.h | marcel | 2002-05-05 | 1 | -8/+0 |
* | o Move definition of struct ia64_fdesc here to remove duplication. | marcel | 2002-05-05 | 1 | -1/+11 |
* | o Remove GIANT_REQUIRED from vm_map_lookup() and vm_map_lookup_done(). | alc | 2002-05-05 | 1 | -2/+2 |
* | Return the correct error code (ENOSYS, not EINVAL) from nosys(). Getting | bde | 2002-05-05 | 1 | -1/+1 |
* | Fixed breakage of binary compatibility of the kern.clockrate sysctl in | bde | 2002-05-05 | 2 | -0/+2 |
* | Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Only | bde | 2002-05-05 | 1 | -6/+12 |
* | Use pages instead of uz_maxpages, which has not been initialized yet, when | jeff | 2002-05-04 | 1 | -2/+2 |
* | o Make _vm_object_allocate() and vm_object_allocate() callable | alc | 2002-05-04 | 2 | -22/+21 |
* | Use -ffreestanding for kernel bits unconditionally. | obrien | 2002-05-04 | 1 | -2/+0 |
* | Fix a typo. | mux | 2002-05-04 | 2 | -2/+2 |
* | Shake unused stuff out of the flags in struct buf->b_flags. | phk | 2002-05-04 | 1 | -9/+11 |
* | Remove a six year old undocumented #ifdef : NO_B_MALLOC. | phk | 2002-05-04 | 1 | -12/+0 |
* | The struct buf->b_act was not used anywere. | phk | 2002-05-04 | 1 | -1/+0 |
* | Restore the ability interrupt dumps on i386, based on | fenner | 2002-05-04 | 3 | -0/+21 |
* | Remove obsolete code (that was already #if 0'd out). | dillon | 2002-05-04 | 1 | -18/+0 |
* | When a program launched on the local console exits, the shell will | mux | 2002-05-04 | 1 | -1/+2 |
* | Use region 7 addresses for the slabs in the PV and PT zones so that we | dfr | 2002-05-04 | 1 | -1/+1 |
* | Do not call nge_tick() if we get an PHY interrupt, nge_tick() calls | phk | 2002-05-04 | 1 | -3/+11 |
* | Increase gigE negotiation timeout to 17 seconds. | phk | 2002-05-04 | 1 | -5/+5 |
* | Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't really | phk | 2002-05-04 | 17 | -376/+129 |
* | Make sure we don't index the pm_rid array out of bounds in | marcel | 2002-05-04 | 1 | -0/+10 |
* | style(9): 'if' and 'while' need a space after them. | alfred | 2002-05-04 | 1 | -3/+3 |
* | Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS. | jeff | 2002-05-04 | 1 | -0/+1 |
* | Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. | jeff | 2002-05-04 | 4 | -0/+4 |
* | include systm.h in vnode_if.c so that panic is defined when we're doing | jeff | 2002-05-04 | 1 | -0/+1 |
* | o Remove GIANT_REQUIRED from vm_map_lookup_entry() and | alc | 2002-05-04 | 2 | -7/+3 |
* | HPFS picks up the vop_stdgetpages and vop_stdputpages member functions | phk | 2002-05-03 | 1 | -2/+0 |
* | Typo fix: detects -> detect. | jmallett | 2002-05-03 | 6 | -6/+6 |
* | Fix a memory-leak when configuring a vnode backed md(4) device fails. | phk | 2002-05-03 | 1 | -13/+16 |
* | s/pfs_badop/vop_eopnotsupp/ | des | 2002-05-03 | 1 | -17/+9 |
* | Initialize time_second to 1 instead of zero to pacify slightly bogus arp code. | phk | 2002-05-03 | 2 | -7/+5 |
* | Don't grab the lock until somewhat later in attach to avoid a lock | phk | 2002-05-03 | 2 | -12/+14 |
* | Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs and | phk | 2002-05-03 | 4 | -16/+16 |
* | As malloc(9) and free(9) are now Giant-free, remove the Giant lock | tanimura | 2002-05-03 | 4 | -26/+7 |
* | The first argument of pgsigio() is now struct sigio **. | tanimura | 2002-05-03 | 1 | -1/+1 |
* | Fix the lock order reversal between the sigio lock and a process/pgrp lock in | tanimura | 2002-05-03 | 3 | -2/+10 |
* | Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit to | marcel | 2002-05-03 | 1 | -4/+1 |
* | bzero out the sync command buffer when sending commands. This was causing | scottl | 2002-05-03 | 2 | -5/+13 |
* | MFNetBSD: | joe | 2002-05-02 | 1 | -1/+4 |
* | Retire makeobjops.pl - replaced by ../tools/makeobjops.awk. | peter | 2002-05-02 | 1 | -473/+0 |
* | Make em driver compilable on IA64/alpha. | pdeuskar | 2002-05-02 | 1 | -4/+4 |
* | Retire makeLINT.pl | peter | 2002-05-02 | 1 | -23/+0 |
* | Makefile uses genwakecode.sh now. | peter | 2002-05-02 | 1 | -22/+0 |
* | Cleanup, quote: | alfred | 2002-05-02 | 1 | -32/+29 |
* | As promised make the hack for sizeof(struct disklabel) on alpha annoying. | phk | 2002-05-02 | 1 | -3/+14 |
* | Convert devfs to nmount. | mux | 2002-05-02 | 2 | -7/+7 |