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
*
Minor correction regarding the last line of an uuencoded file.
joerg
1996-03-17
1
-1
/
+1
*
Fix a couple of sign-extension bugs.
joerg
1996-03-17
1
-2
/
+2
*
Allow the user to disable the use of T/TCP by setting the -T option.
olah
1996-03-15
3
-4
/
+20
*
remove /usr/ucb from path
wosch
1996-03-12
2
-8
/
+1
*
Increment network byte order properly
ache
1996-03-12
1
-3
/
+3
*
Make su a little less fascist about using Kerberos if it is not
markm
1996-03-11
1
-6
/
+7
*
Move #include of queue.h before #include of socketvar.h in preparation for
dg
1996-03-11
6
-3
/
+6
*
Include queue.h in preparation of struct socket changes.
dg
1996-03-11
1
-0
/
+1
*
Include queue.h in preparation for upcoming struct socket changes.
dg
1996-03-11
1
-0
/
+1
*
Fix some grammer problems.
mpp
1996-03-11
1
-7
/
+4
*
Add the -x option to the usage string.
mpp
1996-03-11
1
-2
/
+2
*
Fix a couple of typos.
mpp
1996-03-11
1
-3
/
+3
*
Change an incorrect reference to the "-n" flag to "-#".
mpp
1996-03-11
1
-1
/
+1
*
From Lite2: rename fs to vfs.
hsu
1996-03-11
1
-2
/
+2
*
Print 8bit chars from the net if current locale allows them
ache
1996-03-10
1
-2
/
+3
*
Make talk automagically find out the interface IP address where the
joerg
1996-03-09
14
-54
/
+207
*
Better integrate kerberos into su so that if an incorrect Kerberos
markm
1996-03-09
2
-32
/
+53
*
Phkmalloc strikes again.
phk
1996-03-07
1
-1
/
+1
*
Here's a patch that fixes the problem with modem syncronization
pst
1996-03-05
1
-2
/
+2
*
Use '-fstype ufs' rather than '-fstype local' on the find command to avoid
dg
1996-03-05
2
-2
/
+2
*
Make xargs take into account the bytes occupied by the environment.
asami
1996-03-05
1
-3
/
+7
*
Fix small bug in get_yp_master(): this function is used to look for
wpaul
1996-03-04
1
-1
/
+13
*
Eliminate multiply uucplock.c copies
ache
1996-03-04
2
-146
/
+3
*
``~a'', ``~i'' etc. cause vi to core dump
wosch
1996-03-03
1
-1
/
+5
*
Print number of second-level cache hits as per-directory, not per-process
jkh
1996-03-03
1
-1
/
+1
*
Make the -w option actually useful to people. Instead of it creating a
dg
1996-02-29
2
-97
/
+79
*
first check the count and then get
wosch
1996-02-26
1
-1
/
+1
*
Add a counter for the number of times the listen queue was overflowed to
guido
1996-02-26
1
-0
/
+1
*
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
bde
1996-02-25
1
-2
/
+2
*
Now that we install the `flex' alias for our lex, we should also
joerg
1996-02-24
1
-2
/
+4
*
Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.
wpaul
1996-02-23
10
-295
/
+755
*
. cast the error and status registers properly to (unsigned short),
joerg
1996-02-22
1
-5
/
+9
*
Submitted by: bruce
wosch
1996-02-18
1
-7
/
+5
*
more verbose output during install foreign calendar files
wosch
1996-02-18
1
-0
/
+1
*
For some reason, the changes to make route.c compile didn't make it over.
wollman
1996-02-16
1
-1
/
+9
*
Fix typo in xref in NOTES section.
mpp
1996-02-14
1
-1
/
+1
*
XNS sort-of-support is no more.
wollman
1996-02-13
3
-4
/
+20
*
Include both, the regular and the `secure' telnet, when building
joerg
1996-02-13
1
-1
/
+5
*
Another round of man page cleanups.
mpp
1996-02-12
7
-14
/
+11
*
Add a little info to this man page at the start so it doesn't
mpp
1996-02-12
1
-1
/
+1
*
Fixed some minor formatting problems to silence manck some more.
mpp
1996-02-12
2
-12
/
+5
*
Minor cleanup of the rpc man pages to silence manck.
mpp
1996-02-12
1
-3
/
+3
*
Correct a bunch of man page cross references and generally
mpp
1996-02-11
8
-14
/
+16
*
Added a small man page for locate.updatedb(8).
mpp
1996-02-11
3
-1
/
+62
*
Added some info describing the script that updates the database,
mpp
1996-02-11
1
-1
/
+14
*
#include <kerberosIV/des.h> -> #include <des.h>
markm
1996-02-11
6
-7
/
+7
*
always warn if no processes matched
wosch
1996-02-11
1
-2
/
+2
*
Submitted by: Slaven Rezic (Tomic) <eserte@cs.tu-berlin.de>
wosch
1996-02-09
7
-2
/
+109
*
Kludge-fix for a specific instance of bin/517.
pst
1996-02-08
1
-3
/
+3
*
Recognize ld.so.hints file. Don't ask.
wollman
1996-02-07
1
-0
/
+5
[next]