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
*
Localize it
ache
1998-03-08
1
-3
/
+6
*
Change default temporary directory (TMPDIR) from /tmp to /var/tmp.
wosch
1998-03-08
4
-11
/
+11
*
Improve shell variable substitution.
wosch
1998-03-08
3
-30
/
+24
*
Rewrite script as a select loop rather than as a twin reader/write process.
peter
1998-03-08
2
-75
/
+96
*
Replaced by ncal
helbig
1998-03-08
4
-570
/
+0
*
Support a couple of new "-s" stats.
dyson
1998-03-07
1
-1
/
+3
*
Prevent passwd locking database forever waiting for user input
ache
1998-03-07
1
-3
/
+4
*
Fix a #ifndef that became a #ifdef and changed the default
jb
1998-03-07
1
-2
/
+2
*
Fixed `make -jN' for large N. Just put the generated file y.tab.h in
bde
1998-03-06
1
-1
/
+3
*
Fixed `make -jN' for large N, as usual.
bde
1998-03-06
1
-2
/
+3
*
Fixed `make -jN' for large N. Just put all generated headers in SRCS.
bde
1998-03-06
1
-1
/
+1
*
Fix a few minor typos and style nits.
steve
1998-03-01
1
-7
/
+7
*
Use .Nm rdist for second .Nm occurrence in synopsis.
alex
1998-03-01
1
-1
/
+1
*
Use `.Nm id' instead of `.Nm' for the synopsis lines.
alex
1998-02-28
1
-5
/
+5
*
Don't assume sigset_t and int are equivalent.
jraynard
1998-02-28
2
-4
/
+6
*
Don't claim XMS isn't implemented (it is).
msmith
1998-02-26
2
-1
/
+17
*
Added a prototype for a qsort comparision function and fixed the usual
bde
1998-02-25
1
-4
/
+5
*
Fixed the usual type mismatch for a qsort comparison function.
bde
1998-02-25
1
-4
/
+5
*
Fixed the usual type mismatch for a signal handling function.
bde
1998-02-25
2
-3
/
+4
*
Add a -p option which is the same as the -m option but provided
steve
1998-02-24
2
-2
/
+7
*
Add Back-Tab functionality. (Ie. shift-tab)
msmith
1998-02-22
1
-2
/
+3
*
Change a (defaulted) int arg to a long so that a cast from a pointer
jb
1998-02-20
2
-3
/
+5
*
Add #include <string.h> to get prototypes. Note that this program
jb
1998-02-20
3
-3
/
+6
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
2
-0
/
+2
*
Add #include <stdlib.h> to get prototypes.
jb
1998-02-20
3
-0
/
+3
*
Don't create an unused obj directory.
bde
1998-02-20
1
-1
/
+3
*
gcc wants to see long long variables passed to %q printf formats, so
jb
1998-02-20
2
-9
/
+9
*
time() needs a pointer to a time_t, but tv_sec in a timeval is a
jb
1998-02-20
1
-2
/
+4
*
localtime() needs a pointer to time_t which is not necessarily a long.
jb
1998-02-20
1
-1
/
+1
*
Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.
jb
1998-02-20
1
-2
/
+2
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
1
-1
/
+2
*
Initialise variable that gcc lies awake at night worrying about.
jb
1998-02-20
1
-2
/
+2
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
4
-3
/
+7
*
Replace incomplete malloc prototype with #include <stdlib.h>
jb
1998-02-20
1
-2
/
+2
*
Add #include <stdlib.h> to get prototype for malloc().
jb
1998-02-20
1
-0
/
+1
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
6
-4
/
+10
*
Add #include <stdlib.h> to get prototype for malloc(). Without this,
jb
1998-02-20
1
-1
/
+2
*
Add #include <string.h> to get prototypes for functions that gcc
jb
1998-02-20
5
-0
/
+5
*
Make it more convenient to query NICs other than InterNIC. Explain in the
wollman
1998-02-19
2
-34
/
+81
*
Missing newline when euid != ruid.
steve
1998-02-18
1
-3
/
+3
*
Add #include <string.h> to get prototype for memcpy().
jb
1998-02-15
1
-1
/
+2
*
gcc on alpha complains about nested comments. A comment in this
jb
1998-02-15
1
-1
/
+1
*
Cleanup code so that long lines to be quoted don't get truncated.
steve
1998-02-14
1
-13
/
+11
*
Fix top sorting of idle processes. top used p_cpticks as a tie-breaker
peter
1998-02-14
1
-3
/
+3
*
Fix very rare but dangerous bug:
ache
1998-02-13
1
-1
/
+3
*
Fixed a comment. The module size is (unfortunately) in K, but it is not
bde
1998-02-12
1
-2
/
+2
*
Update to reflect the current Jewish calendar.
steve
1998-02-08
1
-12
/
+12
*
locate(1) is no longer started by /etc/weekly.
alex
1998-02-07
1
-5
/
+5
*
Reset SGINT and SIGQUIT handling to default when asking for passwords.
guido
1998-02-05
1
-1
/
+5
*
Convert to mdoc. Move Id to the top.
charnier
1998-02-04
1
-82
/
+91
[next]