Commit Graph

18049 Commits

Author SHA1 Message Date
christos
8397619c32 PR/50695: coypu: ctrl-c in su password input breaks shell (bash, csh)
Always restore the tty settings.
2016-01-31 23:41:38 +00:00
bouyer
76e24fab26 Some NFS servers return RPC_PROGNOTREGISTERED instead of RPC_PROGVERSMISMATCH
when they don't support EXT_RQUOTAVERS but support RQUOTAVERS, so
retry with RQUOTAVERS for both RPC_PROGNOTREGISTERED and RPC_PROGVERSMISMATCH
return code.
Fix issue against a NetApp server reported by 6bone on current-users
2016-01-30 16:31:28 +00:00
christos
ef555cf8bb Whitespace fix (Ingo Schwarze) 2016-01-30 15:05:27 +00:00
christos
7ce9f672f2 Fix misplaced parentheses (Ingo Schwarze) 2016-01-30 04:02:51 +00:00
christos
2f4394e35b add or1k 2016-01-29 21:38:35 +00:00
christos
65691b0e16 One macro is enough (Ingo Schwarze) 2016-01-29 19:59:11 +00:00
christos
b466259f09 missing ia64. 2016-01-29 18:05:38 +00:00
christos
bcffc9ad49 disable dso protected to work around binutils bug. 2016-01-29 15:18:08 +00:00
christos
22253bc332 use EXTERNAL_BINUTILS_SUBDIR 2016-01-26 17:47:35 +00:00
christos
3d64af45d4 PR/50711: David Binderman: Fix memory leak on error 2016-01-26 16:05:18 +00:00
christos
e447d67050 prefer <sys/cpu.h> instead of <machine/cpu.h> 2016-01-25 18:14:04 +00:00
christos
cb9f529bfe use __register_t 2016-01-25 16:44:42 +00:00
pooka
d35b86acad Don't include <rump/rumpvnode_if.h> from rump.h. It's not needed
unless you're doing something special, but requires register_t.
Adjust the few places which actually need rumpvnode_if.h.
2016-01-25 11:45:57 +00:00
pooka
9331c560dd Move librumpuser compile-time options into the librumpuser source
directory.  Those options apply only for the in-tree implementation.
2016-01-25 00:24:23 +00:00
christos
013af8a944 use __register_t 2016-01-24 22:02:48 +00:00
christos
f058dc0d02 vmparam.h is a kernel header. 2016-01-24 21:56:43 +00:00
gson
94608659ce Fix incorrect magic numbers in scaling. From FreeBSD commit 23397, by
way of Rin Okuyama.  Fixes PR lib/50698.
2016-01-24 20:34:30 +00:00
christos
e2d23afe0f Undo previous; the lossage is more basic. 2016-01-24 16:47:32 +00:00
christos
470f85c6c7 Alpha needs _KERNTYPES 2016-01-24 16:27:38 +00:00
christos
c4abdb423f mips needs _KMEMUSER for label_t in pcb.h 2016-01-24 16:07:48 +00:00
christos
29d18e37d5 cache stuff needs _KERNTYPES 2016-01-24 16:01:56 +00:00
christos
2e41c44fee Use namespace protected types. 2016-01-24 16:01:43 +00:00
christos
54d8ff1b7f assym.h needs _KERNTYPES 2016-01-24 15:55:34 +00:00
christos
ba2647ff5b pmc_evid_, pmc_ctr_t etc are defined in <machine/types.h> but are not exposed
anymore by default since they violate the userland namespace. Either we
should create __pmc types, or a separate machine/pmc.h header.
2016-01-23 21:44:55 +00:00
christos
ffeb8dbf4e Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
christos
421f456123 Don't include <sys/vnode.h> to get the pager constants. 2016-01-23 16:39:31 +00:00
christos
ffb42684fe don't use kernel types. 2016-01-23 14:02:21 +00:00
dholland
2a52e0ce6c MAXNAMLEN, not MAXNAMELEN. From Giuseppe Gatta on netbsd-docs. 2016-01-23 08:17:18 +00:00
wiz
48a57620e7 unsigned -> unsigned int 2016-01-23 07:21:18 +00:00
dholland
398f572480 Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a blight on the world.
2016-01-23 01:26:14 +00:00
dholland
65f8003146 Update synopses to match u_int/u_long/etc. changes. Do not bump date as
it's not a substantive change.
2016-01-23 00:43:42 +00:00
dholland
fd9823afae Uses __BEGIN_DECLS so needs sys/cdefs.h; also needs stdint.h.
And, while here, add missing include guard.
2016-01-22 23:51:23 +00:00
dholland
e9e4a6c4b0 Uses FILE *, needs stdio.h. 2016-01-22 23:25:51 +00:00
dholland
f4816d95e4 Needs stdint.h. 2016-01-22 22:39:29 +00:00
dholland
f6f5ee7dea Needs sys/cdefs.h for __BEGIN_DECLS and sys/types.h for mode_t. 2016-01-22 22:25:50 +00:00
dholland
5d13788b5e u_int -> unsigned; also requires stddef.h and stdint.h to be compilable. 2016-01-22 22:22:48 +00:00
dholland
89567fa520 The actual header file for these functions is dm.h, not libdm.h.
Bump date.
2016-01-22 22:12:40 +00:00
dholland
dd39275be6 - Has __BEGIN_DECLS so needs sys/cdefs.h;
- Needs stddef.h and stdint.h to be compilable on its own
2016-01-22 22:11:28 +00:00
wiz
e1f3670be7 Try to reduce singular/plural confusion. Use more markup. 2016-01-22 10:58:39 +00:00
pgoyette
1d24ee4c01 Improved wording. 2016-01-22 09:32:50 +00:00
plunky
aae8472c42 correct comment in literal section 2016-01-22 08:51:40 +00:00
plunky
3afdcf10ba clarify closing of descriptor returned by dirfd(3) 2016-01-22 08:50:00 +00:00
zafer
b8492eb072 fix typo. 2016-01-22 03:38:57 +00:00
christos
e17fe16cac Don't return NULL when we are freeing the root node; return a free'd pointer
instead.
2016-01-20 20:47:41 +00:00
christos
801bf996c3 Add support for Windows I{32,64} formats from Jason Hood via file(1). 2016-01-20 15:43:05 +00:00
christos
2e3cfa464e PR/50681: Markiyan Kushnir: Fix memory leak when we delete the root node.
It is questionable if we should return NULL in that case, but what is the
parent of root? The new adjusted root?
2016-01-20 15:31:55 +00:00
christos
6510a8eabd modernize. 2016-01-16 21:31:38 +00:00
christos
5a327b6e14 fix typo 2016-01-16 21:29:33 +00:00
christos
370ae5dba9 PR/50660: David Binderman: bad calls to printf, in test part 2016-01-16 19:44:05 +00:00
christos
acccbba8bc catch up with regsub -> regnsub 2016-01-14 22:06:42 +00:00