aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* from John Dyson:David Greenman1994-04-054-88/+951
* First pass at adding locale support. This code only deals with the LC_CTYPEGarrett Wollman1994-04-045-14/+31
* corrected pointer to sound.docPoul-Henning Kamp1994-04-043-6/+6
* This addition allows compilation with EXCLUDE_AUDIOAndrey A. Chernov1994-04-031-3/+9
* Add declaration missing from previous bde's versionAndrey A. Chernov1994-04-033-3/+6
* CHANGES from Bruce:Andrey A. Chernov1994-04-033-588/+921
* Change from Bruce:Andrey A. Chernov1994-04-022-4/+4
* New interrupt code from Bruce Evans. In additional to Bruce's attachedDavid Greenman1994-04-0245-1175/+1143
* Replace CAPS led with ALTGR led for ALTGR mode (soft) keyboards,Andrey A. Chernov1994-04-013-21/+45
* Change got_status/modem_status assignment per Bruce suggestion,Andrey A. Chernov1994-04-013-12/+12
* Localize previous changes (removing dma_reset)Andrey A. Chernov1994-04-012-6/+15
* Tracker "swapping" problem finally solved,Andrey A. Chernov1994-03-312-6/+5
* Fix error with reducing speed on SB reset.Andrey A. Chernov1994-03-301-0/+1
* Eliminated the "physstrat" wart and merged it into kern_physio.c. ThisDavid Greenman1994-03-302-42/+20
* Eliminated the "physstrat" wart and merged it into kern_physio.c. ThisDavid Greenman1994-03-302-42/+2
* New routine "pmap_kenter", designed to take advantage of the specialDavid Greenman1994-03-304-28/+206
* 1) Better fix for false carrier detect on bidir portAndrey A. Chernov1994-03-263-24/+48
* ifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise.David Greenman1994-03-252-2/+6
* Fix false carrier detection on incoming bidir port.Andrey A. Chernov1994-03-253-3/+9
* From John Dyson: performance improvements to the new bounce bufferDavid Greenman1994-03-247-41/+123
* 1) After discussion with Hannu, returning speed changed back.Andrey A. Chernov1994-03-242-11/+9
* Enabled bounce buffers by default. This should be done via a probe forDavid Greenman1994-03-242-2/+4
* For SB 2.x speed was reduced to 22050;Andrey A. Chernov1994-03-231-3/+2
* SPEED-related ioctls returns wrong speed cause Tracker's damage.Andrey A. Chernov1994-03-231-5/+8
* 1) GET_TIME function completely brokenAndrey A. Chernov1994-03-235-7/+15
* 1) Change dtrwait 300 to 3 * hz (to be more kosher)Andrey A. Chernov1994-03-233-6/+12
* Bounce buffers. From John Dyson with help from me.David Greenman1994-03-239-10/+750
* Add missing EXCLUDE_SBPROAndrey A. Chernov1994-03-231-1/+1
* Add siostop to sioclose, because ttyflush called fromAndrey A. Chernov1994-03-213-3/+6
* Changed the raw partition number from 3 to 0. This change lets us useAndreas Schulz1994-03-212-4/+4
* Makefile.i386:Andreas Schulz1994-03-216-9/+12
* Increase default DTR wait time up to 3 secs.Andrey A. Chernov1994-03-213-6/+6
* Now printf("changing root... indicates raw partition for floppyAndrey A. Chernov1994-03-212-4/+4
* Fix printf for root system mounted on second floppyAndrey A. Chernov1994-03-212-12/+22
* Fix for root system mounted on second floppyAndrey A. Chernov1994-03-212-4/+12
* Changed dynamic stack grow code to grow by "SGROWSIZ" amount. InitiallyDavid Greenman1994-03-214-20/+24
* previous optimization from John wasn't quite ready for primetime.David Greenman1994-03-213-27/+3
* Two fixes from John Dyson to fix hangs and panics when using ctrl-T:David Greenman1994-03-203-39/+138
* Get rid of a nagging call to sleep() which crept back in.Garrett Wollman1994-03-201-1/+1
* Delete some references to sleep() that somehow crept in.Garrett Wollman1994-03-204-17/+24
* Added cpu_model and machine variables.Garrett Wollman1994-03-192-2/+8
* More symtab space.Garrett Wollman1994-03-193-6/+6
* Remove ttyfree from siocloseAndrey A. Chernov1994-03-183-18/+3
* Increased maximum protection for data segment to VM_PROT_ALL becauseDavid Greenman1994-03-171-4/+2
* Catch the divide by zero bug earlier. If the drive give backAndreas Schulz1994-03-151-3/+12
* Added David Mills' kernel NTP PLL code. The current version of NTP doesGarrett Wollman1994-03-155-13/+13
* Put a safety check in for the secsiz divide for the MB printf. ElseAndreas Schulz1994-03-141-2/+2
* Performance improvements from John Dyson.David Greenman1994-03-145-45/+45
* Checking l_close in unneeded (one of my previous fixes),Andrey A. Chernov1994-03-143-9/+6
* Removed EXCLUDE_<driver> for sound drivers so that all sound driversSteven Wallace1994-03-113-27/+12