Commit Graph

10985 Commits

Author SHA1 Message Date
njoly
e59aa11092 Obsolete compat libbfd*.a and libbfd.so, following native behaviour. 2009-11-09 15:55:47 +00:00
mrg
d0832255af update for new libpciaccess 2009-11-09 06:50:15 +00:00
mhitch
65dbb94ed0 The tarfs image in cdhdinstall used to get padded out to an 18KB boundary
(the size of the read used to read it) with the alpha-specific image
creation.  This got lost when moved to using common routines, so that
burning the cdhdinstall image onto a CDROM resulted in a failure to read
the last block of the tarfs image.  Use the provided option to have the
image padded out to the full image size.  It's more than actually needed,
but extra isn't likely to cause any problems.
2009-11-09 04:13:23 +00:00
mrg
c53fba5b49 new xkbutils man pages 2009-11-09 00:36:22 +00:00
skrll
32ef3aeee5 Remove references to binutils 2.16 and 2.19 - everything is 2.19 now. 2009-11-08 15:30:21 +00:00
njoly
5ef060dd31 Restrict ncdcs.debug and man pages to MKBINUTILS=yes builds. 2009-11-06 13:36:01 +00:00
is
38a9a9f43c 2nd part of "install kernel -> release" fix, inspired by tsutsui@'s patch
to PR 41672.
2009-11-06 13:01:36 +00:00
is
cc125f84ea Install a.out version of INSTALL kernel in release. Slightly modified
from a patch provided by Izumi Tsutsui as response to PR 41672.
2009-11-06 12:31:44 +00:00
dyoung
48e2cd3a62 ncdcs needs to labeled 'binutils' not 'binutils=216', otherwise
it's present in the DESTDIR but missing from the flist on binutils
2.19 architectures (today, that is all of the architectures).
2009-11-05 21:11:53 +00:00
dyoung
2e43373a96 Fix MKKMOD=no builds: in sets.subr, if $MKKMOD == no, leave the
modules set out of the list of NetBSD set lists, nlists.  If
$MKKMOD == no, do not install modules tests.
2009-11-05 17:34:25 +00:00
njoly
74e5cf1829 Remove unneeded t_event.debug (t_event is a shell script). 2009-11-05 13:32:14 +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
dyoung
0440bde8db Don't build & install ncdcs if ${MKBINUTILS} == "no".
In the set list, mark ncdcs as a binutils 2.16 item.
2009-11-04 19:02:28 +00:00
snj
88be6076ac Two acknowledgements down:
- Michael Shalayeff
- Tobias Weingartner
2009-11-03 05:17:17 +00:00
dyoung
e5ffb6d32f Install the manual page return_address(9). 2009-11-03 05:12:10 +00:00
dyoung
cef5c322c2 Always respect MKBINUTILS=no, MKGCC=no, and MKGDB=no by filtering
entries binutils=N, gcc=N, or gdb=N from the set list.
2009-11-03 00:38:56 +00:00
dyoung
f34952afbf Make the set list reflect that ncdcs is not installed if MKBINUTILS=no. 2009-11-02 22:16:29 +00:00
plunky
b2965573f9 add ATF tests for libevent 2009-11-02 10:15:45 +00:00
plunky
c75313ecdf switch build to use libevent-1.4.12-stable from external 2009-11-02 10:13:19 +00:00
snj
da4ab91bcb Bradley A. Grantham's ad clause is no more. 2009-11-01 01:55:39 +00:00
kardel
b72bd6b4a3 add ./usr/share/i18n/esdb/EBCDIC/EBCDIC-US.esdb - Hi tnozaki 2009-10-31 22:56:38 +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
snj
a9a9cf6f90 elric's ad clause is no more. 2009-10-27 23:23:33 +00:00
snj
9204bc2aa1 hubertf's ad clause is no more. 2009-10-27 20:14:11 +00:00
christos
94d6abefa5 re-add flex.info 2009-10-26 21:38:01 +00:00
christos
cb146138e8 unhook flex for now 2009-10-26 04:10:12 +00:00
christos
c1a5405608 add flex 2009-10-26 01:59:35 +00:00
njoly
6054e01e26 s/comp-debugd-bin/comp-bind-debug/. 2009-10-25 15:11:00 +00:00
njoly
08b7480f25 Add dnssec-{revoke,settime}.debug, obsolete rndc-confgen.debug. 2009-10-25 15:07:46 +00:00
christos
bd73b9653c bind manual page updates 2009-10-25 04:40:34 +00:00
christos
cc5ca7ca56 updates for new bind 2009-10-25 04:38:05 +00:00
tsarna
6022b5b8d4 Major enhancements to mdnsd nsswitch support:
- nss_mdns renamed to nss_multicast_dns for clarity and less chance of
   confusion with nss_mdnsd (see next).
 - Support using mdnsd for all unicast too with new nss_mdnsd module
   (note: this mode requires an updated mdnsd too, not yet committed)
 - Implement resolv.conf "search" directive support. Needed for nss_mdnsd,
   potentially useful with nss_multicast_dns (you could now do
   "search example.com local" in resolv.conf if you wanted to and it would
   act as you might expect)
 - Add references in nsswitch.conf man page and sample file
 - Implement AI_CANONNAME
 - Various bug fixes
