summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fixed the problem where "make depend" was mandatory for building kernel.phk1994-09-231-2/+2
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kerneldg1994-09-231-2/+2
* Removed last vestige of MULTICAST option.dg1994-09-233-16/+4
* More loadable VFS changes:wollman1994-09-224-8/+4
* From 1.1.5:dg1994-09-221-2/+2
* #if 0'd evil dynamic fifo trigger level adjustment; it just bit me anddg1994-09-211-1/+3
* From 1.1.5:dg1994-09-211-3/+3
* From 1.1.5:dg1994-09-211-4/+4
* Fixed up a couple of comments.dg1994-09-211-4/+4
* Add entry for transputer (cdev 8).jkh1994-09-211-5/+20
* Add entries for transputer driver.jkh1994-09-211-1/+2
* Add the transputer driver from Christoph Niemann, Luigi Rizzo andjkh1994-09-212-0/+758
* Don't provide bogus source operands in some asms. This probably shouldn'tbde1994-09-201-17/+29
* Better documentation, 1ms calibration, default 5 seconds BOOTWAITadam1994-09-206-28/+58
* Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn'tbde1994-09-202-17/+7
* Don't lose the RTC interrupt in resettodr().bde1994-09-202-4/+4
* Remove the alias splnone() for spl0(). It was used only once.bde1994-09-202-5/+3
* resettodr() now exists, enable itache1994-09-201-3/+1
* resettodr() implemented, inittodr() fixedache1994-09-203-144/+281
* Put back missing .text before swi_net. This could probably be made faster;wollman1994-09-191-1/+2
* Default wait approx 10 seconds for keypress during bootadam1994-09-192-6/+6
* Added MSDOSFS option.dfr1994-09-192-2/+4
* The previous revision got the wrong log message (for clock.c). It shouldbde1994-09-181-2/+2
* Remove some unnecessary #includes.bde1994-09-183-44/+32
* Replace `unsigned' by `u_int' so that it is not necessary to includebde1994-09-181-6/+6
* Clean up #includes. <machine/spl.h> has to be included by almost everythingbde1994-09-181-5/+5
* Removed obsolete example of specifying PCI IntA to IRQ mapping for NCR.se1994-09-181-2/+1
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-183-44/+51
* Put LDDESTDIR before library listing.swallace1994-09-182-4/+4
* Makefile: add ${LDDESTDIR} to linking of boot code so ${DESTDIR}/usr/libswallace1994-09-184-6/+10
* Parallel-port TCP/IP interface can now take any MTU.phk1994-09-181-63/+74
* Fixed the problem where the floppy has incorrectly failed probingjoerg1994-09-171-17/+34
* Updated driver to the 1.1.5 version:dg1994-09-175-327/+590
* Include <i386/include/cpufunc.h> to have outb() defined ...se1994-09-171-1/+2
* Delete unlikely-to-be-used filesystems from GENERIC kernels.wollman1994-09-162-17/+3
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-1619-103/+68
* Deal with outw being defined - the declaration clashes.jkh1994-09-161-1/+3
* Add SYSV shm stuff back to LINT.jkh1994-09-163-7/+6
* Made the kernel compile even without "ether".phk1994-09-161-1/+4
* CPU_ADJKERNTZ added for resettodtr()ache1994-09-161-2/+4
* CPU_ADJKERNTZ added to cpu_sysctlache1994-09-161-1/+5
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>se1994-09-167-285/+289
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-163-714/+1414
* Include pio.h so that all those drivers that only include cpufunc.hpaul1994-09-151-1/+3
* Removed some macros that are now in cpufunc.hpaul1994-09-151-11/+1
* Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.hpaul1994-09-152-17/+12
* Brought over from 1.1.5:dg1994-09-151-2/+17
* Change brought over from 1.1.5:dg1994-09-151-9/+19
* Brought over from 1.1.5:dg1994-09-151-5/+5
* Added support for many more videomodes, including graphic modes up tilsos1994-09-153-204/+365
OpenPOWER on IntegriCloud