mbalmer
228477b2fe
Add the xf86-input-elographics driver to i386 builds.
2009-11-28 16:48:25 +00:00
mbalmer
d0bf5c8f87
Link the xf86-input-ws X.Org input driver to the build and add it to the lists
...
that also have the wsmouse driver.
xf86-input-ws adds support for touchpanels in X11 that report absolute position
data through wscons(4), e.g. the extended ums(4) driver. xf86-input-ws was
written by Matthieu Herrb for OpenBSD.
Please remember to also update xsrc before the next system build.
2009-11-28 12:10:24 +00:00
nakayama
7db1a7f040
Add support for monitoring Fault LED and Alarms status.
2009-11-28 04:14:27 +00:00
pooka
972900e4ca
Move -mcmodel=kernel CFLAGS from bsd.klinks.mk to amd64/include/Makefile.inc
...
to avoid having the kernel toolchain flags split over a billion different
files.
2009-11-27 13:50:29 +00:00
tsutsui
b00cd20126
If CPPFLAGS or CXXFLAGS already contains -nostdinc or -nostdinc++,
...
don't add ${CPPFLAGS_ISYSTEM} or ${CPPFLAGS_ISYSTEMXX} to refer
${DESTDIR}/usr/include or ${DESTDIR}/usr/include/g++.
This change might cause errors on some MD stand dir, but in that case
each Makefile should be fixed to search proper system include paths
by -Ipath option in own CPPFLAGS.
2009-11-27 11:44:36 +00:00
mbalmer
8a44b5e050
Add support for USB HID devices that report absolute coordinates instead
...
of relative movement data, i.e. touchpanels. Please note that calibration
must be done outside the wsons(4) driver for now.
2009-11-27 08:35:05 +00:00
pooka
1b8aa8bae0
Fix rev 1.10 a bit: currently raw devices are correct for newfs/tunefs,
...
and the cooked one should be used for mount.
2009-11-23 16:41:26 +00:00
mbalmer
124961627e
s/the the/the/
2009-11-22 18:40:26 +00:00
pooka
16f3281f94
Remove extra crud which hasn't been up-to-date in eons.
2009-11-22 18:36:16 +00:00
mbalmer
a4ce4bde9a
remove the the double the.
2009-11-22 18:02:22 +00:00
snj
c88ba29086
Kill space before a period.
2009-11-22 16:50:13 +00:00
christos
211ea3b037
don't use the raw device in example. From rudolph
2009-11-22 00:02:56 +00:00
wiz
0a08e1d808
Remove trailing space. Remove unnecessary Pp before Sh.
2009-11-17 19:34:29 +00:00
dyoung
de7882afa1
Describe spllower(9) and splraise(9).
2009-11-17 18:36:07 +00:00
dyoung
d6a7055744
Describe 'options SPLDEBUG'.
2009-11-17 17:54:14 +00:00
pgoyette
135ea6d8da
Add a period at the end of a sentence.
2009-11-15 14:59:47 +00:00
tnozaki
591608f7a5
1. PR/42209 various problems with EBCDIC support in iconv(3)
...
part3: added CP114[0-9] support.
2. fix csmapper name separator.
2009-11-14 01:56:21 +00:00
tron
c3b1e69a6b
Remove "USE_SSP_DEFAULT".
2009-11-12 14:46:37 +00:00
tron
d6e33297fb
Revert SSP changes because at least rmind@, pooka@ and haad@ consider
...
5% more performance more important than the gain in security.
2009-11-12 14:30:34 +00:00
tron
559872b175
Invent a new flag "USE_SSP_DEFAULT" which defines whether we want to use
...
SSP for building the whole source tree. Set this to "yes" for
NetBSD/amd64 and NetBSD/i386. It is now possible to get the old
behavior (build libs and certain programs with SSP) by setting
"USE_SSP_DEFAULT" to "no".
2009-11-12 13:22:34 +00:00
tron
47db09157e
Fix broken conditional to get manual builds (not using "build.sh")
...
working again.
2009-11-12 08:51:50 +00:00
tron
840a46601a
Enable Stack Smash Protection (SSP) by default for NetBSD/amd64 and
...
NetBSD/i386 as previously discussed on the "port-amd64" and
"port-i386" mailing lists. No objections from the core team.
Thanks a lot to Tobias Nygren for helping me with the benchmarking
and to Christos Zoulas for fixing SSP problems in cgd(4).
2009-11-11 16:35:45 +00:00
rmind
66d36229df
Sync declarations with reality, bump date.
2009-11-11 08:43:18 +00:00
macallan
e58b11d12a
add igs driver for Xorg
2009-11-10 21:41:31 +00:00
tnozaki
a316eb20e2
update Unicode 5.2.0
2009-11-10 15:06:06 +00:00
skrll
25edd46c0c
Move the kmodule linker script source into sys/modules/xldscripts. It is
...
not part of binutils and definitely not GPL v3.
Discussed with mrg.
2009-11-10 14:47:52 +00:00
skrll
29d2620fc4
IA64 doesn't have SSP.
2009-11-09 15:58:09 +00:00
mrg
3ebc75ef44
update for xorg-server 1.6.5
2009-11-09 07:38:14 +00:00
skrll
c93ac2bc84
Update for new binutils location.
...
XXX Why is kmodule under binutils anyway?
2009-11-08 22:27:09 +00:00
tnozaki
16bacb5c04
lib/42209 various problems with EBCDIC support in iconv(3)
...
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
2009-11-08 10:37:50 +00:00
wiz
b368ff1382
Remove leading zero from Dd. New sentence, new line.
2009-11-07 08:52:26 +00:00
cegger
7e7e0a568b
Update pmap(9) manpage:
...
- Document new flags argument for pmap_kenter_pa
- Document new flags argument for pmap_enter as well
- Document the prot argument for pmap_kenter_pa. This is copy&pasted from
pmap_enter.
Patch showed on tech-kern@ http://mail-index.netbsd.org/tech-kern/2009/11/04/msg006436.html
Thanks to Martin Husemann for his comments to the original patch version.
2009-11-07 07:37:46 +00:00
skrll
3966cd5848
Switch everyone to binutils 2.19.
2009-11-05 20:06:29 +00:00
wiz
23a6db9cd7
Drop trailing whitespace; use full month name in Dd.
2009-11-05 09:55:38 +00:00
dyoung
8f33cec11c
Document the device iteration routines.
...
I derived this manual page from pmf(9), hence my retention of Jared's
copyright notice.
2009-11-05 00:20:24 +00:00
skrll
130f3380aa
Switch mips to binutils 2.19.
2009-11-04 17:02:19 +00:00
pooka
c2492298bf
* use rump_boot_sethowto()
...
* fail in a nicer way if interface device is not probed
2009-11-03 18:24:21 +00:00
wiz
470b4b9167
Fix Dt, improve Nd, remove trailing whitespace.
2009-11-03 11:04:32 +00:00
dyoung
e5ffb6d32f
Install the manual page return_address(9).
2009-11-03 05:12:10 +00:00
dyoung
3d5b001d3f
Add return_address(9) for reading the Nth return address from the call
...
stack.
2009-11-03 05:08:18 +00:00
joerg
f79d98372f
Use proper column markup.
2009-11-02 00:50:29 +00:00
tnozaki
4079756871
1. add new alias Window-31J -> CP932, IBM-932 -> CP942C.
...
2. change alias IBM-943 -> CP943 to CP943"C"(compatible).
for compatibility with AIX and glibc's iconv.
2009-10-31 15:15:42 +00:00
tnozaki
3c82a9bc85
lib/42209 various problems with EBCDIC support in iconv(3)
...
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
2009-10-31 15:06:52 +00:00
wiz
823d48dac8
Bump date for previous.
2009-10-29 01:52:39 +00:00
njoly
a53601df2e
Remove callback_entry ce description which has nothing to do with
...
callback_run_roundrobin() function.
2009-10-28 18:20:41 +00:00
snj
b65156b03d
As Mikael Magnusson notes, run_fsck_flags does not take a YES or NO
...
and it should be in the second listing of variables. While here,
capitalize and make the description a little bit more explicit.
2009-10-28 02:31:44 +00:00
hubertf
152f316d0a
This was replaced by a shell script quite some time ago, purge.
2009-10-27 08:58:04 +00:00
hubertf
762f1eaa09
regen
2009-10-27 08:55:44 +00:00
joerg
c943bacea0
Use .%U inside of .Rs/.Re.
2009-10-25 18:35:45 +00:00
wiz
1675d276fa
Bump date for previous.
2009-10-25 01:30:48 +00:00