Get rid of need for symlinks
[unix-history] / sys /
1994-04-14 Garrett WollmanDocument David & John's latest VM enhancements.
1994-04-14 David GreenmanFrom John Dyson - fix for bug in kern_physio where...
1994-04-14 David GreenmanChanges from John Dyson and myself:
1994-04-13 Poul-Henning KampThis commit was generated by cvs2svn to track changes...
1994-04-13 David GreenmanAdd delays after changing from 8/16 - 16/8 bit mode...
1994-04-13 Andrey ChernovMake all devices at least 2*64K buffers, 2*32K buffers
1994-04-13 Andrey Chernovsnd7 config line corrected, irqaremoved
1994-04-13 Andrey Chernovsnd7 config line corrected, irq removed
1994-04-13 Andrey ChernovNow SoundDriver use 64K DMA region instead of older...
1994-04-13 Andrey ChernovFrom Bruce:
1994-04-13 Andrey ChernovAdded prototype for contigmalloc function (see kern_mal...
1994-04-12 Geoff RehmetRemove lpa from the generic kernels - one step closer...
1994-04-12 Andrey ChernovPatch from S0ren, 80x50 font trashed after switching...
1994-04-11 Andrey ChernovTenmicrosec change backed out, because our DELAY is...
1994-04-11 Andrey ChernovWe have a better way to wait ten microseconds then...
1994-04-11 Geoff RehmetAdd big and ugly warning to users of lpa that
1994-04-10 David GreenmanFixed brokeness in the support of the 83C790/Elite...
1994-04-10 Geoff RehmetModify wdprobe() to correctly recognise some 2 drive...
1994-04-08 Geoff Rehmetchange to lptioctl
1994-04-07 Andrey ChernovFix arguments of CONS_GETINFO
1994-04-07 Andrey ChernovMore EXCLUDE_ options added,
1994-04-07 Andrey ChernovRemove unneded irq/drq/vector from snd?
1994-04-07 Garrett WollmanWanted to make sure we had an explanation of the memory...
1994-04-07 David Greenmanfrom kimmel@varese.cs.umass.edu (Matt Kimmel):
1994-04-07 David GreenmanMake Bruce happy: silently enter ddb on a BPT or trace...
1994-04-07 Andrey ChernovFix error with path like /a/./b (from N. Dudorov)
1994-04-06 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-04-06 Garrett WollmanPer Keith Bostic, wchar_t should not be defined in...
1994-04-06 Geoff RehmetChanges to lpt driver:
1994-04-05 Garrett WollmanPrevious fix didn't define rune_t like it should. ...
1994-04-05 Garrett WollmanDocument some of the latest changes from David&John.
1994-04-05 Garrett WollmanMake stdlib.h in the non-ANSI case work.
1994-04-05 Andrey Chernovo Clean up my previous fix per bde suggestion
1994-04-05 David Greenmanfrom John Dyson:
1994-04-04 Garrett WollmanFirst pass at adding locale support. This code only...
1994-04-04 Poul-Henning Kampcorrected pointer to sound.doc
1994-04-03 Andrey ChernovThis addition allows compilation with EXCLUDE_AUDIO
1994-04-03 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-04-03 Andrey ChernovFix two bugs in slave ptys:
1994-04-03 Garrett WollmanDocumented MAXMEM. Added warnings about certain option...
1994-04-03 Andrey ChernovAdd declaration missing from previous bde's version
1994-04-03 Andrey ChernovCHANGES from Bruce:
1994-04-02 Jordan K. Hubbard Add a little extra sanity checking so that end profil...
1994-04-02 Garrett WollmanDocument new interrupt code.
1994-04-02 Andrey ChernovChange from Bruce:
1994-04-02 David GreenmanChanged _profiling back to profiling.
1994-04-02 David Greenman New interrupt code from Bruce Evans. In additional...
1994-04-01 Andrey ChernovReplace CAPS led with ALTGR led for ALTGR mode (soft...
1994-04-01 Andrey ChernovChange got_status/modem_status assignment per Bruce...
1994-04-01 Andrey ChernovLocalize previous changes (removing dma_reset)
1994-04-01 Jordan K. HubbardFix bug with ppp.h I introduced earlier. This should...
1994-03-31 Andrey ChernovTracker "swapping" problem finally solved,
1994-03-31 David Greenmancorrected comment.
1994-03-31 Andrey ChernovRemove compilation warning in ttyinfo
1994-03-30 Garrett WollmanMove this directory, too.
1994-03-30 Garrett WollmanGive these files the right owerships (first attempt...
1994-03-30 Andrey ChernovFix error with reducing speed on SB reset.
1994-03-30 Jordan K. HubbardUpdate this too.
1994-03-30 David GreenmanEliminated the "physstrat" wart and merged it into...
1994-03-30 David GreenmanEliminated the "physstrat" wart and merged it into...
1994-03-30 David GreenmanNew routine "pmap_kenter", designed to take advantage...
1994-03-26 Andrey ChernovRestore incorrectly removed splclock() on reading p_sti...
1994-03-26 Andrey Chernov1) Better fix for false carrier detect on bidir port
1994-03-26 David Greenmanminor formatting and comment changes; removed some...
1994-03-25 David GreenmanPatch from mrl@teleport.com (Mostyn R. Lewis), with...
1994-03-25 David Greenmanifdef KERNEL the pmap_kextract inline function; ps...
1994-03-25 Andrey ChernovFix false carrier detection on incoming bidir port.
1994-03-24 David GreenmanFrom John Dyson: performance improvements to the new...
1994-03-24 Andrey Chernov1) After discussion with Hannu, returning speed changed...
1994-03-24 Garrett WollmanDocument existewnce of bounce buffers.
1994-03-24 David GreenmanEnabled bounce buffers by default. This should be done...
1994-03-23 Andrey ChernovFor SB 2.x speed was reduced to 22050;
1994-03-23 Andrey ChernovSPEED-related ioctls returns wrong speed cause Tracker...
1994-03-23 Andrey Chernov1) GET_TIME function completely broken
1994-03-23 Andrey Chernovtty/nullmodem "not open" printf ifdefed DIAGNOSTIC
1994-03-23 Andrey Chernov1) Change dtrwait 300 to 3 * hz (to be more kosher)
1994-03-23 David GreenmanBounce buffers. From John Dyson with help from me.
1994-03-23 Andrey ChernovSet of changes from Bruce:
1994-03-23 Andrey ChernovAdd missing EXCLUDE_SBPRO
1994-03-22 David GreenmanFrom John Dyson: fixed bug in call to VOP_BMAP and...
1994-03-22 David GreenmanFrom John Dyson: Improved swap space allocation method...
1994-03-22 David GreenmanFrom mrl@teleport.com (Mostyn R. Lewis)
1994-03-22 Andrey Chernovfor SLIPDISC:
1994-03-22 Andrey ChernovSorry, backed out ttywflush removing, real place to...
1994-03-21 Andrey ChernovAdd siostop to sioclose, because ttyflush called from
1994-03-21 Andrey ChernovRemove ttywflush from pppclose,
1994-03-21 Andrey ChernovRemove ttyflush from ttyclose,
1994-03-21 Andrey ChernovRemove ttywflush from slclose, it cause
1994-03-21 Andrey ChernovMy previous changes was a bit incorrect in nullmodem...
1994-03-21 Andreas SchulzChanged the raw partition number from 3 to 0. This...
1994-03-21 Andreas SchulzMakefile.i386:
1994-03-21 Andrey Chernovwakeup t_out & t_raw for all carrier changes
1994-03-21 Andrey ChernovIncrease default DTR wait time up to 3 secs.
1994-03-21 Andrey ChernovNow printf("changing root... indicates raw partition...
1994-03-21 Andrey ChernovFix printf for root system mounted on second floppy
1994-03-21 Andrey ChernovFix for root system mounted on second floppy
1994-03-21 David GreenmanModified swap space allocation policy to be more conser...
1994-03-21 David GreenmanChanged dynamic stack grow code to grow by "SGROWSIZ...
1994-03-21 David Greenmanprevious optimization from John wasn't quite ready...
1994-03-20 Garrett WollmanOops, forgot to check in last bit of sleep() removal.
next