| Commit message (Expand) | Author | Age | Files | Lines |
* | Describe MAXMEM better. Enable it by default. (It's a positive option. | bde | 1996-06-23 | 3 | -15/+18 |
* | Remove an un-necessary call to microtime() to set if_lastchange | gpalmer | 1996-06-23 | 1 | -1/+0 |
* | Dump the timeout for st_erase(). | joerg | 1996-06-22 | 1 | -2/+2 |
* | Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the | peter | 1996-06-21 | 1 | -1/+3 |
* | When writing the settings for stop bits and output hardware flow control, | peter | 1996-06-21 | 2 | -36/+48 |
* | Oops, fix a bug that caused updates to the screen to happen, without | sos | 1996-06-21 | 3 | -6/+18 |
* | Some news for syscons (long overdue): | sos | 1996-06-21 | 8 | -317/+568 |
* | Improve algorithm for page hash queue. It was previously about | dyson | 1996-06-21 | 1 | -2/+2 |
* | Use the route that's guaranteed to exist when picking a source address | fenner | 1996-06-20 | 1 | -2/+2 |
* | Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30) | fenner | 1996-06-20 | 1 | -2/+2 |
* | Put the 'debug' messages of the type: | nate | 1996-06-20 | 1 | -1/+3 |
* | Properly account for non-page aligned buffers. | dg | 1996-06-20 | 2 | -6/+8 |
* | Minor KNF formatting change to vmapbuf() and vunmapbuf(). | dg | 1996-06-20 | 2 | -26/+18 |
* | Set IFF_RUNNING on the loopback interface. | wollman | 1996-06-19 | 1 | -2/+2 |
* | Macro expressions should be fully parenthesized! Fix the MAXMEM | nate | 1996-06-19 | 3 | -6/+6 |
* | Clean up vmapbuf and vunmapbuf significantly. The previous code was | dyson | 1996-06-19 | 2 | -98/+32 |
* | Submitted by: archie@whistle.com | julian | 1996-06-19 | 1 | -2/+2 |
* | Document MAXMEM option. | nate | 1996-06-18 | 3 | -3/+21 |
* | Obtained from: Netatalk distribution. | julian | 1996-06-18 | 1 | -0/+25 |
* | Add new parts, kernel not booted in other case | ache | 1996-06-18 | 1 | -3/+3 |
* | When bringing the netkey stuff over, I forgot that I had decided to change | wollman | 1996-06-18 | 1 | -2/+2 |
* | As we have appletalk protocol support we might as well show | julian | 1996-06-18 | 3 | -3/+9 |
* | remove some debugging printfs left in by mistake | julian | 1996-06-18 | 2 | -10/+0 |
* | Add procfs_type.c to the repository. | dyson | 1996-06-18 | 2 | -0/+182 |
* | Add the file procfs_type.c to procfs. | dyson | 1996-06-18 | 1 | -0/+1 |
* | Clean-up the new VM map procfs code, and also add support for executable | dyson | 1996-06-18 | 14 | -19/+63 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | bde | 1996-06-18 | 41 | -97/+35 |
* | This file is the "meat" of the process address space capability. If you | dyson | 1996-06-17 | 2 | -0/+338 |
* | Add a feature to procfs to allow display of the process address map | dyson | 1996-06-17 | 7 | -8/+23 |
* | This time, get rid of the struct copies that were really causing gcc to | peter | 1996-06-17 | 2 | -8/+8 |
* | Stomp another compiler warning: sc_devfs_token[] should only be declared | wpaul | 1996-06-17 | 3 | -3/+9 |
* | Add a couple of #ifdef DEVFS/#endif clauses to slence the following | wpaul | 1996-06-17 | 1 | -1/+5 |
* | Reduced nesting of #includes in random.h and adjusted isa/random_machdep.c | bde | 1996-06-17 | 4 | -36/+34 |
* | Synced with Makefile.i386: added -Wunused. | bde | 1996-06-17 | 1 | -2/+2 |
* | Moved initialization of defaults for the label for the whole disk from | bde | 1996-06-17 | 1 | -1/+21 |
* | Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise). | bde | 1996-06-17 | 3 | -108/+45 |
* | Added TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise). | bde | 1996-06-17 | 1 | -10/+11 |
* | In getit(), use read_eflags()/write_eflags() to preserve the interrupt | bde | 1996-06-17 | 5 | -15/+40 |
* | In microtime(), use pushfl/popfl to preserve the interrupt enable flag | bde | 1996-06-17 | 1 | -2/+4 |
* | Disable direct writes for non-blocking output. | dyson | 1996-06-17 | 1 | -2/+5 |
* | Several bugfixes/improvements: | dyson | 1996-06-17 | 5 | -1007/+1292 |
* | Fix chain numbering bug when the highest line number installed >= 65435 | alex | 1996-06-17 | 1 | -16/+27 |
* | Various bugfixes/cleanups from me and others: | dyson | 1996-06-16 | 6 | -90/+66 |
* | Explain the options for the `od' driver. | joerg | 1996-06-16 | 5 | -7/+61 |
* | Miscellaneous cleanup and minor fixes by Shunsuke and by me. | joerg | 1996-06-16 | 2 | -96/+147 |
* | Make sure to update the SDEV_MEDIA_LOADED flag also when working on | joerg | 1996-06-16 | 1 | -1/+4 |
* | Fix cut/paste error; a read-only variable should have been read/write. | peter | 1996-06-16 | 2 | -4/+4 |
* | Cosmetic change: make the ``ready to run'' line match the | gpalmer | 1996-06-15 | 1 | -2/+2 |
* | A small bit of defensive programming in case the panic is during process | peter | 1996-06-15 | 1 | -1/+5 |
* | Whoops, I accidentally deleted a necessary ":" which is part of the | nate | 1996-06-15 | 2 | -4/+4 |