126471 Commits

Author SHA1 Message Date
kleink
152857d5f8 2.0E: new pci_devinfo() argument. 2004-04-24 09:51:06 +00:00
pk
95149aa7b9 Some older devices do not understand the `disable block descriptor' bit in
the mode sense request. So fall back on mode sense data including a block
descriptor section.

See also sd.c rev. 1.214.  Again: should we bother trying DBD at all?
2004-04-24 09:26:14 +00:00
yamt
4a3c33632a EcGpeHandler: in the case that the ec is EcLock'ed, always set
EC_F_PENDQUERY flag so that AcpiClearGpe() will be called later.
2004-04-24 09:07:50 +00:00
atatat
d731ba57d2 The second "console_device" node should really be called "booted_device". 2004-04-24 04:56:59 +00:00
mrg
b358d09aa4 - -DXFREE86 if we build an XFree86 server.
- use /dev/urandom & hexdump to generate cookies.

mostly as-is from PR#25239.

XXX  the #ifdef XFREE86 line in xinit.c is simply for an error message to
XXX  include the text "XFree86     XFree86 displays" in an array of char *,
XXX  that is used to display an error message.  i think nearly all the
XXX  netbsd servers need to optionally be added to this list....
2004-04-24 03:42:07 +00:00
christos
70229c52ba constify printcapdb 2004-04-24 02:59:19 +00:00
christos
ecd199b9f5 deal in a saner way with const strings. 2004-04-23 22:24:34 +00:00
christos
195f245afe constify, warns = 3 2004-04-23 22:14:57 +00:00
christos
4f6045fcb4 constify and warns = 3 2004-04-23 22:11:44 +00:00
itojun
93cf32770f use bounded string ops 2004-04-23 21:52:17 +00:00
christos
e2c2ba101a add WARNS=3 2004-04-23 21:39:43 +00:00
christos
5cb9041b96 const, knf, WARNS=3 2004-04-23 21:39:33 +00:00
itojun
db9226c772 use bounded string ops 2004-04-23 21:29:16 +00:00
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