summaryrefslogtreecommitdiff
path: root/usr.bin/less/os.c
AgeCommit message (Expand)Author
2019-09-03less uses a correct raceless signal method of indicating signal events inTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-03-16style(9) includesmmcc
2015-11-13Add a flag argument to flush() to stop it calling quit() on error, thenNicholas Marriott
2015-11-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-06time_t is not a long. remove incorrect abstraction around time().Ted Unangst
2015-11-05Replace less with the cleaned-up fork of less 458 maintained by GarrettNicholas Marriott
2014-04-25Merge Less 458 plus local patchesAlexandr Shadchin
2011-09-21Use volatile sig_atomic_t, not int, for the sigs variable. AlsoTodd C. Miller
2011-09-21Repair interrupted reads; fixes ^Z. OK deraadt@Todd C. Miller
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
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