2009-10-25 00:17:06 +00:00
stacktic
f0f9215e04 Fixed a few french messages - patch from Marylène Ysmal. 2009-10-24 14:41:57 +00:00
stacktic
179b5354fd Fixed a few french messages - patch from Marylène Ysmal. 2009-10-24 12:47:30 +00:00
tsutsui
f804115722 www.netbsd.org -> www.NetBSD.org 2009-10-24 06:36:39 +00:00
snj
f1289940c2 Remove another instance of cl's acknowledgement. 2009-10-23 17:56:20 +00:00
snj
ef84f5b0c5 Zero out this file. All of these entries are legal.common material. 2009-10-23 17:54:17 +00:00
snj
76df7715c8 Zero out this file. All three valid acknowledgements already exist
in legal.common.
2009-10-23 17:47:01 +00:00
snj
8487bea492 Brad Grantham's acknowledgement is in mac68k and macppc. 2009-10-23 17:41:56 +00:00
snj
5146eaf9ec briggs' acknowledgement is in mac68k and newsmips, where it belongs. 2009-10-23 17:39:08 +00:00
snj
e733f7e349 Matt DeBergalis' acknowledgement is now in mac68k and next68k only. 2009-10-23 17:34:58 +00:00
snj
b0808d9801 dbj already has an acknowledgement in legal.common. 2009-10-23 17:33:17 +00:00
snj
2ea1faab7f The Ludd entry already exists in legal.common, where it mostly belongs,
and the "Adam Glass, David Jones, and Gordon Ross" entry should not
exist at all.
2009-10-23 17:29:15 +00:00
snj
5fd6d0c9f6 TooLs GmbH already has an acknowledgement in legal.common. 2009-10-23 17:19:03 +00:00
snj
189eccebb4 Both Wasabi and TooLs GmbH have acknowledgements in legal.common, where
they belong.
2009-10-23 17:18:14 +00:00
snj
28f1d41d46 David Jones does not have his own ad clause. 2009-10-23 17:15:47 +00:00
snj
98df1f6f5d scw's ad clause is no more. 2009-10-23 17:14:35 +00:00
snj
3bb8a1b780 Jukka Marin's ad clause is no more. 2009-10-23 16:57:21 +00:00
wiz
dc0cd1890b Properly remove w95boot(8).
Hi Ty!
2009-10-23 08:32:06 +00:00
snj
ec5fc95b0b Remove Ichiro FUKUHARA's acknowledgement. 2009-10-23 07:04:57 +00:00