| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduced nesting of #includes in random.h and adjusted isa/random_machdep.c | bde | 1996-06-17 | 1 | -17/+15 |
* | The Great PC98 Merge. | asami | 1996-06-14 | 6 | -5/+114 |
* | Removed unnecessary forward declarations of incomplete structs. | bde | 1996-06-08 | 1 | -3/+1 |
* | A trailing patch Jim left out of the last commit. | jkh | 1996-06-07 | 1 | -1/+7 |
* | Added missing CR0_NW define for Cyrix 486DLC support. It's still not | sos | 1996-06-03 | 1 | -1/+3 |
* | Jump some hoops to have the *.s code being able to be run through both an | peter | 1996-05-31 | 1 | -2/+3 |
* | Add an incremental checksum update routine. Perhaps some i386 assembly | wollman | 1996-05-23 | 1 | -1/+17 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 2 | -9/+9 |
* | A patch for the meteor device driver. It fixes: | jkh | 1996-05-17 | 1 | -1/+2 |
* | Add $Id$ | peter | 1996-05-04 | 2 | -0/+4 |
* | Update to 1.1beta5d | pst | 1996-05-04 | 1 | -18/+35 |
* | This commit was generated by cvs2svn to compensate for changes in r15599, | peter | 1996-05-04 | 2 | -0/+613 |
|\ |
|
| * | Import kernel parts of the v0.0.5alpha Stallion driver(s). | peter | 1996-05-04 | 2 | -0/+613 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -15/+1 |
* | Move atdevbase out of locore.s and into machdep.c | phk | 1996-05-02 | 2 | -44/+37 |
* | This can go now. | phk | 1996-05-02 | 1 | -131/+0 |
* | removed: | phk | 1996-05-02 | 3 | -48/+61 |
* | Added calibration the i8254 and the i586 clocks agains the RTC at boot | bde | 1996-05-01 | 1 | -9/+4 |
* | Don't return unused values in cpu_switch() or savectx(). | bde | 1996-05-01 | 1 | -2/+2 |
* | Oops, this should have been with the ctype changes. | bde | 1996-05-01 | 1 | -11/+9 |
* | pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from | phk | 1996-04-30 | 3 | -19/+25 |
* | Fix cpu_fork for real. | phk | 1996-04-25 | 1 | -2/+2 |
* | Adds the APM hooks into the generic pccard kernel files. With this code | nate | 1996-04-23 | 1 | -3/+1 |
* | Updated the laptop 'kludge' file. Hopefully this can go away soon. | nate | 1996-04-22 | 1 | -18/+20 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | nate | 1996-04-22 | 1 | -1/+2 |
* | savectx returns through cpu_switch in case of the child, so it must | phk | 1996-04-19 | 1 | -2/+2 |
* | Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax, | phk | 1996-04-18 | 1 | -2/+2 |
* | Add an inline function to compute the common-case IP header checksum. | wollman | 1996-04-18 | 1 | -0/+76 |
* | Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long to | bde | 1996-04-13 | 1 | -2/+2 |
* | hp300 -> i386 | nate | 1996-04-10 | 1 | -2/+2 |
* | Changed bdb() to breakpoint() and always enable it. | bde | 1996-04-07 | 1 | -34/+30 |
* | Moved declaration of bootverbose to a better place. It isn't | bde | 1996-04-07 | 1 | -4/+1 |
* | Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for | ache | 1996-04-05 | 2 | -4/+8 |
* | Fixed a problem that the UPAGES of a process were being run down | dyson | 1996-04-03 | 1 | -3/+3 |
* | Finished removing NOP macros. | bde | 1996-03-31 | 1 | -10/+1 |
* | Moved rtcin() to clock.c. | bde | 1996-03-31 | 2 | -3/+3 |
* | Parenthesized macros. | bde | 1996-03-29 | 1 | -7/+7 |
* | >Blush<. Use the correct opcode for the WRMSR instruction. | wollman | 1996-03-28 | 1 | -2/+2 |
* | A bug fix and a couple of new modes for the meteor driver. | jkh | 1996-03-28 | 1 | -1/+5 |
* | Add support for Pentium and Pentium Pro performance counters. | wollman | 1996-03-26 | 2 | -1/+296 |
* | Add support for /very/ experimental -e (exposure) option. | pst | 1996-03-21 | 1 | -1/+2 |
* | Return the status of the APM support (enabled/disabled) with the | nate | 1996-03-13 | 1 | -3/+2 |
* | Killed some historical #define cruft that we've never used in FreeBSD: | dg | 1996-03-12 | 1 | -22/+1 |
* | Bring in some prototypes that shouldn't have been dependant on | nate | 1996-03-12 | 1 | -5/+1 |
* | Bring in most of Bruce's prot_to_real() changes into the APM BIOS | nate | 1996-03-11 | 1 | -5/+8 |
* | From Lite2: add typedef for register_t. | hsu | 1996-03-11 | 1 | -1/+3 |
* | Mega-commit for Linux emulator update.. This has been stress tested under | peter | 1996-03-02 | 2 | -4/+3 |
* | Hopefully, this will fix the problems that some people have been having with | jkh | 1996-03-02 | 1 | -1/+14 |
* | Fix a problem with tracking the modified bit. Eliminate the | dyson | 1996-02-25 | 1 | -3/+4 |
* | . move out the error and status register def's for wt into | joerg | 1996-02-22 | 1 | -0/+30 |