]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Sigh, we need this one now.
[FreeBSD/FreeBSD.git] / sys / amd64 /
1998-06-30 jmgconvert some nfs tunables to options, these are:
1998-06-21 bdeRemoved unused includes.
1998-06-21 bdeRemoved unused includes.
1998-06-21 mckayRemove bogus comment that teleported in from sys/i386...
1998-06-21 bdeConverted add_interrupt_randomness() to take a `void...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-18 bdeConverted isa_strayintr() to take a `void *' arg.
1998-06-18 bdeChanged the type of an isa/general interrupt handler...
1998-06-17 bdeDon't declare isa device structs or isa interrupt handl...
1998-06-12 dgIncreased MAXTSIZ to 128MB...there are binaries that...
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-09 phkAdd a tc_ prefix to struct timecounter members.
1998-06-09 bdePass lists of possible root devices and their names...
1998-06-08 dfrFix more of my DDB breakage.
1998-06-08 dfrMake DDB work again after I broke it :-(.
1998-06-07 phkAdd a member function more to the timecounters, this...
1998-06-07 dfrThis commit fixes various 64bit portability problems...
1998-06-07 phkAdd a "this" style argument and a "void *private" so...
1998-06-03 jkhAdd the DPT driver here. It's kinda ironic that it...
1998-06-03 bdeIfdefed the netisr support.
1998-06-03 msmithIf vm86 services are available, use these to perform...
1998-05-31 steveMake this ${.OBJDIR} and ${.CURDIR} aware.
1998-05-31 bdeConverted the ICU-level interrupt tests (3, 5 and 8...
1998-05-28 phkSome cleanups related to timecounters and weird ifdefs...
1998-05-22 desUse switch instead of if/else chain for 686 model ident...
1998-05-22 desAdd CPU_PII to the list.
1998-05-21 desCorrectly identify the precise CPU model within the...
1998-05-21 dysonMake flushing dirty pages work correctly on filesystems...
1998-05-21 wpaulAnd entries for ThunderLAN driver.
1998-05-19 dufaultRemove option for SCHED_FIFO. With this optional,...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 peterMissing parens caused cpu features not to be printed...
1998-05-19 phkChange a data type internal to the timecounters, and...
1998-05-19 phkMake the size of the msgbuf (dmesg) a "normal" option.
1998-05-19 teggeBack out part of revision 1.198 commit (clearing kernel...
1998-05-19 teggeDisallow reading the current kernel stack. Only the...
1998-05-17 teggeChange simple lock handling to not depend upon having...
1998-05-17 teggeAdd forwarding of roundrobin to other cpus. This gives...
1998-05-17 teggeUse a higher priority interrupt vector for 8254 timer...
1998-05-17 teggeFor SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1...
1998-05-17 teggeClear kernel stack pages before usage.
1998-05-17 phks/nanoruntime/nanouptime/g
1998-05-16 katoSome of newer PC-98 may cause "Windows Protection Fault...
1998-05-16 katoDisable local APIC in UP kernel. Intel specification...
1998-05-15 dysonDisable the auto-Write Combining setup for the pmap...
1998-05-12 dysonSome temporary fixes to SMP to make it more scheduling...
1998-05-12 dysonFix alot of silly LINT that I left in the code.
1998-05-12 bdeBacked out previous commit. It is invalid to call...
1998-05-11 dysonChange some tests from CPU_CLASS686 to CPU_686 as appro...
1998-05-11 dysonSupport better performance with P6 architectures and...
1998-05-11 dysonAttempt to set write combining mode for graphics devices.
1998-05-06 julianAdd dump support to the DEVFS/slice code.
1998-05-06 gibbsImplement bus_dmamem_* functions and correct a few...
1998-05-03 peterThis commit was generated by cvs2svn to compensate...
1998-05-02 peterThis commit was generated by cvs2svn to compensate...
1998-04-29 andreasThis commit was generated by cvs2svn to compensate...
1998-04-28 eivindTranslate T_PROTFLT to SIGSEGV instead of SIGBUS when...
1998-04-28 acheThis commit was generated by cvs2svn to compensate...
1998-04-27 desCast return values to the appropriate fp_*_t. Note...
1998-04-26 dysonAdd the PAT cpuid feature.
1998-04-22 teggeMask the interrupt before setting the corresponding...
1998-04-22 mjacobAdd support for the Qlogic ISP SCSI && FC/AL Adapters
1998-04-20 julianRemove an LFS clause, now that it is in the history,
1998-04-20 julianMake the devfs SLICE option a standard type option.
1998-04-19 julianAdd changes and code to implement a functional DEVFS.
1998-04-19 bdeSupport compiling with `gcc -pedantic' (don't use hard...
1998-04-19 bdeSupport compiling with `gcc -pedantic' (don't use hard...
1998-04-19 bdeSupport compiling with `gcc-pedantic' (don't use hard...
1998-04-19 bdeSupport compiling with gcc -pedantic (don't use a bogus...
1998-04-17 desSeventy-odd "its" / "it's" typos in comments fixed...
1998-04-15 bdeFinish supporting compiling with `gcc -ansi'. Fix...
1998-04-15 bdeSupport compiling with `gcc -ansi'.
1998-04-15 bdeFixed breakage of fork accounting in previous commit...
1998-04-06 peterFix VM86 compiles. a #include "opt_vm86.h" was missing...
1998-04-06 peterremove #ifdef declaration of npxproc, use globals.s...
1998-04-06 peterUse real types for the SMP pages being allocated rather...
1998-04-06 peterclean up #ifdefs, define the variables that have to...
1998-04-06 peter_curpcb is always defined in globals.s instead of here...
1998-04-06 peterBogus casts
1998-04-06 peterRather than filling this file up with SMP .sets, use...
1998-04-06 peterGenerate #defines that the asm code can access for...
1998-04-06 peterA pair of C structures used for laying out the SMP...
1998-04-06 phkMake a kernel version of the timer* functions called...
1998-04-05 teggeRemove some unneeded statements that enabled interrupts.
1998-04-04 phkTime changes mark 2:
1998-04-01 teggeAdd two workarounds for broken MP tables:
1998-04-01 teggeDeclare some variables modified by interrupt handlers...
1998-03-30 phkEradicate the variable "time" from the kernel, using...
1998-03-28 dufaultFinish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
1998-03-28 bdeMoved some #includes from <sys/param.h> nearer to where...
1998-03-23 jlemonAdd the ability to make real-mode BIOS calls from the...
1998-03-21 peterThis commit was generated by cvs2svn to compensate...
1998-03-21 peterThis commit was generated by cvs2svn to compensate...
1998-03-17 katoMake EPSON_BOUNCEDMA a new-style option.
1998-03-17 msmithAdd missing entry to list of major device names. This...
1998-03-16 msmithSpell 'compatibility' like everyone else.
1998-03-16 msmithUse dkmakeminor() rather than magic knowledge of the...
1998-03-16 phkBe less draconian about the TSC if APM is configured...
next