Commit Graph

136934 Commits

Author SHA1 Message Date
christos
2514b28c3f PR/30387: Nicolas Joly: -current i386 GENERIC_LAPTOP kernel compilation failure 2005-05-31 17:51:49 +00:00
macallan
71c7a235ad added initialization for tv in resettodr() 2005-05-31 17:34:35 +00:00
macallan
2ab2c90883 fixed a stupid typo that chained copycols to itself 2005-05-31 17:33:02 +00:00
lukem
172fad8aab Support MDSET_POST; apply the operation to every image.
Implement MDSET_NOGZIP & MDSET_NOGZIP.${FILENAME}, to prevent the gzip
of the final image.  This is useful if that image has already been
munged & gzipped by MDSET_POST* or MDSET_SUFFIXES*.
2005-05-31 16:23:37 +00:00
chs
b884f8c664 adapt to const changes. 2005-05-31 16:13:31 +00:00
chs
34945e7b56 adapt to const changes.
replace local b_cylin alias with the usual b_cylinder.
2005-05-31 16:13:09 +00:00
chs
90fe0e8ced avoid a shadow. 2005-05-31 16:10:47 +00:00
yamt
e5559b5cd1 - move COPTS.${.IMPSRC:T} and friends after other options so that
they can override global options.
- put CPPFLAGS.${.IMPSRC:T} into CPPFLAGS, rather than CFLAGS.
2005-05-31 14:59:31 +00:00
macallan
e149dd92ec added missing ffb_ras_wait() 2005-05-31 14:36:17 +00:00
yamt
24ca3e95ec sync with i386. (avoid shadowing) 2005-05-31 13:53:15 +00:00
yamt
80d547c255 remove local prototypes of printk. 2005-05-31 12:44:29 +00:00
yamt
457b7ee79b always provide prototype of printk for now. because:
- currently its implementation is always compiled in.
	- there're users which don't honor XENDEBUG.
2005-05-31 12:42:58 +00:00
yamt
bcc5a2379e avoid variable shadowing. 2005-05-31 12:36:56 +00:00
yamt
9a13650e12 constify. 2005-05-31 11:57:13 +00:00
christos
24c295f4b3 mark genassym.sh obsolete 2005-05-31 11:39:03 +00:00
christos
d84ea6a23c Add genassym. 2005-05-31 11:38:31 +00:00
christos
99f2d4f70b Move genassym.sh.8 from src/share/man/man8 to here. 2005-05-31 11:35:54 +00:00
christos
6ab7ef4333 Move to the genassym source directory. 2005-05-31 11:35:21 +00:00
yamt
3a00578853 x86_variable_test_bit: don't remove const qualifier unnecessarily. 2005-05-31 04:34:53 +00:00
christos
dfa84069f5 Add overrides for tools we use (genassym and hexdump). Now kernel compiles
work again (hi jason!)
2005-05-31 04:03:46 +00:00
christos
f6b4c20f18 s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name. 2005-05-31 04:03:08 +00:00
christos
b1d90df260 use the copy in /usr/src/usr.sbin/ 2005-05-31 03:53:59 +00:00
christos
b47254f6d8 Add genassym. 2005-05-31 03:50:14 +00:00
christos
857e3fb66b Add non-tool version of genassym. 2005-05-31 03:48:43 +00:00
christos
3088775912 We need a non-tool version of genassym. 2005-05-31 03:45:42 +00:00
christos
396a749312 Remove externs that nobody uses. 2005-05-31 02:57:58 +00:00
xtraeme
f55b68d1bd Add missing const. 2005-05-31 02:56:54 +00:00
xtraeme
9db2752f7e Make this build with "-Wcast-qual -Wshadow". 2005-05-31 02:50:59 +00:00
macallan
d2c9943bdd added support for virtual consoles 2005-05-31 02:48:37 +00:00
christos
c76e17575e s/buf/sbuf. 2005-05-31 02:37:50 +00:00
christos
49f85b90ec Most of the kernel source now works with "-Wcast-qual -Wshadow
-Wreturn-type -Wwrite-strings -Wswitch" so I am turning them on. There
is going to be a little lossage on some platforms but you can always
compile with "make DEFWARNINGS=no". Tested on sparc64 and i386.
2005-05-31 02:25:39 +00:00
thorpej
c4bf9a57c0 Describe TOOL_GENASSYM. 2005-05-31 02:25:36 +00:00
christos
bf55d99961 revert previous and fix LLADDR instead. 2005-05-31 01:48:22 +00:00
christos
6c547ba0c6 change casts back to char * and explain why. 2005-05-31 01:47:24 +00:00
christos
67f72d9fc5 use const cast. 2005-05-31 01:43:36 +00:00
christos
3ebd13b60c - use memcpy instead of bcopy.
- constify.
2005-05-31 01:37:06 +00:00
christos
f69f7eea28 add missing const 2005-05-31 00:57:07 +00:00
christos
6334595660 - sprinkle const
- change to ansi prototypes
2005-05-31 00:55:45 +00:00
christos
69809b648c - sprinkle const
- convert to ansi prototypes.
2005-05-31 00:54:57 +00:00
christos
be19dad5b6 - sprinkle const
- remove parameter names from function declarations
2005-05-31 00:54:05 +00:00
christos
c7adb6dca7 - sprinkle const
- avoid shadowed variables
2005-05-31 00:53:02 +00:00
christos
962a880036 add a const and remove bogus casts. 2005-05-31 00:52:24 +00:00
christos
567dd2f4cd Deal with the fact that time is volatile and todr_*() are not. This needs
to be fixed properly.
2005-05-31 00:51:57 +00:00
christos
1a18f24f3c - sprinkle const
- avoid variable shadow
2005-05-31 00:50:28 +00:00
christos
a38d2d274a sprinkle const. 2005-05-31 00:49:42 +00:00
christos
3e8958bef3 remove bogus cast. 2005-05-31 00:49:12 +00:00
christos
7e60536d55 add missing const. 2005-05-31 00:48:57 +00:00
christos
309409f7e4 add a missing const. 2005-05-31 00:47:54 +00:00
christos
8bbce26c81 sprinkle const. 2005-05-31 00:47:05 +00:00
christos
eb3c841970 fix handling of volatile and remove bogus casts. 2005-05-31 00:46:46 +00:00