David E. O'Brien
39a60cbcab
Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),
...
"-t" should accept "v1", which means a plain number should be accepted for
UNIX98-style PTY's.
2010-01-04 10:37:07 +00:00
David E. O'Brien
72cef5b74f
You need to be root to run this test.
2010-01-04 09:59:18 +00:00
David E. O'Brien
cd8b25c92c
Also cleanup after the test run.
2010-01-04 09:57:00 +00:00
David E. O'Brien
01d217bcc1
Don't process 'lastcomm' if "AUTOMATED" is defined.
...
The tests for it require manual setup.
2010-01-04 09:54:24 +00:00
David E. O'Brien
8dcfd5d1d6
It is expected these are chmod +x.
2010-01-04 09:50:30 +00:00
David E. O'Brien
faddcb5783
Regression test for r201456.
2010-01-04 09:49:23 +00:00
Stanislav Sedov
8d7446f925
- Add two particulary interesting quotes from the past decade.
2010-01-04 09:16:35 +00:00
David Xu
79f8b61995
Add user-level semaphore synchronous type, this change allows multiple
...
processes to share semaphore by using shared memory area, in simplest case,
only one atomic operation is needed in userland, waiter flag is maintained by
kernel and userland only checks the flag, if the flag is set, user code enters
kernel and does a wakeup() call.
Move type definitions into file _umtx.h to minimize compiling time.
Also type names need to be prefixed with underline character, this would reduce
name conflict (still in progress).
2010-01-04 05:27:49 +00:00
Rui Paulo
16ffe04c2f
Remove CNS11XXNAS.hints.
2010-01-04 03:40:46 +00:00
Rui Paulo
381a19cce0
Add support for Cavium Econa CNS11XX ARM boards. These boards were
...
previously know by StarSemi STR9104.
Tested by the submitter on an Emprex NSD-100 board.
Submitted by: Yohanes Nugroho <yohanes at gmail.com>
Reviewed by: freebsd-arm, stas
Obtained from: //depot/projects/str91xx/...
2010-01-04 03:35:45 +00:00
David E. O'Brien
bfc4c0cf08
Report lines that ought to contain a ':' operator but start with a '.'
...
as "Unknown directive" sinze they are more likely to be .elseif (etc).
(NetBSD PR 37222).
Obtained from: NetBSD
2010-01-04 00:49:04 +00:00
David E. O'Brien
6100e6c2c9
Add check for subversion "original" marker.
2010-01-04 00:32:22 +00:00
Warner Losh
f29b8b7f41
cardbus -> CardBus
2010-01-03 23:31:58 +00:00
Warner Losh
f33a1c1621
cardbus -> CardBus
2010-01-03 23:29:49 +00:00
Warner Losh
afa45c0763
cardbus -> CardBus
2010-01-03 23:28:32 +00:00
Warner Losh
cba55405e1
CardBus instead of cardbus.
2010-01-03 23:26:29 +00:00
Warner Losh
a2d61e43c2
Fix CardBus spelling.
...
MFC after: 1 month
2010-01-03 23:15:14 +00:00
Antoine Brodin
b8cf11192e
Complete ntptrace(8) removal:
...
- do not install man page
- update ObsoleteFiles.inc
Approved by: roberto@
2010-01-03 22:29:06 +00:00
Pyun YongHyeon
4f4a16e152
Fix regression introduced in r198318. BCM5754/BCM5754M uses the
...
same ASIC ID of BCM5758 such that r198318 incorecctly enabled TSO
on BCM5754.BCM5754M controllers. BCM5754/BCM5754M needs a special
firmware to enable TSO and bge(4) does not support firmware based
TSO.
Reported by: ed
Tested by: ed
2010-01-03 21:49:24 +00:00
Gavin Atkinson
4c40efa74a
Forced commit, to provide correct commit message for r201440:
...
Don't complain when we encounter the "cache" source, it's valid. Also fix
the error message to include a line feed and not include a stray comma.
PR: bin/121671
Submitted by: Artis Caune artis.caune gmail.com
Approved by: ed (mentor)
MFC after: 2 weeks
While here, change "> /dev/stderr" for more usual ">&2"
Submitted by: jilles
2010-01-03 21:27:10 +00:00
Brooks Davis
2f70892f19
The size of credential messages is limited by CMGROUP_MAX rather than
...
NGROUPS.
MFC after: 1 week
2010-01-03 20:45:49 +00:00
Brooks Davis
9efde58392
Add vlan(4) to all GENERIC kernels.
...
MFC after: 1 week
2010-01-03 20:40:54 +00:00
Rick Macklem
3968293472
The test for "same client" for the experimental nfs server over NFSv4
...
was broken w.r.t. byte range lock conflicts when it was the same client
and the request used the open_to_lock_owner4 case, since lckstp->ls_clp
was not set. This patch fixes it by using "clp" instead of "lckstp->ls_clp".
MFC after: 2 weeks
2010-01-03 20:08:10 +00:00
Gavin Atkinson
a196444862
The default hash table size is 257 not 255. Reword the rest of the line
...
slightly while here.
PR: bin/121671
Submitted by: Artis Caune artis.caune gmail.com
Approved by: ed (mentor)
2010-01-03 19:28:51 +00:00
Gavin Atkinson
3e736db050
The default hash table size is 257 not 255. Reword the rest of the line
...
slightly while here.
PR: bin/121671
Submitted by: Artis Caune artis.caune gmail.com
Approved by: ed (mentor)
2010-01-03 19:14:22 +00:00
Rick Macklem
b04b4acda0
Fix three related problems in the experimental nfs client when
...
checking for conflicts w.r.t. byte range locks for NFSv4.
1 - Return 0 instead of EACCES when a conflict is found, for F_GETLK.
2 - Check for "same file" when checking for a conflict.
3 - Don't check for a conflict for the F_UNLCK case.
2010-01-03 18:27:10 +00:00
Edward Tomasz Napierala
3a597bfc7b
Make mac_lomac(4) able to interpret NFSv4 access bits.
...
Reviewed by: rwatson
2010-01-03 17:19:14 +00:00
Ed Schouten
fffa535e95
Lower WARNS for sendmail.
...
Even though it builds with WARNS=2, some users link sendmail from the
base system against SASL. This doesn't build in this case.
Reported by: Andrzej Tobola <ato iem pw edu pl>
2010-01-03 15:32:25 +00:00
Edward Tomasz Napierala
cf7710e1da
Add manual page for gcache(8).
2010-01-03 15:20:52 +00:00
Jilles Tjoelker
dc82a6f600
sh: Send the "not found" message for builtin <cmd> to redirected fd 2.
2010-01-03 15:01:38 +00:00
Martin Blapp
593a1aea1a
Fix card/device names, no functional change
...
The ADMtek AN985 is the cardbus variant of ADMtek AN983
The Netgear FA511 is just a relabled ADMtek AN985
PR: kern/50574
MFC after: 1 month
2010-01-03 13:59:59 +00:00
Gavin Atkinson
9dfc434d60
Fix return code in the case of successful file transfer, broken in
...
tftp.c 1.13
PR: bin/117452
Submitted by: Spencer Minear minear securecomputing.com
Approved by: ed (mentor)
MFC after: 2 weeks
2010-01-03 13:48:58 +00:00
Jilles Tjoelker
b485cf94fb
sh: Add a regression test that tries out all arithmetic ops.
...
MFC after: 1 week
2010-01-03 12:50:27 +00:00
David E. O'Brien
043ccc7cf3
Use t1 & t2 as more symbolic than 'a' and 'b' for the two times.
2010-01-03 12:17:51 +00:00
David E. O'Brien
70ec99bfd2
Provide clean output with 'prove -r'.
2010-01-03 11:53:48 +00:00
David E. O'Brien
91212b8c98
Hide expected error output so the 'prove -r' results are easy to read.
2010-01-03 09:31:33 +00:00
David E. O'Brien
a56d32a6a0
Allow to be driven by 'prove -r'.
2010-01-03 09:30:50 +00:00
David E. O'Brien
a174aecc2e
Make sure 'pack' is usable for 'prove -r'.
2010-01-03 08:44:18 +00:00
David E. O'Brien
25255d7808
Transform from kernel file to userland source.
2010-01-03 08:33:24 +00:00
Navdeep Parhar
567145993f
Avoid NULL dereference in arpresolve.
2010-01-03 06:43:13 +00:00
Yoshihiro Takahashi
dd2bf8ea67
Re-enable more options and devices. Now kernel size problem is gone.
...
MFC after: 2 week
2010-01-03 04:38:38 +00:00
Marius Strobl
9a41d9ef93
Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
...
is gone since r201396 and which is also in line with the fact that
FreeBSD 4 didn't supported sparc64.
2010-01-03 02:58:43 +00:00
Matt Jacob
1943fd192a
Make sure that the WWNN is also created for 2100..2300 cards.
...
MFC after: 1 day
2010-01-03 02:43:46 +00:00
Xin LI
1ee5de4482
Reduce diff against OpenSolaris - move Giant acquire/release to
...
zfs_znode.c. As a side effect this also eliminates two potential
Giant leaks.
Approved by: pjd
MFC after: 1 month
2010-01-02 23:38:03 +00:00
Ed Schouten
442aea92f6
Don't forget to clean up the file copied from the kernel sources.
...
MFC after: 1 week
2010-01-02 20:27:14 +00:00
Gavin Atkinson
eb747250e6
Remove dead code. This section of code is only run in the
...
(sblock.fs_magic == FS_UFS1_MAGIC) case, so the check within the
loop is redundant.
Submitted by: Nate Eldredge nge cs.hmc.edu
Reviewed by: mjacob
Approved by: ed (mentor)
MFC after: 1 month
2010-01-02 20:18:10 +00:00
Konstantin Belousov
5033fdb761
Remove reference to the bug in FreeBSD 2.0.
...
Submitted by: Valentin Nechayev <netch segfault kiev ua>
MFC after: 3 days
2010-01-02 17:45:53 +00:00
Martin Blapp
1457e0cdac
Fix typo: s/partion/partition/
...
Submitted by: Marc Balmer <marc@msys.ch>
MFC after: 3 days
2010-01-02 17:32:40 +00:00
Martin Blapp
bb40fa6f73
Make it clear that "interface" is one out of possibly many interface of the
...
local machine (s/the network interface/a network interface).
Submitted by: Marc Balmer <marc@msys.ch>
MFC after: 3 days
2010-01-02 17:29:13 +00:00
Christian Brueffer
b449666b8e
Add one more supported controller.
...
Submitted by: pluknet <pluknet@gmail.com>
MFC after: 1 week
2010-01-02 16:27:25 +00:00