Dag-Erling Smørgrav
d885e237ca
Don't convert the kernel ident to uppercase when writing the Makefile.
2003-04-24 00:52:58 +00:00
Christian Brueffer
c2f1217b0c
Grammar fix
...
PR: 51164
Submitted by: Jeff Ito <jeffi@rcn.com>
MFC after: 3 days
2003-04-20 13:11:11 +00:00
Poul-Henning Kamp
18b492fc8c
Bump the config version to force people to upgrade their config(8)
...
so the fix for emitting multiple instances of .o files will prevent
link errors on LINT.
2003-04-15 21:29:11 +00:00
Poul-Henning Kamp
37b2f82295
Avoid emitting duplicate makefile entries.
2003-04-12 14:02:03 +00:00
Dag-Erling Smørgrav
76131e39c3
Print FYI messages on stderr. Previously, they were printed on stdout,
...
and due to buffering they would sometimes come out after the actual
error message when mkheaders() failed due to an unknown device, so you'd
get an error messages followed by 20 or 30 lines of harmless warnings.
There are lots of other warning messages in config(8) that are printed
on stdout, but these were the most egregious (at least with LINT).
2003-03-09 15:08:47 +00:00
Ruslan Ermilov
824018495d
Implemented "nooption" and "nomakeoption" config(8) tokens.
...
Fixed memory leak in the "nodevice" option implementation.
Use these instead of sed(1) in MD NOTES.
Use a single makefile (sys/conf/makeLINT.mk) to generate
LINT for all architectures. (Previous versions missed
the LINT dependency on Makefile, and i386 version also
missed the dependency on ${NOTES}.)
Fixed bugs in the previous NOTES conversion using the
"nodevice" token and sed(1):
- i386 LINT lost "device pst".
- pc98 LINT lost SC_*, MAXCONS and KBD_DISABLE_KEYMAP_LOAD
options, and got needless DPT_* options.
- Added nooptions PPC_DEBUG, PPC_PROBE_CHIPSET, KBD_INSTALL_CDEV
to sparc64 LINT so that it has a chance to config(8).
This basically returns us to where we were before.
2003-02-26 23:36:59 +00:00
Ruslan Ermilov
e20f30f755
Allow for boolean make options (``makeoptions NO_MODULES'').
...
Fixed the potential bug in rmopt().
2003-02-21 23:17:00 +00:00
Ceri Davies
7f373b5b93
Bring the suggested command for extracting a configuration file from the
...
kernel into line with that suggested in LINT.
PR: bin/48157
Submitted by: naddy
MFC After: 4.8
2003-02-18 21:04:55 +00:00
Ruslan Ermilov
0b56eafddf
Implemented a simple "nodevice" config(8) command that cancels
...
the effect of the "device" command, and use it to generate the
OLDCARD from GENERIC.
Suggested by: bde
2003-02-15 02:39:13 +00:00
Ruslan Ermilov
292dd8a87f
Convert to using <sys/queue.h> macros.
2003-02-15 02:26:13 +00:00
Tom Rhodes
dbbdfcf810
Remove this Makefile, these docs are built by the Makefiles in src/share/doc/smm.
2003-02-01 20:34:04 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
Ruslan Ermilov
a654c53e16
mdoc(7) police: Removed redundant .Ns calls.
2002-08-13 16:07:28 +00:00
Peter Wemm
2f3bead082
Remove stray function prototype. I wrote and removed this function but
...
forgot the prototype.
Submitted by: dd
2002-07-21 23:31:43 +00:00
Peter Wemm
4f52fbb1d8
Check for missing static unit 'count' declarations as well.
2002-07-21 23:02:35 +00:00
Peter Wemm
775d6c0ece
Check that we are not supplying 'device foo N' to devices that do not take
...
a statuc unit count.
2002-07-21 22:23:56 +00:00
Philippe Charnier
490d5836b5
The .Nm utility
2002-07-14 14:47:15 +00:00
Bruce Evans
8365569883
Moved the setting of all profiling-related variables except the key one
...
(PROFLEVEL) to kern.pre.mk so that it is easier to manage. Bumped config
version to match.
Moved the check for cputype being configured to a less bogus place in
mkmakefile.c.
2002-07-13 19:36:14 +00:00
David E. O'Brien
4ffcd14286
We don't need to hit the user over the head so strong now that we've
...
fixed all the known warnings suffiently to not require NO_WERROR.
Ok'ed by: peter
2002-07-06 01:07:48 +00:00
Juli Mallett
e872716d8a
Clean up hex() and octal() to return and work with unsigned integers since
...
they scan values of unsigned types, and since they do not need otherwise,
have them take const char * arguments.
2002-06-21 10:56:44 +00:00
Tom Rhodes
67c8020f12
Consistancy check: s/file system/filesystem/g
2002-05-16 02:28:39 +00:00
Peter Wemm
916cd514f2
Add a hint about -DNO_WERROR
2002-02-25 21:59:57 +00:00
Peter Wemm
7a2eb19dbf
Commit some infrastructure for turning on -Werror for kernel compiles.
...
It doesn't actually do it yet though. This adds a flag to config so
that we can exclude certain vendor files from this even when the rest
of the kernel has it on. make -DNO_WERROR would also bypass all of it.
2002-02-20 23:35:56 +00:00
Peter Wemm
f99afbb9af
Bump configvers for different handling of maxusers.
2001-12-14 09:40:01 +00:00
Matthew Dillon
66a11b9fb1
Allow maxusers to be specified as 0 in the kernel config, which will
...
cause the system to auto-size to between 32 and 512 depending on the
amount of memory.
MFC after: 1 week
2001-12-09 01:57:09 +00:00
Ruslan Ermilov
66d4a748cf
mdoc(7) police:
...
- Bump document date.
- Remove hard sentence breaks.
- Fix markup.
2001-10-26 11:16:18 +00:00
Peter Wemm
8116859a74
Use includes to get prototypes for hints and env arrays.
...
Submitted by: bde
2001-09-17 21:25:48 +00:00
Peter Wemm
76cb0cadf1
Enable hardwiring of things like tunables from embedded enironments
...
that do not start from loader(8).
2001-08-27 05:11:53 +00:00
Ruslan Ermilov
753d686d34
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Peter Wemm
e8cc4c7407
Put on my peril-sensitive sunglasses and remove the POLA-violating
...
stealth hints loading. 'make release' has been fixed to not need this
now anyway. If you want static hints, specify it explicitly.
Hey! Why did it suddenly get so dark??
2001-07-14 05:02:40 +00:00
Peter Wemm
ef1cb1959c
Remove the old machine symlink first.
2001-07-14 00:03:05 +00:00
Dima Dorfman
5e06480c9f
Introduce an "include" directive. It takes one argument, a filename
...
to be included into this one. This works the same way as #include
does in C; as far as the user is concerned, the included file is
inlined into the current one.
Since config(8) is no longer limited to working on one user-supplied
file, printing just a line number in an error message is not
sufficient. The new global variable yyfile represents the file
currently being parsed, and must be printed as well.
Reviewed by: imp
Obtained from: OpenBSD
2001-07-12 02:08:51 +00:00
Ruslan Ermilov
a4c37c816b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
Warner Losh
b0fa8b5b3b
Bring FILES section up to date.
...
submitted by: Mark Peek <mark-ml@whistle.com>
2001-07-04 18:48:50 +00:00
Warner Losh
a3d1987d23
Bump config version in config.
2001-07-02 05:38:26 +00:00
Warner Losh
971470c36c
Move kernel compile directory from sys/compile/FOO to
...
sys/compile/${MACHINE}/FOO.
Reviewed by: obrien, peter and the USENIX terminal room secret kernel cabal
2001-06-30 06:28:12 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Peter Wemm
6f34947de7
newbus_ioconf() is long gone
2001-02-28 02:55:15 +00:00
Peter Wemm
f9f6bfe762
Some more tidying up. we dont use config-dependent anyware. Eliminate
...
some duplicate code (cut/paste bug?). tidy up some other minor stuff.
2001-02-28 02:53:32 +00:00
Peter Wemm
388481c1b7
s/special/compilewith/ (so I stop confusing myself) and GC an unused
...
function I missed before.
2001-02-28 02:30:30 +00:00
Peter Wemm
4336b13f61
Untangle some special magic that happened for conflicting defintions for
...
local files.* and options.* files on the third pass.
2001-02-28 02:07:47 +00:00
Peter Wemm
5ee6dbc67e
Remove some more dead code. :-/
2001-02-28 01:38:01 +00:00
Peter Wemm
0ef4251fb9
GC some leftover stuff (device-driver suffix)
2001-02-28 01:17:04 +00:00
Peter Wemm
ed53c6c5c0
Move the 'dont forget "make depend"' to be the last thing that people see,
...
after the warnings.
2001-02-23 00:22:04 +00:00
Peter Wemm
a9973e4ad8
Futher cleanups. Since we have two options lists, one for proper options
...
and one for Makefile options, pass in the list head and use a common
newopt() routine.
Fix the 'config vmunix' support glue which was broken for a few minutes.
2001-02-22 04:00:29 +00:00
Peter Wemm
2db1cff10d
Collect together a handful of copies of the option generator code into a
...
single newopt(char *name, char *value) function. Change newdev() to
do the same thing rather than depending on the evil 'cur' device hack.
2001-02-22 03:40:50 +00:00
Peter Wemm
68f4fced95
${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"
...
string could have been passed to free(); There are some warnings here
I am not sure how to fix as they are in the lex scanner code, etc.
2001-02-19 04:43:21 +00:00