joerg
e4aacebc1d
Import Clang pre-4.0.0 r291444.
2017-01-11 10:32:11 +00:00
roy
518bfd5577
Kill stray refs to __virtscr and _cursesi_screen missed in prior commit.
2017-01-11 10:06:32 +00:00
roy
019139adbd
ripoffline requires wnoutrefresh to work before _cursesi_screen has been
...
set.
2017-01-11 09:54:54 +00:00
hannken
25879f9c72
Welcome to 7.99.58, vnode layout changed.
2017-01-11 09:09:42 +00:00
hannken
e2f2c94b67
Move vnode member v_lock as vi_lock to vnode_impl.h.
2017-01-11 09:08:58 +00:00
hannken
dcc198a3f8
Move vnode member v_mntvnodes as vi_mntvnodes to vnode_impl.h.
...
Add an ugly hack so pstat.c may still traverse the list.
2017-01-11 09:07:57 +00:00
hannken
6e1af6b1d7
Move vnode members v_synclist_slot and v_synclist as vi_synclist_slot and
...
vi_synclist to vnode_impl.h.
2017-01-11 09:06:57 +00:00
hannken
2b4a4af133
Move vnode members v_dnclist and v_nclist as vi_dnclist and
...
vi_nclist to vnode_impl.h.
2017-01-11 09:04:37 +00:00
kamil
2e2dd171b3
Correct man-page category of posix_spawn: is (3) not (2)
2017-01-11 07:32:36 +00:00
kamil
5ed9a833b2
Document SIGTRAP with si_code TRAP_CHLD in ptrace(2)
...
Document the current behavior of TRAP_CHILD in NetBSD.
Add more notes on PTRACE_FORK events.
Sponsored by <The NetBSD Foundation>
2017-01-11 07:31:14 +00:00
christos
69ee1aa91e
wrap the macro in do/while.
2017-01-11 07:26:17 +00:00
ozaki-r
79ca97d6c8
Cope with tentative state
2017-01-11 07:22:43 +00:00
skrll
00e972f6cc
adatper -> adapter
2017-01-11 07:16:48 +00:00
ozaki-r
93472e9c29
Don't call ifa_remove with holding psref
2017-01-11 07:03:59 +00:00
christos
d8205999e6
adjust to new zlib
2017-01-11 04:04:12 +00:00
ozaki-r
285906a96f
Add a test case for IPv6 temporary address
2017-01-11 03:15:44 +00:00
ozaki-r
5722f72db4
Check autoconf flag
2017-01-11 03:15:11 +00:00
christos
103b31ec3d
more todo
2017-01-11 02:13:54 +00:00
christos
f07757667e
Don't silently take the first element of multiple element variables.
2017-01-11 02:11:21 +00:00
christos
5da201fb8b
fix hint.
2017-01-11 02:10:44 +00:00
ozaki-r
5787b995ac
Fix showing multicast addresses of !IFF_UP interfaces
...
netstat appends '*' to the name of an interface without IFF_UP, so
if_nametoindex which is used in mc_print fails. mc_print needs just
an interface index so pass it instead of a tweaked interface name.
2017-01-11 01:25:05 +00:00
maya
f4f4101902
we cannot guarantee that m_pulldown doesn't fail, as it may fail even
...
if temporarily out of memory, and it will free the mbuf in this scenario.
test for failure and return error if it happens.
CID 1396651
ok riastradh
2017-01-11 00:55:57 +00:00
maya
c4842130d0
on error, free the mbuf in vmxnet3_txq_offload_ctx, not in callers.
...
ok riastradh
2017-01-11 00:51:22 +00:00
maya
87da0b3520
GC unused macros.
...
Even if they were used (and actually asserted), asserting on !mutex_owned
is generally a bad idea, as it may be true in unexpected contexts.
suggested by riastradh, thanks.
2017-01-11 00:41:38 +00:00
roy
98102593fe
Use the window's screen's terminal.
2017-01-10 23:49:20 +00:00
roy
cc74ade3a6
Fix resizing terms.
2017-01-10 23:28:45 +00:00
christos
b24d1ed257
Don't include <sys/stat.h>; it is optional even in X/Open.
2017-01-10 23:08:13 +00:00
christos
9616dacfef
mark parameter as unused.
2017-01-10 23:06:06 +00:00
christos
7fc7897d31
need <sys/stat.h>
2017-01-10 22:37:44 +00:00
christos
25f1087ae3
more tests needing <sys/stat.h>
2017-01-10 22:36:29 +00:00
christos
e56151ab6a
need <sys/stat.h>
2017-01-10 22:24:29 +00:00
christos
84802888eb
need <sys/stat.h>
2017-01-10 22:10:22 +00:00
pgoyette
4869ce0a43
Use membar_{producer,consumer}() to ensure proper access to the "ready"
...
flag.
2017-01-10 22:08:14 +00:00
roy
e56dac4e35
Use the terminal of the SCREEN of the WINDOW rather than cur_term
...
for window attribute functions.
2017-01-10 21:56:50 +00:00
christos
f4547403ad
need <sys/stat.h>
2017-01-10 21:15:54 +00:00
christos
6dbf86bc11
need <sys/stat.h> for DEFFILEMODE etc.
2017-01-10 21:15:23 +00:00
christos
32377daaf2
need <sys/stat.h>
2017-01-10 21:14:51 +00:00
christos
1df62eba0c
needs <sys/stat.h>
2017-01-10 21:14:13 +00:00
christos
5326356364
refactor includes, add <sys/stat.h>
2017-01-10 21:13:45 +00:00
christos
a80110f6b6
need <sys/stat.h>
2017-01-10 21:08:48 +00:00
christos
7d85ef5c1f
need <sys/stat.h> for chmod
2017-01-10 21:08:15 +00:00
christos
6aea766547
need <time.h> for clock_gettime
2017-01-10 21:07:17 +00:00
christos
9009c648c6
need <sys/stat.h>
2017-01-10 21:04:06 +00:00
christos
59d9f8355d
need <sys/types.h>
2017-01-10 21:03:36 +00:00
christos
22e2f96812
need <sys/stat.h>
2017-01-10 20:57:26 +00:00
christos
0f64b50934
need <sys/stat.h> for chmod(2)
2017-01-10 20:56:41 +00:00
christos
9878dfd06c
need <sys/stat.h>
2017-01-10 20:53:09 +00:00
christos
ec09bb40fd
fix includes, addr __RCSID
2017-01-10 20:49:20 +00:00
joerg
819c8ff81a
Import LLVM pre-4.0.0 r291444.
2017-01-10 20:48:34 +00:00
christos
ce0cfa0c1e
need <sys/stat.h> ... for stat()
2017-01-10 20:48:12 +00:00