Commit Graph

211343 Commits

Author SHA1 Message Date
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
msaitoh 87f3b34aa5 Add support Intel I350 Ethernet. 2012-05-25 23:37:37 +00:00
jnemeth ad2783f75a PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
msaitoh eb38542bd0 regen for Intel I350 (wm) 2012-05-25 18:19:41 +00:00
msaitoh ff3c3ac4a8 Add some Intel I350 Ethernet products. 2012-05-25 18:18:32 +00:00
buhrow c390d64bfa Added the Apple iPod Touch (4th generation)
to the list of Apple devices with bogus uhid and uaudio matches.
It now attaches as a ugen device.
2012-05-25 16:33:54 +00:00
buhrow 6ed8b6e689 Regen after successful build release
(Includes Apple iPod Touch (4th generation)
and
Springer Design's TTSMP3 players
2012-05-25 16:29:37 +00:00
tsutsui 0d7551e23d Add dumb description about options NFS_BOOT_BOOTSTATIC. Noticed by ryo@. 2012-05-25 15:54:02 +00:00
elric 7fd7d3916e Update xdb_xenbus.c to new usage of routines in dksubr.c. 2012-05-25 15:03:38 +00:00
ryo a520aeb76a fix typo 2012-05-25 14:59:16 +00:00
elric 297f104f1d Revert a few lines of accidental commit. 2012-05-25 14:25:39 +00:00
wiz d80e1a05be regen using 'make regen' in doc/ 2012-05-25 13:47:30 +00:00
matt e950a585b9 Implement __HAVE_RAS. Unlike most implementation, this is done in userret
instead of cpu_switchto since we already accessing the proc structure so
the additional overhead of check p_raslist is minimal.
2012-05-25 12:32:48 +00:00
elric 99c563ccca Modify dksubr.c to add a function that sets the disk properties in
the drvctl framework.  And call this new functionality from cgd(4),
the consumer of dksubr.c.  We do this to allow gpt(8) to be able
to label cgd(4) disks.  We also add in some DIOCGSECTORSIZE logic
and we ensure that the WEDGE ioctls are not called on either
uninitialised disks or disks which have not been opened for write
access.
2012-05-25 10:53:46 +00:00
wiz f6eeb323a5 Document MKREPRO here as well. 2012-05-25 10:48:48 +00:00
wiz 86c4a86ab5 Document MKREPRO using joerg's wording. 2012-05-25 10:47:25 +00:00
dholland 6667ace95b +wimp 2012-05-25 03:18:00 +00:00
buhrow e89c169dda Add the Springer Design MP3 players/book reader products.
This includes the original BookPOrt sold by APH.
2012-05-24 21:32:35 +00:00
buhrow a40b45e0de Add the Apple IPod Shuffle (second generation) and the
Apple IPod Touch (fourth generation)
2012-05-24 21:22:24 +00:00
abs 9c537a963a Add the following above the version = 0 line, just to provide a hint...
/* For binary compat. New code must call WSxxxIO_SETVERSION */
2012-05-24 18:16:31 +00:00
macallan 703675e11d copy properties for valkyriefb as well 2012-05-24 00:40:11 +00:00