| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrote memory sizing code to generally deal with holes in extended memory. | dg | 1995-07-19 | 1 | -2/+2 |
* | Make the bootinfo structure visible from sysctl. | phk | 1995-07-16 | 1 | -2/+4 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -2/+1 |
* | Fix standards conformance bugs in <signal.h>: | bde | 1995-06-28 | 1 | -6/+8 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 7 | -28/+28 |
* | Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS" | dg | 1995-05-25 | 1 | -2/+1 |
* | Added apersand constraint to make sure that the source and destination | dg | 1995-05-14 | 1 | -2/+2 |
* | Add loadandclear(). It atomically loads a value from memory, clears the | bde | 1995-05-11 | 1 | -1/+12 |
* | Correct the definition for the (unused) cpu_setstack(). | dg | 1995-05-04 | 1 | -2/+2 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-28 | 1 | -1/+2 |
* | Removed declaration of pmap_changebit()...it is no longer exported. | dg | 1995-03-26 | 1 | -2/+1 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 4 | -12/+82 |
* | Preserve reverse link integraty while doing the queue insertion. | dg | 1995-03-03 | 1 | -2/+2 |
* | Fix syntax errors in #ifdefed out code. | bde | 1995-02-16 | 1 | -3/+3 |
* | First attempt to run linux binaries. This is only the changes needed to | sos | 1995-02-14 | 1 | -2/+2 |
* | Whoops! back out last commit partly. | phk | 1995-02-14 | 1 | -3/+1 |
* | YFfix. | phk | 1995-02-14 | 1 | -2/+9 |
* | susword -> systm.h | phk | 1995-02-14 | 1 | -2/+1 |
* | Moved various pmap 'bit' test/set functions back into real functions; gcc | dg | 1995-01-24 | 1 | -38/+1 |
* | Fix security holes in sigreturn(), ptrace() and procfs. sigreturn() | bde | 1995-01-14 | 2 | -22/+36 |
* | Enable define of CR0_AM to prepare for implementing alignment checking. | bde | 1995-01-14 | 1 | -7/+3 |
* | Declare a real `struct fpreg' to prepare for implementing reading and | bde | 1995-01-14 | 1 | -6/+13 |
* | Remove reference to impossible trap type T_KDBTRAP. We don't support | bde | 1995-01-14 | 1 | -8/+9 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 2 | -4/+46 |
* | Corrected the list of volatile registers for outsb, outsw, and outsl. | dg | 1995-01-04 | 1 | -4/+4 |
* | Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_env | bde | 1995-01-03 | 2 | -16/+26 |
* | Add two more page table pages to keep 64MB machines happy. | dg | 1994-12-18 | 1 | -2/+2 |
* | Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out of | bde | 1994-12-03 | 1 | -2/+2 |
* | i386/exception.s, | bde | 1994-12-03 | 2 | -6/+7 |
* | Declare "extern int bootverbose", so that device-drivers and others | phk | 1994-11-26 | 1 | -1/+2 |
* | Add prototype for Debugger(). | bde | 1994-11-15 | 1 | -1/+2 |
* | Make gdt_segs[] public again for APM. | bde | 1994-11-15 | 1 | -2/+6 |
* | Rewrite almost everything. | bde | 1994-11-14 | 1 | -133/+300 |
* | Remove 1.5+K of bloat for unused idt entries. | bde | 1994-11-14 | 1 | -13/+20 |
* | Declare inline functions as __inline and with new-style parameter lists | bde | 1994-11-14 | 1 | -12/+13 |
* | Don't declare DELAY() here. Callers should include <machine/clock.h>. | bde | 1994-11-09 | 1 | -2/+1 |
* | Declare all functions exported by the npx driver. | bde | 1994-11-05 | 2 | -8/+34 |
* | Declare the full uglyness of the interfaces to the clock driver (except | bde | 1994-11-05 | 1 | -6/+46 |
* | Disable the direct call from hardclock() to softclock(). Support | bde | 1994-11-05 | 1 | -8/+19 |
* | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 2 | -4/+4 |
* | Fix the test for the code segment being the usual one. Unusual code | bde | 1994-10-19 | 1 | -2/+3 |
* | Remove CPU_COLORDISP, GIO_COLOR now exists | ache | 1994-10-18 | 1 | -4/+2 |
* | CPU_COLORDISP sysctl added for console display type | ache | 1994-10-15 | 1 | -2/+4 |
* | Cosmetics. Added a prototype. | phk | 1994-10-10 | 1 | -2/+2 |
* | Added prototypes. | phk | 1994-10-08 | 3 | -3/+10 |
* | CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i, | ache | 1994-10-04 | 1 | -2/+4 |
* | Avoid ddb getting a panic if the code-segment isn't the usual one... | phk | 1994-10-02 | 1 | -2/+2 |
* | apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module | phk | 1994-10-02 | 2 | -1/+7 |
* | Laptop Advanced Power Management support by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 1 | -2/+6 |
* | Inlined ins/outs functions. | dg | 1994-09-25 | 1 | -7/+75 |