martin
ba0b969866
Ooops, remove definitions duplicated in <sparc/bootinfo.h>
2012-05-28 21:09:52 +00:00
martin
a47afdb76c
Pass the "boothowto" from the bootloader to the kernel.
...
If (an old) bootloader did not pass the flags, check explicitly if we
missed RB_USERCONF and invoke userconf_prompt() in MD code, as MI code
already missed it.
This fixes PR 46466.
2012-05-28 19:24:29 +00:00
jdc
b8c75e7dab
Determine WORDS_BIGENDIAN at build time, rather than hardcoding it to 0.
...
Makes liblzma work on sparc64 (and probably other big endian hosts too).
Add a note to the import script.
2012-05-28 17:28:53 +00:00
christos
82e21017c8
compat for 80211 ioctls from jmcneill
2012-05-28 14:19:10 +00:00
christos
fa636f0de9
add a task process subdirectory for emul linux
2012-05-28 13:16:10 +00:00
martin
8fa6d6191d
Not a good idea to continue testing if basic assertions fail - only will
...
cause core dumps later.
2012-05-28 09:51:34 +00:00
wiz
c1043d5896
Sort option descriptions (options without args, then options with args).
2012-05-28 08:51:44 +00:00
wiz
cbfba0058c
Remove trailing whitespace.
2012-05-28 08:49:57 +00:00
riz
9cf715a479
Expose some of the module framework when _MODULE is not defined, so
...
iscsi becomes a "built in" module in that case.
2012-05-28 04:18:12 +00:00
riz
3cab8a33c3
Don't allow iscsi to autounload. The default unload timeout is short,
...
and too much state is lost.
2012-05-28 03:43:18 +00:00
manu
35ee07be22
Setting mode by fchmod(2) will break on glusterfs-3.3 is we attempt
...
to set atime and mtime at the same time. Detect that situation just
like we detected ftruncate(2) and wipe atime and mtime if it occurs.
2012-05-28 02:13:32 +00:00
riz
04f0598fd2
Fix up the wording of the new flags, and show that the -d flag
...
now takes an argument.
2012-05-28 00:45:31 +00:00
riz
57488d154f
Fix 4 more instances of the same bug (not returning NULL when stuff
...
not found). While I'm here, add comments so it hopefully doesn't happen
again.
2012-05-28 00:37:55 +00:00
riz
c08d1e5212
Make the debugging printouts actually work when setting the debug level,
...
and allow the level to be set numerically from the command line.
2012-05-28 00:13:19 +00:00
riz
d94a631efa
Fix a bug introduced in rev 1.2: return "curr", like the debugging
...
says we're doing, because it, unlike "t", will propely be NULL when
the target name isn't found in the list. Now we can have multiple
targets again!
2012-05-27 23:54:45 +00:00
martin
f1b12ec580
Add new test directory
2012-05-27 23:03:24 +00:00
martin
a0f17796a7
Fix destination directory
2012-05-27 22:57:24 +00:00
riz
1b247119f1
Implement the remaining bits of unthreaded operation.
2012-05-27 22:03:16 +00:00
riz
763e2736f6
Use Fl for the flags.
2012-05-27 20:11:58 +00:00
christos
f547f45639
use -n for nothreads.
2012-05-27 20:05:04 +00:00
christos
68a964c306
make the debug level available on the command line.
2012-05-27 19:52:51 +00:00
christos
a534436e93
one too many e's
2012-05-27 19:21:26 +00:00
christos
1ca0030a87
sets for execinfo test
2012-05-27 19:18:13 +00:00
christos
d1cc87bd78
hook in libexecinfo
2012-05-27 18:52:16 +00:00
christos
5212b5c3e8
add a test for the backtrace function.
2012-05-27 18:47:18 +00:00
riz
e754ddcc7f
When ISCSI_NOTHREAD is defined, make UNLOCK_SESSIONS a different kind
...
of noop, so that things build.
2012-05-27 17:27:33 +00:00
riz
42b7a81606
Don't try to print pointers as integers, use %p instead and don't cast.
2012-05-27 16:50:32 +00:00
christos
26fc8e3271
remove unrelated fragment.
2012-05-27 13:25:28 +00:00
wiz
73e3c12ff8
New sentence, new line. Use more markup. Bump date for previous.
2012-05-27 12:05:40 +00:00
wiz
32778414ba
Sort sections.
...
Remove dot at end of Nd
Sort SEE ALSO.
Punctuation fixes.
Bump date to import date.
Comment out a partial sentence.
2012-05-27 12:03:02 +00:00
wiz
f2a0d89379
NetBSD -> Nx; new sentence, new line; remove superfluous Pp.
2012-05-27 11:59:12 +00:00
skrll
870a53450d
Install intrdefs.h
2012-05-27 11:26:38 +00:00
abs
90d8a3742b
Document WSDISPLAYIO_SETVERSION, WSKBDIO_SETVERSION and WSMOUSEIO_SETVERSION
...
ioctls(). Also at least enumerate the WSKBDIO_ ioctls().
2012-05-27 10:45:49 +00:00
matt
a05c03dcb4
Restore libexpat which got replaced by libexecinfo
2012-05-27 02:35:43 +00:00
matt
7a072d6271
Fix some libexecinfo set problems.
2012-05-27 02:27:28 +00:00
matt
237bc1530c
Place SUBDIR+= libexecinfo properly based on its dependency on libelf.
2012-05-27 02:19:50 +00:00
christos
c884f00cd2
Add libexecinfo
2012-05-26 22:15:57 +00:00
christos
d6f5e10914
libexecinfo sets
2012-05-26 22:15:03 +00:00
christos
c106aea649
hook in libexecinfo
2012-05-26 22:03:04 +00:00
christos
83d64dcffd
Add a similar to linux backtrace_* and execinfo.h family of functions
2012-05-26 22:02:29 +00:00
christos
d9a1056489
don't trigger diagassert for a null array with 0 elements or 0 elementsize.
2012-05-26 21:47:05 +00:00
riz
490c38bdf2
Begin the tedious process of documenting iscsictl(8) commands,
...
options, and flags. I gathered this information by tediously
slogging through the source code, so it's likely to be incomplete
and occasionally flat wrong.
At a minimum, specify which options the various commands take, and
clarify the address specifications. There is still much to do,
but this increases the usefulness of this man page for me, at least.
2012-05-26 20:03:34 +00:00
christos
8f44324e4d
make getpass and getpass_r print a newline like they did before.
2012-05-26 19:34:16 +00:00
wiz
9f48981dbb
really mark wake as obsolete.
2012-05-26 06:59:25 +00:00
wiz
9bcb54194e
Bump date for previous.
2012-05-26 06:56:18 +00:00
tsutsui
43c1a70bcc
Most contents in ftp://ftp.NetBSD.org/pub/NetBSD/packages/ seem removed
...
recently (do we have any announcment?) so update pakcages URLs and
descriptions accordingly.
2012-05-26 05:51:13 +00:00
tsutsui
f03261f467
Fix regression by my dumb patch in PR/45990.
...
sysinst fails with "floating exception" after
changing MBR partition size in MBR editor menu
if the target disk doesn't have valid MBR partition
or has a valid partition 0 whose offset is not 1MB aligned
(like 63 sectors).
read_mbr() (which calls get_ptn_alignment()) is called
before set_bios_geom(), so bhead is not initialized there
and ptn_alignment could be zero.
To workaround, explicitly call get_ptn_alignment() again
in edit_mbr() to update ptn_alignemnt per BIOS geom values.
2012-05-26 05:09:59 +00:00
uebayasi
6b4d01fdae
Rename wake(8) to wakeonlan(8). Approved by core@.
2012-05-26 01:58:17 +00:00
riz
3debe0af82
Create /dev/iscsi0 as part of 'all'.
2012-05-26 00:36:15 +00:00
matt
283eda5a32
Add __HAVE_RAS support. Do it in userret.
2012-05-26 00:31:07 +00:00