summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* added ID strings so we know what version we have...julian1995-09-082-0/+7
* Slight optimization for the standard case of rotdelay=0.dg1995-09-081-11/+11
* Declare `geomtab' as static. It was bogusly shared between the asc andbde1995-09-082-2/+2
* 3 out of 5 new devsw functions had benign type mismatches.bde1995-09-081-5/+5
* Applied patches that make the driver compile on NetBSD again.se1995-09-081-30/+83
* Fix my copyright.dg1995-09-082-4/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-0834-188/+260
* added the dev_link external registrationjulian1995-09-082-8/+48
* DAng! forgot this as welljulian1995-09-081-2/+21
* Submitted by: Luigi Rizzojulian1995-09-081-0/+52
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-085-5/+16
* 1) Really print 'real' memory - use Maxmem, not physmem.dg1995-09-082-28/+8
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-084-4/+966
* Render devices inactive properly.jkh1995-09-071-3/+4
OpenPOWER on IntegriCloud