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
*
Quiet many compiler warnings.
obrien
1998-10-08
10
-20
/
+31
*
Use MACHINE_ARCH instead of MACHINE to detect x86 arch.
kato
1998-10-07
1
-1
/
+1
*
Fix a core-dump situation in ":boot" mode in the vmstat display.
ken
1998-10-05
1
-2
/
+2
*
Also look in /usr/src/contrib.
obrien
1998-10-04
1
-3
/
+3
*
Make it compile -Wall cleanly.
sef
1998-10-03
1
-2
/
+3
*
Move truss from i386-specific to always-build.
sef
1998-10-03
1
-2
/
+2
*
Some 64bit portability fixes.
dfr
1998-10-03
2
-5
/
+8
*
mt now builds on the alpha.
dfr
1998-10-03
1
-2
/
+2
*
Don't bother trying to support Wangtek tapes on the alpha.
dfr
1998-10-03
1
-2
/
+4
*
Fix "file" so that it prints the program names from core files
jdp
1998-10-03
1
-12
/
+16
*
Alpha support for truss. I tested this on both bento and beast (thanks,
sef
1998-10-03
3
-3
/
+351
*
Use `lpr' vs. `lp' to print
obrien
1998-10-01
1
-8
/
+8
*
Backed out "fix for PR 7575". It was bogus.
dt
1998-10-01
2
-2
/
+2
*
Mention default time between output flushes in manual page.
jkoshy
1998-09-29
1
-2
/
+3
*
include <pthread.h>
obrien
1998-09-25
2
-2
/
+6
*
Take doscmd back out - it relies on installed X components to build (!).
jkh
1998-09-25
1
-2
/
+1
*
Fixed disorder and long lines.
bde
1998-09-24
1
-9
/
+10
*
Enable elf build for doscmd.
luoqi
1998-09-24
1
-5
/
+3
*
ELFize. In fact, doscmd is ELF natural -- there is no need for a loader
luoqi
1998-09-24
2
-3
/
+27
*
Terminate our output string correctly if we've got
brian
1998-09-22
1
-1
/
+2
*
Makefile.inc was conditionally setting vars already set by bsd.own.mk
obrien
1998-09-21
2
-5
/
+8
*
Fix bad option processing.
roberto
1998-09-21
1
-7
/
+4
*
Install using ${INSTALL}, not using `install'.
bde
1998-09-20
1
-2
/
+2
*
Change the devstat generation number from an int to a long. The int-sized
ken
1998-09-20
3
-8
/
+12
*
Add -S flag; this is benign since fetch's behavior is unchanged if you
jkh
1998-09-20
5
-8
/
+55
*
Remove useless `BINOWN=root' now that it is the default.
obrien
1998-09-19
13
-22
/
+8
*
Fix the following bugs:
des
1998-09-19
1
-19
/
+27
*
DTRT for file: URLs when output file is "-".
des
1998-09-17
1
-1
/
+17
*
vmstat shows all manually-specified devices rather then just the first
dillon
1998-09-16
1
-1
/
+6
*
Avoid infinite loop if read() fails consistently.
des
1998-09-16
1
-1
/
+1
*
Put ldd back in the standard list since it builds on alpha now.
dfr
1998-09-16
1
-2
/
+2
*
Make ldd work on alpha.
dfr
1998-09-16
3
-8
/
+15
*
Add links to addr2line, objcopy, and objdump. These exist only for
jdp
1998-09-16
1
-0
/
+3
*
Delete unused code. This has been obsoleted by the new devstat code.
ken
1998-09-16
2
-478
/
+0
*
Reference new files for device stat support.
gibbs
1998-09-15
1
-5
/
+6
*
Augment compression and blocksize support. Update table of known densities.
gibbs
1998-09-15
2
-89
/
+252
*
Update system to new device statistics code.
gibbs
1998-09-15
8
-340
/
+975
*
Use -aout for kernels right now. This will have to be changed back if
jkh
1998-09-14
1
-1
/
+2
*
Don't require an executable file name. If no executable image is
des
1998-09-14
3
-26
/
+52
*
Remove -n for ignoring system headers. Instead add finer grain shell
obrien
1998-09-13
2
-17
/
+25
*
Print correct total for -c option (previously, the total for the last
des
1998-09-11
1
-1
/
+1
*
Some fixes for swap space accounting.
dt
1998-09-11
1
-2
/
+7
*
Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.
kato
1998-09-09
1
-1
/
+23
*
Don't define RANLIBMAG if building an elf version of make. The RANLIBMAG
jb
1998-09-09
1
-2
/
+2
*
Fix spurious `free()' when -d g2 is enabled.
jkoshy
1998-09-09
1
-3
/
+12
*
Add missing comma.
jkoshy
1998-09-09
1
-1
/
+1
*
Terminate the defdrives array correctly. (Shame, Rod!)
msmith
1998-09-09
1
-1
/
+1
*
Add support for the RPC 64-bit integer type ``hyper''.
obrien
1998-09-08
1
-2
/
+2
*
Make profiling work for ELF. gprof now autodetects the format of
jdp
1998-09-07
7
-209
/
+346
*
Make the builtin unix macro work as it should (well like Solaris's,
steve
1998-09-07
1
-1
/
+5
[next]