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
*
Close file descriptors after use so as not to abuse the descriptor
sheldonh
2000-07-23
1
-0
/
+2
*
Revert to 1.8. I misread the sentence and its context.
chris
2000-07-21
1
-2
/
+1
*
Properly document %.0f behavior.
chris
2000-07-21
1
-1
/
+2
*
Don't print summary in quiet mode.
des
2000-07-21
1
-0
/
+3
*
Add a STANDARDS section to discourage the use of this utility
sheldonh
2000-07-21
1
-0
/
+4
*
Don't display a running count in quiet mode.
des
2000-07-21
1
-2
/
+7
*
Fix buffer size of ALIGNed buffer.
ume
2000-07-20
1
-2
/
+2
*
Rename the ``name'' argument to ``item'' and mark it up as an argument.
sheldonh
2000-07-20
1
-6
/
+9
*
Fix two bugs related to resumed transfers:
des
2000-07-19
1
-20
/
+26
*
Braino: don't use passive mode unless the user requests it.
des
2000-07-19
1
-1
/
+1
*
Oops. fsync(8) should have been fsync(1). (repo-copied by peter)
ps
2000-07-19
2
-3
/
+2
*
Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.
ps
2000-07-19
4
-0
/
+124
*
* Remove description of obsolete -t option.
ben
2000-07-18
1
-5
/
+2
*
Convert calls to match new kqueue API.
jlemon
2000-07-18
1
-5
/
+2
*
Correct the attribution for yes(1).
nik
2000-07-18
1
-1
/
+1
*
Cross-reference mount_nfs(8) and showmount(8).
sheldonh
2000-07-18
1
-1
/
+2
*
Import the new truncate(1) utility.
sheldonh
2000-07-18
4
-0
/
+352
*
Allow logger to send messages directly to a remote syslog. (This
dwmalone
2000-07-18
2
-8
/
+72
*
The description of the semantics of -v and -q has long since been OBE.
des
2000-07-17
1
-10
/
+1
*
While I'm at it, break a line that was too long, remove a pointless diagnostic
des
2000-07-17
1
-3
/
+3
*
Document the fact that -r and -m are mutually exclusive.
des
2000-07-17
1
-0
/
+10
*
Rearrange / rewrite large portions of fetch() to take advantage of new
des
2000-07-17
1
-35
/
+84
*
Use pwd instead of cwd in backticks. cwd in backticks doesn't do
sheldonh
2000-07-17
1
-2
/
+2
*
Better signal handling.
des
2000-07-16
1
-11
/
+18
*
Fix octal numbers parsing
ache
2000-07-15
1
-0
/
+3
*
Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing a
alfred
2000-07-15
1
-34
/
+44
*
Make mbstat.m_mtypes seperate and viewable via sysctl, also
alfred
2000-07-15
1
-25
/
+49
*
Add the -z flag to check file sizes first
brian
2000-07-14
2
-5
/
+19
*
ncurses -> termcap
ache
2000-07-14
1
-2
/
+2
*
Upgrade to less v358.
ps
2000-07-14
1
-0
/
+9
*
Fix a bug in the stats display that showed up when resuming aborted transfers.
des
2000-07-13
1
-2
/
+2
*
Rework the stats code for the nth time. Much cleaner now.
des
2000-07-12
1
-98
/
+62
*
"ls" is note the same as "nlist", but it is the same as "dir". Correct
ben
2000-07-12
1
-18
/
+30
*
remove m_pulldown related statistics, it is not for production system
itojun
2000-07-12
1
-32
/
+0
*
Now that the HTTP code supports timeouts, we don't need to use alarm()
des
2000-07-12
1
-16
/
+29
*
Backout previous commit.
asmodai
2000-07-12
1
-1
/
+1
*
MFC: fix some output cosmetics so that the finger -s output is properly
asmodai
2000-07-12
1
-1
/
+1
*
Rework the stats code to avoid code duplication.
des
2000-07-12
1
-13
/
+16
*
Spelling (embedd to embed) fix and change a comma to a semicolon.
dannyboy
2000-07-11
1
-2
/
+2
*
Fix finger -s output on an user who never logged in.
asmodai
2000-07-11
1
-1
/
+1
*
Fix a bug when talking to non-freebsd machines where carriage return
ps
2000-07-11
1
-0
/
+4
*
Extend to deal with 64 bit numeric arguments.
se
2000-07-10
1
-14
/
+17
*
Don't call warn() with no format string.
kris
2000-07-10
2
-3
/
+3
*
Don't call err() with no format string.
kris
2000-07-10
4
-21
/
+21
*
Oops, missed another printf() invocation with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call printf() with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call warn() with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call err() with no format string.
kris
2000-07-10
2
-3
/
+7
*
Don't call printf with no format string.
kris
2000-07-10
3
-3
/
+3
*
Don't segfault if given an invalid URL (doh!)
des
2000-07-09
1
-1
/
+2
[next]