| Commit message (Expand) | Author | Age | Files | Lines |
* | On closer inspection, it turns out that all of the callers of disksort | dg | 1995-08-07 | 1 | -5/+1 |
* | Since buffers can be pulled off of the disk queue at interrupt time and | dg | 1995-08-07 | 1 | -2/+7 |
* | Woops, I committed the wrong version of the diff in the last rev. | dg | 1995-08-07 | 1 | -2/+2 |
* | Made msgbuf range checking more robust and clean. | dg | 1995-08-07 | 2 | -18/+7 |
* | Restore check for msg_bufx being negative. Changed if() expression to be | dg | 1995-08-06 | 1 | -4/+4 |
* | Extentd David's recent change to shutdown_nice() by calling | joerg | 1995-08-06 | 1 | -1/+5 |
* | Resize both VMIO and non-VMIO buffers if the size changes. | dg | 1995-08-06 | 1 | -8/+2 |
* | Preserve current termios speed for TIOCSET*, if it matched with | ache | 1995-08-02 | 1 | -3/+7 |
* | Better approximation for TIOCGETP (gtty) for non-standard speeds. | ache | 1995-08-02 | 1 | -9/+18 |
* | Back out predefined termios speeds check, it can cause troubles | ache | 1995-08-02 | 1 | -28/+1 |
* | Check for valid speed values in pty drive | ache | 1995-08-02 | 3 | -28/+38 |
* | Don't set TS_ZOMBIE flag for non-open ptys. ptcclose() has always done | bde | 1995-08-02 | 1 | -4/+6 |
* | Optimize a bit valid speed search using fact that speed table sorted | ache | 1995-08-01 | 1 | -1/+5 |
* | Check for valid speeds in TIOCSET* and return EINVAL for incorrect | ache | 1995-08-01 | 2 | -8/+23 |
* | Removed my special-case hack for VOP_LINK and fixed the problem with the | dg | 1995-08-01 | 5 | -108/+26 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-31 | 1 | -2/+2 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-31 | 1 | -2/+6 |
* | Obtained from: an ancient patch of mine via 1.1.5 | bde | 1995-07-31 | 1 | -1/+2 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-31 | 2 | -70/+84 |
* | Assorted cosmetic changes: | bde | 1995-07-31 | 1 | -26/+29 |
* | Improve input flow control. | bde | 1995-07-31 | 1 | -60/+80 |
* | Fix the sysctl string routines to return as much of the | mpp | 1995-07-31 | 1 | -13/+25 |
* | Ignore trailing slashes in pathnames that "refer to a directory", | bde | 1995-07-31 | 3 | -4/+48 |
* | Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL even | dg | 1995-07-30 | 1 | -3/+3 |
* | Rewrote shutdown_nice() to fix the init-not-yet-started panic(). | dg | 1995-07-30 | 1 | -3/+3 |
* | Don't swap the queue headers to implement concatenation of the | bde | 1995-07-30 | 1 | -14/+23 |
* | Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleep | bde | 1995-07-30 | 1 | -36/+25 |
* | Obtained from: partly from ancient patches by ache and me via 1.1.5 | bde | 1995-07-29 | 2 | -29/+6 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 10 | -25/+46 |
* | Fixed panic in fill_eproc() caused by inadequate checking for NULL pointers. | dg | 1995-07-28 | 1 | -5/+6 |
* | Killed bogus casts in tsleep/wakeup calls. | dg | 1995-07-25 | 1 | -15/+15 |
* | Fixed broken offset use in vfs_unbusy_pages() which resulted in several | dg | 1995-07-25 | 1 | -5/+15 |
* | Panic if no object in biodone. Slightly optimized allocbuf() again. | dg | 1995-07-24 | 1 | -5/+3 |
* | Use the same method to determine the time that the process | mpp | 1995-07-23 | 1 | -4/+2 |
* | Added some additional diagnostic information output when panicing in | dg | 1995-07-23 | 1 | -3/+3 |
* | Fixed two cases where some parans were missing, resulting in some bogus | dg | 1995-07-23 | 1 | -18/+16 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-22 | 2 | -20/+20 |
* | Move the inline code for waking up writers to a new function | bde | 1995-07-22 | 2 | -9/+20 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-21 | 1 | -2/+13 |
* | Obtained from: partly from ancient patches by ache and me via 1.1.5 | bde | 1995-07-21 | 2 | -29/+23 |
* | Obtained from: partly from anancient patch of mine via 1.1.5 | bde | 1995-07-21 | 1 | -3/+11 |
* | Obtained from: partly from an ancient patch of mine via 1.1.5 | bde | 1995-07-21 | 2 | -7/+3 |
* | Obtained from: an ancient patch of mine via 1.1.5 | bde | 1995-07-21 | 1 | -3/+11 |
* | Add to TODO list and move it to near the top of the file. | bde | 1995-07-21 | 1 | -18/+29 |
* | Obtained from: ancient usenet posting as applied to 1.1.5 | bde | 1995-07-21 | 1 | -2/+2 |
* | Re-lookup the buffer if the vnode isn't locked. The previous check for | dg | 1995-07-21 | 1 | -4/+2 |
* | vnode_pager_alloc() never returns NULL, so don't check for it. | dg | 1995-07-20 | 1 | -3/+2 |
* | Fixed "bufspace" calculation. It was lossy in some circumstances of the | dg | 1995-07-17 | 1 | -14/+5 |
* | This fixes a compiler warning, and a cosmetic problem with the linux | peter | 1995-07-16 | 1 | -6/+2 |
* | Include ``options POWERFAIL_NMI'' for owners of older (non-apm) | joerg | 1995-07-16 | 1 | -5/+32 |