Commit Graph

14991 Commits

Author SHA1 Message Date
mrg
26f35dd6b6 remove the build support for GCC 4.1, and any hacks i found for it.
there could still be more -- i only looked for lines matching
both "HAVE_GCC" and "4" as words (grep -w.)
2014-06-13 01:17:45 +00:00
christos
06e92f6d05 PR/8899: Alexander Nasonov: ddb command 'show malloc' is no longer available 2014-06-12 13:47:58 +00:00
wiz
e6ff3b17b8 Sort SEE ALSO, add NetBSD-specific history. 2014-06-10 07:26:19 +00:00
hikaru
73c29dd7cc Add VMware VMXNET3 ethernet driver from OpenBSD, vmx(4). 2014-06-10 01:42:38 +00:00
skrll
90a8b32c92 Switch sh3 to gcc 4.8. My landisk just survived two atf runs through
/usr/tests with

Summary for 587 test programs:
    3691 passed test cases.
    50 failed test cases.
    27 expected failed test cases.
    137 skipped test cases.
2014-06-06 21:04:02 +00:00
martin
84d9bd2e1d Switch ia64 to gcc 4.8 2014-06-06 20:24:03 +00:00
matt
96c7d9c422 Switch VAX to default to GCC 4.8 2014-06-05 21:05:42 +00:00
gdt
335863a998 Add test environment considerations from tests.atf.7.
Bump date in an attempt to avoid provoking wizd(1).
2014-06-02 19:17:08 +00:00
spz
a9c93eb0a8 - match up comment and interface identifiers
- use RFC5737 documentation prefixes
- use a variable for the RFC1918 private address ranges
2014-05-31 12:33:14 +00:00
spz
af8b224c4c example for port remapping added 2014-05-31 11:54:37 +00:00
joerg
4692c72dc2 If clang is requested for i386, amd64 or eARM, also build libc++. 2014-05-30 18:39:29 +00:00
joerg
b983dfb658 Always use our exception handling code for eARM. 2014-05-30 18:31:58 +00:00
joerg
d4f1ac8b3b Remove platform support list for libc unwinder, just keep comment about
ia64 state.
2014-05-30 18:30:32 +00:00
msaitoh
267febe644 Sync with FreeBSD:
- Add DragonFly 3.6.0 and 3.6.1
- Add FreeBSD 9.2 and 10.0
- Add Mac OS X 10.9
- Add OpenBSD 5.4
- Change the master's URL.
Add some releases:
- Add NetBSD 5.1.4 and 5.2.2
- Add OpenBSD 5.5
2014-05-30 07:26:06 +00:00
msaitoh
2851377ab9 Add 6.0.[45] and 6.1.[34] 2014-05-30 05:37:04 +00:00
christos
2e958a7003 Explain ipsec.enabled better. 2014-05-30 01:43:20 +00:00
christos
14e2adbfce mention new ipsec sysctls. 2014-05-30 01:34:32 +00:00
christos
a6ec449286 need esp 2014-05-27 23:34:43 +00:00
christos
4b88b7d425 just allow l2tp not regular ipsec. 2014-05-27 23:24:42 +00:00
wiz
c4b0e6bd79 Add missing word 2014-05-27 17:12:22 +00:00
christos
87d253a1f6 I like riastradh's kmem/pool explanation. 2014-05-27 17:05:44 +00:00
plunky
6fbec3793c use -Wno-traditional only for GCC rather than !CLANG 2014-05-27 16:16:01 +00:00
plunky
4eab4174d7 we use C99 syntax but with some GCC extensions, so signal that depending
on the compiler in use
2014-05-27 16:14:03 +00:00
dholland
4f72a2758b TFOA = things falling off aircraft 2014-05-25 21:49:29 +00:00
wiz
c309e73942 Sort SEE ALSO. Wording improvements. Remove unnecessary Pp. 2014-05-25 15:51:26 +00:00
rmind
3da69dd68c MI IPI interface:
- Implement support for the asynchronous IPI calls.
- Rework synchronous IPI code to reuse the asynchronous mechanism.
- Add ipi(9) manual page; needs wizd(8).

