Commit Graph

14607 Commits

Author SHA1 Message Date
christos
741b61a67e bump bind libraries. 2016-01-20 02:20:41 +00:00
kamil
039d698170 Add new man-page full(4) for the /dev/full device
DESCRIPTION
     The full device always return ENOSPC on writing,

     In all other cases it behaves like the zero(4) device and provides an
     infinite stream of zeros.
2016-01-18 00:21:44 +00:00
christos
cadd85b562 bump libssh 2016-01-14 22:31:17 +00:00
christos
4e36b60e5e rename to regsub to regnsub. 2016-01-14 21:46:10 +00:00
christos
62bdf2b3ad bump libc (200!:-) 2016-01-14 20:45:31 +00:00
christos
853d7ee4ec add stravis, reg{,a}sub 2016-01-14 20:43:58 +00:00
roy
dddc1afbdc Move 10-wpa_supplicant, 15-timezone, 29-lookup-hostname and 50-ypbind
from /libexec/dhcpcd-hooks to /usr/share/examples/dhcpcd/hooks so they
are not run by default.
2016-01-07 22:07:18 +00:00
jakllsch
2ba22c9356 Add some tests for the kernel HID parser. 2016-01-05 17:22:38 +00:00
nonaka
7ece9ab39a Add ismt(4) man page. 2016-01-05 13:00:29 +00:00
christos
40283e47b9 add missing lint library 2016-01-05 03:40:41 +00:00
jakllsch
3a26fec827 tests for libusbhid (many of which fail) 2016-01-01 21:38:53 +00:00
christos
bdfbb33b02 Add printf_l/scanf_l man pages, sort 2015-12-29 17:54:43 +00:00
christos
6e40dbef26 fix lint and debug sets 2015-12-29 16:55:39 +00:00
christos
3b9392e4ad Bump 2015-12-27 19:33:40 +00:00
christos
8a85a7cf2c add fenv. 2015-12-26 01:00:04 +00:00
pgoyette
d3bd91aea2 Descend into new raid module, and update sets lists. 2015-12-26 01:00:01 +00:00
christos
52fb74a7cb add fenv.h 2015-12-24 14:16:46 +00:00
christos
6f357631ae Add fenv.h for mips. 2015-12-21 16:49:37 +00:00
christos
6c7efc78fb Add MKREPRO_TIMESTAMP support to the makefs invocation. 2015-12-20 22:47:59 +00:00
christos
d038424332 Use MKREPRO_TIMESTAMP 2015-12-20 22:42:04 +00:00
christos
4e32ff3fe1 Add fenv for powerpc. 2015-12-20 16:22:39 +00:00
christos
39a7f51dbb dd intel_old man page 2015-12-20 01:11:22 +00:00
christos
ad8d11c3eb Obey MKREPRO_TIMESTAMP when creating sets (create all the files in the
sets with that date).
2015-12-19 22:29:23 +00:00
skrll
8a25fadb3b C&P of change in rpi.conf (maybe factor out)
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-12-19 14:57:49 +00:00
christos
91a337e899 add sortinfo 2015-12-18 19:00:45 +00:00
martin
ec94885645 Unbump libdes (apparently accidentialy included in the previous bind bump) 2015-12-17 08:55:10 +00:00
christos
2c8f31a064 bump bind libraries. 2015-12-17 04:03:42 +00:00
jdc
685e31c524 Add manual page for ADM1026. 2015-12-16 07:59:01 +00:00
christos
58371135b0 Add missing debug libraries; reported by John D. Baker in current-users@ 2015-12-14 23:06:21 +00:00
jmcneill
0572689e04 Remove JETSONTK1 and NYAN-BIG kernels, add a new unified kernel named TEGRA. 2015-12-13 23:02:56 +00:00
rjs
c6fe9f1cd1 mount_psshfs and mount_sysctlfs don't depend on rump anymore. 2015-12-13 21:09:01 +00:00
christos
74b43a68f9 add ip6addrctl 2015-12-13 02:06:16 +00:00
christos
e76d43c99f Add ip6addrctl 2015-12-12 23:42:43 +00:00
nros
33961e7b90 Add manpage to the fma function in libm.
The manpage is taken from the FreeBSD project since the fma implementation is
based on the one in FreeBSD.
2015-12-12 19:05:45 +00:00
pgoyette
42f5fa5fd3 Modularize drvctl(4) 2015-12-07 11:38:46 +00:00
pgoyette
8285edda53 Modularize the clockctl pseudo-device and link to the build. 2015-12-07 03:25:57 +00:00
christos
1ec7975205 new files 2015-12-05 18:47:43 +00:00
christos
4ab59d35aa add gpt directory 2015-12-04 19:36:53 +00:00
christos
11ff782d8f Add gpt tests 2015-12-04 17:19:33 +00:00
pgoyette
29e8b0cb20 Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module.  Adjust dependencies as needed.
2015-12-03 10:38:21 +00:00
pgoyette
7b6adb083c Update sets list for merge of compat_sysv --> sysv_ipc 2015-12-03 02:57:47 +00:00
pgoyette
5097a34028 Add new compat_netbsd32_mqueue module to sets lists. 2015-12-01 23:59:16 +00:00
pgoyette
888fc8fcff Finish up with the new compat_netbsd32_nfssrv module by adding it to
the sets lists.

