index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
look
/
look.c
Age
Commit message (
Expand
)
Author
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2022-02-10
look(1): use a stricter pledge(2) in lieu of unveil(2)
Scott Soule Cheloha
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-08-11
look(1) will access /usr/share/dict/words to look for the string we want, or it
Ricardo Mestre
2017-01-21
Nuke more whitespace caught in the headlights of "warning:"
Kenneth R Westerback
2017-01-21
Accommodate gcc's suggestion that assignments used as truth values
Kenneth R Westerback
2016-09-13
Eliminate the FOLD and DICT macros. There's no need to check for
Todd C. Miller
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
tame "stdio rpath", for the open with O_RDONLY.
Theo de Raadt
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-06-17
synchronize synopsis and usage.
Igor Sobrado
2005-06-25
Fix typo in a comment.
Niall O'Higgins
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-01
Fix an err() that should really be errx()
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2000-10-12
Check the mmap return value against MAP_FAILED, not NULL.
Artur Grabowski
1999-12-21
Use MAP_PRIVATE for mmap() flags instead of 0. With UVM this defaults
Todd C. Miller
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt