drochner
4aab8ad6b5
sync with rev. 1.5 of sys/dist/pf/net/if_pflog.h (which was before
...
the 5.x branch), to make filter expressions in pflog dumps work again,
from Lucio Albornoz per PR bin/42780
(pullup candidate)
2010-02-12 21:16:56 +00:00
skrll
53e16cc08c
Allow elroy to provide boot device.
2010-02-12 16:57:52 +00:00
skrll
c33ae763a4
Typo in comment.
2010-02-12 16:57:21 +00:00
hubertf
4740ff35cc
Add PPPOE_SERVER
...
- disabled (commented out) in GENERIC,
- enabled in ALL
2010-02-12 15:51:16 +00:00
njoly
9a9cbde160
Fix double free, when requesting an invalid sensor.
2010-02-12 14:26:27 +00:00
wiz
3127fa5dcf
Fix typo.
2010-02-12 12:29:10 +00:00
roy
420f923a19
Store the generated compiled terminfo descriptions so that we can build
...
a consistent library just from source.
2010-02-12 12:18:33 +00:00
pooka
8b36ef683b
I forgot I didn't fix kern/40505 yet, and hence using delay()/DELAY()
...
in rumps is hard due to some archs having a colorful idea of what
they should be like. So temporarily disable build of components
using those for non-i386 (use the no-need-to-mess-with-setlists
approach).
2010-02-12 12:07:12 +00:00
pooka
f63ba1664e
delay() is used here, so need to include machine/param.h.
2010-02-12 11:39:33 +00:00
njoly
e0ecef7144
Start a new paragraph to describe flags values.
2010-02-12 10:54:53 +00:00
martin
33f9f146f2
Fix an array bounds check - fixes PR lib/42793.
...
Restore a comment (from libterm/tputs.c), requested by jdc.
2010-02-12 10:36:07 +00:00
roy
c1a1881ef9
Don't try to map obsolete termcap bc and nl to terminfo.
2010-02-12 10:18:56 +00:00
roy
1bc5794aa0
Change from scroll_forward to cursor_down.
...
cursor_down is more similar to our old termcap use of nl.
Fixes PR lib/42770.
2010-02-12 10:06:15 +00:00
dholland
dedb5db201
Make ESIOP_DEBUG compile (on some platforms? depends on bus definitions...)
...
From Chris Ross in PR 42792.
2010-02-12 06:40:52 +00:00
cnst
7397d018ca
remove the fourth (empty) column from the -T printouts; ok pgoyette
2010-02-12 05:02:40 +00:00
pooka
91af2ab811
adjust more config files for files.rump move
2010-02-12 04:21:57 +00:00
pooka
955121353e
move files.rump out of wip
2010-02-12 04:20:51 +00:00
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