Commit Graph

13098 Commits

Author SHA1 Message Date
jmmv
e7d178251c Sanitize the regex test cases.
- Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program.
  The former was really a test program, and the latter just a very strange
  driver for it.

- Stop using awk to generate the shell test programs.  This is unnecessary
  and confusing.  Instead, change t_regex.sh to generate the test case
  functions on the fly with eval (as done in many other places).
2012-08-24 20:24:39 +00:00
spz
c60c5ec2d8 actually install the new npf examples
add examples for a hash table file and a tree table file
add an ID string to host-npf.conf
2012-08-22 06:45:15 +00:00
tron
387077e6e4 Build and install iso10646-1 encoded 10x20 font. This matches the behaviour
of the upstream software and modular X.org in pkgsrc.

Patch supplied by Piotr Meyer in PR xsrc/46755.
2012-08-20 15:38:58 +00:00
mrg
f3795b4413 do not obsolete terminfo.db. that breaks binaries built for most of
the devel part of netbsd-6.

XXX: needs pullup
2012-08-19 08:22:59 +00:00
mrg
ff92b94bd8 add ipty to the list of MAKEDEVTARGETS. should fix PR#46812.
certainly makes the qemu/sparc install work for me with netbsd-6.

XXX: pullup.
2012-08-18 09:33:25 +00:00
riz
07035b8620 Add a description of the 'modules' set for all arches which have
MODULAR somewhere in the configs.
2012-08-17 20:10:53 +00:00
riz
412ac9c56b More MI release notes updates, particularly around installing.
This could use more love!
2012-08-17 19:55:14 +00:00
riz
ece38d66a1 Bring MI release notes somewhat more up-to-date. 2012-08-17 18:20:19 +00:00
riz
81f27d3683 Install fully-populated .iso images in ${RELEASEDIR}/images instead
of ${RELEASEDIR}/iso, since we'll be putting non-iso images in there too.
2012-08-17 16:57:59 +00:00
riz
b053ad40a5 Change the naming scheme of "live" images and usb install images
to incorporate the OS name and version.

XXX should also not hardcode ${BOOTDISK} in the name, but that would
require reordering stuff and more testing than I have time for right now.
Another day.

As discussed on current-users@ back in March, with some adjustments.
2012-08-17 16:56:34 +00:00
matt
98f742e168 Add debug version of librumpnet_npf.so.0 2012-08-16 04:52:55 +00:00
pgoyette
36a61444ae Part 2 of librumpnet_npf 2012-08-15 22:14:47 +00:00
pgoyette
8f60a9447f Add librumpnet_npf 2012-08-15 21:03:09 +00:00
matt
c38df71e0c Export <arm/vfpreg.h> 2012-08-15 20:38:49 +00:00
riz
80b5c6d82f Add sbin/gpt to i386 install ramdisk. 2012-08-15 16:49:09 +00:00
riz
442814cf0d Add sbin/gpt to amd64 install ramdisk. 2012-08-15 16:48:41 +00:00
macallan
0cfd9fa3bc more ',rump' sprinkling - now mips64el builds with MKRUMP=no too 2012-08-15 05:55:43 +00:00
macallan
5a289bb968 sprinkle ',rump', now sgimips64 with MKRUMP=no builds properly 2012-08-15 04:22:45 +00:00
alnsn
e7e64dcaa1 Build and install t_bpfilter. 2012-08-14 19:13:54 +00:00
martin
5f9bff29ea Change all install media to use ipty instead of pty0 2012-08-14 07:24:40 +00:00
christos
fe200fdd32 just make the installation ptys (ipty); change it to opty if more needed. 2012-08-14 02:55:00 +00:00
christos
bcbfa15ea9 add fdpass files 2012-08-13 11:26:13 +00:00
joerg
cc216625a3 Remove two lines that slipped through. 2012-08-11 13:27:55 +00:00
nakayama
dd6c46f6ab Fix MKRUMP=no build. 2012-08-11 03:19:48 +00:00
matt
3c48897f6d Add mount_tmpfs 2012-08-10 20:17:09 +00:00
joerg
4f18a444b9 Make GCC entries optional. 2012-08-10 16:22:31 +00:00
joerg
951d5f4e22 No need to check for MKRUMP twice. 2012-08-10 16:18:51 +00:00
matt
e63fd2b971 Add a dependency on etc.${MACHINE}/MAKEDEV.conf 2012-08-10 05:22:22 +00:00
matt
4b2b1348ca Add fdisk/gpt/fsck_msdos 2012-08-10 05:21:14 +00:00
drochner
762bde4e8a on x86, <machine/cpufunc.h> only pulls in <x86/cpufunc.h>. The latter
is not installed to userland and noone missed it, so the former ones
can not be useful either. Don't install them.
2012-08-08 18:37:51 +00:00
christos
b0af1b5c0d fix pasto 2012-08-08 16:23:31 +00:00
christos
9bf244464d adjust for MKRUMP = no 2012-08-08 14:15:03 +00:00
christos
933950e175 adjust for MKRUMP = no 2012-08-08 14:08:01 +00:00
matt
2be9f4a69d Add aeabi.h 2012-08-07 18:48:13 +00:00
martin
84b19dd006 The hdaudio and hdafg modules are not MI (they at least require PCI) 2012-08-06 10:44:08 +00:00
riastradh
e54480a5e8 Add man page for uatp(4). 2012-08-05 14:28:50 +00:00
riastradh
6377442f2e Add hdaudio modules to the md.evbppc set list too. 2012-08-05 04:17:41 +00:00
riastradh
aa1b6ae825 Add uatp to the md.evbppc modules set list too. 2012-08-05 04:14:40 +00:00
riastradh
27d763f8ca Build hdaudio and hdafg modules. 2012-08-05 04:03:39 +00:00
pgoyette
3943dd5652 Add distrib entries for new uatp module.
Hello, riastradh!
2012-08-04 12:33:23 +00:00
matt
cfc228abff Export <net/bpf_jit.h> and add to the set lists. 2012-08-02 01:16:36 +00:00
wen
9288e60fcc Added myself to the list of NetBSD Developers. 2012-07-31 07:49:45 +00:00
degroote
aead3000b0 Add malo(4)@pci driver for Marvell Libertas wireless adaptor
Ported from OpenBSD
Known issues :
  - contrary to OpenBSD one, only support pci at the moment, because I don't
    have the necessary hardware to test PCMCIA / CARDUS Marvell Card
  - not connected to pmf(9) (unable to test it)
