aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionRoland McGrath1995-12-151-0/+578
|
* Formerly cache.c.~4~Michael I. Bushnell1995-12-151-0/+74
|
* Formerly nfs.c.~11~Michael I. Bushnell1995-12-151-11/+7
|
* entered into RCSMichael I. Bushnell1995-12-151-19/+0
|
* Initial revisionMichael I. Bushnell1995-12-151-0/+32
|
* entered into RCSMichael I. Bushnell1995-12-152-2/+6
|
* Formerly make-protid.c.~2~Michael I. Bushnell1995-12-151-1/+1
|
* Formerly init-init.c.~2~Michael I. Bushnell1995-12-151-0/+2
|
* Initial revisionMichael I. Bushnell1995-12-151-0/+36
|
* Initial revisionMichael I. Bushnell1995-12-154-0/+123
|
* Formerly ethernet.c.~16~Michael I. Bushnell1995-12-141-1/+1
|
* entered into RCSMichael I. Bushnell1995-12-141-8/+9
|
* Initial revisionMichael I. Bushnell1995-12-141-0/+50
|
* Initial revisionMichael I. Bushnell1995-12-141-0/+31
|
* (argz_append, argz_add, argz_remove): New functions.Miles Bader1995-12-141-0/+11
|
* (diskfs_checkdirmod): Correctly return error code for failure, not 1.Michael I. Bushnell1995-12-141-3/+11
|
* (pty_io_read): When copying TIOCPKT_DATA; account for size correctly.Michael I. Bushnell1995-12-141-1/+4
|
* (diskfs_lookup): If we are returning an error, then set the dirstat toMichael I. Bushnell1995-12-141-1/+5
| | | | be ignored by drop_dirstat.
* (pty_io_write): Always tell the user everything was written.Michael I. Bushnell1995-12-141-0/+4
|
* Formerly mount.c.~6~Michael I. Bushnell1995-12-141-2/+2
|
* Formerly cred.c.~4~Michael I. Bushnell1995-12-141-0/+20
|
* Initial revisionMiles Bader1995-12-131-0/+295
|
* (SRCS): Add login.cMiles Bader1995-12-131-3/+3
| | | | | (targets): Add login. (login): Depends on ../libshouldbelibc/libshouldbelibc.
* Typos.Michael I. Bushnell1995-12-121-3/+3
|
* Typos.Michael I. Bushnell1995-12-121-2/+5
|
* typo.Michael I. Bushnell1995-12-121-1/+1
|
* (ptyio_init): Make this a constructor function.Michael I. Bushnell1995-12-121-0/+1
|
* (pty_po_create_hook, pty_po_destroy_hook): New functions.Michael I. Bushnell1995-12-121-2/+31
| | | | (ptyopen, nptyperopens): New variables.
* (pty_po_create_hook, pty_po_destroy_hook): New declarations.Michael I. Bushnell1995-12-121-0/+2
|
* (po_create_hook): If this is the pty, then call pty specific function.Michael I. Bushnell1995-12-121-0/+12
| | | | | | (po_destroy_hook): Likewise. (pi_create_hook): Don't do anything for pty. (pi_destroy_hook): Likewise.
* (pty_open_hook): New function.Michael I. Bushnell1995-12-121-0/+20
|
* (pty_open_hook): New declaration.Michael I. Bushnell1995-12-121-0/+2
|
* (open_hook): If this is the pty, then call pty specific function.Michael I. Bushnell1995-12-121-0/+3
|
* Formerly io-readable.c.~4~Michael I. Bushnell1995-12-121-1/+1
|
* entered into RCSMichael I. Bushnell1995-12-121-1/+1
|
* Formerly dir-lookup.c.~3~Michael I. Bushnell1995-12-121-3/+3
|
* (open_hook): Do it differently.Michael I. Bushnell1995-12-121-25/+26
|
* (open_hook): Don't require carrier for opens that don't want to readMichael I. Bushnell1995-12-121-21/+24
| | | | or write.
* Formerly nfs.c.~10~Michael I. Bushnell1995-12-121-9/+65
|
* (S_tioctl_tiocgpgrp): Omit bogus extra attempt to lock global_lock.Michael I. Bushnell1995-12-121-2/+0
|
* (main): Typo.Michael I. Bushnell1995-12-121-1/+1
|
* (S_term_get_bottom_type): Return TERM_ON_MASTERPTY when appropriate.Michael I. Bushnell1995-12-121-1/+4
|
* (main): Set BOTTOM.Michael I. Bushnell1995-12-121-0/+3
|
* Formerly mount.c.~5~Michael I. Bushnell1995-12-121-16/+20
|
* Formerly cache.c.~3~Michael I. Bushnell1995-12-111-0/+3
|
* Formerly mount.c.~4~Michael I. Bushnell1995-12-111-20/+27
|
* Formerly nfs.c.~9~Michael I. Bushnell1995-12-111-34/+55
|
* Formerly cred.c.~3~Michael I. Bushnell1995-12-111-5/+10
|
* Formerly socket-ops.c.~9~Miles Bader1995-12-111-18/+18
|
* (should_read): New variable.Miles Bader1995-12-111-28/+36
| | | | | | | | | | | | | (read_reply): Set SHOULD_READ before attempting lock. Use spin_try_lock() instead of spin_lock(), and abort if we can't get it. Clear SHOULD_READ after getting the lock. (ds_device_read, ds_device_read_inband, S_io_read): Call unlock_readlock instead of directly unlocking READLOCK. Don't block SIGIO. (unlock_readlock): New function. (main): Don't trap SIGMSG & SIGEMSG. (SIGMSG, SIGEMSG): Macros deleted.