bde
63eff9d9b8
New flag -u to suppress functions whose name does not begin with an
...
underscore. Use it to avoid seeing badsw when profiling the kernel.
Print times more accurately (e.g. usec in %8.0f format instead of
msec in %8.2f format for averages) if hz >= 10000. This should have
no effect now since profhz is only 1024.
1994-09-05 16:14:54 +00:00
bde
7421f5c2c7
Build database at build time instead of at install time.
1994-09-05 14:07:37 +00:00
bde
2e15dccfd7
u_long -> unsigned long so that we don't depend on namespace pollution
...
in <stdio.h>.
1994-09-05 14:02:42 +00:00
bde
21853fcc8f
Define __GNUC__ as 2 same as cc -E would do.
1994-09-05 13:58:58 +00:00
ats
911bec5ce2
Reviewed by:
...
Submitted by:
Get the man page installed. Does anyone know the reason for the name
xinstall instead of install for this directory ? Would life more
easy to get this whole thing under install.
1994-09-04 22:35:27 +00:00
ats
461bab45ed
Reviewed by:
...
Submitted by:
Add back the baud rates above 19200, as we have them already under 1.1.x.
1994-09-04 16:52:12 +00:00
csgr
a56c0e9d5c
Shell script containing the steps followed in importing file(1).
...
Reviewed by: Geoff.
Submitted by: Rod Grimes.
1994-09-03 23:08:40 +00:00
csgr
3a7fc439ea
Changes to file(1) for FreeBSD:
...
- Makefile: bmake the sucker
- file.1, magic.5: replace __MAGIC__ and __SECTION__
- add Magdir/freebsd
- add file to usr.bin/Makefile
A note on the FreeBSD magic entry:
The magic number "000000407" is reported as "impure format". This
stops file(1) telling us that our object files are "PDP-11 executables".
(Saying anything more than "impure format" would probably be bogus.
Submitted by: Geoff.
1994-09-03 19:31:29 +00:00
csgr
c6fa37d4dd
This commit was generated by cvs2svn to compensate for changes in r2479,
...
which included commits to RCS files with non-trunk default branches.
1994-09-03 19:16:28 +00:00
csgr
8d1a4c7e86
Bring in file 3.14 by Ian Darwin (and Christos Zoulas)
...
The following files were moved to different names:
- file.man -> file.1
- magic.man -> magic.5
The following file was removed:
- Magdir/Makefile
1994-09-03 19:16:28 +00:00
ache
f67d56fe10
Add and properly install locales
1994-09-03 14:00:40 +00:00
csgr
32502c48aa
- Bring in -x option changes from 1.x
...
- eval -> err_val : slightly more meaningful (eval is what you do in Linda ;-))
Submitted by: Geoff.
1994-09-03 12:58:05 +00:00
dg
91977ea9d1
Fixed stupid bug which prevented any command line options from being
...
understood.
Submitted by: Uwe Arndt (arndt@mailhost.uni-koblenz.de )
1994-08-31 17:20:12 +00:00
bde
199077a743
Use cc -E instead of cpp for the preprocessor by default. cc -E is
...
correct for C sources that are compiled by cc, while cpp (/usr/bin/cpp)
is bogus since it invokes /usr/libexec/cpp with different flags.
1.1.5 uses plain cc. This should be equivalent after -M is added, but
cc -M foo.s is completely broken (it invokes the assembler) while
cc -E -M foo.s just does nothing instead of generating a foo.o: foo.s
dependency.
IF $MKDEP_CPP is set, use it as the cpp instead of cc -E. Assembler
sources that are preprocessed using cpp directly should be mkdep'ed
with MKDEP_CPP=cpp. Such sources shouldn't exist but we still have
lots. foo.S should be compiled by cc -traditional (cc will invoke the
preprocessor) and foo.s should be compiled by cc (cc won't invoke the
preprocessor).
1994-08-30 16:36:49 +00:00
dg
74dd308e4e
Use gnumalloc.
1994-08-29 17:01:06 +00:00
bde
4b07d8e782
Add dependencies on libraries to DPADD. Someday this should be done
...
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
1994-08-28 18:49:06 +00:00
ats
6f4fdb72c1
Reviewed by:
...
Submitted by:
Put in a signal handler to catch the SIGSYS signal that indicates that
ktrace was not built into the kernel and prevent ktrace to core dump
somewhere.
1994-08-28 15:49:55 +00:00
csgr
472c69de76
add rup rusers rwall
...
Submitted by: Geoff
1994-08-28 15:17:56 +00:00
csgr
1edb603925
This commit was generated by cvs2svn to compensate for changes in r2347,
...
which included commits to RCS files with non-trunk default branches.
1994-08-28 15:11:02 +00:00
csgr
57063e7d6d
rwall from FreeBSD 1.1.5.1
...
Reviewed by: Geoff
Submitted by: Christopher G. Demetriou
1994-08-28 15:11:02 +00:00
csgr
1d44e704a3
This commit was generated by cvs2svn to compensate for changes in r2345,
...
which included commits to RCS files with non-trunk default branches.
1994-08-28 15:06:02 +00:00
csgr
b9a4456e8e
rusers from FreeBSD 1.1.5.1
...
Reviewed by: Geoff.
Submitted by: John Brezak
1994-08-28 15:06:02 +00:00
csgr
5b795797c2
This commit was generated by cvs2svn to compensate for changes in r2343,
...
which included commits to RCS files with non-trunk default branches.
1994-08-28 15:01:31 +00:00
csgr
0b4a0ad53e
rup from FreeBSD 1.1.5.1
...
Reviewed by: Geoff
Submitted by: John Brezak
1994-08-28 15:01:31 +00:00
csgr
c009f27dba
Fix big f*ckup by doing "make nocrypt"
...
(Don't think I don't realize what a big f*ckup this was.)
Submitted by: geoff.
1994-08-27 15:46:29 +00:00
csgr
2a000649cc
Change references to flex(1) and flexdoc(1) to lex(1) and
...
lexdoc(1).
Submitted by: geoff
1994-08-27 10:00:14 +00:00
csgr
7821fe68f7
Do not install as flex
...
Submitted by: Geoff
1994-08-27 09:52:32 +00:00
wollman
e6d9c7d41e
We really, really /don't/ want to have a shared lex library. Also,
...
current users should note that the old 1.1.5 lex can't process the
new scan.l, so you have to copy initscan.c to obj/scan.c before it will
build.
1994-08-25 23:11:07 +00:00
sef
8a85f8aa3e
Fix a problem with passing quoted strings down to commands.
...
Reviewed by: Sean Eric Fagan
1994-08-24 21:14:27 +00:00
guido
9aa07f6222
Also create a link "view" to nvi, in stead of nview solely.
...
Reviewed by:
Submitted by: guido
1994-08-24 20:09:47 +00:00
csgr
483b0eb819
Add lex to makefile
...
Submitted by: Geoff.
1994-08-24 13:29:01 +00:00
csgr
2a3fbe84a0
This commit was generated by cvs2svn to compensate for changes in r2258,
...
which included commits to RCS files with non-trunk default branches.
1994-08-24 13:10:34 +00:00
csgr
b5e4d7a92e
Flex version 2.4.7 from LBL
...
Reviewed by: Geoff.
1994-08-24 13:10:34 +00:00
jkh
cd8c228e5f
Bring symorder over from 1.1.5.1
...
Submitted by: jkh
1994-08-23 11:08:08 +00:00
jkh
e7664d8588
gcpp has ceased to exist - point to the right place.
...
Submitted by: jkh
1994-08-23 03:52:40 +00:00
jkh
05efdb4884
Add back `at'
...
Submitted by: jkh
1994-08-23 03:10:12 +00:00
guido
ff70b5ad22
Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)
...
Reviewed by:
Submitted by: guido
1994-08-22 19:56:14 +00:00
csgr
c2ace2b23e
move #include of <sys/errno.h> so that #defining KERNEL actually has an effect,
...
and then also add a declaration of ernno as an extern int, because we
lose that due to having KERNEL defined while we include errno.h.
Reviewed by: Geoff.
1994-08-22 14:28:54 +00:00
guido
cec2fb9e65
Add skey supprot
...
Reviewed by:
Submitted by: guido
1994-08-21 19:26:22 +00:00
paul
d8d07f969e
Change cc back to cpp for now.
...
Reviewed by:
Submitted by:
1994-08-21 07:56:40 +00:00
csgr
ffa8ef6d3f
LDADD= -lcrypt
...
Submitted by: Geoff
1994-08-20 21:29:33 +00:00
csgr
bb1890fe44
LDADD= -lcrypt
...
Submitted by: Geoff
1994-08-20 21:19:46 +00:00
paul
90b62c4a48
Changed cpp to cc since cpp is hidden away in /usr/libexec
...
Reviewed by:
Submitted by:
1994-08-20 11:22:58 +00:00
jkh
8a342cc412
I don't like what they did to cmp(1) in 4.4 Lite; now it whines all
...
the time, even with -s. Make cmp SHUT UP about non-existant files
when run with -s.
Submitted by: jkh
1994-08-20 11:14:07 +00:00
bde
96e6b37e50
Install with group BINGRP, not BINOWN.
1994-08-20 05:51:48 +00:00
jkh
6d35ce1570
Correct missing backslash braindamage pointed out by Julian Elischer.
...
Reviewed by: jkh
Submitted by: julian
1994-08-20 00:36:36 +00:00
guido
2c2e53d5ad
Added entries for key, keyinfo, keyinit
...
Reviewed by:
Submitted by: guido
1994-08-19 18:19:34 +00:00
dg
7446fa95f8
Kill explicit OS specification.
1994-08-19 13:39:20 +00:00
dg
35558b6a08
Terry Lambert's loadable kernel module support - modstat utility with
...
improvements from the NetBSD group.
1994-08-19 12:14:10 +00:00
jkh
6e53395b45
Link to "vi" and "ex" too.
...
Submitted by: jkh
1994-08-18 12:53:50 +00:00