Commit Graph

173480 Commits

Author SHA1 Message Date
tsutsui
c5424a41b2 Update URLs for packages PKG_PATH from obsolete one:
ftp://ftp.NetBSD.org/pub/NetBSD/packages/{VERSION}/{MACHINE}/All
to newer one:
ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/{MACHINE}/{VERSION}/All
which is documented in the pkgsrc guide, and also note the alternative path:
/pub/NetBSD/packages/current-packages/NetBSD/{MACHINE}/{VERSION}/All
for mirrors which don't mirror /pub/pkgsrc but have only /pub/NetBSD.
2008-09-20 08:34:28 +00:00
cube
7d4c6818e5 Remove pkgconfig-related items. 2008-09-20 02:55:34 +00:00
lukem
7fb0a8b2f3 Add fts_free() to complement fts_alloc(), and use instead of free().
Should avoid a memory leak on systems without ALIGNBYTES.
2008-09-20 00:14:12 +00:00
joerg
2cb0fd8fd6 Updated dhcpcd to 4.0.1. 2008-09-19 23:02:30 +00:00
joerg
a7dc3b5d53 Just use WARNS=4 for dhcpcd. 2008-09-19 23:00:49 +00:00
joerg
0ee5c8cca5 Import dhcpcd-4.0.1:
- basic resolvconf like functionality to combine the resolv.conf entries
from running instances
- improve timer handling to not break with early wake ups and other edge
cases related to the kernel time granularity
- improve handling of dhcpcd -n and rebinding after carrier loss to
better deal with changing networks
- add option to black list servers based on server id
- don't check for ARP conflict if the interface already has the address
- improve signal handling during vfork/exec
2008-09-19 22:59:57 +00:00
christos
99ca374317 support per file lex and yacc prefixes. 2008-09-19 22:54:55 +00:00
jmcneill
f5de58cdb5 Add pseye, uvideo, video, UVIDEO_DEBUG 2008-09-19 22:50:05 +00:00
joerg
d7cb6e00ad Moved to src/external/bsd/libarchive/bin. 2008-09-19 22:04:19 +00:00
joerg
fc01aacd2f Add build glue for libarchive and the frontends. cpio and tar are still
disabled.
2008-09-19 22:01:25 +00:00
joerg
09ade36017 Import libarchive-2.5.5. This makes bsdcpio more compatible with GNU
cpio's long options, copyies links when they cross devices in copy mode.
A number of other smaller bugfixes and improvements were added.
2008-09-19 21:56:11 +00:00
christos
4d8601a4f6 changes from dist 2008-09-19 21:49:09 +00:00
christos
3b59a1eabd bring changes from dist 2008-09-19 21:46:58 +00:00
christos
167be1f2ca bring in changes from dist 2008-09-19 21:46:14 +00:00
christos
37a271ced9 mention new amd. 2008-09-19 21:44:13 +00:00
christos
b743dfb7ec unhook amd 2008-09-19 21:42:36 +00:00
christos
9432f019a9 Hook am-utils 2008-09-19 21:41:51 +00:00
christos
1cc11dc29b forgot this one 2008-09-19 21:41:28 +00:00
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