summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check the return value from vm_map_pageable() when mapping the process'sdg1995-09-171-4/+8
* Our existing Cyrix cache-disable code was short-cutting the steps forpst1995-09-163-9/+153
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-1611-734/+58
* Add comments about the bogus zeroing of the drive number for floppiesbde1995-09-161-3/+17
* Fix recent breakage of non-floppies with 36 sectors/track.bde1995-09-161-3/+9
* When confronted with a drive that says there are 36 sectors/track,nate1995-09-161-2/+5
* Check for page being resident when doing I/O with /dev/kmem and returndg1995-09-152-4/+30
* Make dsp0 work for playback.jkh1995-09-151-1/+8
* Another try to determine the PCI bus configuration mode (and whetherse1995-09-156-354/+240
* Correct the calculation of the unit number. it is not minor(x) & 3. It needats1995-09-151-1/+1
* 1) Killed 'BSDVM_COMPAT'.dg1995-09-154-104/+76
* Killed isa_allocphysmem() and isa_freephysmem(). They are completely useddg1995-09-152-88/+2
* 1) Don't double map the kernel page tables. The double mapping was neverdg1995-09-153-18/+21
* Add vendor ID of Compaq, now that I found what it is ...se1995-09-142-4/+4
* Improved verification of configuration space accesses working:se1995-09-146-24/+114
* Remove '#ifdef undef' that was only supposed to be in my local test version.se1995-09-141-3/+1
* Remove bogus (caddr_t) casts from FREE macros; they can obscure seriouswollman1995-09-141-5/+7
* Fixed a typo in vm_fault_additional_pages.dyson1995-09-141-2/+2
* Do not include the verbose boot messages, if PCI_QUIET is defined.se1995-09-141-8/+10
* Minor changes to the PCI probe messages.se1995-09-142-14/+12
* Submitted by: bdejulian1995-09-141-1/+1
* Don't leak mbufs in an unusual error case in tcp_usrreq().wollman1995-09-131-2/+14
* If tcp_output() is unable to allocate space for a copy of the data waitingwollman1995-09-131-3/+6
* Make the PCI host bridge probe code more robust when dealing with chip setsse1995-09-136-36/+210
* From Bruce Evans: (prototype related changes, other cleanups)peter1995-09-132-16/+40
* Move some kernel-only stuff to a kernel-only file.peter1995-09-132-24/+2
* Increased SOMAXCONN from 5 to 32. 5 was too small a value for just aboutdg1995-09-131-2/+2
* Unlock the vnode after checking permissions; this is necessary to preventsef1995-09-131-1/+7
* Fix really bogus casting of a block number to a long. Also change thedyson1995-09-121-2/+2
* Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addressesse1995-09-111-89/+70
* Generate prototypes for VOP functions. I decided to keep the old-stylebde1995-09-113-3/+78
* Fix benign type mismatch in a call to VOP_BMAP().bde1995-09-111-2/+2
* Put back p_script component into NCR control block.se1995-09-111-3/+11
* Restore two checks for TS_ISOPEN.. I managed to panic my machinepeter1995-09-112-6/+10
* Make sure that the prezero flag is cleared when needed.dyson1995-09-111-1/+2
* Fix an error that can cause attempted reading beyond the end of file.dyson1995-09-111-3/+11
* Code cleanup and minor performance improvement in the faultin clusterdyson1995-09-111-33/+29
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-1022-190/+483
* cons.c:bde1995-09-106-58/+110
* Call output process in slstart() whether or not there is any output. Asbde1995-09-101-9/+10
* Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in revbde1995-09-101-2/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-0941-174/+177
* More hacking on devfs..julian1995-09-093-179/+469
* Patch to the atapi driver, by Serge V.Vakulenko, minor changessos1995-09-092-29/+41
* Obtained from:4.4lite2julian1995-09-091-10/+14
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-085-27/+26
* Perl script to convert NCR script address into label+offset.se1995-09-081-0/+31
* Don't use vtophys() for constant addresses, cache the translations inse1995-09-081-22/+65
* d_stop functions always returned void. Fix the declaration of d_stop_tbde1995-09-082-4/+4
* Added devfs nodes for other devices.. (didn't read the docs correctly)julian1995-09-081-1/+10
OpenPOWER on IntegriCloud