summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.0.5_cvsrelease/2.0.5_cvscvs2svn1995-06-10949-1752/+1279
* Added a missing break which caused interface flag changes to panic theDavid Greenman1995-06-091-1/+2
* 1) SCSI_RESID_VALID was not getting set in xs->flags so even though theDavid Greenman1995-06-092-6/+10
* Look only at the appropriate rtc clock/ram valid bit. The others areDavid Greenman1995-06-091-2/+2
* Return error if in_pcbladdr() fails. Not doing so could result in a panicDavid Greenman1995-06-091-1/+3
* Moved initialization of fdblk down a few lines so that tape is checked forDavid Greenman1995-06-081-3/+3
* Backed out one part of rev 1.13. In this one case, two references to theDavid Greenman1995-06-071-6/+1
* Take ppp out of the GENERIC kernel to save space.Jordan K. Hubbard1995-06-051-3/+4
* Removed eg driver, speaker, and vn devices to help reduce the size of theDavid Greenman1995-06-051-4/+1
* Restore Andrew's change in rev 1.44 for t_timeout. I can't see how thatDavid Greenman1995-06-051-2/+2
* Various fixes for linux compatibility.David Greenman1995-06-052-39/+23
* Print the board type correctly as 7870 when it's a 7870...David Greenman1995-06-041-2/+2
* In the COMPAT_LINUX case, fix a bug that broke BSDI compatibility.David Greenman1995-06-041-4/+5
* Avoid calling t_oproc() in ttywait() when the call would do little orDavid Greenman1995-06-041-2/+20
* Remove t_timeout from ttysleep() call in ttwrite() (undo part of revisionDavid Greenman1995-06-041-3/+2
* Unspam Garrett's change in rev 1.3 to add the multicast ioctl support.David Greenman1995-06-041-2/+14
* Fixed a bug that would cause a hang or panic if an object clean operationDavid Greenman1995-06-041-3/+3
* Fixes from Justin:David Greenman1995-06-043-143/+149
* Properly set/clear the IFF_ALLMULTI flag so that "all multicasts" works.David Greenman1995-06-031-1/+11
* Fixed bugs in NFS swap size calculations.David Greenman1995-06-021-2/+9
* Purge the namei cache for the (parent of the) target when renaming aDavid Greenman1995-06-021-1/+2
* Don't trash the denode cache entry for the source when renaming aDavid Greenman1995-06-021-6/+6
* Don't "remember" where the target directory slot is. The targetDavid Greenman1995-06-021-11/+1
* Fix do/while end condition so that the loop can be broken out of withoutDavid Greenman1995-06-021-2/+2
* I have just fixed a problem with one of the matcd audio ioctls. TheJordan K. Hubbard1995-06-011-3/+15
* # Order is important here due to intrusive probes, do *not* alphabetizeRodney W. Grimes1995-06-011-2/+6
* Totally disable serial consoles for now. The probe_keyboard()Jordan K. Hubbard1995-05-311-1/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-05-30450-192839/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-30706-9170/+9189
* Remove trailing whitespace.Rodney W. Grimes1995-05-3013-58/+58
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Fix setdumpdev():David Greenman1995-05-292-32/+46
* Fixed some serious bugs that resulted in object reference counts not beingDavid Greenman1995-05-296-12/+80
* Mount MFS as root RW. Remounting doesn't make sense.Poul-Henning Kamp1995-05-291-2/+1
* Reduce the amount of bss the kzip stuff uses by moving big buffers intoPoul-Henning Kamp1995-05-296-236/+32
* Submitted by: dufaultRodney W. Grimes1995-05-283-15/+30
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timeDavid Greenman1995-05-281-2/+1
* Increased delay after reset to 10ms. Suggested by several people, the lastDavid Greenman1995-05-272-4/+4
* Added a fix for a bug which caused the wrong interface to be selectedDavid Greenman1995-05-271-27/+44
* Update swap and dump stuff to match reality:David Greenman1995-05-273-33/+12
* Fixed bugs in multicast address handling (flag was set in wrong register,David Greenman1995-05-262-532/+854
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-257-25/+13
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-252-4/+26
* Removed check for sw_dev == NODEV; this is a normal condition for swapDavid Greenman1995-05-251-3/+2
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-258-71/+20
* This should fix PR 438. Apparently I never tested disklabel on the blockDavid Greenman1995-05-241-1/+4
* Enclosed is a patch for if_ze.c which will allow it to operate withDavid Greenman1995-05-241-2/+7
* There are two serious bugs in if_de.c. The first should not matterDavid Greenman1995-05-222-6/+8
* Print the address associated with an examine. Changed db_maxoff toDavid Greenman1995-05-222-13/+6