188010 Commits

Author SHA1 Message Date
msaitoh
9afdc6ebb0 - Add some PCIe config registers.
- The register at 0x1c is not Control Status register. It contains Control
  bits only. Rename it.
2010-02-12 04:01:07 +00:00
agc
0aa60872e9 Changes to 1.99.19/20100212
+ plug some memory leaks, from cppcheck via Thomas Klausner (thanks!)
+ make the singular of time units read correctly
+ print decryption key info properly when prompting for passphrase
2010-02-12 03:38:48 +00:00
cnst
e63ce92c35 envstat output is now so wide that it better be indented by only 2 instead of 6n 2010-02-12 02:16:59 +00:00
jym
499833724f Starting with Xen 3 API, MMU_EXTENDED_COMMAND (tlb flush, cache flush, page
pinning/unpinning, set_ldt, invlpg) operations cannot be queued in the
xpq_queue[] any more, as they use their own specific hypercall, mmuext_op().

Their associated xpq_queue_*() functions already call xpq_flush_queue()
before issuing the mmuext_op() hypercall, which makes these xpq_flush_queue()
calls not necessary.

Rapidly discussed with bouyer@ in private mail. XEN3_DOM0/XEN3PAE_DOM0 tested
through a build.sh release, amd64 was only compile tested. No regression
expected.
2010-02-12 01:55:45 +00:00
dyoung
69429c8e59 Start a new paragraph before describing kmem_asprintf(). 2010-02-12 01:04:05 +00:00
dyoung
4f24123d8f Fix a typo in the MLINKS line for kmem.9. 2010-02-12 01:00:22 +00:00
dyoung
d3057cdd9e Add nmi(9), a manual page for the x86-only
nmi_establish(9)/nmi_disestablish(9) routines.
2010-02-12 00:45:37 +00:00
haad
1527fc9caf Hook kmem_asprintf and vrele_async manpages to the build. 2010-02-11 23:28:53 +00:00
haad
aa8090778a Add vrele_async routine which asynchronously release vnodes in different contex
and in some time in the future.

Ok: ad@.
2010-02-11 23:16:35 +00:00
haad
a23681588b Add kmem_asprintf rotuine which allocates string accordingly to format
string from kmem pool. Allocated string is string length + 1 char for ending
zero.

Ok: ad@.
2010-02-11 23:13:46 +00:00
martin
0eda8d8e5e Add a prototype. 2010-02-11 21:28:16 +00:00
mlelstv
b10f49caa8 There is no code left that uses disk size data, so don't query it. 2010-02-11 19:50:34 +00:00
joerg
b6f836a257 Register with pmf. 2010-02-11 18:24:48 +00:00
dyoung
187677b054 Do not mention shutdownhook_establish(9) and doshutdownhooks(9), but
mention pmf(9) and pmf_system_shutdown(9), instead.
2010-02-11 18:23:32 +00:00
dyoung
7f002bf60c Change mentions of doshutdownhooks(9) to pmf_system_shutdown(9). 2010-02-11 18:22:26 +00:00
dyoung
7ee20bbe58 Mention that dopowerhooks(9) is deprecated. Suggest to use
pmf_system_suspend(9), instead.
2010-02-11 18:20:38 +00:00
dyoung
36df9c03c8 Mention that doshutdownhooks(9) is deprecated. Suggest to use
pmf_system_shutdown(9), instead.
2010-02-11 18:17:43 +00:00
dyoung
6cf928b20c Do not reference deprecated API shutdownhook_establish(9), but reference
pmf(9), instead.
2010-02-11 18:11:37 +00:00
agc
fef71af2b2 changes to 1.99.18/20100211
small steps, but lots of them - this is the first one.

+ print out the correct key information when signing files and memory.
  what used to be printed out was the copy of the public key which is
  stored as part of the private key(!). does not address the info shown
  when decrypting, since that is done in a different way, by callback.
  this whole part needs to be re-written, but will have to wait for two
  good hands.
