Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stray function prototype. I wrote and removed this function but | peter | 2002-07-21 | 1 | -1/+0 |
| | | | | | | forgot the prototype. Submitted by: dd | ||||
* | Check for missing static unit 'count' declarations as well. | peter | 2002-07-21 | 1 | -7/+13 |
| | |||||
* | Check that we are not supplying 'device foo N' to devices that do not take | peter | 2002-07-21 | 1 | -2/+27 |
| | | | | a statuc unit count. | ||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -8/+12 |
| | |||||
* | Moved the setting of all profiling-related variables except the key one | bde | 2002-07-13 | 2 | -12/+8 |
| | | | | | | | | (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. | ||||
* | We don't need to hit the user over the head so strong now that we've | obrien | 2002-07-06 | 1 | -1/+0 |
| | | | | | | fixed all the known warnings suffiently to not require NO_WERROR. Ok'ed by: peter | ||||
* | Clean up hex() and octal() to return and work with unsigned integers since | jmallett | 2002-06-21 | 1 | -8/+8 |
| | | | | | they scan values of unsigned types, and since they do not need otherwise, have them take const char * arguments. | ||||
* | Consistancy check: s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -2/+2 |
| | |||||
* | Add a hint about -DNO_WERROR | peter | 2002-02-25 | 1 | -0/+1 |
| | |||||
* | Commit some infrastructure for turning on -Werror for kernel compiles. | peter | 2002-02-20 | 3 | -4/+13 |
| | | | | | | 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. | ||||
* | Bump configvers for different handling of maxusers. | peter | 2001-12-14 | 1 | -1/+1 |
| | |||||
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 1 | -2/+1 |
| | | | | | | | cause the system to auto-size to between 32 and 512 depending on the amount of memory. MFC after: 1 week | ||||
* | mdoc(7) police: | ru | 2001-10-26 | 1 | -38/+49 |
| | | | | | | - Bump document date. - Remove hard sentence breaks. - Fix markup. | ||||
* | Use includes to get prototypes for hints and env arrays. | peter | 2001-09-17 | 1 | -0/+8 |
| | | | | Submitted by: bde | ||||
* | Enable hardwiring of things like tunables from embedded enironments | peter | 2001-08-27 | 5 | -14/+61 |
| | | | | that do not start from loader(8). | ||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -2/+6 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 2 | -3/+6 |
| | | | | | 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. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -4/+4 |
| | |||||
* | Put on my peril-sensitive sunglasses and remove the POLA-violating | peter | 2001-07-14 | 1 | -0/+7 |
| | | | | | | | 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?? | ||||
* | Remove the old machine symlink first. | peter | 2001-07-14 | 1 | -3/+2 |
| | |||||
* | Introduce an "include" directive. It takes one argument, a filename | dd | 2001-07-12 | 4 | -8/+102 |
| | | | | | | | | | | | | | | 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 | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Bring FILES section up to date. | imp | 2001-07-04 | 1 | -12/+10 |
| | | | | submitted by: Mark Peek <mark-ml@whistle.com> | ||||
* | Bump config version in config. | imp | 2001-07-02 | 1 | -2/+2 |
| | |||||
* | Move kernel compile directory from sys/compile/FOO to | imp | 2001-06-30 | 2 | -4/+3 |
| | | | | | | sys/compile/${MACHINE}/FOO. Reviewed by: obrien, peter and the USENIX terminal room secret kernel cabal | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | newbus_ioconf() is long gone | peter | 2001-02-28 | 1 | -1/+0 |
| | |||||
* | Some more tidying up. we dont use config-dependent anyware. Eliminate | peter | 2001-02-28 | 2 | -22/+8 |
| | | | | some duplicate code (cut/paste bug?). tidy up some other minor stuff. | ||||
* | s/special/compilewith/ (so I stop confusing myself) and GC an unused | peter | 2001-02-28 | 2 | -27/+12 |
| | | | | function I missed before. | ||||
* | Untangle some special magic that happened for conflicting defintions for | peter | 2001-02-28 | 2 | -24/+0 |
| | | | | local files.* and options.* files on the third pass. | ||||
* | Remove some more dead code. :-/ | peter | 2001-02-28 | 1 | -10/+4 |
| | |||||
* | GC some leftover stuff (device-driver suffix) | peter | 2001-02-28 | 1 | -7/+0 |
| | |||||
* | Move the 'dont forget "make depend"' to be the last thing that people see, | peter | 2001-02-23 | 2 | -2/+1 |
| | | | | after the warnings. | ||||
* | Futher cleanups. Since we have two options lists, one for proper options | peter | 2001-02-22 | 1 | -18/+9 |
| | | | | | | 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. | ||||
* | Collect together a handful of copies of the option generator code into a | peter | 2001-02-22 | 3 | -60/+33 |
| | | | | | single newopt(char *name, char *value) function. Change newdev() to do the same thing rather than depending on the evil 'cur' device hack. | ||||
* | ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS" | peter | 2001-02-19 | 7 | -21/+21 |
| | | | | | 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. | ||||
* | Devices are NOT compiled with the "special c2 option -i".. | peter | 2001-02-18 | 1 | -3/+0 |
| | |||||
* | Remove the need to list each and every cpu platform. Config will now | peter | 2001-02-04 | 4 | -55/+10 |
| | | | | take your word for the 'machine' switch. | ||||
* | Try and make it clearer that the static units thing is a FYI only. | peter | 2001-01-31 | 1 | -1/+1 |
| | |||||
* | Unwind a bit more cruft - we only have one type of device now. | peter | 2001-01-31 | 4 | -14/+6 |
| | |||||
* | Oops. An old version of a local change leaked in with the last commit. | peter | 2001-01-31 | 1 | -22/+9 |
| | | | | Since it is here, clean it up a bit. | ||||
* | Redo the stray header file cleanup code to not depend on timestamps | peter | 2001-01-31 | 4 | -28/+54 |
| | | | | | or access times or anything. Just bite the bullet and keep a list of header files that we know about. | ||||
* | AARGH! This does not mix too well with the -o noatime mount option. | peter | 2001-01-29 | 1 | -1/+6 |
| | | | | :-( | ||||
* | I confess. This is a truely nasty hack. I am so ashamed! | peter | 2001-01-29 | 1 | -0/+57 |
| | | | | | | | | (I think config(8) source does bad things to your brain :-) Clean up likely stray *.h files in the build directory. Eg: if isa.h ceases being generated, zap it. The heuristics to figure out a 'likely' file are pretty revolting. | ||||
* | Add support for configuring PowerPC kernels. | benno | 2001-01-22 | 4 | -0/+6 |
| | | | | Reviewed by: peter | ||||
* | Clean up some obsolete stuff. config -r has not been needed since around | peter | 2001-01-22 | 5 | -43/+12 |
| | | | | | | FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. Convert warnings into actual errors in the hope that buildkernel users will pay more attention. :-( | ||||
* | Stop turning 'mandatory' into an implicit 'count' line. i386/npx was the | peter | 2001-01-19 | 1 | -1/+0 |
| | | | | only consumer of this and it is no longer needed. | ||||
* | Implement option strings that we can use in #ifdefs (where unavoidable) | peter | 2001-01-19 | 3 | -2/+27 |
| | | | | | | | | as a replacement for the evil #define NFOO. If 'device npx' is in the static kernel, a synthetic option '#define DEV_NPX 1' will be available to stick in an opt_xxx.h file. "#if NNPX > 0" can be replaced with "#ifdef DEV_NPX" and we can get rid of the overloaded meaning of the device count mechanism. | ||||
* | Try and stop config(8) from freaking out due to unnecessary paranoia | peter | 2001-01-04 | 1 | -13/+2 |
| | | | | | | | when using -d. Use realpath(3) to locate the top of the tree rather than trying to manually trim back the results of a getcwd(). Requested by: alfred |