summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add `visual' command to help menu.jkh1995-09-201-2/+4
* Missed these changes to the pccard stuff. Sorry Martin!phk1995-09-205-3/+10
* Now supports `expand all' and `collapse all'.jkh1995-09-201-243/+939
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-1925-117/+99
* Update machine-generated files.bde1995-09-195-434/+632
* Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.bde1995-09-191-3/+3
* Generate prototypes for syscall-implementing functions. Put them inbde1995-09-194-74/+114
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-193-30/+204
* Don't clear the session pointer in ptcclose(). It must be left alonebde1995-09-191-2/+1
* added support for link, and remove (unlink)julian1995-09-191-8/+150
* Revert most changes of previous commit.se1995-09-186-108/+312
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportwollman1995-09-185-5/+152
* Clear SC_OUTWAIT after checking of free clists, not beforeache1995-09-171-2/+2
* 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
OpenPOWER on IntegriCloud