summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Describe MAXMEM better. Enable it by default. (It's a positive option.bde1996-06-233-15/+18
* Remove an un-necessary call to microtime() to set if_lastchangegpalmer1996-06-231-1/+0
* Dump the timeout for st_erase().joerg1996-06-221-2/+2
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thepeter1996-06-211-1/+3
* When writing the settings for stop bits and output hardware flow control,peter1996-06-212-36/+48
* Oops, fix a bug that caused updates to the screen to happen, withoutsos1996-06-213-6/+18
* Some news for syscons (long overdue):sos1996-06-218-317/+568
* Improve algorithm for page hash queue. It was previously aboutdyson1996-06-211-2/+2
* Use the route that's guaranteed to exist when picking a source addressfenner1996-06-201-2/+2
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)fenner1996-06-201-2/+2
* Put the 'debug' messages of the type:nate1996-06-201-1/+3
* Properly account for non-page aligned buffers.dg1996-06-202-6/+8
* Minor KNF formatting change to vmapbuf() and vunmapbuf().dg1996-06-202-26/+18
* Set IFF_RUNNING on the loopback interface.wollman1996-06-191-2/+2
* Macro expressions should be fully parenthesized! Fix the MAXMEMnate1996-06-193-6/+6
* Clean up vmapbuf and vunmapbuf significantly. The previous code wasdyson1996-06-192-98/+32
* Submitted by: archie@whistle.comjulian1996-06-191-2/+2
* Document MAXMEM option.nate1996-06-183-3/+21
* Obtained from: Netatalk distribution.julian1996-06-181-0/+25
* Add new parts, kernel not booted in other caseache1996-06-181-3/+3
* When bringing the netkey stuff over, I forgot that I had decided to changewollman1996-06-181-2/+2
* As we have appletalk protocol support we might as well showjulian1996-06-183-3/+9
* remove some debugging printfs left in by mistakejulian1996-06-182-10/+0
* Add procfs_type.c to the repository.dyson1996-06-182-0/+182
* Add the file procfs_type.c to procfs.dyson1996-06-181-0/+1
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-1814-19/+63
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-1841-97/+35
* This file is the "meat" of the process address space capability. If youdyson1996-06-172-0/+338
* Add a feature to procfs to allow display of the process address mapdyson1996-06-177-8/+23
* 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
OpenPOWER on IntegriCloud