summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pccard.c:gpalmer1996-04-062-0/+3
* Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. Itdg1996-04-065-9/+11
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"scrappy1996-04-051-15/+12
* Fix adjkerntz expression priority.ache1996-04-052-6/+6
* Fix adjkerntz expression priorityache1996-04-055-15/+15
* Don't adjust file times for UTC clock to have the same timestampsache1996-04-052-8/+12
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-0511-35/+59
* Work around a braindead signal handling in many newer HP printers.joerg1996-04-041-8/+26
* Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will forcephk1996-04-041-2/+7
* Log TCP syn packets for ports we don't listen on.phk1996-04-043-5/+37
* Fixed a typo in the comment for sv_errsize.smpatel1996-04-041-2/+2
* add a `Warning:' to the message saying that the root directory is not agpalmer1996-04-032-4/+4
* Improvementss to netbootphk1996-04-036-27/+78
* Always pass a route structure when calling ip_output().wollman1996-04-031-2/+6
* Add feature for tcp "established".phk1996-04-035-54/+43
* Pick up CWARNFLAGS from /etc/make.conf if defined.phk1996-04-031-3/+5
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-034-20/+50
* Removed prototype for devfs_add_devsw() as it no longer existsscrappy1996-04-031-9/+1
* Merged devfs_add_devsw() into devfs_add_devswf()scrappy1996-04-031-34/+17
* Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTICgpalmer1996-04-033-3/+33
* Correct a comment which was hiding part of the declaration ofgpalmer1996-04-031-3/+3
* Correct a bug which wrote the result of devfs_add_devswf() for twogpalmer1996-04-021-3/+3
* 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
OpenPOWER on IntegriCloud