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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert WARNS bump until I figure out why this does not work.
johan
2004-07-17
1
-1
/
+0
*
Support readlink(2) better. Readlink does not nul terminate the
alfred
2004-07-17
10
-20
/
+32
*
When reporting reciept of a signal, print the signal's name.
alfred
2004-07-17
3
-7
/
+26
*
Remove unused user_uname variable.
kientzle
2004-07-17
2
-16
/
+8
*
Make bsdtar the default system tar. This makes /usr/bin/tar a symlink
kientzle
2004-07-17
1
-1
/
+1
*
Validate -o usage. Strictly speaking, -o only makes sense with -x,
kientzle
2004-07-17
2
-0
/
+8
*
Mention in the BUGS section that write and wall bogusly use the sender's
tjr
2004-07-17
2
-1
/
+15
*
Document incorrect handling of multibyte characters.
tjr
2004-07-17
5
-5
/
+23
*
Document the limitation that multibyte characters cannot be used as
tjr
2004-07-17
1
-1
/
+6
*
Include <string.h> to get memset and strcmp prototype.
johan
2004-07-16
2
-1
/
+3
*
Add support for multibyte characters.
tjr
2004-07-16
1
-4
/
+9
*
Avoid passing negative values to <ctype.h> functions on machines with
tjr
2004-07-16
1
-3
/
+3
*
Document incorrect handling of multibyte characters.
tjr
2004-07-16
1
-1
/
+3
*
Document incorrect handling of multibyte characters.
tjr
2004-07-15
1
-1
/
+5
*
Avoid passing negative values to isdigit() on machines with signed chars.
tjr
2004-07-15
1
-5
/
+5
*
Avoid passing negative values to isspace() on machines with signed chars.
tjr
2004-07-15
1
-1
/
+1
*
Respect locale settings from the environment.
tjr
2004-07-15
1
-0
/
+3
*
Avoid passing negative values to isspace() on systems with signed chars.
tjr
2004-07-15
1
-1
/
+1
*
Respect locale settings from the environment.
tjr
2004-07-15
2
-0
/
+6
*
Don't pass negative values into <ctype.h> functions on machines
tjr
2004-07-15
1
-3
/
+3
*
Print size_t with %zu, not %d.
tjr
2004-07-15
1
-1
/
+1
*
Respect locale settings from the environment.
tjr
2004-07-15
1
-0
/
+3
*
Add incorrect multibyte character handling to the already long list
tjr
2004-07-15
1
-1
/
+3
*
Use freopen() instead of a nasty hack.
tjr
2004-07-15
1
-2
/
+1
*
Document incorrect handling of multibyte characters.
tjr
2004-07-15
1
-1
/
+5
*
Ensure that suffix matches occur on character boundaries.
tjr
2004-07-15
1
-4
/
+32
*
Document line length and multibyte character limitations.
tjr
2004-07-15
1
-1
/
+4
*
Use err() instead of perror(), exit().
tjr
2004-07-15
1
-1
/
+1
*
Use warn() instead of perror().
tjr
2004-07-15
1
-1
/
+1
*
Use warn() instead of perror().
tjr
2004-07-15
2
-4
/
+5
*
Make the day/month ordering dependent on the current locale by
kientzle
2004-07-15
4
-4
/
+17
*
Document the -E and -a options as being extensions.
tjr
2004-07-14
1
-2
/
+5
*
Update BUGS section to reflect current state of multibyte character support.
tjr
2004-07-14
1
-4
/
+11
*
Make the 'y' (translate) command aware of multibyte characters.
tjr
2004-07-14
5
-17
/
+145
*
Fix description of cmap_lookup_hard().
tjr
2004-07-14
1
-1
/
+1
*
Remove unused member of struct csclass: csc_value.
tjr
2004-07-14
1
-1
/
+0
*
Splay the left and right subtrees on min - 1 and max + 1, respectively,
tjr
2004-07-14
1
-34
/
+20
*
Overhaul lputs() to deal with multibyte characters, characters that take
tjr
2004-07-13
1
-24
/
+53
*
Add support for multibyte characters.
tjr
2004-07-13
2
-22
/
+47
*
Teach gcore about the pathname field of '/proc/*/map' so that it doesn't
rwatson
2004-07-12
1
-3
/
+3
*
Mimic ls(1) by putting an extra space before the year in old dates
kientzle
2004-07-12
1
-1
/
+1
*
Fix tab/space screwup in long_help()
kientzle
2004-07-12
1
-1
/
+1
*
Remove BUGS section that talked about missing multibyte character support.
tjr
2004-07-12
1
-5
/
+1
*
Adjust the show_self code (the test got inadvertantly reversed a couple of
des
2004-07-12
1
-3
/
+3
*
Cache a pointer to the old proc (as well as negative cache) to make
alfred
2004-07-12
1
-2
/
+13
*
Call setlocale() with category LC_ALL instead of LC_MESSAGES. We need
tjr
2004-07-12
1
-1
/
+1
*
Respect locale settings from the environment.
tjr
2004-07-12
1
-0
/
+3
*
Fix a few cases that relied on 'implicit int' (constraint violation in C99).
stefanf
2004-07-11
2
-1
/
+2
*
Fix document year.
tjr
2004-07-11
1
-1
/
+1
*
Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.
tjr
2004-07-11
1
-1
/
+12
[next]