Commit Graph

211658 Commits

Author SHA1 Message Date
christos
7bee3146e4 Add {send,recv}mmsg from Linux 2012-06-22 18:26:35 +00:00
christos
bda667f3a1 remove unintended commit (this was to avoid a bug in the hme driver which
I have not been able to reproduce)
2012-06-22 15:09:36 +00:00
christos
40114b997c PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00
rmind
53e5b8cc71 NPF:
- Rename some functions for consistency and de-inline them.
- Fix few invalid asserts (add regressoin test).
- Use pserialize(9) for ALG interface.
- Minor fixes, sprinkle many comments.
2012-06-22 13:43:17 +00:00
rmind
a02bd039dc rumpkern:
- Add subr_kcpuset.c and subr_pserialize.c modules.
- Add kcpuset_{running,attached} for RUMP env.
2012-06-22 12:45:43 +00:00
jdc
f81d0349d6 Fix fallout from revision 1.46, and call ether_ioctl() in the default path.
Patch from John D. Baker in PR port-sparc/46572.
2012-06-22 11:03:57 +00:00
martin
de489d0684 From the "parse errors that you just do not see as a human" department:
build fix.
2012-06-22 08:47:47 +00:00
sjg
07f6254fe3 Add -Z to enable sparse files - for ffs at least.
Based on a patch from shesha at juniper.
2012-06-22 06:15:18 +00:00
mrg
6b7316a46a fix locking for isoc transfers, as reported (and the fix tested) by prlw1. 2012-06-22 00:12:23 +00:00
enami
b305b415b4 All error path must go through the free function call after an
allocation of resolved path might succeeded.
2012-06-21 23:29:23 +00:00
wiz
6391074f79 Drop trailing whitespace and avoid xr to itself. 2012-06-21 21:35:25 +00:00
christos
6ddff5efba sprinkle restrict in realpath(3) 2012-06-21 21:13:29 +00:00
christos
53094c09c8 PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes
flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
2012-06-21 21:13:07 +00:00
jdc
a1f0720d45 Add raid0 to init), in case we have /tmp on mfs. 2012-06-21 19:22:07 +00:00
christos
23ccd40d8e fix token pasting. 2012-06-21 17:55:15 +00:00
yamt
365b42c39d for the default "bsd" algorithm, restore the pre rfc6056 changes behaviour.
fix anonportmin/max.

probably other algorithms need similar fixes.
2012-06-21 10:35:28 +00:00
yamt
3ded02d5cb constify, comments.
no functional changes.
2012-06-21 10:31:45 +00:00
yamt
50b5f975ae whitespace and cosmetics. no functional changes. 2012-06-21 10:30:47 +00:00
pgoyette
ef11cb81d1 Add directory for usr/include/dev/filemon/ 2012-06-21 04:30:04 +00:00
pgoyette
a461f6ce9e Update sets lists file filemon.h 2012-06-21 04:29:25 +00:00
sjg
7b6d7531a8 Install filemon.h 2012-06-20 21:38:26 +00:00
christos
d28b45a4f8 better to print (null) than core-dump 2012-06-20 18:50:11 +00:00
wiz
28acebf1eb Improve wording and macro usage; bump date.
From Bug Hunting.
2012-06-20 17:55:06 +00:00
wiz
5ac3b50142 - sync SYNOPSIS' with dd.c's usage' line;
- correct spelling (prepositions).

From Bug Hunting.
2012-06-20 17:54:16 +00:00
wiz
2414f9206a - remove trailing white space;
- synchronize argument name to `-d' in `usage' line with man page.

From Bug Hunting.
2012-06-20 17:53:39 +00:00
wiz
0f816dd2e2 cut.1:
- bump date;
- synchronize argument name to `-d' (prefer ``string'' above
  ``delim'' since it's not just a single character that can be
  given (even though only one, being the first one, is actually
  used));
- improve wording;
- use macro for `EXIT STATUS' section.

From Bug Hunting.
2012-06-20 17:53:19 +00:00
sjg
e47157f5d2 Do not include make_malloc.h or declare progname,
both are already done in make.h
2012-06-20 17:46:28 +00:00
christos
9c85d0acc9 print proper ktruser names depending on the emulation. 2012-06-20 15:03:18 +00:00
wiz
18bcc29285 Remove another Pf. From Bug Hunting. 2012-06-20 14:19:39 +00:00
wiz
d1752d5db8 - remove trailing white space;
- sync `usage' with man page.

From patch by Bug Hunting.
2012-06-20 10:09:43 +00:00
wiz
9cbbbe6c0d - improve wording, and create more consistency within the text;
- correct `SYNOPSIS';
- improve macro usage;
- mention argument name for `-f' (and change list width for it);
- correct misplacement of periods (`.') and a parenthese (`(');
- fix typo;
- bump date.

From Bug Hunting.
2012-06-20 10:09:21 +00:00
wiz
f602473a1a - Use more consistent wording;
- create separate section, and use `.Ex' macro, for exit status
  information.

From patch by Bug Hunting.

Bump date.
2012-06-20 09:56:18 +00:00
wiz
df639c6d0d - Remove redundant argument to (successive) `.Nm' macro;
- copy exact line from root's crontab(5) file (and the user name
  is indeed unneeded, as root's crontab(5) file is not the system's
  one);
- reword the warning: cron(8) _is_ running, by default.

From patch by Bug Hunting.

While here, remove xref to itself.
2012-06-20 09:43:51 +00:00
martin
ca09e2766e Fix previous 2012-06-20 08:19:49 +00:00
martin
4c72c57ec6 Avoid printing values past the end of the buffer, and a size_t underflow. 2012-06-20 08:11:11 +00:00
msaitoh
0a0547f65e Add the history of wm(4). 2012-06-20 07:42:27 +00:00
wiz
e4417fcdc1 Fix date string (use full month name) 2012-06-20 06:49:33 +00:00
msaitoh
6a1001187e Modify about PCH*.
It seems that 82579 with Intel 7 series chipset is the same as
82579 with Intel 6 series chipset.
2012-06-20 04:57:56 +00:00
christos
8565a6a499 remove dup O_NDELAY. 2012-06-20 01:39:34 +00:00
sjg
d912c0b39e Add unit-tests for .for 2012-06-19 23:25:53 +00:00
njoly
ce4e7f03e3 Remove extra Ed macro. 2012-06-19 22:12:03 +00:00
hans
f70d5ee4a9 Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all. 2012-06-19 21:48:33 +00:00
njoly
b813bd15cb Use CTLTYPE_QUAD for uint64_t type in sysctl_createv. 2012-06-19 21:25:26 +00:00
hans
10b3ec2c0b Add support for the watchdog timer in mvsoctmr.
Tested on DreamPlug system.
2012-06-19 16:50:44 +00:00
martin
e564894ae9 assemble_login_parameters() has a strange error reporting convention:
errors are positive numbers, so <= 0 is good, not >= ...
This makes CHAP authenticated iscsi logins work.
2012-06-19 14:19:46 +00:00
christos
0787d10414 - fix writev1() to pre-decrement count.
- always open ttys with O_NDELAY.
2012-06-19 13:44:35 +00:00
minoura
cb2c856119 Recent sysinst seems to require chroot. 2012-06-19 13:02:47 +00:00
minoura
dc89c93791 The x68k installcd is now bootable. 2012-06-19 13:01:53 +00:00
minoura
6dee0bb877 Add xxboot_?fsv?. 2012-06-19 13:00:55 +00:00
minoura
418201125e Descend to xxboot. 2012-06-19 12:59:51 +00:00