Commit Graph

126458 Commits

Author SHA1 Message Date
itojun
6123043789 pass string length (= boundary info) to pci_devinfo so that we do not run over
the end of memory region
2004-04-23 21:13:05 +00:00
christos
ce26902593 add const to cgetent arg. 2004-04-23 21:04:25 +00:00
itojun
804f709531 use safer string manipulation function 2004-04-23 21:01:02 +00:00
snj
8db2495eca recommented -> recommended, indefinitly -> indefinitely. 2004-04-23 20:17:13 +00:00
jmc
d01e0e4fa1 Typo police 2004-04-23 19:44:47 +00:00
christos
f0f6798596 sprinkle const. 2004-04-23 17:54:02 +00:00
itojun
300aa0dcd5 use bounded string ops (snprintf, strl*) 2004-04-23 17:25:25 +00:00
matt
6882f9234e #include <sys/cdefs.h> to get the definition of __packed.
(Some files which include this file may not have done that.)
2004-04-23 16:26:18 +00:00
joda
7b46861a55 fix obvious past-o where the activity led register gets overwritten by
the traffic meter led register
2004-04-23 16:03:33 +00:00
christos
dea77b1806 sprinkle const 2004-04-23 15:23:26 +00:00
christos
9be64e49b4 be more specific about what to cleanup. 2004-04-23 15:07:31 +00:00
christos
dc84240d2e PR/15897: Ryo HAYASAKA: fdformat does not know about terminal width.
also:
	constify, ansify, pass lint.
2004-04-23 15:04:27 +00:00
wiz
af1b524517 Bump date for previous. 2004-04-23 14:52:42 +00:00
christos
a3c9c13e94 WARNS=3 2004-04-23 14:50:00 +00:00
christos
36d9d2a4de adjust to constification of cgetent() 2004-04-23 14:49:18 +00:00
christos
b3a5c6932f Adjust to constification of db_name vector. 2004-04-23 14:48:07 +00:00
christos
2bab61681c Ansify and add change db_name vector from char ** to const char * const * 2004-04-23 14:47:52 +00:00
christos
75f2f1640d adjust to constification. 2004-04-23 14:47:23 +00:00
christos
dbe056a805 more constification suggested by kleink. 2004-04-23 14:46:31 +00:00
christos
fe069d7c1f more const sprinkling on cget* suggested by kleink. 2004-04-23 14:44:54 +00:00
christos
5c424ffc08 adjust to constification of cget*() 2004-04-23 14:38:16 +00:00
christos
e1beeda0ae constify the db name vector argument. 2004-04-23 14:37:42 +00:00
christos
3b237aad69 constify setdisktab() 2004-04-23 14:37:12 +00:00
wiz
6af689d38b Grammar improvement by Patrick Welche. 2004-04-23 13:28:58 +00:00
wiz
d8dd84fc16 Fix typo noted by Patrick Welche. 2004-04-23 13:28:15 +00:00
tsutsui
77addc8b55 Increase buffer size for s[dt]-targets PROM property
otherwise some machines (including my SS1+) with old PROM fails to get it.
2004-04-23 13:04:59 +00:00
hannken
aa9b145692 Don't invoke the egrep for cleandir and obj targets. Needed for build.sh.
Use ".if !make()" instead of ".if !target()".
2004-04-23 12:05:53 +00:00
wiz
a406ed118c postfix-2.1.0 is out. 2004-04-23 12:04:44 +00:00
atatat
a929f1c4f7 Allocate adjusted size, not fixed size. 2004-04-23 12:03:39 +00:00
atatat
d26290d280 Missing parens get cast wrong. Grr. 2004-04-23 12:02:43 +00:00
christos
dede52abd3 PR/25288: Erik E. Fair: convert this file to statvfs 2004-04-23 12:02:39 +00:00
wiz
111f05ed85 bind-9.3 out. 2004-04-23 11:50:33 +00:00
keihan
12dcdec062 s/netbsd.org/NetBSD.org/g 2004-04-23 11:00:06 +00:00
keihan
f672be074d s/netbsd.org/NetBSD.org/ 2004-04-23 10:59:47 +00:00
hannken
1466f8c9d9 Undo last commit -- doesn't work. 2004-04-23 09:50:21 +00:00
hannken
0c0fbf545a Don't invoke the egrep for cleandir and obj targets. Needed for build.sh. 2004-04-23 09:28:56 +00:00
hannken
82161a9cbe Protect against multiple inclusion. 2004-04-23 09:20:20 +00:00
kleink
ec413feecc Remove spurious statvfs_t from the declaration of struct statvfs -
the accompanying typedef keyword was missing, and while this type
can be found in SVR4 headers (and processor ABI supplements) it
was not documented there, nor included in XPG4.2.
2004-04-23 08:44:33 +00:00
mhitch
e52720514e The Xprt build needs cfb, and the vax Xserver will soon need the cfb stuff,
so enable building cfb.  Fixes Xprt build failure on vax when building
from src/x11.
2004-04-23 06:23:42 +00:00
dsl
5d3e088ee0 Put the 'mbr has bootselect table' marker into all versions of the mbr code.
Having the table in the 'standard' mbr allows fdisk to write in bootsel
menu items and only ask about updating the mbr code before exit.
Sysinst validates that the mbr code contains the bootselect table for
all the mbr code variants it reads - because it might want to write the table
and doesn't really want to make the validation dependant on what it is
going to do later.
Fixes install/25235, but sysinst needs some changes (like reporting the
failure to write the mbr) before the pr itself is closed.
2004-04-23 06:21:21 +00:00
mhitch
46aadbda46 XINPUT is also needed by vax. 2004-04-23 05:56:47 +00:00
matt
3c5e603d8f Use __packed instead __attribute__((__packed__)) 2004-04-23 04:14:41 +00:00
simonb
9bc855a931 s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
2004-04-23 02:58:27 +00:00
simonb
ba5d7d507c s/the the/to the/. 2004-04-23 02:55:11 +00:00
simonb
04680727b1 s/this this/this/. 2004-04-23 02:48:12 +00:00
yamt
05076bfbb9 chgsbsize: correct limit check and ui_sbsize calculation.
ok'ed by Christos Zoulas.
2004-04-23 02:13:29 +00:00
enami
9f8afc0e9b The char position passed to substr() should be 1 origion. 2004-04-22 23:02:39 +00:00
thorpej
f84850f7df Assign to CPUFLAGS to add -march=armv4 instead of adding to COPTS. 2004-04-22 22:41:42 +00:00
christos
19e4b9c5ad Instead of pussy-footing around and grabbing a few of the ioctl's here and
there randomly, grab all the ioctls from the include files.
Read the XXX's in mkioctls about problems with our header files.
2004-04-22 22:31:18 +00:00
ross
fcce1f91eb Recognize -- (dash dash) and apply the usual interpretation.
Notes:

* The immediately previous version of make errored out on --,
which is what needs fixing.

* Historic bsd make silently ate -- and continued to process
options, so this is a behavior change from that, too, but presumably
there is more to gain in fixing it than in being bug-compatible.
2004-04-22 21:19:02 +00:00