aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/more/os.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke more from the repository.Paul Saab2000-05-291-311/+0
* Improve hack from previous commit to this file: exit if we get successiveTim Vanderhoek2000-05-121-5/+15
* Exit if we read two EOFs from the keyboard input stream. Why two and notTim Vanderhoek2000-05-091-5/+19
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-141-1/+3
* Fix coredump when two signals are sent in rapid succession.Tim Vanderhoek1998-07-311-1/+2
* sprintf -> snprintf to avoid potential buffer overflow.Steve Price1998-06-141-6/+6
* Add #include <string.h> to get prototypes for functions that gccJohn Birrell1998-02-201-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+283