2012-07-30 18:57:17 +00:00
njoly
46ae51cd47 Add rootconf.0 2012-07-30 16:43:36 +00:00
matt
57265fd1e8 Add missing debug atf shared libraries 2012-07-30 16:10:11 +00:00
mlelstv
38c7f43e96 add rootconf(9) as a link to cpu_rootconf(9) 2012-07-29 20:36:05 +00:00
njoly
734339d201 Add testcase for PR/46743 2012-07-28 16:08:39 +00:00
matt
556095151a Increase ramdisk size. 2012-07-27 22:40:48 +00:00
christos
d495d46306 new openssl 2012-07-26 20:05:37 +00:00
matt
fac2609cc0 Add dkctl / drvctl support. 2012-07-24 20:50:14 +00:00
njoly
dc2ac63b62 +libxgi_drv.so.1.debug 2012-07-24 17:41:50 +00:00
njoly
6264f5a29a +xgi.0 2012-07-24 17:40:05 +00:00
matt
6c670340fc Add dk and flash depends.
Make ramdiskbin dependent on Makefile.
2012-07-23 04:25:03 +00:00
pgoyette
95c7a95f81 Oppps - should not removes lines from this file, just mark the old entries
as obsolete.  Thanks for pointing this out, Berndt!
2012-07-23 04:21:39 +00:00
pgoyette
6a58166ea1 Tests n201 and n202 have been removed with the recent update to ipf 2012-07-23 00:25:41 +00:00
joerg
23fe3eb28c Add basic regression test for nbperf(1) 2012-07-22 20:38:20 +00:00
matt
588c57c487 Add gpt and cksum(md5/sha1/sum) 2012-07-20 11:20:37 +00:00
matt
cde160c352 Change erase from ^H to ^? (delete). 2012-07-20 11:19:51 +00:00
matt
034cfa7ab5 Add a dependency for Makefile so that when you add device to the Makefile
it will automatically regenerate the device mtree file and cause the ramdisk
to be updated.
2012-07-20 11:19:03 +00:00
macallan
e51a783539 add files belonging to the xf86-video-xgi driver 2012-07-19 19:30:38 +00:00
rkujawa
06c90738c6 Add tdvfb(4) man page do distr list. 2012-07-19 09:06:33 +00:00
joerg
d35d7459b7 Ensure that bakname and tempname have a defined value, even if the first
asprintf failed.
2012-07-19 06:07:21 +00:00
njoly
339efac7b4 Add missing wedge.0 2012-07-17 14:34:31 +00:00
matt
38fca1ce0a MKDEBUG fallout for vax. 2012-07-16 18:19:04 +00:00
mlelstv
2b8403e3b4 update lists after version bump of libc. 2012-07-14 22:37:41 +00:00
abs
d149c09c58 Add a check hack to ensure %m causes error message string to be shown 2012-07-14 20:32:39 +00:00
spz
67d12f6407 more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
2012-07-14 16:04:04 +00:00
christos
046cd0a870 no more CRYPTO_{IDEA,MDC2} 2012-07-14 14:13:03 +00:00
abs
6d3bbab488 Adjust some wording based on suggestion from Snader_LB, plus install a link to wedge.4 2012-07-13 22:58:44 +00:00
rkujawa
ad9a028358 Add voodoofb man page to distribution list. 2012-07-13 16:21:38 +00:00
jmmv
eb2234fa06 Update file sets for atf 0.16.
In particular, add entries for the new libatf-c and libatf-c++ shared
libraries.  I have followed existing entries to come up with the right
lines to add... but this is quite tricky, so please forgive any fallout
that may follow (and let me know if there is any!).
2012-07-11 22:42:38 +00:00
christos
433533c218 mark idea and mdc2 libraries obsolete. 2012-07-11 18:59:28 +00:00
christos
edf9e3a719 add crypto shared libraries 2012-07-10 19:15:48 +00:00
rmind
62ec828c27 Fix the lists. 2012-07-08 18:16:01 +00:00
jdf
59e494188c Add translations for "Config menu" (was hardcoded before), best guesses for
French and Spanish.
Add translations for Polish config menu entries (provided by Marcin Piotr
Pawlowski).
2012-07-06 21:10:56 +00:00
wiz
670399119e From Bug Hunting:
- add `-D' argument to `usage' lines;
- sort options;
- fix argument names and / or translations thereof.
2012-07-06 09:12:16 +00:00
abs
bd1c4855ff All apply to vax only:
- Drop KERNFS from INSTALL kernel
- Add dmesg to sysinst ramdisk
- Add 'ramdisk' target to MAKEDEV and use
- Add dhcpcd to sysinst ramdisk
- Drop old install.md script
- Misc install image cleanup (reduce diff to zaurus of all things)
2012-07-03 21:49:55 +00:00
njoly
3415668230 mudflap debug libraries are gcc 4.5 specific. 2012-07-03 18:12:05 +00:00
abs
36d6d3048d - Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjust number of inodes on install media
2012-07-02 22:42:18 +00:00
jym
4f243d2e19 Document atop(9), ptoa(9), round_page(9) and trunc_page(9). 2012-07-02 21:10:30 +00:00
rkujawa
733cb53a6d Update minimal requirements. Note Mediator PCI 1200 support. 2012-07-02 18:13:13 +00:00
tsutsui
c0aba6b3c5 Use 32KB/4KB for default block/fragment size on >= 128 GB partitions
for modern AFT disks.  No particular comments against PR install/46629.
2012-06-30 15:34:01 +00:00
reinoud
e631798833 Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.
2012-06-30 15:03:56 +00:00
tsutsui
916bfee100 Simply use "mount -u" to (re)mount root file system read-write
rather than denoting it using temporary /tmp/.root_writable file,
because it will never be removed if root file system is on floppy.
Fixes PR port-atari/37470.

