Module Name:src
Committed By: abhinav
Date: Fri Jun 24 12:03:22 UTC 2016
Modified Files:
src/usr.bin/ul: ul.1
Log Message:
Add a FILES section and add references to terminfo(3), terminfo(5) in SEE ALSO.
Ok by wiz
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1
Module Name:src
Committed By: abhinav
Date: Thu Jun 23 03:58:13 UTC 2016
Modified Files:
src/usr.bin/ul: ul.c
Log Message:
Make all the global variables and functions static.
While there, remove unused variables and function prototypes.
Ok from christos
To generate a dif
Module Name:src
Committed By: abhinav
Date: Mon Jun 13 14:58:57 UTC 2016
Modified Files:
src/usr.bin/ul: ul.c
Log Message:
Make the function static in the definition (prototype was already declared
static).
Missed in my last commit.
To generate a diff of this commit:
cv
Module Name:src
Committed By: abhinav
Date: Sun Jun 12 14:28:26 UTC 2016
Modified Files:
src/usr.bin/ul: Makefile
Log Message:
Add libutil to the DPADD variable.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ul/Makefile
Please note that diffs a
Module Name:src
Committed By: abhinav
Date: Sun Jun 12 13:29:29 UTC 2016
Modified Files:
src/usr.bin/ul: Makefile ul.c
Log Message:
Fix a buffer overflow when reading from files containing extra long lines.
Instead of using a statically allocated buffer, manage the buffer