christos
b789925374
resolve issues and add build glue
2008-09-19 21:38:40 +00:00
christos
a53f50b9b4
import current am-utils.
2008-09-19 20:07:11 +00:00
christos
1c1f5b603c
more paranoid eflags setting.
2008-09-19 19:15:57 +00:00
joerg
31c20e0789
Annotate patch update.
2008-09-19 18:41:20 +00:00
joerg
d5b2c9a825
Update patch to the version used by DragonFly and derived from OpenBSD.
...
Major changes are:
- better detection of double applied patches
- rejects remain unified diffs for unified patches
- far less limitations, e.g. patch lines may be arbitrary long
This addresses PR standards/11220 by changing patch -b behavior to be
POSIX compliant. Old behavior can be obtained using --suffix, which
works since NetBSD 1.4. pkgsrc has been adjusted accordingly.
2008-09-19 18:33:34 +00:00
tsutsui
97e276be34
Sigh, fix previous properly.
2008-09-19 18:33:29 +00:00
tsutsui
5beeb7d847
Fix a typo in previous.
2008-09-19 18:18:37 +00:00
tsutsui
3e414a4b6b
Invoke ${MAKESUMS} for ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation files
...
as snap_md_post target in etc/etc.${MACHINE}/Makefile.inc rather than
as release target in distrib/${MACHINE}/Makefile so that builds for
release in distrib/${MACHINE}/Makefile don't have to be serialized.
XXX: maybe ramdisk kernels should be installed into binary/kernel dir
XXX: as other ports rather than installation dir, and
XXX: kernel config names should be preserved in their filenames.
2008-09-19 17:38:43 +00:00
wiz
e829b0a440
New sentence, new line.
2008-09-19 17:33:24 +00:00
tsutsui
4154691ca5
Add ${IMAGE}.gz to dependency list of release:: target as well as the one
...
in src/distrib/common/Makefile.image so that ${MAKESUMS} will be invoked
after the target image is installed into the releasedir, not before,
even if make -jN is specified.
XXX some ports do ${MAKESUMS} for installation/miniroot files
XXX in etc/etc.${MACHINE}/Makefile.inc later again.
2008-09-19 17:23:32 +00:00
tsutsui
56f85b37f1
- add INSTALLATION_DIRS+=installation/miniroot so that miniroot.fs.gz
...
image is installed properly
- INSTALL_IPAQ should be in BUILD_KERNELS rather than KERNEL_SETS
since it requires ramdisk image by mdsetimage(8) in src/distrib
2008-09-19 16:58:26 +00:00
christos
afaf958ea2
PR/46593: Patrick Welche: Compute both the original and the ~VIA_T_BOOTABLE
...
hacked checksums and compare against both.
2008-09-19 16:49:27 +00:00
christos
bd88cf3b5a
PR/7505: Obata Akio: add missing bn_const.c
2008-09-19 14:50:53 +00:00
joerg
b8df2b2d5f
Complain about devices with misaligned PCI capability pointers instead
...
of panicing. Christoph Schug reported that such a device is made by
Nvidia.
2008-09-19 14:37:13 +00:00
skrll
9bb781168b
Grab libgcov stuff.
2008-09-19 13:18:28 +00:00
jmcneill
e8af03099d
uvideo_set_format: perform a probe/SET, probe/GET before commit/SET instead
...
of relying on the information in probe/GET to be already valid.
2008-09-19 12:14:53 +00:00
jmcneill
4a1f40c8ab
Remove qcm driver definition that slipped in accidentally on the previous
...
commit, pointed out by cegger
2008-09-19 11:29:35 +00:00
rmind
ea71ae9284
Fix the aligning of memory blocks again, finally...
...
Tested by <martin> on his sparc64 box.
2008-09-19 11:21:33 +00:00
jmcneill
13e32ea2ea
Revert previous.
2008-09-19 11:15:50 +00:00
tteras
d1a09d5477
Implement ISAKMP SA rekeying configurable with rekey {on|off|force} option
...
in remote conf.
2008-09-19 11:14:49 +00:00
tteras
fbf62026bb
Change struct sched to be allocated be the caller to avoid some memory
...
allocations. Optimize scheduling algorithm to not scan all entries in
the main loop.
2008-09-19 11:01:08 +00:00
wiz
eb4e8b70f1
Remove superfluous .Pp.
2008-09-19 08:30:35 +00:00
uwe
83b202b6e6
Use pushsection/popsection for RCSID.
2008-09-19 03:02:35 +00:00
pgoyette
e0d9c4bfff
Fix apparent (and obvious) typo in previous.
2008-09-19 01:58:16 +00:00
jmcneill
db5b771d07
Add pixel format selection support.
2008-09-19 00:05:02 +00:00
jmcneill
b11aea36cc
Add support for video mode selection, and protect isoc xfer shutdown
...
with splusb
2008-09-18 23:20:52 +00:00
jmcneill
0820cb0eaa
kmod support for uvideo(4)
2008-09-18 21:53:32 +00:00
jmcneill
ee916aba93
Fix kmod support.
2008-09-18 21:52:41 +00:00
dsl
9e996b5529
Annotate some of the assembler.
...
Remove 2 redundant register-register moves.
2008-09-18 21:35:17 +00:00
dsl
467e49cfc1
Clear all the correct flags when calling a signal handler.
2008-09-18 21:28:45 +00:00
dsl
d1779123ae
Remove PSL_MBO (the bits that Must Be One) from PSL_USER - which are the
...
bits that the 'user' can change.
Who knows what the effect of a user signal handler (which I think might have
access to the bits) changing these bits might be!
2008-09-18 21:09:18 +00:00
jmcneill
f93a860daa
Properly calculate nframes for isoc xfers, and skip uvc payloads with
...
a length of 0, from Matthias Drochner.
2008-09-18 17:47:09 +00:00
jmcneill
7174577ba3
defflag UVIDEO_DEBUG
2008-09-18 16:40:37 +00:00
christos
95ffbb8bc9
Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal delivery
...
and use it everywhere.
2008-09-18 15:57:04 +00:00
cube
96cb838ebe
Note that shared libraries for libXprintUtil and libXprintAppUtil are now
...
installed.
2008-09-18 15:29:15 +00:00
cube
383a19484e
Build and install shared libraries for libXprint{App,}Util.
2008-09-18 15:25:01 +00:00
jmcneill
f1fc481694
For now, select default format in uvideo_open. Makes ekiga happy.
2008-09-18 13:34:56 +00:00
jmcneill
99a4cc3893
Note that bulk endpoints are not supported. Reword last paragraph.
2008-09-18 13:09:20 +00:00
skrll
085bc41d78
Centralise arch/${MACHINE_ARCH}.mk inclusion.
...
Thanks to Tyler (rtr).
2008-09-18 12:20:19 +00:00
cegger
b32980d604
regen.
2008-09-18 12:04:25 +00:00
cegger
036fca3320
correct C51 host bridge numbers. Spotted by njoly@
2008-09-18 12:03:45 +00:00
rtr
d3ae139a17
switch back to using USE_I386_IOPL for amd64 since it gets us x86_64_iopl
...
if __x86_64__ is defined. this should fix libxorgos.a build on amd64.
USE_AMD64_IOPL is for openbsd if the configure.ac is to be believed.
XXX we may also want to enable PCCONS_SUPPORT and HAS_APERTURE_DRV for
amd64 as well?
2008-09-18 10:57:03 +00:00
hannken
2b3efeeac5
Persistent snapshots do not need to allocate the variable softc elements.
2008-09-18 10:52:14 +00:00
cegger
7a5a7454d4
regen.
2008-09-18 09:49:29 +00:00
cegger
47fc4656dc
add NVIDIA C51 products
2008-09-18 09:48:24 +00:00
dholland
baa6f0b95b
Check ferror(stdout) and exit(1) if there's been a problem.
...
Fixes PR bin/39574 from Ed Ravin, but with a simpler patch.
2008-09-18 05:42:08 +00:00
dogcow
2a77a1f02a
add missing enum; fixes compile of video.c.
2008-09-18 05:35:05 +00:00
jmcneill
bd78ec5c6b
* Use determined default format based on descriptors rather than relying on
...
GET_DEF, as this is probably not what is wanted.
* Don't select an alternate interface with max packet size > 1024
2008-09-18 04:37:06 +00:00
jmcneill
f2b05f5e15
Uncomment code accidentally commented out in the last commit.
2008-09-18 02:57:07 +00:00
jmcneill
88913084de
Allow for multiple simultaneous isoc xfers to be in progress at a time,
...
to reduce the chance of data loss.
2008-09-18 02:49:00 +00:00