summaryrefslogtreecommitdiff
path: root/usr.bin/less/os.c
AgeCommit message (Expand)Author
2003-06-07Use interruptible syscalls instead of setjmp/longjmp. This makesTodd C. Miller
2003-04-13Merge in less-381 w/ local changes and remove obsolete files.Todd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-01-29$OpenBSD$Niklas Hallqvist
1999-02-20First step at supporting files > 2gig. Use off_t as POSITIONTodd C. Miller
1996-09-21Import of unmolested less-290.etheisen