| Commit message (Expand) | Author | Age | Files | Lines |
* | sc_lasttime and sc_starttime are time_t's, not long's. | dillon | 2001-10-27 | 1 | -2/+2 |
* | Only provide function information in compile environments that support | mike | 2001-10-27 | 1 | -0/+5 |
* | syncdelay, filedelay, dirdelay, metadelay are ints, not time_t's, | dillon | 2001-10-27 | 2 | -8/+4 |
* | Nudge the axe a bit closer to cdevsw[]: | phk | 2001-10-27 | 2 | -2/+66 |
* | Eliminate the prefix parameter to linux_emul_find(), which was always | des | 2001-10-27 | 4 | -11/+9 |
* | Add a P_INEXEC flag that indicates that the process has called execve() and | des | 2001-10-27 | 3 | -15/+30 |
* | Implement elf_reloc. This makes klds work. | jake | 2001-10-27 | 2 | -13/+259 |
* | Handle instruction access mmu miss faults in kernel mode. These can only | jake | 2001-10-27 | 3 | -2/+95 |
* | o Modify copyright date format for improved consistency: use '-' for | rwatson | 2001-10-27 | 2 | -2/+2 |
* | o Update copyright dates. | rwatson | 2001-10-27 | 4 | -4/+4 |
* | o Improve style(9) compliance following KSE modifications. In particular, | rwatson | 2001-10-27 | 3 | -54/+57 |
* | o Althought this is not specified in POSIX.1e, the UFS ACL implementation | rwatson | 2001-10-27 | 1 | -1/+6 |
* | o Clarify a comment about the locking condition of the vnode upon exit | rwatson | 2001-10-27 | 1 | -9/+15 |
* | o The comment about ordering the destruction of the lock and the removal of | rwatson | 2001-10-27 | 1 | -1/+1 |
* | o Wrap a number of long lines of code, many of which were introduced | rwatson | 2001-10-27 | 1 | -9/+16 |
* | Since namespace support was added to the UFS extended attribute | rwatson | 2001-10-27 | 1 | -9/+7 |
* | Enable round-robin arbitration between transmit and receive unit | luigi | 2001-10-27 | 2 | -0/+10 |
* | Support the "install.debug" and "reinstall.debug" targets for kernel modules. | des | 2001-10-27 | 7 | -18/+22 |
* | Force the length of the sockaddr to be correct for AF_INET and AF_INET6 | fenner | 2001-10-26 | 1 | -2/+23 |
* | Add 'ciss'. | msmith | 2001-10-26 | 1 | -0/+1 |
* | Add mtx_lock_giant() and mtx_unlock_giant() wrappers for sysctl management | dillon | 2001-10-26 | 4 | -6/+101 |
* | minor commenting based on syscall environment | dillon | 2001-10-26 | 1 | -0/+6 |
* | Add VOP_IOCTL support, and fix a bug that would cause a panic if a file or | des | 2001-10-26 | 2 | -4/+58 |
* | - Change the taskqueue locking to protect the necessary parts of a task | jhb | 2001-10-26 | 6 | -62/+13 |
* | Add APM compatibility feature to ACPI. | iwasaki | 2001-10-26 | 10 | -11/+776 |
* | Move recently added procedure which was incorrectly placed within an | dillon | 2001-10-26 | 1 | -17/+16 |
* | Detach the prom console when platform.cons_init is called. This seems | mjacob | 2001-10-26 | 3 | -2/+15 |
* | Make cdevsw[] static. | phk | 2001-10-26 | 1 | -1/+1 |
* | Reporting device drivers by traversing cdevsw[] is at best a hack | phk | 2001-10-26 | 1 | -2/+6 |
* | Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach. | ru | 2001-10-26 | 6 | -6/+8 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 10 | -61/+164 |
* | Add locking to taskqueues. There is one mutex per task, one mutex per | jhb | 2001-10-26 | 6 | -44/+110 |
* | Use msleep() to avoid lost wakeup's instead of doing an ineffective | jhb | 2001-10-26 | 1 | -15/+5 |
* | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | dillon | 2001-10-26 | 7 | -57/+145 |
* | Add missing TAILQ_INSERT_TAIL's which somehow didn't get comitted with | dillon | 2001-10-25 | 1 | -0/+2 |
* | Default to not performing ufs_dirhash's extensive directory-block | iedowse | 2001-10-25 | 1 | -1/+1 |
* | In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsize | dillon | 2001-10-25 | 1 | -2/+14 |
* | Use TASK_INIT to initialize taskqueue task instead of violating the | jhb | 2001-10-25 | 1 | -6/+6 |
* | Remove wx driver, which got recently removed. | asmodai | 2001-10-25 | 1 | -1/+0 |
* | Unbreak NEWCARD by removing options NFS and replacing it with the | asmodai | 2001-10-25 | 1 | -1/+2 |
* | Aargh. I really shouldn't do late night commits. Remove a floating point | jlemon | 2001-10-25 | 1 | -1/+1 |
* | Now that nfsm_reply() does not usually set 'error' to 0, we need | iedowse | 2001-10-25 | 1 | -0/+1 |
* | Defs for three (unused so far) bits in PCI command/status register | luigi | 2001-10-25 | 2 | -6/+6 |
* | Fix an inverted test csae. Success of getenv() is determined by a return | jhb | 2001-10-25 | 1 | -1/+1 |
* | Currently no code does a CROSSJUMP() to sw1a, so we don't need a | jhb | 2001-10-25 | 3 | -6/+0 |
* | Use %ecx instead of %ebx for the scratch register while updating %dr7 since | jhb | 2001-10-25 | 3 | -15/+9 |
* | - Fix typo in comment from previous revision. | jhb | 2001-10-25 | 3 | -9/+12 |
* | Whitespace, comment, and string fixes. | jhb | 2001-10-25 | 3 | -129/+117 |
* | Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA in | bde | 2001-10-25 | 2 | -44/+44 |
* | Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. It | bde | 2001-10-25 | 2 | -2/+4 |