Commit Graph

14285 Commits

Author SHA1 Message Date
christos
e14eed55d7 kill sed so we fit on one floppy again. 2015-04-25 18:41:55 +00:00
pgoyette
eb702f53d2 Update sets lists for new sysmon modules 2015-04-23 23:22:39 +00:00
christos
64b94e0d40 double the size of the image to fix the build 2015-04-22 20:21:11 +00:00
christos
0454199d21 fix awk 2015-04-22 19:25:18 +00:00
christos
d53a20162e find awk where it is now 2015-04-22 18:42:04 +00:00
christos
ab4165e5f0 add acronyms-o 2015-04-21 22:41:32 +00:00
pooka
022fe45008 Remove the unused and all-but-unusable kthread_destroy(). Also makes
it more obvious that the opposite of kthread_create() is kthread_exit().
2015-04-21 11:10:29 +00:00
hubertf
4eeec9e6c7 More cleanup:
Instead of first overwriting the *_evbarm functions with own code,
and then calling them from the regular functions, directly put the
code into the regular functions.

No more functions from evbarm.conf are used now.
Some variables are still used!
2015-04-19 18:53:33 +00:00
hubertf
5537be8f18 Cleanup: make_filesystems is not used any longer, purge remains 2015-04-19 18:28:31 +00:00
hubertf
7141992348 Add some documentation:
Tell what this does, and what it expects from conf files
2015-04-19 17:56:57 +00:00
hubertf
607c1b1921 Properly spell X' name. From X(7):
The  X.Org  Foundation  requests  that the following names be used when
       referring to this software:

                                          X
                                   X Window System
                                    X Version 11
                             X Window System, Version 11
                                         X11
2015-04-18 22:06:48 +00:00
pgoyette
eaedda7f5b Update sets lists for new swwdog module 2015-04-18 10:54:59 +00:00
martin
c5a38fe1e4 Add libpthread.so* - new lzma needs it. 2015-04-18 08:56:56 +00:00
christos
f13693e0b4 lzma filters file has been renamed. 2015-04-17 20:14:27 +00:00
christos
75ffdb3480 bump liblzma 2015-04-17 19:35:25 +00:00
pgoyette
71d7f8a988 And mark the original httpd.debug as obsolete.
Hello, mrg ...
2015-04-17 10:00:02 +00:00
pgoyette
053fd580b7 Add missing debug entry for bozohttpd 2015-04-17 09:50:00 +00:00
mrg
1d0520b606 install as bozohttpd/bozohttpd.8 as well as httpd. 2015-04-16 02:32:33 +00:00
riastradh
b6aea90f4c Oops -- install <sys/rndio.h> now that ioctls live there. 2015-04-13 21:55:52 +00:00
christos
b216527c5a add new test 2015-04-09 17:56:30 +00:00
ginsbach
679713aac4 Split inet_addr(3) tests from t_inet_network into stand-alone t_inet_addr,
so that t_inet_network only contains tests for inet_network(3).
2015-04-09 16:47:56 +00:00
jmcneill
703f075e77 Rename beagleboard.img to armv7.img. The new image includes the same
kernels as beagleboard.img plus support for Raspberry Pi 2, ODROID-C1,
Cubieboard2, Cubietruck, Hummingbird A31, and Banana Pi.
2015-04-09 10:55:23 +00:00
jmcneill
89275c06a0 show resize_ffs progress bar when resizing root partition 2015-04-06 22:44:46 +00:00
jmcneill
5d40b917cc initialize resize before pulling in board config 2015-04-06 22:20:52 +00:00
jmcneill
d32faae6e2 Add support for auto-growing the root partition. Enable it for rpi.img. 2015-04-06 20:19:28 +00:00
jmcneill
8c877c0d3d resizing of ffsv2 still doesn't work well, so revert previous, and instead
explicitly set fsize=2048/bsize=16384, which gives a pretty decent boost
to resize_ffs performance on its own
2015-04-06 17:59:36 +00:00
joerg
b4ee0ddd0f Add CI20 install kernel and build that and the normal image as kernel set. 2015-04-06 14:18:08 +00:00
jmcneill
422b7a467a Use FFSv2 instead of FFSv1 for the root file-system. This should fix the
"resize_ffs takes forever" issues with evbarm images -- growing a v2
file-system is much faster than v1.
2015-04-05 17:05:45 +00:00
martin
2820a3530e Add new bind(2) test program 2015-04-05 06:37:25 +00:00
christos
9e714e12fb bump libssh 2015-04-04 00:00:41 +00:00
christos
6cc6303e95 add another lint test 2015-04-03 21:38:47 +00:00
christos
eddb5e7eee bump libpcap. 2015-03-31 21:40:57 +00:00
chopps
94dff34741 Add resize_root boot operation. If resize_root=YES in rc.conf then
the system attempts to resize the root file system to fill it's
partition prior to mounting read-write. Useful for things like AMI
file system images. May eventually be used by arm images after
coming up with similar solution for increasing the parition size.
2015-03-30 10:58:37 +00:00
riastradh
c57b4b0b32 Remove obsolete cprng_strong_getflags/setflags(9) man page links.
XXX pullup-7
2015-03-30 01:25:36 +00:00
riastradh
fc8e6f8285 Hook bufferio(9) man page into the build.
Remove separate getiobuf(9) man page, subsumed by bufferio(9).
2015-03-30 01:15:15 +00:00
riastradh
bc9959754c Hook up the new wapbl(9) man page. 2015-03-30 00:44:37 +00:00
chopps
3fe0ea9c96 - Add new tests for -c check flag in resize_ffs 2015-03-29 19:37:02 +00:00
jmcneill
8a9ff04ba8 Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
2015-03-28 14:09:58 +00:00
matt
dcfd25196e Makefile to descend into ramdisk 2015-03-28 12:54:31 +00:00
matt
4f8b871f5f Ramdisk for INSTALL kernel 2015-03-28 12:54:06 +00:00
tsutsui
3960313655 Don't forget to put /ofwboot into the image otherwise boot fails.
Should be pulled up to netbsd-6* and netbsd-7 branches.
2015-03-22 14:02:15 +00:00
ast
04efec8469 Import a substantially modified service(8) command from FreeBSD to
manage rc.d scripts.  This command is well known on most other Unixes
and should help soften the learning curve for Unix admins coming
to NetBSD.
2015-03-22 09:57:42 +00:00
jmcneill
7ba4328bfa Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.
2015-03-21 19:10:43 +00:00
snj
f88c5c4c4b update for freetype 2.5.5 2015-03-12 07:58:04 +00:00
snj
186287030e unbreak amd64 install images by passing ipty to MAKEDEV. revision 1.21
of etc/etc.amd64/MAKEDEV.conf removed them from 'all'.  (hi christos!)
2015-03-12 04:41:23 +00:00
christos
329b9f29cd match amd64, we ran out of space. 2015-03-09 18:12:47 +00:00
riastradh
a0ae44054c Add missing entries for dtrace modules to set lists. 2015-03-09 12:32:11 +00:00
christos
b1a21880bc add dtrace_lockstat 2015-03-08 22:47:22 +00:00
christos
a8ef47d123 add dtrace syscall linux32 2015-03-08 17:13:22 +00:00
christos
75b47978ff change dtrace_foo_syscall -> dtrace_syscall_foo 2015-03-08 04:21:41 +00:00
christos
3db1ac45ee Add dtrace syscalls 2015-03-07 16:48:29 +00:00
jmcneill
22ca8619b1 i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.
2015-03-07 14:16:51 +00:00
mrg
820bac9951 remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead.  now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.