Note: MD code can now provide a low level primitive for the ipi(9) and
reuse this interface instead of open-coding.  Portmasters are encouraged
to convert.  Ride 6.99.43!
2014-05-25 15:34:19 +00:00
rmind
d5f4abf709 pcu(9) man page: correct PCU_REENABLE description, add pcu_discard_all(),
improve some wording.
2014-05-25 14:56:23 +00:00
wiz
76560d9cb0 End sentence with a dot. 2014-05-24 17:14:02 +00:00
christos
02cb0c6eaf Introduce a selector function to the vfs vnode iterator so that we don't
need to vget() vnodes that we are not interested at, and optimize locking
a bit. Iterator changes reviewed by Hannken (thanks), the rest of the bugs
are mine.
2014-05-24 16:34:03 +00:00
matt
acf5e54066 Since the majority of architectures uses GCC 4.8, make it the default.
Only ia64, m68k, 32-bit powerpc, and sh3 still use GCC 4.5
2014-05-23 18:51:31 +00:00
skrll
3d91f85ed1 Under "switch it" instructions from matt@ make mips use gcc 4.8 2014-05-23 18:35:36 +00:00
wiz
e666757a15 Bump date for previous. Americanize a spelling. 2014-05-21 12:15:25 +00:00
wiz
6fb6b0763b Bump date for previous. 2014-05-21 12:13:18 +00:00
riastradh
3e7e395e87 Miscellaneous markup, speling and grammar fix. 2014-05-20 15:31:55 +00:00
riastradh
5416492612 Split large paragraph about uobj/uoffset into a bulleted list.
Mention that uvm_map doesn't add a reference to uobj.  Evidently this
information is important, since I just wasted countless hours over
the past months investigating kernel memory corruption arising from a
failure to notice this fact.
2014-05-20 15:23:12 +00:00
gdt
41a1d8830e Explain that tests should be run as root, and that in theory it's ok
to run them multiuser.

Discussed on current-users with in put from martin@ and gson@.
2014-05-20 14:23:43 +00:00
martin
b179bc7a0f Switch powerpc64 architectures over to gcc 4.8.
OK: mrg@
2014-05-20 09:59:20 +00:00
apb
1e91429bfd Many changes to tzdata2netbsd.
This has been tested in a private repository.

* Use set -e
* Pass -d ${CVSROOT} to all cvs invocations.  cvs import needs it.
* cvs import needs to be done in the directory where the tarball
  was extracted.
* cvs import does not take a "-F messagefile" option (as cvs commit does);
  it needs "-m messagestring".
* The DOIT function now prompts for a yes/no/quit response, and quotes
  complex arguments when printing the command.
* When checking the PGP signature, require the correct key to have been used.
* Usability improvements when editing the cvs log message.
* More error checking.
2014-05-18 16:53:56 +00:00
wiz
f21550261f Whitespace and punctuation. 2014-05-18 15:45:08 +00:00
wiz
331e85e813 New sentence, new line. Sort SEE ALSO. Whitespace. 2014-05-18 12:45:03 +00:00
kardel
54c2251d60 add HYT-221/271/939 humidity/temperature I2C sensor
extend envsys(4) framework by %rH (relative humidity)
2014-05-18 11:46:23 +00:00
joerg
767787d382 Use compiler-rt in libc for Clang on NetBSD/ARM as well. 2014-05-17 23:32:32 +00:00
joerg
38febcf304 Structure HAVE_LIBGCC condition similar to HAVE_LIBGCC_EH. 2014-05-17 23:31:57 +00:00
rmind
169afaf534 Rename LIST_CONCAT() to LIST_MOVE() as that is what it actually does (and
there is no point to implement LIST_CONCAT() which would iterate).  Update
the queue(3) manpage.
2014-05-17 21:22:56 +00:00
apb
f8398fbdeb Add tzdata2netbsd, a script to help import new versions of tzdata. 2014-05-17 19:53:22 +00:00
wiz
4362e218b3 Consistency. 2014-05-16 08:29:18 +00:00
martin
9924ee1266 Add missing .Bl 2014-05-16 06:15:28 +00:00
rmind
d67ab12c1d pcu(9):
- Remove PCU_KERNEL (hi matt!) and significantly simplify the code.
  This experimental feature was tried on ARM did not meet the expectations.
  It may be revived one day, but it should be done in a much simpler way.
- Add a message structure for xcall function, pass the LWP ower and thus
  optimise a race condition: if LWP is discarding its state on a remote CPU,
  but another LWP already did it - do not cause an unecessary re-faulting.
- Reduce the variety of flags for PCU operations (only PCU_VALID and
  PCU_REENABLE are used now), pass them only to the pcu_state_load().
- Rename pcu_used_p() to pcu_valid_p(); hopefully it is less confusing.
- pcu_save_all_on_cpu: SPL ought to be used here.
- Update and improve the pcu(9) man page; it needs wizd(8) though.
2014-05-16 00:48:41 +00:00
joerg
d47b3f5c30 Mark unwinding as supported for eARM. 2014-05-16 00:19:00 +00:00
wiz
8673451f10 More markup. Better table width. Bump date for previous. 2014-05-15 23:59:05 +00:00