summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Prototyped wrong the first time through for devfs_link()scrappy1996-04-021-5/+4
* Document PERFMON.wollman1996-04-023-18/+21
* Align help screen.phk1996-04-021-2/+17
* Fix two cases where ia->ia_ifp could be NULL.phk1996-04-021-2/+4
* take out prototype for dev_linkf()scrappy1996-04-021-9/+4
* Change dev_link() to devfs_link()scrappy1996-04-021-4/+4
* Made the src code match the man page.scrappy1996-04-021-28/+2
* changed from using dev_link() to devfs_link()scrappy1996-04-024-12/+12
* Convert from using dev_link() to dev_linkf()scrappy1996-04-011-15/+21
* Convert from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-012-36/+50
* Changed use of devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-011-96/+39
* Change if/goto into a while loop.dg1996-03-312-8/+4
* Remove bogus architectures to allow make tags to work.jkh1996-03-311-1/+1
* Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-29/+37
* Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-28/+35
* Fetch the (dummy) READY CHANGED condition interrupt stati thatjoerg1996-03-313-3/+24
* Fix a bogus message:joerg1996-03-312-4/+4
* Removed dead option DUMMY_NOPS.bde1996-03-313-21/+24
* Finished removing NOP macros.bde1996-03-312-20/+2
* Moved rtcin() to clock.c.bde1996-03-3112-50/+79
* Killed religous FASTER_NOP again.bde1996-03-313-15/+3
* Implement the SLIST and the STAILQ macros. This gives a program all thegibbs1996-03-311-3/+131
* Implement the XS_SELTIMEOUT error code. This causes the SCSI code togibbs1996-03-312-3/+5
* ncr.c:gibbs1996-03-312-33/+11
* Fix support for the aic7850 by looking only at the relavent bits of thegibbs1996-03-312-201/+219
* Override the unit number passed into us in the isa_device structure withgibbs1996-03-311-1/+8
* Don't set the number of SCBs here. aic7xxx.c determines the number ofgibbs1996-03-311-7/+1
* aic7xxx.seq:gibbs1996-03-315-31/+21
* Correct the handling of NOCLDSTOP when using sigvec()peter1996-03-301-12/+24
* Add a SV_NODEFER and SV_RESETHAND #define, after Bruce pointed out thatpeter1996-03-302-2/+6
* re-add the ps_signodefer. The interaction between SA_NODEFER and thepeter1996-03-301-1/+2
* Because of the way that ptrace() now calls procfs routines to read/writepeter1996-03-301-2/+16
* When doing a 'make depend', dont blow away the existing .depend untilpeter1996-03-303-15/+21
* There is no need to zero out the TSC when configuring a counter,wollman1996-03-291-14/+3
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-296-18/+180
* Fixed the type of sv_sendsig. The `code' arg to signal handlers is nowbde1996-03-291-8/+6
* Parenthesized macros.bde1996-03-292-14/+14
* Added necessary quotes (${CPP} might have spaces in it). Removedbde1996-03-293-9/+9
* Added newlines and punctuation.bde1996-03-291-7/+11
* Removed references to nonexistent files.bde1996-03-292-8/+2
* Removed never-used files.bde1996-03-292-278/+0
* Fixed reference counting related to relookup(). relookup() mustbde1996-03-291-3/+11
* Fixed devfs group and permissions of some more disk devices.bde1996-03-291-7/+12
* Fixed devfs group of some more disk devices.bde1996-03-291-8/+11
* Fixed group of some more disk devices.bde1996-03-293-27/+27
* Fixed missing quote in a devfs string.bde1996-03-292-4/+4
* Eliminate panic("rtfree") caused by double-freeing the routefenner1996-03-291-5/+6
* Change v_usecount & v_writecount from a short to an int. As shorts theydg1996-03-291-4/+4
* Revert to previous calculation of vm_object_cache_max: it simply worksdg1996-03-291-2/+2
* Fixed missing variable 'name' for DEVFS codescrappy1996-03-291-1/+4
OpenPOWER on IntegriCloud