244982 Commits

Author SHA1 Message Date
wiz
c6af805862 Use An in AUTHORS section. 2016-09-15 09:11:47 +00:00
njoly
9018f13e85 Fix function name macro. 2016-09-15 07:53:59 +00:00
mrg
be6cccaf0c switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.
add a note to UPDATING about needing a clean objdir and destdir.
2016-09-15 07:49:08 +00:00
knakahara
feed793fff kmem_alloc(size, KM_SLEEP) return value NULL check is not required any more.
kmem_alloc(size, KM_SLEEP) is already fixed, that is, it never return NULL.
see: sys/kern/subr_kmem.c:r1.62
2016-09-15 06:59:32 +00:00
mlelstv
f7dd6a088f Fix error handling in cgdstrategy().
- check cgd_softc != NULL, may happen in rare memory shortage situations.
- no longer test geometry, the same check is done in dk_strategy which
  knows to check for an uninitialized geometry.
2016-09-14 23:16:30 +00:00
mlelstv
e371720fc5 Set b_resid in error path. 2016-09-14 23:05:05 +00:00
scole
4afc32c0de Add platinumfb man page 2016-09-14 20:04:22 +00:00
christos
5642b8b65f Ignore case in deprecated/anycast 2016-09-14 16:18:31 +00:00
christos
0d94f00ba4 fix typo 2016-09-14 16:17:17 +00:00
christos
12f0b47e19 adjust for new ifconfig output. 2016-09-14 16:00:10 +00:00
roy
2a96904518 Call ifmedia_delete_instance() for safety. 2016-09-14 11:54:42 +00:00
roy
c8fe052e74 Don't bail if SIOGIFMEDIA doesn't return any media lists because we
can still report link status.
2016-09-14 11:46:43 +00:00
roy
169f562155 Introduce IFM_GENERIC.
This allows use of the media interface, but without media as such.
It's sole purpose is to facilitate the reporting of the link status.
2016-09-14 11:43:08 +00:00
roy
64cd8217dd Add interface media for sppp consumers.
While there is no actual media to select,
the ioctl is used to query link status from userland.
2016-09-14 10:58:38 +00:00
ozaki-r
cdc78b3fe9 Fill old_len which is required by sysctlbyname 2016-09-14 03:19:11 +00:00
knakahara
8db6a4e495 Disable rechallenge for chap test case.
NetBSD's PPPoE client doesn't support chap rechallenge yet.

From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
2016-09-14 01:48:08 +00:00
christos
c232bb11c5 Add exec_ecoff.h 2016-09-14 00:41:04 +00:00
kre
0b2d8dad17 Update the history, shutdown was first in 4.1 BSD (and existed earlier).
Ride date bump for previous update.
2016-09-14 00:16:31 +00:00
joerg
12114a9bee Report link state changes for sppp consumers. The link is considered up,
if the current phase is SPPP_PHASE_NETWORK, otherwise it is down. Useful
when using dhcpcd for DHCPv6 PD.
2016-09-13 19:51:12 +00:00
christos
9d57a94cea Adapt driver to final CPLD implementation. (Felix Deichmann) 2016-09-13 16:54:26 +00:00
christos
ea8949d86b define the attribute first. 2016-09-13 16:06:59 +00:00
christos
959c247a60 revert previous, roy says it breaks DaD. 2016-09-13 15:57:50 +00:00
christos
acab31252a When initializing addresses, reset the interface flags to 0. This fixes
an issue where point to point addresses that started down, and then came
up, were left with stale flags on one side of the point to point link.
2016-09-13 15:41:33 +00:00
martin
248bb5a5d7 Bump version for struct emul and do_sys_{send,recv}msg signature changes.
Welcome to 7.99.37!
2016-09-13 07:41:18 +00:00
martin
abb6b48937 Allow emulations to override the creation of ktrace records for posting
signals. In compat_netbsd32 use this to write the 32bit version of
the records, so a 32bit userland kdump is happy.
2016-09-13 07:39:45 +00:00
skrll
990b8eeb89 tiny KNF 2016-09-13 07:30:32 +00:00
martin
1766e4eee1 Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable
by the caller. Use this in compat_netbsd32 to log the 32bit version, so
the 32bit userland kdump is happy.
2016-09-13 07:01:07 +00:00
christos
647765d084 remove trailing spaces. userland does not catch this? 2016-09-13 00:45:15 +00:00
christos
448df9d70c print address flag bits using snprintb 2016-09-13 00:20:51 +00:00
christos
47afd135ed add bits for address flags 2016-09-13 00:19:28 +00:00
sevan
acacc6feb3 Actually, V6 included clri before 3BSD.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/clri.8
Amend HISTORY once more.
Bump date.
2016-09-12 23:11:50 +00:00
abhinav
269b3adc7a Add section number to the Xrefs
Remove a blank space at the end of the line 130 (makes mandoc -Tlint happy)
2016-09-12 16:54:31 +00:00
christos
a893ddcd72 add a chap test; need to investigate what's wrong with it... 2016-09-12 14:47:24 +00:00
wiz
cb7bef0a8b Use standard section header. 2016-09-12 06:55:10 +00:00
wiz
31ba559526 Add .An -nosplit. 2016-09-12 06:52:59 +00:00
sevan
38077dbda0 umount appeared in V1
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1/umount.1

