| Commit message (Expand) | Author | Age | Files | Lines |
* | Add simple hooks to create /dev entries for the Specialix driver | peter | 1995-08-13 | 2 | -2/+62 |
* | Take the ypchfn/ypchsh stuff that was removed from passwd | wpaul | 1995-08-13 | 7 | -9/+421 |
* | Remove the ypchfn/ypchsh stuff from passwd and leave just the | wpaul | 1995-08-13 | 5 | -169/+78 |
* | Small NIS tweak: frob pw_error() a little so that it can say either | wpaul | 1995-08-13 | 2 | -2/+16 |
* | Slight change to the location of the default termios flags to make them | peter | 1995-08-13 | 2 | -14/+34 |
* | Add sicontrol.. I hope this is the right way.. | peter | 1995-08-13 | 1 | -4/+4 |
* | Bring in first cut of the user-mode control program for the Specialix driver. | peter | 1995-08-13 | 2 | -0/+589 |
* | Next round of cleanups. Some more debugging hooks added, si_softc definition | peter | 1995-08-13 | 4 | -244/+150 |
* | Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP) | se | 1995-08-13 | 1 | -3/+3 |
* | Restore the reference to quot(8). | mpp | 1995-08-13 | 1 | -1/+1 |
* | Disable fifos in sioclose(). Closes PR 576. | bde | 1995-08-13 | 3 | -3/+27 |
* | Substantial re-write. | jkh | 1995-08-12 | 1 | -98/+84 |
* | Add the DOS install tips from the install notes. | roberto | 1995-08-12 | 1 | -239/+295 |
* | Make this example actually compile again. Rename the module so that | joerg | 1995-08-12 | 3 | -27/+14 |
* | Do not omit the Makefiles when installing the examples; they are part | joerg | 1995-08-12 | 1 | -3/+2 |
* | Add (apparently) Larry McVoy's warning.... | peter | 1995-08-12 | 1 | -0/+2 |
* | 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 |