summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This time, get rid of the struct copies that were really causing gcc topeter1996-06-172-8/+8
* Stomp another compiler warning: sc_devfs_token[] should only be declaredwpaul1996-06-173-3/+9
* Add a couple of #ifdef DEVFS/#endif clauses to slence the followingwpaul1996-06-171-1/+5
* Reduced nesting of #includes in random.h and adjusted isa/random_machdep.cbde1996-06-174-36/+34
* Synced with Makefile.i386: added -Wunused.bde1996-06-171-2/+2
* Moved initialization of defaults for the label for the whole disk frombde1996-06-171-1/+21
* Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).bde1996-06-173-108/+45
* Added TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).bde1996-06-171-10/+11
* In getit(), use read_eflags()/write_eflags() to preserve the interruptbde1996-06-175-15/+40
* In microtime(), use pushfl/popfl to preserve the interrupt enable flagbde1996-06-171-2/+4
* Disable direct writes for non-blocking output.dyson1996-06-171-2/+5
* Several bugfixes/improvements:dyson1996-06-175-1007/+1292
* Fix chain numbering bug when the highest line number installed >= 65435alex1996-06-171-16/+27
* Various bugfixes/cleanups from me and others:dyson1996-06-166-90/+66
* Explain the options for the `od' driver.joerg1996-06-165-7/+61
* Miscellaneous cleanup and minor fixes by Shunsuke and by me.joerg1996-06-162-96/+147
* Make sure to update the SDEV_MEDIA_LOADED flag also when working onjoerg1996-06-161-1/+4
* Fix cut/paste error; a read-only variable should have been read/write.peter1996-06-162-4/+4
* Cosmetic change: make the ``ready to run'' line match thegpalmer1996-06-151-2/+2
* A small bit of defensive programming in case the panic is during processpeter1996-06-151-1/+5
* Whoops, I accidentally deleted a necessary ":" which is part of thenate1996-06-152-4/+4
* Move a case of PG_MAPPED being set before a pmap_enter(). This will likelydg1996-06-141-2/+2
* At long last, we know have support for the 3C589 in a FreeBSD releasenate1996-06-144-6/+438
* Better code for switching the ethernet transceiver.nate1996-06-142-60/+64
* This is the `netkey' kernel key-management service (the PF_KEY analoguewollman1996-06-147-4/+3446
* Better selection of initial retransmit timeout when no cachedwollman1996-06-143-13/+10
* Fix for NFS_NOSERVERphk1996-06-147-30/+39
* Oops, forgot to delete some garbage from working code.asami1996-06-141-8/+0
* The Great PC98 Merge.asami1996-06-1440-35/+893
* This commit was generated by cvs2svn to compensate for changes in r16359,asami1996-06-14192-0/+111120
|\
| * The PC98-specific files.asami1996-06-14192-0/+111120
* The PC98-specific files.asami1996-06-1412-0/+11912
* Document LINT.asami1996-06-143-3/+33
* Updated this driver to a newer version from Matt. This should fix severaldg1996-06-143-1342/+4805
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decidese1996-06-136-12/+12
* Don't try to include opt_ipfw.h in LKMsgpalmer1996-06-131-1/+3
* A fast memory copy for Pentiums using floating point registers.asami1996-06-136-6/+600
* Keep ether_type in network order for BPF to be consistent with otherdg1996-06-132-12/+11
* Only print out the new masks if bootverbose is set.nate1996-06-121-2/+4
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-123-4/+11
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-125-17/+17
* Externalize the declaration of dc_list. This is required in order tojoerg1996-06-123-5/+6
* Fix a very significant cnt.v_wire_count leak in vm_page.c, and somedyson1996-06-123-9/+14
* Add -Wunused to try and catch any future offendersgpalmer1996-06-123-6/+6
* Clean up -Wunused warnings.gpalmer1996-06-12103-412/+299
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-123-47/+29
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.gpalmer1996-06-121-40/+41
* Clean up -Wunused warnings.gpalmer1996-06-122-18/+14
* Fix some serious errors in vm_map_simplify_entries.dyson1996-06-121-6/+7
* Add ccd.asami1996-06-121-2/+2
OpenPOWER on IntegriCloud