This set of commits together should address PRs kern/50410 and kern/50486.

This is also the first of several new modules to be created in response to
PR kern/50489
2015-12-01 09:15:57 +00:00
pgoyette
121d6f085a Initial documentation of the internal syscalls that implement the librt
posix semaphores.  As requested in PR kern/37427

XXX Feel free to expand this page!
2015-11-29 06:10:01 +00:00
joerg
6697c42a08 checkflist requires an egrep that honours multiple pattern options, so
use ours. Fixes build on Solaris distributions.
2015-11-26 15:41:58 +00:00
christos
f7d3cc6004 PR/50360: Thomas Klausner: if MKREPRO is set, provide a consistent timestamp
for the files in the cdroms to be built. For now we copy the timestamp of
<sys/param.h>. We could set an absolute timestamp too like -T 0 for the epoch.
2015-11-25 00:50:57 +00:00
christos
62320ab8fc fix sets 2015-11-24 23:33:46 +00:00
christos
0e5ab369bd PR/49380: KAMADA Ken'ichi: ntpd_chrootdir does not work on NetBSD 7.0_BETA
Provide /etc/resolv.conf so that it can resolve names. This is needed because
of deferred name resolution.
XXX: pullup -7
2015-11-23 19:56:47 +00:00
kamil
15fb689c63 Plug-in libpanel(3): Z-order for curses windows 2015-11-22 04:44:30 +00:00
kamil
0fcafa04c2 + aligned_alloc.0 2015-11-22 03:31:00 +00:00
christos
8e68c59073 Add new db test. 2015-11-18 18:36:53 +00:00
pgoyette
276f2f0e73 Add the newly-created wapbl module to the sets list. 2015-11-15 03:13:18 +00:00
ozaki-r
3b8b75374e Add tests of IPv6 link local address
From s-yamaguchi@IIJ
2015-11-12 05:05:24 +00:00
phx
f7fdbac6c0 Update loadbsd to 2.17, which can load ELF kernels.
Remove obsolete loadbsd binaries from installation/misc as they
have become useless (and can only load a.out kernels).
2015-11-11 16:13:55 +00:00
ozaki-r
3637fb5284 Add tests for RA
From s-yamaguchi@IIJ (with some tweaks by me)
2015-11-11 07:52:57 +00:00
ozaki-r
0bc5ae37c7 Introduce rump.rtadvd
It is used to write ATF tests for RA.

