| Commit message (Expand) | Author | Age | Files | Lines |
* | Define integer types added by POSIX.1g. We already had int8_t, int16_t, | alex | 1998-01-08 | 1 | -1/+4 |
* | Added accent (dead) key support to syscons and kbdcontrol. | yokota | 1998-01-07 | 3 | -7/+393 |
* | documentation changes. | jamil | 1998-01-06 | 1 | -4/+5 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -1/+2 |
* | sigh....forgot to update the DEBUG printf | jmb | 1998-01-05 | 1 | -3/+3 |
* | length argument to truncate() in linux emulation | jmb | 1998-01-05 | 1 | -1/+2 |
* | AMD calls the PR166 and PR200, models 2 and 3 respectively. | obrien | 1998-01-03 | 1 | -3/+3 |
* | Update AMD URL for CPU recognition docs. | obrien | 1998-01-03 | 1 | -2/+3 |
* | Fix typo. Option `CPU_SUSP_HLT' didn't work on Cyrix 486DX box. | kato | 1998-01-03 | 1 | -3/+3 |
* | Don't try to call into BIOS32 handlers outside the normal ROM | msmith | 1998-01-01 | 1 | -2/+2 |
* | Fixed cosmetic bugs: | bde | 1998-01-01 | 1 | -34/+32 |
* | Removed unused #includes. | bde | 1998-01-01 | 1 | -5/+0 |
* | Moved the SMP declarations of INTREN() and INTRDIS() to the correct header, | bde | 1998-01-01 | 2 | -4/+4 |
* | Explain that MAXMEM maynot be nessicary for detection of >64MB RAM. | obrien | 1997-12-31 | 2 | -10/+16 |
* | Fix a race condition I introduced. | phk | 1997-12-30 | 1 | -5/+17 |
* | Fix a include gottcha in the SMP case. | phk | 1997-12-29 | 1 | -2/+2 |
* | Add back a #include <sys/types.h> so that this header is | steve | 1997-12-28 | 1 | -0/+1 |
* | More cleanup relating to our use of the TSC. | phk | 1997-12-28 | 5 | -107/+73 |
* | wash, sort and put in order various nits from the i586_ctr -> tsc | phk | 1997-12-28 | 8 | -47/+47 |
* | Fixed initialization of the divisor latch. We depended on siocnopen() | bde | 1997-12-28 | 1 | -2/+21 |
* | YAMFsio.c (always call ttwwakeup() before returning from comstart()). | bde | 1997-12-28 | 1 | -1/+2 |
* | Always call ttwwakeup() before returning from comstart(). It isn't | bde | 1997-12-28 | 1 | -1/+2 |
* | Removed unnecessary (and broken) wakeup code in rpstart(). There is no | bde | 1997-12-28 | 1 | -15/+0 |
* | Removed stale comment about printf's deficiencies and rewrote the code | bde | 1997-12-28 | 1 | -29/+13 |
* | Update comment to match updated sb0 line (conflicts keyword no longer needed | jkh | 1997-12-28 | 2 | -8/+2 |
* | Back out previous commit, the so-called "unused code" was most definately | peter | 1997-12-27 | 1 | -1/+3 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+2 |
* | #include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, as | peter | 1997-12-27 | 2 | -2/+4 |
* | Change major number to match the one actually used (whoops!). | jkh | 1997-12-26 | 1 | -1/+1 |
* | Rename "i586_ctr" to "tsc" (both upper and lower case instances). | phk | 1997-12-26 | 9 | -93/+93 |
* | ename "i586_ctr" to "tsc" (both upper and lower case instances). | phk | 1997-12-26 | 3 | -8/+8 |
* | Reorder to a more conventional if/then/else/endif structure. | phk | 1997-12-26 | 1 | -14/+11 |
* | This patch causes the "calltodo" timer list to be decremented by the amount | nate | 1997-12-23 | 2 | -4/+32 |
* | Document `flags' for the psm driver. | yokota | 1997-12-23 | 2 | -2/+22 |
* | Correct my previous fix for the UPAGES problem. | dyson | 1997-12-22 | 1 | -5/+3 |
* | Hopefully fix the problem with the TLB not being updated correctly. | dyson | 1997-12-22 | 1 | -5/+7 |
* | Make the class code checks in function pci_cfgcheck less strict. | se | 1997-12-20 | 4 | -8/+8 |
* | Augment $PATH to ensure searching of /sbin and /usr/sbin for sysctl | bde | 1997-12-18 | 1 | -3/+4 |
* | Add missing references to Xcpuast, get_isrlock and checkstate_probed_cpus | peter | 1997-12-18 | 1 | -1/+4 |
* | Regenerate (fix argument of linux_nice). | kato | 1997-12-17 | 3 | -4/+4 |
* | I should not edit linux_prot.h directly. Fix the argument of linux_nice. | kato | 1997-12-17 | 1 | -2/+2 |
* | Make hidden COMPAT_43 dependencies explict. Options in headers is a | eivind | 1997-12-16 | 2 | -1/+5 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 8 | -9/+28 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 8 | -8/+16 |
* | As described by the submitter: | msmith | 1997-12-15 | 2 | -1/+70 |
* | Add support for low resolution SMP kernel profiling. | tegge | 1997-12-15 | 10 | -16/+78 |
* | Don't forward hardclock or statclock to stopped cpus. Disable forwarding | tegge | 1997-12-15 | 3 | -30/+51 |
* | As described by the submitter: | msmith | 1997-12-14 | 1 | -2/+147 |
* | After one of my analysis passes to evaluate methods for SMP TLB mgmt, I | dyson | 1997-12-14 | 5 | -14/+93 |
* | Add needed #include. | tegge | 1997-12-12 | 3 | -3/+12 |