Commit Graph

12464 Commits

Author SHA1 Message Date
christos
b182f6a794 document non-literal formats 2011-08-23 10:26:07 +00:00
phx
1cc96bc3f9 The ofppc generic kernel has tmpfs, so use it. 2011-08-21 15:21:46 +00:00
phx
4875a7e930 Use PRIi64 for printing tmp_ramdisk_size, which is a daddr_t (64 bits).
This fixes the size of the ramdisk file system being 0 on big endian
systems.
2011-08-21 15:06:41 +00:00
phx
fd263523fc Unmounting /targetroot in md_post_newfs() is not needed.
Use target_prefix() instead of /mnt2 in md_post_extract().
2011-08-21 13:40:08 +00:00
manu
5b61306f9b Add futimens(2) and part of utimnsat(2) 2011-08-17 07:22:33 +00:00
jakllsch
2ae6ec590d Add ./usr/mdec/gptmbr.bin obsoleting mbr_gpt and mbr_gpt_com0. 2011-08-17 00:33:52 +00:00
wiz
3de59c619c Improve a comment. For Snader_LB. 2011-08-16 18:28:41 +00:00
wiz
e6edecb609 Fix typo in comment, from Snader_LB. 2011-08-16 13:58:21 +00:00
wiz
692c157baa Mark a few gcc-4.1 entries as obsolete with gcc-4.5. 2011-08-15 15:13:59 +00:00
wiz
0988531ef9 sort -u (removing duplicate entry). 2011-08-15 11:25:07 +00:00
wiz
1e58891abf Install irmce(4) after review by jmcneill.
Sort set lists while there.
2011-08-14 16:11:15 +00:00
dyoung
65a4b5bf07 Pull the bus_space(9) definitions needed by alpha userland into
bus_user.h and include that from pio.h, sysarch.h, bus_defs.h.  Fixes
the alpha build.
2011-08-12 22:22:49 +00:00
dyoung
508a6ddd68 Install the ixg(4) manual page. 2011-08-12 22:04:33 +00:00
mbalmer
b50c50a270 gpio(4) and gpiosim(4) can now be built and used as modules. While here,
make some functions static.
2011-08-12 08:00:52 +00:00
mbalmer
2533c9c8ac pwdog is not mi, but it only in the lists we build it for. 2011-08-11 12:03:58 +00:00
mbalmer
5e68c86d4d Fix a typo. 2011-08-11 11:21:06 +00:00
mbalmer
fcfcf17c68 Add the pwdog module to md.evbppc as well and take a note in mi that
module have to be added in md.evbppc as well (and why that is so).
2011-08-11 11:17:15 +00:00
matt
2b4b011cf1 Add fdisk 2011-08-11 08:39:42 +00:00
he
f7a04693d8 Bump the image size so that the contents fits again. 2011-08-11 07:47:22 +00:00
mbalmer
352c784990 pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
attached watchdog timers.
2011-08-11 07:33:24 +00:00
kiyohara
4bb7b85e88 Obsolete some include files. 2011-08-10 07:56:59 +00:00
jruoho
0557e6f5b0 Add a summary page for <limits.h>. 2011-08-09 17:58:27 +00:00
jmcneill
539ce5845b when sorting the metalog for unpriv builds, first run it through sort so
mtree doesn't fail with:
  nbmtree: .: missing directory in specification
  nbmtree: failed at line 1 of the specification
2011-08-09 15:02:30 +00:00
jruoho
b7ff5db1d4 Build acpiwdrt(4) as a module on x86. 2011-08-09 12:16:03 +00:00
jmcneill
fb32363eae include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build
2011-08-09 11:12:02 +00:00
jruoho
4c658c19b0 As wmieeepc(4) was added to amd64 GENERIC, build it also as a amd64 module. 2011-08-09 08:36:05 +00:00
jmcneill
14d05a98eb add dtv_math module 2011-08-09 01:42:57 +00:00
manu
9db30be448 First stage of support for Extended API set 2. Most of the think is
unimplemented, except enough of linkat(2) to hardlink to a symlink.

Everything new in headers is guarded #ifdef _INCOMPLETE_XOPEN_C063 since
some software (e.g.: xcvs in our own tree) will assume they can use openat(2)
when AT_FDCWD is defined. _INCOMPLETE_XOPEN_C063 will go away once support
will be completed.
2011-08-08 12:08:52 +00:00
rmind
52b220e91d Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel.
Suitable for use during the early boot.  MD and other implementations
should be replaced with this interface.

Discussed on: tech-kern@
2011-08-07 13:33:01 +00:00
mrg
5fab666e92 add gcc-4.5/tgmath.h 2011-08-07 02:18:56 +00:00
mrg
c96a09b60c add gcc-4.5/tgmath.h 2011-08-07 01:49:12 +00:00
jruoho
0221df4ea4 Mark ieee(3) as obsolete. Thanks for assistance, mbalmer, sigh. 2011-08-06 17:17:39 +00:00
mbalmer
0d397340b2 revert previous 2011-08-06 16:44:16 +00:00
mbalmer
3b8c9b3e65 jruoho obsoleted the ieee(3) manpage; remove it from the list. 2011-08-06 16:23:55 +00:00
riz
15f4ca5d83 Typo fix: p5pb.0, not p5pbc.0 2011-08-04 21:59:35 +00:00
rkujawa
331d05a691 Add missing .0 and .html for p5pb. 2011-08-04 21:17:19 +00:00
rkujawa
03208da2c0 Add p5pb man page to setlist. 2011-08-04 21:09:53 +00:00
rkujawa
e498244d6e Mention Amiga PCI support in CHANGES and installation notes. Approved by phx. 2011-08-04 20:24:36 +00:00
matt
e021bc9048 Add new xz program links and man pages. 2011-08-04 03:38:54 +00:00
joerg
cee5599b68 Add logbl(3). 2011-08-03 14:13:07 +00:00
tsutsui
24cde80981 less is no more 2011-08-03 13:59:14 +00:00
manu
32c00d6291 Make cp -p and mv preverve extended attributes, and complain if they cannot.
Also introduce library functions for copying extended attributes from one
file to another:
- extattr_copy_file, extattr_copy_fd, extattr_copy_link, with FreeBSD style,
  where a namespace is to be supplied
- cpxattr, fcpxattr, lcpxattr, with Linux style, where all namespaces
  accessible to the caller are copied, and the others are silently ignored.
2011-08-03 04:11:15 +00:00
mrg
e3eac79897 obsolete libxf8_16bpp. 2011-08-03 01:43:25 +00:00
he
1293719eb8 Add the spdmem directory and kernel modules for booke and 4xx. 2011-08-03 01:32:16 +00:00
mrg
34b81ae076 obsolete libxf8_16bpp*. 2011-08-03 01:19:47 +00:00
macallan
94b274d1e6 obsolete libxf8_16bpp* 2011-08-03 00:39:45 +00:00
macallan
56763655b1 obsolete renderedge.h and xaaWrapper.h 2011-08-03 00:38:42 +00:00
mrg
edbdb33b37 remove bstore*.h, add Xprintf.h and inpututils.h 2011-08-02 07:56:33 +00:00
tsutsui
f43d5958d6 Use distrib/utils/more to shrink ramdiskbin. 2011-08-01 15:41:34 +00:00
pgoyette
2fa51cd836 Ooopppsss - there were some other modules here that should not have been
committed.  Remove them.
2011-08-01 03:56:23 +00:00