| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify slightly the output from the map file in /proc. Now the | dyson | 1996-07-27 | 2 | -4/+8 |
* | Move a couple of the initialization commands to the right place. Multi | dyson | 1996-07-27 | 1 | -28/+24 |
* | Modification to vfs_cluster to allow clustering of NFS delayed writes. | dyson | 1996-07-27 | 1 | -3/+14 |
* | Under certain circumstances, reading the /proc/*/map file can | dyson | 1996-07-27 | 2 | -4/+10 |
* | Allow sequentially created mmap'ed anonymous regions to coalesce. There | dyson | 1996-07-27 | 1 | -23/+33 |
* | Under the heavy load for transmiting condition, it will be write error | amurai | 1996-07-27 | 2 | -4/+4 |
* | Clean up some lint. | dyson | 1996-07-27 | 1 | -3/+3 |
* | Remove experimental header file. My test-build must have picked it | dyson | 1996-07-27 | 1 | -1/+3 |
* | Remove a totally unneeded (and as of the last VM commit, incorrect) call | dyson | 1996-07-27 | 2 | -4/+2 |
* | Missing (prototype) change from the previous commit. | dyson | 1996-07-27 | 1 | -2/+2 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 16 | -1256/+1259 |
* | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | peter | 1996-07-26 | 2 | -4/+4 |
* | Apply a bandaid to a problem elsewhere in the driver, when the process is | peter | 1996-07-26 | 2 | -4/+10 |
* | Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confused | wollman | 1996-07-25 | 2 | -5/+5 |
* | Fail when odd number of disks are specified with mirror flag. Memory | asami | 1996-07-24 | 2 | -56/+72 |
* | DEVFS needs a special bdevvp(). | phk | 1996-07-24 | 1 | -1/+37 |
* | DEVFS needs a special bdevvp(). | phk | 1996-07-24 | 2 | -2/+6 |
* | Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp() | wollman | 1996-07-24 | 1 | -2/+3 |
* | Eliminate some more references to separate ip_v and ip_hl fields. | wollman | 1996-07-24 | 5 | -16/+28 |
* | Revert my bdevsw change for wcd.c, Bruce pointed out that | phk | 1996-07-24 | 1 | -2/+12 |
* | Submitted by: archie@whistle.com | julian | 1996-07-23 | 3 | -12/+13 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 21 | -243/+94 |
* | Fix a spelling error I forgot to bring over from my personal version | wollman | 1996-07-23 | 1 | -2/+2 |
* | Update to current state of PC98 world. | asami | 1996-07-23 | 64 | -6568/+2877 |
* | Submitted by: archie@whistle.com | julian | 1996-07-23 | 13 | -891/+276 |
* | Add a new, better mechanism for sticking packets onto ifqueues. | wollman | 1996-07-22 | 1 | -1/+30 |
* | Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running) | peter | 1996-07-21 | 1 | -2/+3 |
* | Add yet another kludge to this driver. Man page update to follow. | phk | 1996-07-21 | 1 | -1/+9 |
* | Substitute raw{read|write} for ccd{read|write} | phk | 1996-07-21 | 2 | -118/+4 |
* | Post-commit review by Bruce. Mostly stylistic changes. | joerg | 1996-07-21 | 5 | -255/+280 |
* | Replace the annoying calls to Debugger() by panic()'s in the | joerg | 1996-07-20 | 1 | -3/+7 |
* | Correct the timer2 acquiration and release, it must happen at splclock. | joerg | 1996-07-20 | 2 | -72/+104 |
* | Major cleanup of the timerX_{acquire,release} stuff. In particular, | joerg | 1996-07-20 | 5 | -240/+480 |
* | Removed extraneous return. | alex | 1996-07-20 | 1 | -2/+1 |
* | Last night (local time :) I accidently checked in an intermediate version | se | 1996-07-19 | 2 | -170/+138 |
* | Add interrupt register set up with original register value | amurai | 1996-07-19 | 6 | -10/+26 |
* | FINALLY: PCI support for the Lance Ethernet driver. | se | 1996-07-18 | 5 | -146/+507 |
* | some internal modems need LOTS of time to generate an interrupt | julian | 1996-07-17 | 3 | -6/+6 |
* | Introduce two /dev/audio compat alias names for flushing and draining | joerg | 1996-07-17 | 2 | -2/+8 |
* | Fixed adjustment of `time' when timer0 is released. 27465 was 27645 in | bde | 1996-07-17 | 6 | -12/+12 |
* | Various fixes from frank@fwi.uva.nl (Frank van der Linden) via | dfr | 1996-07-16 | 8 | -50/+116 |
* | Moved declaration of zbuf outside of #ifdef DEVFS code. | nate | 1996-07-15 | 2 | -6/+6 |
* | Quick fix for previous commit: don't free zbuf on close since it may be | bde | 1996-07-15 | 2 | -18/+4 |
* | Switch back to logging accepted packets with the text "Allow" instead | alex | 1996-07-14 | 1 | -2/+2 |
* | Turn SCSIDEBUG into a new-style option. | joerg | 1996-07-14 | 11 | -12/+30 |
* | Almost gratuitious improvement of the performance of reading | dyson | 1996-07-14 | 2 | -10/+28 |
* | A few minor mods (improvements) to support more efficient pipe | dyson | 1996-07-13 | 2 | -34/+79 |
* | Enable transmit complete interrupt... | dg | 1996-07-13 | 2 | -4/+4 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -1/+1 |
* | Fixed two bugs in previous commit: be sure to include tcp_debug.h when | dg | 1996-07-12 | 2 | -3/+6 |