2010-02-11 17:46:09 +00:00
wiz
6e41b81e29 Oxford serial comma. 2010-02-11 16:28:06 +00:00
roy
45b8382fe3 Include xterm. 2010-02-11 14:49:56 +00:00
roy
2680cfc1a1 Use $TOOL_TIC 2010-02-11 14:44:44 +00:00
roy
5176b19781 Report when using internal database. 2010-02-11 14:38:43 +00:00
plunky
5f25705455 actually include the top-level Makefile.inc 2010-02-11 14:36:32 +00:00
roy
b32b792e3b Respect TERMINFO_DIRS and document using an embedded database. 2010-02-11 14:36:09 +00:00
plunky
64f418c059 keep generated config.h file in a subdir
(avoids potential inclusion errors)
2010-02-11 14:22:30 +00:00
plunky
402aefd4ec provide endian information at build time rather than embedding it
in the config.h file.
2010-02-11 14:18:45 +00:00
phx
5a2aafcff0 Forgot the [develope date]. 2010-02-11 14:10:22 +00:00
phx
cacbcc1e25 Mention amigappc improvements. 2010-02-11 14:08:56 +00:00
wiz
a2542d1a41 Oxford serial comma. 2010-02-11 13:44:14 +00:00
roy
a2e27dcd47 Use structures so we know how long each description is. 2010-02-11 13:11:47 +00:00
roy
b164f98a45 Change -S to output C structures to make life easier. 2010-02-11 13:09:57 +00:00
roy
582936ff0d Don't assume the terminal has a description. 2010-02-11 11:45:47 +00:00
drochner
ff24957791 put back the "vt100base_data" variable which was souce of confusion,
it is really needed, as noted by Geoff Wing
2010-02-11 10:07:14 +00:00
roy
0c02e7a2e0 Allow a NULL description. 2010-02-11 09:42:03 +00:00
roy
1aacca65aa Remove silly debug. 2010-02-11 09:34:12 +00:00
roy
0adc6cef21 Remove terminfo.db as it's now embedded in libterminfo. 2010-02-11 09:06:47 +00:00
roy
81c1c09bfc Report if using internal database or not. 2010-02-11 08:46:18 +00:00
wiz
66fbc76fcb Sort options (standard order is 0-9AaBbCc...). 2010-02-11 07:00:46 +00:00
cnst
e9089f1372 remove unnecessary AIBS_MONLIMITS ifdefs, no binary change; ok pgoyette 2010-02-11 06:54:57 +00:00
uebayasi
48fe5638aa uebayasi-xip: Add some directories. 2010-02-11 05:29:01 +00:00
macallan
808aedb26d add entries for the suncg14 driver
This driver isn't actually useful yet - our kernel cgfourteen driver pretends
to be a cg8, I'll change that next.
2010-02-11 04:09:10 +00:00
macallan
0d91bbc4af build the suncg14 driver on sparc 2010-02-11 04:07:17 +00:00
pooka
c6f1a0115f add new rump components to setlists 2010-02-11 02:29:23 +00:00
pooka
a733498944 Move a bunch of rump components from dev/wip to dev/lib now that
they've reached a certain maturity.
2010-02-11 02:22:09 +00:00
pooka
3b7d9c4fcb Add RUMP_SYS_FILEOPS for syscalls which operate on files (or at least
close to that).
2010-02-11 01:13:58 +00:00
roy
90cead5eeb Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptions
into libterminfo.
Constify some foo.
2010-02-11 00:27:09 +00:00
roy
55a396b95f tic -S now outputs the specified terminal names and compiled descriptions
as C strings so we can embed them into libterminfo.
2010-02-11 00:24:46 +00:00
roy
bf4a786d84 Correct date 2010-02-11 00:22:41 +00:00
macallan
264656d782 add suncg14 2010-02-11 00:20:50 +00:00