CHANGES from Bruce:
[unix-history] / sys /
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.
1994-03-20 David GreenmanTwo fixes from John Dyson to fix hangs and panics when...
1994-03-20 Guido van RooijMoved ttyfree() to ifdef broken. See my reply on the...
1994-03-20 Garrett Wollman#ifdef'ed out definition of sleep() now that nothing...
1994-03-20 Garrett WollmanGet rid of a nagging call to sleep() which crept back in.
1994-03-20 Garrett WollmanDelete some references to sleep() that somehow crept in.
1994-03-20 Garrett WollmanDeclare cpu_model, machine.
1994-03-19 Garrett WollmanAdded cpu_model and machine variables.
1994-03-19 Garrett WollmanDeclare ostype, osrelease, etc.
1994-03-19 Garrett WollmanDefine new osrelease, ostype, osbuild, osconfig variabl...
1994-03-19 Garrett WollmanRemove e-mail headers.
1994-03-19 David GreenmanBack out previous change to vm_page.h.
1994-03-19 David GreenmanCheck for error from VOP_BMAP(). Not doing so leads...
1994-03-19 Garrett WollmanAdded vfs_update_interval variable and UPDATE_INTERVAL...
1994-03-19 Garrett WollmanMore symtab space.
1994-03-19 David Greenmanvm_page_hold isn't quite up to handling the case where...
1994-03-18 Andrey ChernovRemove ttyfree from sioclose
1994-03-18 Andreas SchulzDisabled the free of the tty structure. Else we have...
1994-03-17 David Greenman#ifdef KERNEL the include of systm.h, as vm_page.h...
1994-03-17 David GreenmanIncreased maximum protection for data segment to VM_PRO...
1994-03-16 David GreenmanReturn EPERM if hard linking to a directory as required...
1994-03-16 Garrett WollmanAdded recent changes by me and David.
1994-03-16 Garrett WollmanDefined _POSIX_* to be one, rather than just empty.
1994-03-16 Garrett Wollman Defined _POSIX_SAVED_IDS per bde and P1003.1.
1994-03-16 David GreenmanIncreased VM_PAGEOUT_PAGE_COUNT from 4 to 6 pages....
1994-03-15 Andreas SchulzCatch the divide by zero bug earlier. If the drive...
1994-03-15 Andrey ChernovRemove x-bit from regular msdos files to reflect real...
1994-03-15 David GreenmanDon't ever allow hard links to directories.
1994-03-15 Garrett WollmanForgot to set SUGID in set-id exec.
1994-03-15 Garrett WollmanImplement 4.4's SUGID flag, which keeps track of proces...
1994-03-15 Garrett WollmanAdded David Mills' kernel NTP PLL code. The current...
1994-03-14 Andreas SchulzPut a safety check in for the secsiz divide for the...
1994-03-14 David GreenmanPerformance improvements from John Dyson.
1994-03-14 Andrey ChernovChecking l_close in unneeded (one of my previous fixes),
1994-03-12 Garrett WollmanFix from Bruce Evans; dup() would turn itself into...
1994-03-11 Steven WallaceAdded explanation of EXCLUDE_<driver> options for sound...
1994-03-11 Steven WallaceRemoved EXCLUDE_<driver> for sound drivers so that...
1994-03-11 Steven WallaceUpdated documentation for the sound drivers.
1994-03-11 Steven WallaceAdded appropriate entries into files.i386 for snd drive...
1994-03-11 Steven WallaceUpdated include files for sound drivers.
1994-03-11 Steven WallaceIntegrated Hannu Savolainen's new VoxWare sound drivers...
1994-03-10 Andrey ChernovDon't call ttyclose twice into sioclose and move ttyclose
next