Amend HISTORY.
Bump date.
2016-09-12 06:34:08 +00:00
sevan
d11b992e7c shutdown appeared as a standalone utility in 4.2BSD release, in 4BSD its a
target in init.
http://www.tuhs.org/cgi-bin/utree.pl?file=4BSD/usr/src/cmd/init.c
http://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/etc/shutdown.c

Amend HISTORY.
Bump date.
2016-09-12 06:22:35 +00:00
sevan
08e27e9733 Replace contractions. 2016-09-12 05:47:21 +00:00
sevan
1bfbbe603d A standalone reboot utility showed up in 4.0BSD.
In AT&T UNIX init has a case for reboot and is present in the version shipped
with V5.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/init.c

Amend HISTORY section.
Bump date.
2016-09-12 05:43:15 +00:00
sevan
9edbcb7169 pppoectl first appeared in NetBSD 1.6.
Bump date.
2016-09-12 05:35:20 +00:00
sevan
d9f234e208 Mention author in AUTHORS section.
Bump date.
2016-09-12 05:23:32 +00:00
sevan
d298703f11 Document newfs_v7fs appeared in NetBSD 6.0.
Add AUTHORS secton.
Bump date.
2016-09-12 05:16:04 +00:00
sevan
6933519a81 Add AUTHORS section.
Bump date.
2016-09-12 05:11:53 +00:00
sevan
1137c8dc70 Note the origin of the newfs_msdos command from FreeBSD 3.0.
Replace contraction.
s/filesystem/file system/
Bump date.
2016-09-12 05:09:39 +00:00
sevan
65286eb532 Memory File System support appeared in 4.4BSD, implemented as an extension to
newfs(8). So while newfs may have appeared in 4.2BSD, MFS support was later.
https://svnweb.freebsd.org/csrg/sbin/newfs/Makefile?r1=39047&r2=39051
Adjust HISTORY.
Bump date.
2016-09-12 04:50:48 +00:00
sevan
4a946ec4b7 modstat initially lived in src/usr.bin/modstat before being moved to src/modstat.
Note the history of the initial implementation and amend AUTHORS section to
credit Terrence R. Lambert.
Heads up by Matthew Green.
2016-09-12 04:00:27 +00:00
sevan
dbcb8388b0 Add HISTORY & AUTHORS section.
Bump date.
2016-09-12 02:57:09 +00:00
sevan
013f37ee9c Add HISTORY & AUTHORS section.
Bump date.
2016-09-12 02:45:07 +00:00
sevan
aa2167a3c8 Add AUTHORS section.
Bump date.
2016-09-12 02:38:31 +00:00
sevan
f61b6f043e Add HISTORY section.
Bump date.
Not sure where mount_nfs first showed up but the version in the moder BSDs originates
from 4.4BSD according to CSRG archive
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.4BSD/usr/src/sbin/mount_nfs
Commercial offerings from Sun and others covers older systems, eg
https://groups.google.com/forum/#!topic/net.unix-wizards/lMe7aQikqJI
2016-09-12 02:06:16 +00:00