CVS commit: src/usr.bin/look

2017-02-21 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Tue Feb 21 09:23:31 UTC 2017 Modified Files: src/usr.bin/look: look.c Log Message: Properly check mmap(2) return value. We can end up with a segmentation fault if the user does not provide a regular file as look(1) file argument. K

CVS commit: src/usr.bin/look

2012-02-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 23 22:57:53 UTC 2012 Modified Files: src/usr.bin/look: look.c Log Message: Don't use while-loop with empty body. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/look/look.c Please note that diff

CVS commit: src/usr.bin/look

2011-09-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Sep 4 20:29:32 UTC 2011 Modified Files: src/usr.bin/look: look.c Log Message: ANSIfy + static + __dead To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/look/look.c Please note that diffs are not pub

CVS commit: src/usr.bin/look

2010-05-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 17:10:38 UTC 2010 Modified Files: src/usr.bin/look: look.1 Log Message: Reorder sections to canonical order. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/look/look.1 Please note that diffs a