Commit Graph

181852 Commits

Author SHA1 Message Date
agc 481090ff86 avoid a double-free of the passphrase 2009-06-09 19:32:11 +00:00
jnemeth 32b670979a Add code to merge the modload "command line" with <module>.prop. 2009-06-09 19:09:03 +00:00
haad 425cc847f0 Create default target_params parse routine which is called when we doesn't
find name of a target in known target list. This routine will pass whole param
string in a dictionary with key called params.
2009-06-09 18:29:09 +00:00
haad 869a99f661 Add const to second argument of nbsd_dm_parse_param, too. 2009-06-09 18:24:02 +00:00
cegger 84aaef5fb6 mention both X11R6 and X11R7
requested by mrg@ on source-changes-d
2009-06-09 17:43:27 +00:00
pooka 4c54895067 Checkpoint a bunch of work-in-progress: support for disk devices
and raidframe.  Raidframe works well enough to configure a raid in
the rump kernel, but the usage is "interesting" (pending some other
changes/cleanup from other parts in my tree).

These are not built by default yet.
2009-06-09 16:16:14 +00:00
cegger b43858307a Fix crash on Dom0 resume.
A xencons interrupt may occur before xencons device has been resumed.
Fix tested in jym-xensuspend branch.
2009-06-09 16:08:00 +00:00
pooka 698910a47a simplelocks have been supported in rump for a while, allow their use. 2009-06-09 15:53:05 +00:00
pooka 162fa5811a Nuke some bss stuff which is coming from vfs_bio via rumpvfs. 2009-06-09 14:30:06 +00:00
pooka 540fcdb7ef +pseudo-device putter 2009-06-09 14:27:17 +00:00
pooka 99616de8dc Put some spunk into deadfs. 2009-06-09 14:20:42 +00:00
stacktic 806bebc4f9 Fixed strvisx usage 2009-06-09 13:32:46 +00:00
cegger c4f0336b00 X11R6 -> X11R7
ok wiz@
2009-06-09 13:05:15 +00:00
christos 287bd18049 decrement the number of levels after the loop (Julien Torres) 2009-06-09 13:04:33 +00:00
njoly 5826190291 +netpgpverify.debug 2009-06-09 12:16:06 +00:00
yamt dd8cbf5c36 don't bother to say that some advises are not implemented.
ignoring them is a valid implementation.
2009-06-09 11:21:33 +00:00
he bcb5a47bca Apparently, there's not a clear dependency ordering for the libraries,
this becomes apparent when linking statically (e.g. as for sun2).
Add an extra instance of -lrump to the library list so that it can be
linked statically as well.
2009-06-09 11:18:50 +00:00
he 5cd328a195 Add -lprop to the ramdisk build, so that it builds again, due to
recent changes in newfs.  Bump the ramdisk size from 1536 to 1800
blocks as a consequence.
2009-06-09 11:06:09 +00:00
tsutsui 95b2850b42 Split device_t/softc.
Tested on:
emuxki0 at pci2 dev 7 function 0: Creative Labs SBLive! EMU 10000
(audio multimedia, revision 0x05)
2009-06-09 11:01:18 +00:00
mrg a41f87fb6b add compat netpgp files. 2009-06-09 05:46:44 +00:00
mrg 9e9cbad03e add missing html version of res pages 2009-06-09 05:44:42 +00:00
snj a265ded90c Fix paths to resolver cat pages and add one man page (hi christos!). 2009-06-09 05:25:44 +00:00
mrg c0267ae556 put the drm_intel files in the right places. 2009-06-09 05:24:31 +00:00
mrg 7e7627c1df build libnetpgp and libssh earlier.
look for libssh in the right place.
2009-06-09 05:20:15 +00:00
mrg a31f6f323b updates for libdrm 2.4.11. install libdrm_intel on x86.
XXX: need to install libdrm_intel.pc yet.
2009-06-09 05:02:13 +00:00
mrg 0101117996 set lists updates for new libdrm, libdrm_intel.
partly from snj@.
2009-06-09 04:39:50 +00:00
mrg 24c0768400 fix netpgp library issues. 2009-06-09 04:35:25 +00:00
mrg b729917803 add copmat netpgp libs. 2009-06-09 03:20:56 +00:00
mrg 3b81cc3605 build updates for libdrm 2.4.11 and xf86-video-intel 2.7.1.
thanks to snj@ for most of this.
2009-06-09 03:05:36 +00:00
uwe 4872798d7b In pmap_protect(), compute the bitmask to set in the ptes only once, instead
of every iteration.  From OpenBSD.
2009-06-09 02:38:27 +00:00
mrg 61f69f3e37 remove a ../ from a few paths to make sure we get the right components. 2009-06-09 02:35:19 +00:00
mrg 8cb9c15e18 use the correct set of LIBDPLIBS. 2009-06-09 02:32:22 +00:00
agc cefa0f256e Fix a bug in decryption whereby a bad passphrase would cause a segmentation
violation
2009-06-09 02:19:47 +00:00
uwe 77f067a4b0 Fix logic error in copyinstr() when deciding whether to return EFAULT
or ENAMETOOLONG.

