index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
more
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a long vs. int problem that was fatal on i386s with 64bit longs (but
hoek
2000-05-02
1
-8
/
+11
*
#include <errno.h> where needed. Kill extern int errno;.
imp
2000-04-14
1
-1
/
+3
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-1
/
+2
*
Correctly backspace over number N that preceeds macros.
hoek
2000-01-08
1
-7
/
+12
*
Dedocument one of the BUGS listed in the last commit. The bug (needless
hoek
1999-12-28
1
-3
/
+0
*
Rather than use an LRU-ordered circular list to store buffered data,
hoek
1999-12-28
1
-35
/
+65
*
Delete dead code and clean comments a little.
hoek
1999-12-28
2
-8
/
+15
*
Correctly maintain state when manipulating linked lists. This fixes a
hoek
1999-12-27
1
-3
/
+8
*
Initialize unitialized variable from prev. commit.
hoek
1999-12-27
1
-1
/
+1
*
A missing verb to a sentence from last commit.
hoek
1999-12-26
1
-1
/
+2
*
For some reason the HOME key wasn't documented. Document it. Expand
hoek
1999-12-26
2
-3
/
+32
*
Allow excessive backspacing to correctly abort an input (most significantly
hoek
1999-12-26
2
-12
/
+22
*
Expand source comments a little -=> increased readability.
hoek
1999-12-26
2
-8
/
+35
*
Don't disallow null search patterns --- they are interpreted as being
hoek
1999-09-14
1
-7
/
+10
*
Remove assertion of Shigio Yamaguchi's copyright, by request in bin/13607.
hoek
1999-09-10
1
-1
/
+0
*
Unbroke `make -s' case.
ru
1999-09-10
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-09-05
2
-2
/
+2
*
Thorough revamp of how input commands are processed. This allows customization
hoek
1999-09-03
21
-818
/
+2777
*
$Id$ -> $FreeBSD$
peter
1999-08-28
12
-12
/
+12
*
Don't assume all ctags are meant to match a whole line ("^...line...$").
hoek
1999-08-17
1
-5
/
+44
*
Various man page cleanup:
mpp
1999-08-15
1
-3
/
+3
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
- When trying to decide if $EDITOR == "vi", match against only the first
hoek
1999-06-05
1
-5
/
+28
*
No, the space required for a string is strlen() _plus_ one... Oops.
hoek
1999-06-04
1
-3
/
+2
*
Don't print backspaces in first column since they backup to the prev line.
hoek
1999-06-02
1
-5
/
+12
*
Grok gtags too.
hoek
1999-06-01
7
-42
/
+425
*
General code cleanup [incomplete]. Make the arrow keys work.
hoek
1999-05-30
9
-91
/
+339
*
Document another (less-virulent) CRLF-related bug.
hoek
1999-05-02
1
-0
/
+2
*
Remove documentation of CRLF bug from more.1. Sync code with manpage.
hoek
1999-04-29
3
-26
/
+18
*
Ignore (effectively) SIGTSTP if we're already in the process of tstoping.
hoek
1998-08-03
1
-0
/
+1
*
Fix coredump when two signals are sent in rapid succession.
hoek
1998-07-31
2
-2
/
+3
*
Fix compilation for the case where neither ioctl(TIOCGWINSZ)
hoek
1998-07-26
1
-1
/
+2
*
Really delete -# option.
hoek
1998-07-25
1
-2
/
+1
*
Nuke obsolote and broken -# option.
hoek
1998-07-25
2
-20
/
+4
*
Keep "-c" (top_scroll) through viewing help.
hoek
1998-07-25
1
-1
/
+6
*
Fix bug from last commit: don't SEGV when reading as part of a pipe.
hoek
1998-07-04
1
-1
/
+1
*
Use '-e' when viewing helpfile.
hoek
1998-07-03
1
-1
/
+1
*
Prevent recursive help)elp)elping.
hoek
1998-07-03
1
-1
/
+5
*
sprintf -> snprintf to avoid potential buffer overflow.
steve
1998-06-14
6
-21
/
+27
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-23
1
-2
/
+3
*
Add #include <string.h> to get prototypes for functions that gcc
jb
1998-02-20
5
-0
/
+5
*
Fix fencepost error.
eivind
1997-08-12
1
-1
/
+1
*
Add usage().
charnier
1997-07-29
2
-14
/
+28
*
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
bde
1997-04-23
1
-1
/
+1
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Make more not immediately exit on a short file, if the -e option is
joerg
1997-03-02
2
-4
/
+1
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
include ctype.h to pick isprint macro
ache
1997-01-12
1
-1
/
+2
*
Pick collate info for RE character ranges
ache
1996-08-11
1
-1
/
+1
[next]