this "fixes" PR#49290.
2015-03-07 07:28:37 +00:00
wiz
dc088bc8d4 Remove empty line added in previous. 2015-03-06 12:01:20 +00:00
christos
ecd5a60074 add missing library 2015-03-06 11:51:26 +00:00
skrll
28e709c9a3 Add RPI2 to kernels build for both earmv[67].
Use the earmv6 built kernels to create an image that can be used on both
RPI and RPI2
2015-03-06 11:11:55 +00:00
martin
10f554c473 sort 2015-03-03 11:06:47 +00:00
martin
7187af4261 Add pwait 2015-03-03 11:01:20 +00:00
christos
bdd961faf7 add pwait. 2015-03-02 21:55:44 +00:00
mrg
50e581ea01 add build framework to choose between xf86-video-ati 6.x (UMS/KMS)
and 7.x (KMS only), and switch x86 to the latest (KMS only) version.

(if someone can make x86 install both radeon_drv.so.[67] and leave
the default symlink to .7, that would be nice.  renaming it so that
it's easier to choose via xorg.conf is a little more tricky..)
2015-03-01 07:46:04 +00:00
snj
8914368806 don't install X11/Xaw/Print.h and X11/Xaw/PrintSP.h. they haven't been
included upstream since libXaw 1.0.5 (released in 2008) and are useless
in this Xprint-less world.
2015-02-26 04:11:32 +00:00
joerg
50a901d1dc Give LLVM a bit breathing room for the sshramdisk when building for
generic ARM.
2015-02-23 23:21:47 +00:00
martin
4dc859859f fix typo in previous 2015-02-23 13:12:37 +00:00
martin
7ac0b6e332 libgm debug info 2015-02-23 13:01:35 +00:00
jmcneill
0a728489cf add gbm.pc 2015-02-23 11:40:57 +00:00
martin
e8db0ea799 Add libgbm (hi Jared!) 2015-02-23 11:14:58 +00:00
jmcneill
889ad2c6eb Build and install Mesa GBM buffer management library (libgbm). 2015-02-23 00:09:30 +00:00
joerg
88c9fb0be8 Add rc script for /sbin/iscsid. 2015-02-21 23:13:00 +00:00
jmcneill
c9ca8f87ce install xcb/xkb.h 2015-02-21 17:17:16 +00:00
ozaki-r
243557a093 Add missing dtrace modules to md.i386 set list 2015-02-21 07:47:41 +00:00
ozaki-r
2135ca2cee Add missing tags (zfs, solaris and lvm) to md.i386 2015-02-21 07:36:59 +00:00
snj
af0aff5a20 don't install Xtransdnet.c or Xtransos2.c, which were last part of xtrans
1.2.1.
2015-02-19 20:57:36 +00:00
joerg
c9baa5968d Introduce reallocarr(3) for easy (re)allocation of memory with overflow
checks. Compared to OpenBSD's reallocarray, makes it easier to avoid memory
leaks on allocation failures and it doesn't depend on malloc(0) != NULL
for correct error checking. Compared to plain realloc, it also avoids
the problem of intermediate integer overflows. The trade-off is the use
of void * to side step C type system with regard to generic pointer to
pointer.
2015-02-17 20:29:20 +00:00
skrll
7db737a6a4 Bump size to fix build. 2015-02-16 21:48:48 +00:00
nonaka
f8baa4e97e iwm(4) works now, but 2.4GHz only.
> iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 3160 (rev. 0x83)
> iwm0: interrupting at ioapic0 pin 18
> iwm0: hw rev: 0x160, fw ver 25.228 (API ver 9), address XX:XX:XX:XX:XX:XX
> iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
> iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
2015-02-13 18:57:46 +00:00
jmcneill
af4a1cc43f actually write cpufreq changes to ${mnt}/etc/rc.local instead of /tmp/a 2015-02-12 10:59:44 +00:00
rjs
652788239c Add DCCP protocol support from KAME. 2015-02-10 19:11:52 +00:00
ryoon
ebab6362c5 In recent freetype2 installation, ft2build.h should be located
under include/freetype2.

This change should fix non pkg-config build that uses freetype2,
for example, pkgsrc/lang/openjdk8.

netbsd-7 has also this problem.
2015-02-09 16:27:29 +00:00
wiz
448d7d2a8e Add man page for iwm(4). 2015-02-08 16:44:09 +00:00
rjs
8a3bcac417 Fix build when MKRUMP=no. 2015-02-06 22:24:15 +00:00
martin
c2d9907a1e Fix copy & pasto (libblacklist version) 2015-02-06 17:15:31 +00:00
jmcneill
bc8895a810 By default, RPI firmware sets the max CPU frequency to 600MHz. This can be
overridden by setting arm_freq in config.txt, but the default freq at boot
is still 600MHz.

Add logic to rc.local to compare the current vs. max CPU frequency; if they
differ, set the target frequency to the maximum.
2015-02-06 15:15:01 +00:00
christos
efd6b20bba add reallocarray. 2015-02-05 16:07:15 +00:00
snj
d442c06aa5 GPL code isn't just in src/gnu these days (i.e., the last 6 years).
move stuff from src/external/gpl[23] out of the src tarball and into
gnusrc.
2015-02-05 07:52:49 +00:00
christos
5e97628697 PR/49617: Kirk Russell: new posix_fallocate test 2015-01-31 23:09:27 +00:00
roy
c407d2f4e6 libglapi_p.a belongs in profile. 2015-01-31 17:14:23 +00:00
nonaka
79aad7ee9b Added RouterBOARD RB850Gx2 config. md root only. 2015-01-30 15:04:35 +00:00
nat
6581c62179 Fixes segfaults and crashing for applications that use libGLU.
Minor revision bump for libGLU.

This commit was approved by wiz@
2015-01-29 22:58:20 +00:00
joerg
c66ff0e220 Allow clang builds to use a third floppy. 2015-01-29 20:47:12 +00:00
joerg
f2af525c9c Update set lists for LLVM 3.6RC1. 2015-01-29 20:46:10 +00:00
skrll
6931a97454 Fix previous so that the new generated rc.conf is picked up and that
any new new mount points (e.g. /proc and /kern) are generated.

While here increate the fs size so that postfix can actually build
/etc/mail/aliases.db
2015-01-29 14:54:06 +00:00
jmcneill
63e2bac990 add /var/shm tmpfs to fstab 2015-01-28 12:08:00 +00:00
christos
881ca77cde lto is only for pic 2015-01-26 00:22:02 +00:00
christos
39aac715f1 add blacklist npf.conf example 2015-01-26 00:20:19 +00:00
christos
99e4ea68cb stuff added by blacklist 2015-01-25 15:50:29 +00:00
skrll
1714369b9e PR/49596: mkimage: incorrect permissions on evbarm images
Use NetBSD.dist in our mtree specification to populate the top level
directories, etc.

For each generated file hand craft an mtree entry.

Remove specialdirs as NetBSD.dist creates /proc and /kern.
2015-01-23 15:17:58 +00:00
chs
e589250373 increase ramdisk size for gcc48. 2015-01-23 03:40:25 +00:00
sevan
3bac6b7cf1 Jan comes after Jac
Noticed by bcallah AT OpenBSD Dot org
2015-01-22 02:07:28 +00:00
christos
07566bf050 add popenve() 2015-01-20 17:29:58 +00:00
sevan
d675e07398 Added myself 2015-01-19 20:25:29 +00:00