| Commit message (Expand) | Author | Age | Files | Lines |
* | Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t instead | des | 2001-03-19 | 1 | -3/+3 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 1 | -1/+1 |
* | Remove the now defunct ATA_ENABLE* options | sos | 2001-03-16 | 3 | -12/+0 |
* | add cnw driver to notes/lint | imp | 2001-03-16 | 1 | -0/+2 |
* | Resync to GENERIC. This backs out the spammage that I committed wrt | imp | 2001-03-16 | 1 | -23/+15 |
* | Kill the 4MB kernel limit dead. [I hope :-)]. | peter | 2001-03-15 | 5 | -12/+31 |
* | Commit some tweaks I have had laying around my tree for over a year now. | peter | 2001-03-13 | 2 | -12/+14 |
* | Move the fxp driver so it is under the miibus section. | jlemon | 2001-03-12 | 2 | -3/+3 |
* | rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have | des | 2001-03-11 | 1 | -7/+3 |
* | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | phk | 2001-03-09 | 1 | -4/+0 |
* | Fix mtx_legal2block. The only time that it is bad to block on a mutex is | jhb | 2001-03-09 | 1 | -1/+0 |
* | Unrevert the pmap_map() changes. They weren't broken on x86. | jhb | 2001-03-07 | 1 | -6/+14 |
* | Spelling and capitalization fixes. | gsutter | 2001-03-07 | 1 | -7/+7 |
* | - Release Giant a bit earlier on syscall exit. | jhb | 2001-03-07 | 1 | -20/+14 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 6 | -10/+37 |
* | Use the proc lock to protect p_pptr when waking up our parent in cpu_exit() | jhb | 2001-03-07 | 1 | -1/+2 |
* | Back out the pmap_map() change for now, it isn't completely stable on the | jhb | 2001-03-07 | 1 | -14/+6 |
* | Spell what was originally "unsigned long" as "unsigned long" again, | dwmalone | 2001-03-06 | 1 | -4/+4 |
* | - Rework pmap_map() to take advantage of direct-mapped segments on | jhb | 2001-03-06 | 1 | -6/+14 |
* | Create clone'd linux processes as stopped processes at first and don't | jhb | 2001-03-06 | 1 | -1/+9 |
* | Don't enable interrupts before calling sched_ithd for threaded interrupts. | jhb | 2001-03-05 | 4 | -4/+0 |
* | Add some default hints for isp. | mjacob | 2001-03-03 | 1 | -0/+15 |
* | Add support for Dlink DL10022 to the ed driver. This is a mii part | imp | 2001-03-03 | 2 | -9/+19 |
* | Merged from sys/i386/include/bus_at386.h revision 1.13. | kato | 2001-03-02 | 1 | -1/+0 |
* | Back out a removal that I was far to quick to apply. The root cause | markm | 2001-03-02 | 1 | -0/+3 |
* | version 1.7 made some changes to correct problems identifed by compiling | mdodd | 2001-03-02 | 2 | -2/+0 |
* | No longer an option. Config(8) is whining over LINT. | markm | 2001-03-01 | 1 | -3/+0 |
* | In ascpoll, return revents, not 0. | jlemon | 2001-03-01 | 1 | -1/+1 |
* | Linux does not filesystem-sync file-backed writable mmap pages on | dillon | 2001-02-28 | 1 | -0/+2 |
* | Update NOTES wrt hint for fxp. | mjacob | 2001-02-27 | 1 | -0/+2 |
* | Add and document the LINPROCFS option, so that we can build linprocfs | peter | 2001-02-27 | 1 | -0/+3 |
* | "Document" the COMPAT_LINUX and IBCS2 ABI emulation support together | peter | 2001-02-27 | 1 | -7/+18 |
* | Make the kernel actually compile and link under a.out, using | peter | 2001-02-25 | 2 | -0/+14 |
* | Always use the ELF naming after the demise of asnames.h. | peter | 2001-02-25 | 1 | -5/+0 |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 22 | -734/+409 |
* | Drop the 'count' from the aha device specs | peter | 2001-02-25 | 3 | -3/+3 |
* | - Rename the lcall system call handler from Xsyscall to Xlcall_syscall | jake | 2001-02-25 | 5 | -33/+18 |
* | MFS: bring the consistent `compat_3_brand' support into -CURRENT | obrien | 2001-02-24 | 1 | -0/+2 |
* | Add back in INVARIANT_SUPPORT and expand the comments in NOTES about it | jhb | 2001-02-24 | 1 | -0/+13 |
* | Introduce API for sequential reads/writes (build/dissect) of mbuf chains. | bp | 2001-02-24 | 1 | -0/+3 |
* | Activate USER_LDT by default. The new thread libraries are going to | peter | 2001-02-23 | 15 | -62/+10 |
* | Remove undefined and unreferenced doreti_syscall_ret globl. While I'm | jhb | 2001-02-23 | 1 | -3/+1 |
* | The p_md.md_regs member of proc is used in signal handling to reference | jhb | 2001-02-22 | 1 | -0/+1 |
* | - Change ast() to take a pointer to a trapframe like other architectures. | jhb | 2001-02-22 | 2 | -7/+9 |
* | - Use TRAPF_PC() on the alpha to acess the PC in the trap frame. | jhb | 2001-02-22 | 1 | -3/+2 |
* | GC unused and now obsolete assertion macros. | jhb | 2001-02-22 | 1 | -8/+0 |
* | Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORT | jhb | 2001-02-22 | 1 | -10/+0 |
* | - Add a new ithread_schedule() function to do the bulk of the work of | jhb | 2001-02-20 | 1 | -52/+7 |
* | - Don't call clear_resched() in userret(), instead, clear the resched flag | jhb | 2001-02-20 | 6 | -32/+0 |
* | Removed all traces of T_ASTFLT (except for gaps where it was). It became | bde | 2001-02-19 | 3 | -3/+1 |