Commit Graph

16575 Commits

Author SHA1 Message Date
ginsbach 78c930635f Add CSDL 2018-02-12 20:43:17 +00:00
wiz 9cc268cb7c Add missing comma. 2018-02-11 14:17:24 +00:00
wiz efc48405e0 Sort SEE ALSO. 2018-02-11 14:17:17 +00:00
wiz 6da3ad4c73 Remove Tn. 2018-02-11 14:15:14 +00:00
wiz 08ce5afbfb Remove Tn. 2018-02-11 13:31:17 +00:00
christos c5477af646 switch amd64 to gcc-6. Thanks mrg for all the work! 2018-02-11 03:44:53 +00:00
maxv 4b355e27b7 Add a note, to say that basically the recent FreeBSD binaries can't be
expected to work, and that we keep compat_freebsd only for tw_cli.
2018-02-10 08:54:22 +00:00
christos 3fa42dbf15 missing backslash 2018-02-09 04:38:24 +00:00
wiz 66337639fe Convert inter.phone from iso-8859-1 to utf-8.
Suggested by Eitan Adler in PR 52990.
2018-02-08 10:05:54 +00:00
dholland 533063d806 Typo fixes from Eitan Adler. 2018-02-08 09:03:23 +00:00
pgoyette d42b6a1c02 Revert previous changes due to popular demand. Instead, add a note at
the bottom of each document to provide the original ASCII characters'
names.
2018-02-08 03:18:37 +00:00
pgoyette f99cd4be58 While here, also update 014 - it's name is "ff" ("form feed"), and not
"np" ("new page").
2018-02-08 02:51:57 +00:00
pgoyette cbb1abe96d Since this is the ASCII charactger set, use the ASCII name for the
012 character - "lf" for "line feed", not "nl" for "new line".

Follow-on from PR misc/52989 (from Eitab Adler)
2018-02-08 02:37:43 +00:00
pgoyette 0995b5d6fb Bump date for previous 2018-02-08 02:30:08 +00:00
pgoyette 7e5f059628 Since this is describing the ASCII character set, use the correct
ASCII abbreviation for character 012.  All references I can find
which seem to be even remotely authoritative and/or definitive use
"lf" (for "line feed") rather than "nl" (for "new line").

See https://www.ascii-code.com and https://en.wikipedia.org/wiki/ASCII

From Eitan Adler in PR misc/52989
2018-02-08 02:29:37 +00:00
knakahara b78c4b439c Fix PR misc/52890 . Reported and suggested by David H. Gutteridge, thanks. 2018-02-07 03:26:36 +00:00
maxv b9f3ecd7cb Remove references to IPFORWSRCRT (the only one that was actually
documented).
2018-02-05 15:02:52 +00:00
christos 2933287bf5 remove dup the from %eax 2018-02-04 18:17:59 +00:00
christos 0c048d5af5 switch everyone to openssl.old 2018-02-04 03:19:51 +00:00
mrg 6d188dd0d7 convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
  GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code.  we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)
2018-02-02 01:02:39 +00:00
ozaki-r d3a1d6fa1b Support arbitrary softint IPLs in high priority xcall
The high priority xcall supported only a softint of IPL_SOFTSERIAL. It meant
that it didn't work for xcall callbacks depending on lower IPLs than
IPL_SOFTSERIAL.

The change makes xcall have multiple softints of IPLs and allow users to specify
arbitrary IPLs. Users can specify an IPL by XC_HIGHPRI_IPL passed to the 1st
argument of xc_broadcast or xc_unicast.

Note that xcall still serves requests one by one (i.e., doesn't run them
concurrently) even if requests have different IPLs.

Proposed on tech-kern@
2018-02-01 03:15:28 +00:00
ginsbach 5421bb84d3 Add more "* as a service" and "software defined *" acronyms 2018-01-30 22:45:12 +00:00
christos dcdb6449b4 explain how to allow coverity to use sysroot 2018-01-27 23:59:17 +00:00
pgoyette d2f3e88301 Update attachment info - amdtemp(4) attaches to amdnb_miscbus attribute 2018-01-27 21:41:50 +00:00
pgoyette 89c546f0fd Update attachment details for amdzentemp - it attaches to amdsmnbus? now. 2018-01-27 21:39:06 +00:00
wiz 3c0d115000 Remove Tn. Mention first NetBSD release. 2018-01-26 15:12:37 +00:00
ozaki-r b1e0c2809b Refer softint(9) 2018-01-26 08:09:53 +00:00
uwe cef7c5ec5c Formatting fixes. 2018-01-25 18:56:17 +00:00
uwe 3d7806dc20 Xref the right driver. .An -nosplit Delint. 2018-01-25 10:52:49 +00:00
uwe 9bf96ecebe New sentence - new line. Sort sections. Use .Xr to refer to amdtemp(4). 2018-01-25 10:48:27 +00:00
pgoyette fe25815e38 Add missing article 'a' 2018-01-25 10:28:57 +00:00
uwe 3e8e18d0ab Fix .Dt name. Formatting fixes. 2018-01-25 10:15:24 +00:00
maxv 9594322d21 Improve wording. 2018-01-25 09:33:21 +00:00
maxv a52cd3a837 Improve wording, and put a new drawing, from me and Kengo Nakahara. 2018-01-25 09:29:18 +00:00
pgoyette 1ae1c976fd Some clean-up on the HISTORY and AUTHORS sections, and addition of a BUGS
section to document the fact that we don't yet handle the required temp
offset, nor do we expose the available thermal-trip value.
2018-01-25 08:41:17 +00:00
christos 56571b081c man pages for amdsmn and amdzentemp 2018-01-25 01:25:39 +00:00
wiz a7c4479cc6 Remove macros without effect. 2018-01-24 10:04:28 +00:00
wiz fd634acd8a Remove Tn. 2018-01-24 10:00:42 +00:00
wiz 4aca00a39d Remove Tn. Remove more references to acorn26. Bump date. 2018-01-24 10:00:03 +00:00
skrll ac34435581 Remove port-acorn26
OK core@
2018-01-24 09:04:40 +00:00
sevan bb295c756a regen 2018-01-23 19:14:09 +00:00
sevan 41e1b109df The EON option was removed along with the other OSI options long ago 2018-01-23 17:24:31 +00:00
sevan b341518434 BUFQ_READPRIO is no longer marked as experimental. 2018-01-23 17:19:34 +00:00
christos d2f1057c31 white space for readability. 2018-01-22 17:34:01 +00:00
christos 4dca937651 Disgusting and evil hack to elide coverity options that break production
of coverity output when present [userland portion]

    - --sysroot
    - -fstack-protector
    - -std=gnu99
    - --nostdinc
    - -fPIE

The critical one here being --sysroot because this means that we need to
use the actual system headers while building (or chroot/sandbox appropriately)
2018-01-22 17:33:01 +00:00
maxv 3037b8390b m_split does not 'attempt' to restore the chain, it just restores it plain
and simple.
2018-01-22 10:40:36 +00:00
maxv 5c9e30189d m_prepend does not tolerate being given len > MHLEN, so add a panic, and
document this behavior.
2018-01-22 10:26:38 +00:00
kamil 0689dd382b Add mount_autofs(8) from DragonFly BSD 2018-01-22 09:45:32 +00:00
alnsn 7cd8c59fc2 Add KASLR. 2018-01-21 14:01:55 +00:00
wiz 408c74da7b More markup. 2018-01-18 09:54:52 +00:00