Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
[unix-history] / sys /
1993-09-29 David Greenman * Revision 2.3 93/09/29 15:10:16 davidg
1993-09-29 David Greenman * Revision 2.2 93/09/29 13:23:25 davidg
1993-09-29 Rod GrimesAdd symbolic name for system page directory end, and...
1993-09-29 Rod Grimes>From: "Andrew A. Chernov, Black Mage" <ache@astral...
1993-09-29 Jordan K. HubbardFrom: "Andrew A. Chernov, Black Mage" <ache@astral...
1993-09-28 Rod GrimesConvert another printf into an lprintf since this shoul...
1993-09-28 Jordan K. HubbardChanges to go with syscons updates.
1993-09-28 Jordan K. HubbardVersion number support for XFree86
1993-09-28 Rod Grimes>From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko)
1993-09-28 Jordan K. HubbardChange to sio for recognising the last serial port...
1993-09-27 Rod GrimesAdd declares for shared memory routines, needed by...
1993-09-27 Rod Grimesdefine SHMMAXPGS where it is suppose to be, you can...
1993-09-26 Rod GrimesAdded at 0xFE100000 to config line as this kernel HAS...
1993-09-26 Rod GrimesThis Makefile is for FreeBSD, not 4.3 BSD-Reno. Moved...
1993-09-26 Rod GrimesAdded QMAGIC define so that I can upgrade a.out.h to...
1993-09-25 Jordan K. HubbardFixed spelling errors
1993-09-25 Rod Grimes>From: Thomas David Rivers <ponds!rivers@dg-rtp.dg...
1993-09-25 David Greenman * Revision 1.30 93/09/24 18:43:31 davidg
1993-09-24 Rod GrimesEnable SYSVSHM, and set SHMMAXPGS=64.
1993-09-24 Rod Grimes>From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)
1993-09-24 Rod Grimes>From: ljo@ljo-slip.DIALIN.CWRU.Edu (Jonas Olsson)
1993-09-24 Rod GrimesAdded #if defined(__P)/#undef __P/#endif before declara...
1993-09-23 Rod GrimesFrom: bde@kralizec.zeta.org.au (Bruce Evans)
1993-09-23 Rod Grimes>From: bde@kralizec.zeta.org.au (Bruce Evans)
1993-09-22 David Greenmanrewrote interrupt code to be cleaner, fixed up some...
1993-09-21 Rod GrimesBring README into sync with Julians latest README ...
1993-09-21 Rod GrimesChange kern/fifi_vnops.c to be be a standard file,...
1993-09-21 Rod GrimesChange kern/fifi_vnops.c to be be a standard file,...
1993-09-21 Rod GrimesIncreased pseudo-device bpfilter from 1 unit to 4 units
1993-09-21 Rod GrimesIncrease the number of ptys to 12, puts the kernel...
1993-09-21 Rod Grimes>From julian@jules.DIALix.oz.au Fri Sep 10 22:58:30...
1993-09-20 Rod GrimesIncrease the timeout from 2000 counts to 6000 counts...
1993-09-20 Rod GrimesThe dynamically allocated struct's where not getting...
1993-09-15 Rod GrimesEnabled floppy drive ioctl's so that disklabel on a...
1993-09-15 Rod GrimesRemoved $Log$ section and patch kit headers. And here...
1993-09-15 Rod Grimes>From: paul@u.tvt.se (Paul Pries)
1993-09-14 Jordan K. HubbardBruce's multifarious patches for the floppy driver...
1993-09-14 Rod Grimes>From: =?ISO-2022-JP?B?GyRCQT5FRCEhRS9HNxsoQg==?=
1993-09-13 Rod GrimesPut the uha0 controller at its proper default IRQ of...
1993-09-12 Rod Grimes>From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)
1993-09-10 Nate WillamsRemoved volatile functions which were causing grief...
1993-09-10 Rod GrimesPut the 0 in after the printf of the kernel version...
1993-09-10 Rod GrimesThis is just to shut the compiler up
1993-09-10 Andreas SchulzFixed a small typo in an error printf.
1993-09-10 Rod GrimesFrom guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993
1993-09-10 Nate WillamsThis isn't 386BSD 0.1 any more now. Added CSRG's copyr...
1993-09-09 Rod GrimesThe following warning was being caused by doing x ...
1993-09-09 Rod GrimesFixed forward references so that the compiler is quite.
1993-09-09 Rod GrimesMoved db_end_line after db_printf to eliminate forward...
1993-09-09 Rod GrimesChanged uid == -1 to uid == (uid_t)(-1) to shut up...
1993-09-09 Rod GrimesThis is Garrett Wollmans prototype/ansification of...
1993-09-09 Rod GrimesThe scsi cd.c driver is now fully dynamic. You can...
1993-09-09 David GreenmanAs of this revision, all known bugs have been fixed...
1993-09-09 Rod GrimesChanged the delay from 100 seconds to 20 seconds if...
1993-09-09 Rod GrimesChanged the pg("ptdi> %x") to a printf and then a panic...
1993-09-09 Rod GrimesReintergrate my changes from rev 1.2 to 1.3, clean...
1993-09-08 Jordan K. HubbardSoren's latest syscons changes.
1993-09-08 Jordan K. HubbardAndrew A. Chernov's fixes for NE1000 support.
1993-09-08 Rod GrimesFirst pass fixes to start using malloc structures for...
1993-09-08 Rod Grimes>From: David Greenman <davidg@implode.rain.com>
1993-09-08 Rod Grimes>From Theo Derradt
1993-09-08 Rod GrimesFrom michaele@vice.ico.tek.com Wed Sep 8 09:50:45...
1993-09-08 Rod GrimesFrom NetBSD:
1993-09-07 Jordan K. HubbardFrom: Geoff Rehmet <csgr@alpha.ru.ac.za>
1993-09-07 Rod GrimesFixed bug where wrong variable was being checked agains...
1993-09-07 Rod GrimesSeveral fixes to the st driver, for density detection...
1993-09-07 Rod GrimesReverting wd driver back to version before Bruces new...
1993-09-06 Rod GrimesUpgrade of if_ppp.c, some bug fixes (unkown) and better...
1993-09-06 Rod GrimesRemoved patch kit header, added $Id$
1993-09-06 Rod GrimesEnabled options NS since it can now be compiled!
1993-09-06 Rod GrimesFixed usage of arpcom and #define blahblah arpcom.blahb...
1993-09-06 Rod GrimesRemoved patch kit header, added $Id$
1993-09-06 Rod GrimesRemoved some patchkit headers and inserted $Id$'s,...
1993-09-06 Rod GrimesAdd the following line to all generic configs as a...
1993-09-06 Rod GrimesAdded ns_cksum.c from NetBSD
1993-09-05 Rod GrimesFrom: barclay_a_c <barclay_a_c@bt-web.bt.co.uk>
1993-09-05 Rod GrimesFixed printf if you are using SCSI_DELAY to allow the...
1993-09-05 Rod GrimesSCSI code update from Julian
1993-09-05 Rod GrimesSCSI code update from Julian.
1993-09-05 Rod GrimesDate: Fri, 3 Sep 93 01:25:44 +1000
1993-09-05 Rod GrimesAdded #ifdef DIAGNOSTIC around the check for dirty...
1993-09-05 Rod GrimesAdded #ifdef DEBUG around some more debug code to reduc...
1993-09-01 Rod GrimesIncreased stack size to 8MB just to be on the real...
1993-08-31 Rod GrimesFrom: bde@kralizec.zeta.org.au (Bruce Evans)
1993-08-31 Rod GrimesChanged default irq and iomem address for ed0 so that...
1993-08-31 Rod GrimesUpgrade to lattest versions from:
1993-08-28 Rod GrimesReplaced the return (1)'s with return (IO_KBDSIZE)...
1993-08-28 Rod GrimesChanged trap.c so that a panic will occur if we do...
1993-08-28 Rod GrimesAdded options MATH_EMULTATE to the kernel config files...
1993-08-28 Rod Grimesmaxdmap was defined as a global equal to MAXSSIZ, it...
1993-08-28 Rod GrimesFixed RLIMIT_STACK case to check limits against MAXSSIZ...
1993-08-28 Rod GrimesChanged MAXSSIZ from MAXDSIZ to 2MB
1993-08-28 Rod GrimesRevised headers from Julian. Support for generic scsi.
1993-08-28 Rod GrimesRevised drivers from Julian. Support for generic scsi...
1993-08-28 Rod GrimesRevised drivers from Julian.
1993-08-28 Rod GrimesAdded support for scsi/sg.c as cdev major 18.
1993-08-28 Rod GrimesAdded scsi/sg.c for generic scsi support
1993-08-28 Rod Grimesxxxprobe now returns the correct number of I/O register...
1993-08-27 Rod GrimesAdded
1993-08-27 Rod GrimesReverting back to version 1.1, the multicasting work...
next