mjl
df0cb86d0d
Add some casts to printf() args to make it compile w/ DEBUG set.
2003-12-27 13:35:52 +00:00
mjl
054d8c4946
Initialize some auto vars to appaise gcc3.
2003-12-27 13:34:36 +00:00
shin
cb18d8058e
fix indentation.
2003-12-27 07:36:06 +00:00
shin
17435165fa
Add MobilePro 880 (MC/R730A), MC/R730 support for USB/"pci".
...
Addresses PR/23654.
2003-12-27 07:34:21 +00:00
shin
26ccb9c6d2
Add MC/R700A, MC/R730, and MC/R730A vrc4172pwm flags.
...
Addresses PR/23653.
2003-12-27 07:29:56 +00:00
shin
1316c9944d
Add MobilePro 880 (MC/R730A) to stylus calibration table.
...
Addresses PR/23652.
2003-12-27 07:28:21 +00:00
shin
88d334ff8f
Add MobilePro 880 (MC/R730A) to hpcbatterytable.h.
...
Addresses PR/23651.
2003-12-27 07:27:22 +00:00
takemura
a09206fd99
Initialized variables and added error handling in mq200_pllparam().
2003-12-27 05:47:54 +00:00
grant
ff61e1b854
add missing entry for binutils 2.14 import (hi, mrg!)
2003-12-27 03:22:54 +00:00
rtr
553b99b011
input drivers for xfree86
2003-12-27 03:14:56 +00:00
grant
c9ec896dec
note support for snapper audio on some ibook and powerbook models.
2003-12-27 02:52:48 +00:00
grant
9427a0c717
add support for the Keywest I2C and snapper audio device, as found on
...
some iBook and PowerBook models.
this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.
the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.
ok'd by matt.
2003-12-27 02:19:34 +00:00
christos
6a53b72059
Rename .C files to .cc
2003-12-27 01:16:55 +00:00
wiz
97129337d3
Immediately return from dhost() if host is localhost, to
...
avoid a warning from host(1).
From Nicolas Joly in PR 23897.
2003-12-27 00:58:35 +00:00
martin
91d3025816
Add rtclocaltime.
2003-12-27 00:29:21 +00:00
martin
10c173b9e1
Add etc/rc.d/rtclocaltime.
2003-12-27 00:28:19 +00:00
martin
448491ee86
Add a new /etc/rc.conf option: rtclocaltime=YES adapts the RTC offset
...
at boot automatically, so a machine dual booting another OS that uses
the RTC at localtime and NetBSD agree on the current time even if daylight
saving started/ended (without recompiling a kernel twice per year).
Awk code by Matt Thomas.
2003-12-27 00:23:22 +00:00
martin
25943be498
Use the new SPPPGETSTATUSNCP ioctl, if supported, to avoid reporting
...
intermitent changes on "volatile" interfaces based on if_spppsubr.c.
This interfaces used to cause ifwatchd to call the up and down scripts
with 0.0.0.0 addresses between entering PPP phase network and IPCP
completition.
2003-12-27 00:05:46 +00:00
martin
be59b63fe2
Make kern.rtc_offset writable at securelevel <= 0.
...
This allows boot-time adjustment when a machine runs other OSes with
RTC == localtime.
2003-12-26 23:49:39 +00:00
martin
d59fb7b8a3
Add a new ioctl SPPPGETSTATUSNCP to query the PPP phase and check wether
...
any NCP is UP.
2003-12-26 23:39:23 +00:00
wiz
8114895bf3
Bump date for previous; use macros for marking up
...
the dollar sign.
2003-12-26 23:22:31 +00:00
jmc
31e37b335f
Note that variable expansion can occur within SYSV style = substitions.
2003-12-26 23:18:18 +00:00
jmc
3eb499682d
Support variable expansions inside of SYSV style = substitutions. Better matches
...
expectations (and some cases of historical behavior I've found). Also fixes
PR#3865
2003-12-26 23:13:32 +00:00
manu
afc357e66b
Correctly return the VRAM offset in IOFBGETVRAMMAPOFFSET connect method.
...
With this, WindowServer blanks hals of my screen before crashing the kernel.
That's sweet.
2003-12-26 20:34:34 +00:00
aymeric
341f54debe
revert previous. -fwritable-strings is not needed now that the ld script
...
does TRT.
2003-12-26 20:01:15 +00:00
aymeric
3c91265513
merge any section that starts in ".rodata." into the text section.
...
This matches sections generated by newer versions of gcc to handle the sharing
of constant strings.
2003-12-26 19:59:31 +00:00
wiz
d46bc94200
Niels Provos kindly agreed to drop clauses 3 and 4 from the
...
license -- thanks.
Based on OpenBSD commit and hints by itojun.
2003-12-26 19:04:55 +00:00
christos
f60c8b975e
mention dots+boxes
2003-12-26 18:08:34 +00:00
christos
45e798bfc8
NetBSD rcsid.
2003-12-26 18:03:34 +00:00
christos
69e8179488
And man page for dots+boxes
2003-12-26 18:01:33 +00:00
christos
8222c44d1b
Add dots+boxes
2003-12-26 17:59:13 +00:00
christos
e30af34785
import dots+boxes games.
2003-12-26 17:57:02 +00:00
wiz
8bdfbd91ec
Fix typo ($stratum -> stratum), from Nicolas Joly in PR 23891.
2003-12-26 17:43:02 +00:00
christos
e57d25d652
no-traditional is not a valid warning for c++ programs.
2003-12-26 17:27:01 +00:00
christos
80f77a3c2c
Add libstdc++
2003-12-26 17:22:43 +00:00
wiz
92c9805148
server is an Ar, not a Fl. From Nicolas Joly in PR 23890.
2003-12-26 16:52:18 +00:00
manu
d0de7398af
union without a name does not build on i386...
2003-12-26 16:31:29 +00:00
manu
219b24a068
Chand emul.darwin MIB to fit best current practice.
...
emul.darwin.init.pid instead of emul.darwin.init_pid, and so on.
This breaks backward compatibility with the pre-dynamic sysctl(8) for
emul.darwin, but it has never been available in a formal release, so
it should be alright.
2003-12-26 16:00:53 +00:00
wiz
67ae4b51b8
.Pp\n.Pp -> .Pp.
2003-12-26 15:24:00 +00:00
mrg
63f41c4e03
--long-options are supported
2003-12-26 15:21:05 +00:00
wiz
cf79907567
New sentence, new line; avoid &; uppercase CRC.
2003-12-26 15:18:54 +00:00
mrg
f737ab4d3e
bump .Dd
2003-12-26 15:16:05 +00:00
mrg
a4624b06a5
- document --list
...
- use unsigned char's that are used in unsigned calculations later.
2003-12-26 15:15:49 +00:00
mrg
9e3ca570b9
support gzip -l -v.
2003-12-26 15:06:16 +00:00
rtr
fd8b116e51
xfree86 drivers
2003-12-26 14:53:10 +00:00
mrg
88899e3372
- print totals for --list.
...
- round down percentages, like GNU gzip does
- use "stdout" not "-", like GNU gzip does
- factor percent calculation code.
2003-12-26 14:49:37 +00:00
mrg
78b17b7b2b
begin to start to support --list.
2003-12-26 14:11:01 +00:00
aymeric
652090f272
ANSIfy and clean up prototypes.
...
This has been lying around in my tree for too long now.
2003-12-26 13:43:29 +00:00
aymeric
86b6db2f13
add -fwritable-strings to DBG, so that gcc doesn't generate a ".rodata" section.
...
I believe this fixes PR port-macppc/23206 and the "ofwboot.xcf issues" reported
on the lists since november.
2003-12-26 13:25:00 +00:00
lukem
1b373d7a5e
Revert part of previous; etc/rc.d/kdc must be installed even if Kerberos
...
isn't enabled.
This is how the rc.d system works in conjunction with our current build
and install system; all the rc.d scripts are installed even if the
subsystems they control are not.
2003-12-26 12:04:35 +00:00