| Commit message (Expand) | Author | Age | Files | Lines |
* | Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts. | ambrisko | 2002-01-16 | 2 | -24/+52 |
* | Add extern to avoid sloppy common style declarations. | jake | 2002-01-16 | 1 | -2/+2 |
* | Make `options NETATALK' compile after the -fno-common changes. | iedowse | 2002-01-16 | 3 | -2/+6 |
* | - Attempt to help declutter kern. sysctl by moving security out from | arr | 2002-01-16 | 5 | -17/+18 |
* | Put write on read-only filesystem panic after we have weeded out | mckusick | 2002-01-16 | 1 | -2/+2 |
* | Change <b28> to HTT (Hyperthreading technology). If this flag is set then | peter | 2002-01-16 | 2 | -6/+6 |
* | fix typo, there's uap, just fd | alfred | 2002-01-16 | 1 | -1/+1 |
* | Ensure that we set all the %cr0 bits to a known state for the AP's before | peter | 2002-01-16 | 6 | -0/+60 |
* | Revise the nfsiod auto tuning code. Now both the upper and lower limits | peter | 2002-01-15 | 3 | -22/+87 |
* | better namespsace of static functions | imp | 2002-01-15 | 1 | -5/+9 |
* | o Sync the device list with OLDCARD. | imp | 2002-01-15 | 1 | -51/+46 |
* | Bump the limits for determining if we've held a spinlock too long as they | jhb | 2002-01-15 | 2 | -4/+4 |
* | - Catch up printtrap() to KSE by using curthread and testing it against | jhb | 2002-01-15 | 1 | -5/+9 |
* | When downgrading a filesystem from read-write to read-only, operations | mckusick | 2002-01-15 | 5 | -10/+24 |
* | Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA address | imp | 2002-01-15 | 2 | -0/+6 |
* | Sync to GENERIC: add UFS_DIRHASH | imp | 2002-01-15 | 1 | -0/+1 |
* | Reinstate linux_ifname. Although the Linuxulator doesn't use it | marcel | 2002-01-15 | 1 | -0/+27 |
* | Push down Giant in dup(2) and dup2(2), Giant is only needed when | alfred | 2002-01-15 | 1 | -16/+17 |
* | Fix select on fifos. | alfred | 2002-01-14 | 3 | -13/+41 |
* | Fix mind-o: compare sc->sis_rev instead of 'command' when trying to | wpaul | 2002-01-14 | 1 | -1/+1 |
* | Commit a know fix for hpfs to use vop_defaultop plug instead of wrong | semenu | 2002-01-14 | 1 | -13/+1 |
* | Remove a bogus FILEDESC_UNLOCK. | alfred | 2002-01-14 | 1 | -1/+0 |
* | Make the i386 boot2 fully blocksize-agnostic, as has already been | iedowse | 2002-01-14 | 2 | -96/+92 |
* | The vnode was not being vput()'d in the EEXIST mknod case on the nfs | dillon | 2002-01-14 | 1 | -0/+2 |
* | The datasheet for the 6710/6722 says that you must use one method to | imp | 2002-01-14 | 1 | -2/+8 |
* | Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set. | imp | 2002-01-14 | 1 | -1/+5 |
* | Added 'MACHINE=i386' to MKMODULESENV variable. | nyan | 2002-01-14 | 1 | -0/+2 |
* | Backout inclusion of queue.h since rev 1.38 sys/file.h now has it | alfred | 2002-01-14 | 8 | -24/+0 |
* | Remove requirement for queue.h by consumers by moving its inclusion | alfred | 2002-01-14 | 1 | -1/+1 |
* | o Correct the initialization of aiolio_zone: Each entry was 16 times larger | alc | 2002-01-14 | 1 | -13/+5 |
* | use bus_space(9) rather than the memory mapped register set. This is | imp | 2002-01-14 | 3 | -82/+115 |
* | don't initialize the mutex in the temporary struct file, the soo_* | alfred | 2002-01-14 | 1 | -6/+0 |
* | Implement vfs.nfs.iodmin (minimum number of nfsiod's) and | peter | 2002-01-14 | 3 | -60/+92 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 22 | -230/+136 |
* | Add parens around macro args. | alfred | 2002-01-13 | 1 | -4/+4 |
* | remove unused socket pointer | alfred | 2002-01-13 | 1 | -1/+0 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 18 | -30/+49 |
* | o Call the functions registered with at_exec() from exec_new_vmspace() | alc | 2002-01-13 | 1 | -4/+7 |
* | Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.c | gj | 2002-01-13 | 1 | -1/+2 |
* | Remove unused variable. | alfred | 2002-01-13 | 1 | -1/+0 |
* | Comment fdrop and fdrop_locked functions. | alfred | 2002-01-13 | 1 | -0/+9 |
* | Implement ffind_hold using ffind_lock. | alfred | 2002-01-13 | 1 | -11/+3 |
* | Some of the KSE stuff was accidentally reverted by file locking, | alfred | 2002-01-13 | 1 | -5/+5 |
* | Remove file locking debug cruft. | alfred | 2002-01-13 | 2 | -28/+0 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 49 | -541/+1624 |
* | It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIR | iedowse | 2002-01-13 | 1 | -3/+9 |
* | Add support for newer integrated SiS 900 controllers on the 635 and 735 | wpaul | 2002-01-12 | 2 | -5/+54 |
* | When going to sleep, we must save our SPL so that it does not get | mckusick | 2002-01-12 | 1 | -38/+76 |
* | Export "ng_ether_enaddr_type" because the ng_bridge type uses it. | archie | 2002-01-12 | 1 | -0/+2 |
* | Fix a few NFSv2 issues that slipped in during the big cleanup. The | iedowse | 2002-01-12 | 1 | -33/+28 |