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
/
distrib
/
special
/
more
Age
Commit message (
Expand
)
Author
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2015-11-15
KNF, de-register, fix other minor grumbles
Theo de Raadt
2015-11-14
Copy the parts of libocurses that are needed directly to here. We
Theo de Raadt
2015-11-14
Copy the parts of libocurses that are needed directly to here. We
Theo de Raadt
2015-11-11
the ramdisk more(1) works with pledge "stdio rpath tty"
Theo de Raadt
2015-10-15
remove '!' (subshell) and 'v' (edit) commands from ramdisk more(1) command.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-11-27
astoundingly, the read loop has been subtly broken in a variety of ways
Theo de Raadt
2013-11-26
unsigned char for ctype
Theo de Raadt
2012-03-04
In preparation for getline and getdelim additions to libc, rename getline()
Federico G. Schwindt
2010-10-29
nroff->mandoc; ok schwarze
Jason McIntyre
2010-04-28
rename BS so we don't collide with the ocurses define,
Jonathan Gray
2010-01-14
Same type of as in libc/libc/gen/readpassphrase.c 1.22. Receiving
Theo de Raadt
2010-01-13
errors spotted by lint
Theo de Raadt
2009-10-28
Use a Makefile.inc to share all the -Os and such options we use
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-04-19
optimize for size (3k). "makes sense" millert@
Martynas Venckus
2007-08-02
spelling fixes in the comments
David Krause
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-05-26
remove references to CRTs where they no longer make sense;
Jason McIntyre
2004-07-02
Accept but ignore -E and -X since they specify default more(1) behavior.
Todd C. Miller
2004-02-20
- uppercase CRT
Jason McIntyre
2003-09-04
put escapes in the right place;
Jason McIntyre
2003-09-02
escape punctuation;
Jason McIntyre
2003-06-05
Add my license
Todd C. Miller
2003-06-05
Attempt to deal w/ large files sanely by using off_t and fseeko().
Todd C. Miller
2003-06-04
Handle arbitrarily long lines and add a special case for \r\n pair;
Todd C. Miller
2003-06-04
Correctly set dlines on terminal resize; missed this in rev 1.20.
Todd C. Miller
2003-06-04
Fix for machines w/ unsigned chars; part from drahn@
Todd C. Miller
2003-06-04
o print screensize - 1 lines for each screenful, not screensize - 2.
Todd C. Miller
2003-06-04
Check for alternate screen support and if it exists, don't print stuff
Todd C. Miller
2003-06-04
Fix mergo that resulted in 2 copies of the handle_signal() function.
Todd C. Miller
2003-06-04
simplify some tty handling code:
Todd C. Miller
2003-06-03
Eliminate setjmp/longjmp by using interruptible syscalls when reading input
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-29
permit the input file to contain " if needed; millert ok
Theo de Raadt
2003-05-28
We need the hard-coded dependency after all since special bits
Todd C. Miller
2003-05-28
Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer).
Todd C. Miller
2003-05-28
even simpler help storage w/ a tweak from millert@
Michael Shalayeff
2003-05-28
errno saving in signal handlers; millert ok
Theo de Raadt
2003-05-28
Revert last commit; it is not needed
Todd C. Miller
2003-05-28
No more help file, add /usr/bin/vi to FILES section
Todd C. Miller
2003-05-28
more.o needs to depend on morehelp.h since "make clean" removes morehelp.h.
Todd C. Miller
2003-05-28
help file incorporated, does not grow that much; millert@ ok
Michael Shalayeff
2003-05-28
o use _POSIX_VDISABLE instead of hard-coding 255
Todd C. Miller
2003-05-28
silence remaining gcc warning; now compiles -Wall clean
Todd C. Miller
2003-05-28
o Deal with EDITOR not being a fully-qualified pathname
Todd C. Miller
2003-05-28
mdocify; with help from jmc@
Todd C. Miller
2003-05-28
Shrink a bit by replacing custom functions w/ libc equivalents.
Todd C. Miller
[next]