| Commit message (Expand) | Author | Age | Files | Lines |
* | Submitted by: careilly@tcd.ie Colman Reilly | ats | 1995-08-12 | 1 | -1/+1 |
* | Correct a little typo in LINT. trouble is -> trouble if. | ats | 1995-08-12 | 3 | -6/+6 |
* | Do the mountlist traversal the way it was done in 4.4-Lite2. | dg | 1995-08-11 | 1 | -3/+3 |
* | Since the mountlist is now a circular queue, adjust the names of the | jkh | 1995-08-11 | 1 | -2/+3 |
* | Document two specials of the `lpt' driver: the port address can be | joerg | 1995-08-11 | 3 | -6/+24 |
* | Fix bug pointed out by user on c.u.b.f.m: commenting out NOPUSH=true | wpaul | 1995-08-11 | 1 | -5/+5 |
* | Changed default optimization from -O2 back to -O...gcc 2.6.* has serious | dg | 1995-08-11 | 1 | -2/+2 |
* | Converted mountlist to a CIRCLEQ. | dg | 1995-08-11 | 14 | -63/+61 |
* | Forget to close file | ache | 1995-08-11 | 2 | -0/+2 |
* | sh(1) incorrectly ignored an EOF condition when looking for the | joerg | 1995-08-11 | 1 | -1/+5 |
* | Be careful not to dereference NULL credentials pointers when doing the | dg | 1995-08-11 | 2 | -6/+14 |
* | Rmove daemons localization (commented out), produce very | ache | 1995-08-10 | 1 | -13/+1 |
* | Remove a deliberate #warning.. It's not polite, because I listed the the | peter | 1995-08-10 | 2 | -10/+2 |
* | Drat! I forgot to add this part of the Specialix Driver.. | peter | 1995-08-10 | 1 | -0/+804 |
* | Fix csh to determine event number properly, i.e. stop by ^*-% too. | ache | 1995-08-10 | 1 | -2/+2 |
* | Bring in my long-overdue version of the Specialix driver. | peter | 1995-08-09 | 6 | -0/+5758 |
* | Add hook for EISA probe for Specialix EISA card. | peter | 1995-08-09 | 1 | -1/+8 |
* | Add Specialix driver to LINT | peter | 1995-08-09 | 3 | -3/+39 |
* | Bump shlib minor because xdr_* functions have been enabled. Do NOT | asami | 1995-08-09 | 1 | -1/+1 |
* | New Improved version of the slip client document. | jfieber | 1995-08-09 | 2 | -68/+66 |
* | Fixed my usage of "asm" instead of "__asm" and "volatile" instead | dyson | 1995-08-09 | 1 | -2/+2 |
* | Fix init to correctly detect processes that are exiting multiple | mpp | 1995-08-08 | 1 | -1/+1 |
* | Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking | dyson | 1995-08-08 | 3 | -18/+18 |
* | Make the spl oriented inline functions less likely to allow | dyson | 1995-08-08 | 3 | -9/+12 |
* | Replace old strftime format by %c, old format forces "Mon Day", | ache | 1995-08-08 | 1 | -2/+4 |
* | Replace ctime by strftime %c to use national representation | ache | 1995-08-08 | 1 | -1/+1 |
* | Replace ctime by strftime %c to use national representation | ache | 1995-08-08 | 1 | -3/+3 |
* | Fix _listmatch() so that it doesn't fall off the end of the list string. | wpaul | 1995-08-08 | 1 | -6/+5 |
* | nspace count was incremented only in child, so warning never displayed | ache | 1995-08-08 | 1 | -9/+13 |
* | Move mbuf frees to after call to sorflush(). | dg | 1995-08-08 | 1 | -3/+3 |
* | Add Id string | ache | 1995-08-08 | 1 | -3/+5 |
* | Allow national printable chars in .plan | ache | 1995-08-08 | 1 | -1/+1 |
* | Replace asctime/ctime by strftime %c to use national representation | ache | 1995-08-08 | 2 | -8/+9 |
* | Change ctime to strftime %c to use national date/time representation. | ache | 1995-08-08 | 1 | -3/+5 |
* | Change ctime to strftime %c to use national date/time representation | ache | 1995-08-08 | 1 | -3/+3 |
* | Replace ctime by strftime %c to use national date representation now | ache | 1995-08-07 | 1 | -4/+4 |
* | Fix manpage to reflect current sources | ache | 1995-08-07 | 1 | -21/+49 |
* | Restore %s format support from previous version | ache | 1995-08-07 | 1 | -1/+22 |
* | Delete bogus referneces to timezone code internal header file `tzfile.h', | wollman | 1995-08-07 | 21 | -75/+52 |
* | Fix infamous "TIOCGWINSZ: Interrupted system call" on return from a ^Z | peter | 1995-08-07 | 1 | -2/+4 |
* | I forgot the reason why I didn't have a period in the `Rep of Palau' the | wollman | 1995-08-07 | 1 | -1/+1 |
* | On closer inspection, it turns out that all of the callers of disksort | dg | 1995-08-07 | 2 | -10/+2 |
* | Set bp->b_actf=NULL for paranoia sake. | dg | 1995-08-07 | 1 | -1/+2 |
* | Since buffers can be pulled off of the disk queue at interrupt time and | dg | 1995-08-07 | 2 | -4/+14 |
* | Woops, I committed the wrong version of the diff in the last rev. | dg | 1995-08-07 | 1 | -2/+2 |
* | Use bdwrite() rather than brelse(). The cylinder group bitmap modification | dg | 1995-08-07 | 1 | -2/+2 |
* | Made msgbuf range checking more robust and clean. | dg | 1995-08-07 | 3 | -24/+13 |
* | Just when you thought it was safe... | wpaul | 1995-08-07 | 5 | -40/+350 |
* | 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 |