From s-yamaguchi@IIJ.
2015-11-11 07:48:41 +00:00
martin
e79eea98a2 Adapt to libc minor bump 2015-11-09 11:57:00 +00:00
christos
017f121465 Some of the puffs mount programs don't need RUMP, re-enable them. 2015-11-08 20:00:22 +00:00
nros
b16a5c9dec Add the C11 function aligned_alloc to libc. 2015-11-07 16:21:42 +00:00
joerg
df21656eae Remove duplicate entry. 2015-11-07 13:28:05 +00:00
joerg
f80193c0ce Install stdalign.h and stdnoreturn.h for clang as well. 2015-11-07 00:12:57 +00:00
jmcneill
01606544ce Build xf86-video-modesetting on evbarm 2015-11-06 01:17:08 +00:00
knakahara
9875a0c6a0 add basic if_gif tests to ATF. 2015-11-05 00:02:59 +00:00
knakahara
6cf7ad94f7 if_gif supports rump now. 2015-11-04 23:57:05 +00:00
phx
d188e23f41 Build a wsfb Xorg server for amiga. 2015-11-04 17:06:23 +00:00
riz
85c53f7162 Add dkctl to evbarm ramdisk, so we can configure wedges. 2015-11-02 17:40:20 +00:00
htodd
b7c3ed046a Fix debug build. 2015-10-31 12:41:25 +00:00
skrll
c9b923043b Add nouveau 2015-10-30 22:29:23 +00:00
christos
a569f0001c add lint libraries 2015-10-30 19:04:21 +00:00
christos
ddb7a0d354 add nouveau, sort 2015-10-30 19:04:10 +00:00
christos
c0d072e685 bump libc and add tzgetgmtoff(3) 2015-10-29 17:57:27 +00:00
jmcneill
0af4dfb9ad add nouveau_dri.so 2015-10-29 10:12:28 +00:00
mrg
7e2743fd87 build the nouveau gallium driver. 2015-10-26 07:15:36 +00:00
mrg
57387e988f add documentation on "options KERNHIST". 2015-10-26 07:07:36 +00:00
jmcneill
f2b214e388 Build libdrm_nouveau on evbarm 2015-10-24 14:30:28 +00:00
macallan
150a0d4705 build some drivers for PCI graphics chips, now that they could be useful
TODO: fix up MMIO stuff to deal with MACE PCI's endianness twiddling
2015-10-19 15:09:39 +00:00
christos
ba1fcfbf5a remove extra lint libraries now that those libraries are private. 2015-10-17 19:20:51 +00:00
christos
0066e868a8 add new test 2015-10-14 16:33:42 +00:00
christos
a30a6d9d08 fix conditionals for libproc and librtld_db lint libraries 2015-10-14 15:20:44 +00:00
nonaka
22a41a669f PR/50261: Add valz(4) man page. 2015-10-14 04:22:45 +00:00
rjs
8c2654abca Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
rjs
210aa65bab Add Xorg server and S3 driver to ibmnws build. 2015-10-13 19:43:44 +00:00
pgoyette
44a923b2d1 Update sets lists for nouveau man-pages 2015-10-13 10:33:17 +00:00
mrg
4f06f9c186 build libdrm_nouveau and xf86-video-nouveau on x86.
crashes early when starting so far.
2015-10-13 04:33:21 +00:00
mrg
e43864ddde install nouveau.h 2015-10-13 03:32:28 +00:00
riz
53c26de703 Handle the contents of /usr/lib/dtrace so a MKDTRACE=yes release completes. 2015-10-09 19:23:18 +00:00
martin
14373fddc6 PR install/50311: missing gptmbr.bin on ramdisk based installs. 2015-10-07 14:09:04 +00:00
ozaki-r
44c97db88f Add tests for assigining/deleting IP addresses
The tests help to find defects related to creation/deletion
of routes/llentries and assigning/deleting of IP addresses.
2015-10-07 05:24:41 +00:00
rjs
260a174268 Catch up with switch to use Xorg server. 2015-10-05 11:14:32 +00:00
riz
4795d98711 Fix up setlists for new debug compat libs. 2015-10-02 22:17:22 +00:00
msaitoh
605f564f52 PCI Extended Configuration stuff written by nonaka@:
- Add PCI Extended Configuration Space support into x86.
- Check register offset of pci_conf_read() in MD part. It returns (pcireg_t)-1
  if it isn't accessible.
- Decode Extended Capability in PCI Extended Configuration Space.
  Currently the following extended capabilities are decoded:
   - Advanced Error Reporting
   - Virtual Channel
   - Device Serial Number
   - Power Budgeting
   - Root Complex Link Declaration
   - Root Complex Event Collector Association
   - Access Control Services
   - Alternative Routing-ID Interpretation
   - Address Translation Services
   - Single Root IO Virtualization
   - Page Request
   - TPH Requester
   - Latency Tolerance Reporting
   - Secondary PCI Express
   - Process Address Space ID
   - LN Requester
   - L1 PM Substates
  The following extended capabilities are not decoded yet:
   - Root Complex Internal Link Control
   - Multi-Function Virtual Channel
   - RCRB Header
   - Vendor Unique
   - Configuration Access Correction
   - Multiple Root IO Virtualization
   - Multicast
   - Resizable BAR
   - Dynamic Power Allocation
   - Protocol Multiplexing
   - Downstream Port Containment
   - Precision Time Management
   - M-PCIe
   - Function Reading Status Queueing
   - Readiness Time Reporting
   - Designated Vendor-Specific
2015-10-02 05:22:49 +00:00
rjs
5d347183ce Build Xorg server and wsfb driver for mac68k. 2015-09-30 22:58:02 +00:00
hannken
d5f14318c4 Compat libproc.so.0.0.debug and librtld_db.so.0.0.debug depend on "dtrace". 2015-09-29 08:01:29 +00:00
hannken
a484921197 Typo (ompat -> compat). 2015-09-29 08:00:59 +00:00
hannken
71a9213721 Typo (trailing comma). 2015-09-29 08:00:22 +00:00
christos
7e89f9a479 try to fix sets 2015-09-26 01:46:14 +00:00
martin
e7ce0e573c conditionalize librtld_db docs 2015-09-25 10:43:18 +00:00
martin
1cd8e8787f More conditional dance for librtld_db 2015-09-25 10:30:36 +00:00
martin
c5c0f1ebc3 Try to fix set lists for libproc and librtld_db. The latter is probably
wrong and needs to be redone with COMPATARCHDIRS magic, but I can't
find any documentation how to do it. Matt?
2015-09-25 09:55:49 +00:00
christos
9657a4f4e1 fix debug and lint sets for i386 2015-09-24 20:27:40 +00:00