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
*
Add manpage links ypchpass.1, ypchfn.1, ypchsh.1
wosch
1997-09-13
1
-0
/
+3
*
Document newly added -d option and fix usage string
ache
1997-09-12
2
-4
/
+7
*
The "-d" option dumps out the entire process list on a per controlling
ache
1997-09-12
1
-11
/
+40
*
Teach comm(1) and uniq(1) about an option for case-insensitive work.
joerg
1997-09-07
4
-12
/
+42
*
"lmd" -> "-lmd"
nate
1997-09-05
1
-2
/
+2
*
If elf, don't add libmd.a just because we link against libskey.so.
peter
1997-09-05
1
-0
/
+3
*
If building elf, don't link in libmd.a just for libskey.so to use. Under
peter
1997-09-05
1
-3
/
+9
*
- Changed default PAGER from 'less' to 'more', since we don't have less
nate
1997-09-05
1
-2
/
+2
*
Added an replacement for callrpc that uses tcp as primary transport method.
tegge
1997-09-04
1
-3
/
+72
*
Touch up the code that implements "ldd -v".
jdp
1997-09-02
3
-54
/
+86
*
Fix file names.
wosch
1997-08-31
6
-9
/
+9
*
Display file size as an unsigned long.
alex
1997-08-31
1
-2
/
+2
*
fix a few spelling changes
jmg
1997-08-30
3
-4
/
+4
*
fix misspelling
jmg
1997-08-30
1
-1
/
+1
*
Add -execdir which will execute the exec command in the dir of the file
imp
1997-08-29
5
-5
/
+117
*
Use err(3). Cosmetic in usage(). Delay the compute of defaultdomain (from
charnier
1997-08-29
1
-34
/
+28
*
Use err(3). Add Xreferences. Delay the compute of default domain.
charnier
1997-08-29
2
-24
/
+23
*
Use err(3). Add references to others man pages. Wait for the user to
charnier
1997-08-29
2
-19
/
+24
*
du(1) always exit with value zero.
wosch
1997-08-29
1
-1
/
+1
*
more sanity check before making output.
itojun
1997-08-29
1
-3
/
+3
*
Make X11 support in doscmd dependent on the actual libX11.a library and
jlemon
1997-08-28
1
-2
/
+2
*
To cope with shell archive file generated by GNU sharutils 4.2.
itojun
1997-08-28
1
-2
/
+10
*
Use err(3). Rewrote man page in mdoc format. The user visible change is that
charnier
1997-08-28
5
-171
/
+148
*
Use err(3). Add usage and prototypes. Use getopt(). Document -v flag.
charnier
1997-08-28
2
-57
/
+83
*
Stop parsing args before user supplied to argument in sendmail.
imp
1997-08-28
1
-2
/
+2
*
Don't preferentially execute Makefiles in ${OBJDIR} - it just causes
jkh
1997-08-27
1
-4
/
+3
*
Uncomment sccsid string and enclose it inside #if 0/#endif.
charnier
1997-08-27
2
-10
/
+11
*
Use err(3) instead of local redefinition.
charnier
1997-08-27
2
-56
/
+30
*
Adapt to recent smp tree changes..
peter
1997-08-27
1
-2
/
+3
*
Use err(3). Add usage() and prototypes.
charnier
1997-08-26
2
-67
/
+60
*
Cosmetic in usage string.
charnier
1997-08-26
1
-1
/
+1
*
Use err(3).
charnier
1997-08-26
2
-19
/
+22
*
Use err(3). Add usage().
charnier
1997-08-26
2
-20
/
+36
*
Cosmetic in usage string. Mdocify author section.
charnier
1997-08-26
2
-5
/
+6
*
Main() returns int.
charnier
1997-08-26
7
-14
/
+14
*
Removed a buffer overflow in args().
eivind
1997-08-26
2
-35
/
+38
*
Just forgot a moment that mdoc macros are limited to 9 parameters.
charnier
1997-08-26
1
-2
/
+2
*
Revert some casts I introduced.
charnier
1997-08-26
1
-3
/
+3
*
Make explicit '-B' option propigate to submakes.
fsmp
1997-08-25
1
-1
/
+2
*
Print out the two new fields in the ICMP stats. While we're at it, also
wollman
1997-08-25
1
-5
/
+23
*
While I'm in here, fix address printing for `netstat -f unix' which has been
wollman
1997-08-25
1
-12
/
+8
*
Use err(3).
charnier
1997-08-25
2
-8
/
+15
*
Sync usage string according to man page. Silent -Wall.
charnier
1997-08-25
2
-11
/
+11
*
Use err(3). Add usage().
charnier
1997-08-25
1
-31
/
+30
*
Typo in usage(). Err -> errx when testing allocations.
charnier
1997-08-25
4
-15
/
+24
*
Use err(3). Add some %d to %ld changes.
charnier
1997-08-25
2
-47
/
+38
*
Use err(3). Add usage() and prototypes.
charnier
1997-08-25
3
-20
/
+42
*
Use err(3). Nm vgrind -> Nm in man page.
charnier
1997-08-25
2
-15
/
+18
*
Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX
imp
1997-08-25
4
-11
/
+11
*
Cleanup inconsistencies in the manpage.
steve
1997-08-23
1
-5
/
+7
[next]