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
*
bin/1933: don't print negative % for huge files (80Mb)
phk
1996-10-31
1
-2
/
+4
*
oops, uninitialised variable.. -v mode depended on stack contents.
peter
1996-10-29
1
-2
/
+2
*
Clean up some loose ends on my previous work in here..
peter
1996-10-29
1
-4
/
+4
*
Eliminate unnecessary include of <sys/mbuf.h>.
wollman
1996-10-28
2
-2
/
+8
*
Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufs
wollman
1996-10-28
4
-5
/
+13
*
Don't dereference a free()ed pointer.
joerg
1996-10-28
1
-3
/
+5
*
Typo: to --> too. Fixes PR#1907.
alex
1996-10-27
1
-2
/
+2
*
Do not store character 30. I made a test at my CS department
wosch
1996-10-27
1
-1
/
+8
*
$@ -> "$@", now ``mkdep "foo bar".c'' works.
wosch
1996-10-27
1
-5
/
+6
*
fix perl indention style
wosch
1996-10-27
1
-13
/
+11
*
Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).
alex
1996-10-26
1
-1
/
+1
*
sprintf --> snprintf
alex
1996-10-26
1
-3
/
+4
*
Use the same format for the "expect N shift reduce conflicts" message
bde
1996-10-25
1
-1
/
+1
*
Change recently added diagnostics to more descriptive
ache
1996-10-25
1
-8
/
+8
*
Teach file about:
erich
1996-10-24
3
-1
/
+14
*
old host:/filename syntax was broken
adam
1996-10-24
1
-5
/
+8
*
Rename FNM_ICASE to FNM_CASEFOLD
ache
1996-10-23
1
-2
/
+2
*
Check for not defined / redefined chars now
ache
1996-10-23
5
-49
/
+112
*
Fix a core dump condition I discovered the other day (right
wpaul
1996-10-23
1
-3
/
+3
*
Add a flag to allow the 'use NIS or local?' logic to tell when NIS is
wpaul
1996-10-23
2
-5
/
+8
*
Fix description of -cli option so that it comes out as -cli0.5 instead of
scrappy
1996-10-23
1
-1
/
+1
*
Add a 'depth (-d#)' flag to du
scrappy
1996-10-23
2
-11
/
+30
*
Description:
scrappy
1996-10-23
1
-2
/
+4
*
Use same primary / different secondary order for umlauts and digits parts
ache
1996-10-22
3
-15
/
+15
*
Cleanup. Boldfaced dashes didn't print at all, also corrected a few
joerg
1996-10-22
1
-9
/
+9
*
The neverending story... vgrind.
joerg
1996-10-22
1
-2
/
+2
*
Document f2c's -o option
scrappy
1996-10-22
1
-0
/
+4
*
Fixes:
scrappy
1996-10-22
1
-5
/
+12
*
*blush* Whoops: got the format strings wrong.
wpaul
1996-10-22
1
-4
/
+4
*
Part 2 of fix for PR #1519. The problem here is similar to what
wpaul
1996-10-22
1
-8
/
+25
*
Modify the 'couldn't create udp handle' message so it tell you
wpaul
1996-10-22
1
-4
/
+5
*
New options for uudecode
wosch
1996-10-21
2
-5
/
+86
*
unset TZ from the environment so the timestamp gets the system default,
phk
1996-10-21
1
-0
/
+1
*
Correct the SYNOPSIS section of the man page to add the -p option.
joerg
1996-10-21
1
-1
/
+2
*
Don't access stuff we have realloc()'ed using the old pointer.
phk
1996-10-21
1
-2
/
+3
*
Better case insensitve search support for pattern with meta chars.
wosch
1996-10-20
1
-2
/
+9
*
Added brandelf to SUBDIR.
sos
1996-10-19
1
-2
/
+2
*
Slightly improve the C and C++ support. Allow for function return
joerg
1996-10-18
2
-3
/
+10
*
Some cleanup:
joerg
1996-10-18
4
-3
/
+33
*
The -q option does not require a list of elements: the command 'ar q foo.a'
jmz
1996-10-17
1
-2
/
+2
*
Add -D_SKEY_INTERNAL to pick up non-API functions
ache
1996-10-17
1
-0
/
+2
*
Add -D_SKEY_INTERNAL to pick up non-API skey functions
ache
1996-10-17
1
-0
/
+2
*
Fix diagnostic: skey->key, we have key command
ache
1996-10-17
1
-1
/
+1
*
Use a (signed) int32_t counter instead of an `unsigned int' counter
bde
1996-10-16
1
-1
/
+1
*
Utility to "brand" ELF binaries.
sos
1996-10-16
2
-0
/
+118
*
Simplify and improve parser.
ache
1996-10-16
3
-244
/
+38
*
Save half of LC_COLLATE space
ache
1996-10-15
10
-203
/
+1073
*
Wow!, i finally found a usable vgrind definition for Perl.
joerg
1996-10-15
2
-2
/
+15
*
8-Bit character support.
wosch
1996-10-13
6
-67
/
+147
*
export variable TMPDIR (which maybe set, but not exported in /etc/locate.rc)
wosch
1996-10-12
1
-2
/
+3
[next]