From OpenBSD revision 1.9 by miod@
2009-06-09 01:35:11 +00:00
agc 3348547616 Add entries for netpgpverify(1) and manual pages 2009-06-09 00:58:14 +00:00
agc d69b68cb05 Adapt to the new directory structure 2009-06-09 00:56:15 +00:00
agc 41335e2dda CHANGES 1.99.8 -> 1.99.9
+ make more use of __ops_io_t structure
+ addition of standalone, stripped-down netpgpverify utility
+ addition of test for --list-packets on an empty file
+ bring forward some simplifications from netpgpverify
	+ some name changes
	+ get rid of the increment and then decrement keycount around
	  accumulated data ("it's to do with counting")
	+ then use unsigned integers for the size and counts for the
	  dynamic array of keys, and use the common dynamic array macros
	  for keys in a keyring
	+ if it's a union, let's use it as a union, not a struct
+ modified documentation to correct the --list-packets command (sorry, ver)
+ add a new directory structure for both the distribution and the
  reachover Makefiles. The autotest framework has been partially overhauled
  but more TLC is needed here.
+ add a --pass-fd=n option so that external programs can provide the
  passphrase on a file descriptor without going through the callback,
  requested by joerg
2009-06-09 00:51:00 +00:00
uwe ee5edddfc3 Spell "handler" correctly. 2009-06-09 00:24:51 +00:00
jakllsch 7a9caa1f87 Improve "identify" output slightly:
- Capitialize "Name" in World Wide Name.
 - Print the World Wide Name if it exists.
 - Use LBA48 maximum address when available for "total sectors" output.
 - So that geometry will display on more drives, don't be as strict when
   checking for non-ATAPI devices.  (This seemed to be an issue on at least
   one instance of a Caviar SE16 drive.)
 - Check more carefully for valid/relevant queue depth before printing it.
 - Increment the queue depth by one for display.

While here, wrap some long lines that I should have had wrapped before they
were commited in rev. 1.46.
2009-06-08 23:26:13 +00:00
yamt 6539ec6cea tabify and wrap long lines. 2009-06-08 21:58:44 +00:00
christos d9b57d2294 another missing \ 2009-06-08 17:18:11 +00:00
christos 94771ab33e the resolver man page is from here now. 2009-06-08 17:16:18 +00:00
christos 4211466511 update for resolver pages. 2009-06-08 17:15:23 +00:00
christos d6dbd2857d remove duplicated line 2009-06-08 17:06:22 +00:00
christos 64ef372149 missing \ 2009-06-08 17:00:40 +00:00
christos d37a1d1b07 sort, add missing, fix section 2009-06-08 16:59:52 +00:00
christos ecb120d5ca new resolver functions. 2009-06-08 16:57:09 +00:00
christos 190ebc6a17 merge our changes 2009-06-08 16:55:30 +00:00
mrg 5e0739e774 fix PR/41557: fix src/compat build for 64 bit platforms by building
the 32 bit netpgp lib.
2009-06-08 15:39:43 +00:00
christos e55354196b from Julien Torres, flip the order we pop in the macro array. 2009-06-08 15:10:53 +00:00