Should be pulled up to netbsd-6.
2012-06-30 10:20:26 +00:00
abs
6643654a8a Include racd0 and racd1 on ramdisk 2012-06-28 13:53:49 +00:00
jdf
dfc0f5280b Add manpage link entries for libmenu, reformat MAN entry.
On the way, sort the mi list for comp alphabetically.
2012-06-27 22:18:06 +00:00
christos
f20c6fee98 rename rfc6056.h to portalgo.h 2012-06-25 15:30:16 +00:00
martin
6817543049 Do not assign to a const pointer, but set the value of the target variable
instead. Makes sysinst at least start up again.
2012-06-23 17:49:58 +00:00
christos
a9706a560c Trying to print a function pointer as a string is likely to cause tears.
While here, don't match on the unit either
2012-06-23 14:06:02 +00:00
abs
04c1553d52 - Replace the CD_NAME definition with a CD_NAMES comma separate list,
the default remains "cd0a", but i386 sets "cd0a", "mcd0a" while vax
  takes "cd0a", "racd0a"
- Add get_default_cdrom() to disks.c, which is called in init(). This
  checks the contents of hw.disknames against CD_NAMES. The first one
  found (minus partition letter) is picked, otherwise the first entry
  in CD_NAMES is used
The primary beneficiary is vax systems with an MSCP but no SCSI CD
drive, which now default to (a valid) racd0a rather than an invalid
cd0a.  The obvious example being simh-vax
2012-06-22 20:54:39 +00:00
christos
6072f3e5f9 add recvmmsg test 2012-06-22 18:54:00 +00:00
christos
b45bdefd7f add {send,recv}mmsg 2012-06-22 18:30:22 +00:00
pgoyette
a461f6ce9e Update sets lists file filemon.h 2012-06-21 04:29:25 +00:00
minoura
cb2c856119 Recent sysinst seems to require chroot. 2012-06-19 13:02:47 +00:00
minoura
dc89c93791 The x68k installcd is now bootable. 2012-06-19 13:01:53 +00:00
minoura
6dee0bb877 Add xxboot_?fsv?. 2012-06-19 13:00:55 +00:00
martin
3bcdf0bd06 Add support for ext2fs to i386/amd64 ramdisks.
This is usefull for setup with various xen hosting providers.
Prompted by Blair Sadewitz.
2012-06-17 14:59:15 +00:00
joerg
c9196b81ce Update LLVM/Clang snapshot to r158533. This brings in support for
stack-realignment in functions using alloca on x86. Move to
/usr/include/clang-3.2 to reflect the version.
2012-06-16 17:01:02 +00:00
riz
49449523c7 Add firmware for the RealTek RTL8192CU family of wireless chipsets, and
adapt the urtwn(4) driver to use the new files.  The firmware files were
extracted from the Linux driver at www.realtek.com, version 0005.1230.2011
and the license permits redistribution without modification.

While I'm here, install the files in /libdata/firmware/if_urtwn, like
most of the other network adapter firmware.

urtwn(4) can now operate without needing external files installed.  Tested
on my Edimax adapter.
2012-06-14 04:14:35 +00:00
martin
853d84df1f The NetBSD logo, when rendered with a binary transparency mask like we
used to do it for the xdm greeter, looks extremely ugly.
Unfortunately xdm has no means to load and mix alpha channel images,
so provide a png file and precomputed xpms with proper background colour
for the greeter.
If users change their greeter resources and change the background, they will
have to regenerate that xpm file, provide proper instructions for this.
While there, use less clunky fonts (hi Jared!).
XXX the fonts are not exactly perfect, if anyone feels like fine tuning
this further, please be my guest.
2012-06-13 18:51:35 +00:00