joerg
6818646ac8
Use __dead
2011-09-16 15:39:25 +00:00
joerg
84700a0331
Use __dead consistently. If it doesn't exist, define it away.
2011-09-16 15:38:03 +00:00
joerg
a85aba86f0
Use __dead.
2011-09-16 15:36:18 +00:00
joerg
6a878ae49f
Reapply formatting cleanup
2011-09-16 15:36:00 +00:00
apb
9438a85a85
More corrections to format compatibility between stat(1), find(1) -ls,
...
and ls(1) -lT.
2011-09-16 14:32:53 +00:00
wiz
8438689645
Remove unnecessary Ns.
2011-09-16 13:33:13 +00:00
jmcneill
d4bcf1a5bb
push TEXTADDR option into kernel makefile
2011-09-16 11:28:36 +00:00
apb
229948abdb
Anothe difference in output format: stat -f "%Z" does not add any
...
space in "major,minor" for device nodes, whereas both "ls -l" and
"find -ls" add at least one space.
2011-09-16 11:06:27 +00:00
reinoud
568419374b
Reduce the amount of memory needed to run by default
2011-09-16 11:05:42 +00:00
rkujawa
86a4d8f318
Fix typos (make this compile again...)
2011-09-16 10:23:01 +00:00
blymn
2494728ef8
- Update the check files due to a bug fix in the slave code
2011-09-16 08:05:28 +00:00
jruoho
6ceed68f62
Adjust to see where this fails on i386/qemu.
2011-09-16 04:54:46 +00:00
christos
87e56634fd
This is no place to attach the primary cpu. Things go wrong from here because
...
for example it is missing its name.
2011-09-16 01:03:52 +00:00
christos
98f06b6095
check that we have valid event strings on attach too, so that the error
...
is obvious instead of catching it when vmstat -e runs!
2011-09-16 01:03:02 +00:00
reinoud
4e15406e15
Use vfprintf() to make it compile under 5.1 again
2011-09-15 20:25:23 +00:00
apb
7f5f7e4b90
Add examples of formats for stat(1) to simulate "find -ls" and "ls -lTd".
2011-09-15 19:56:35 +00:00
reinoud
970d3494e4
Check reentry to prevent double use of the aiocb structure
2011-09-15 19:32:28 +00:00
macallan
f20fb76889
add envsys support
2011-09-15 19:29:23 +00:00
plunky
4d64109f1e
revert v1.31 (when this was lib/libpcap/Makefile), the HAVE_PCC
...
is not any longer required since pcc understands gcc attributes
now
2011-09-15 17:59:45 +00:00
plunky
1803dc4bc8
when printing URL strings, don't use VIS_HTTPSTYLE, it does
...
not quite work as I expected.. just use VIS_CSTYLE
2011-09-15 17:52:53 +00:00
plunky
60e46d9178
when printing URLs, don't use VIS_HTTPSTYLE as it doesn't
...
really do what I expected.
2011-09-15 17:51:57 +00:00
reinoud
5ee4952c26
Re-implement pmap_zero_page() and pmap_copy_page() by using
...
mmap + memset/memcpy + munmap.
2011-09-15 17:44:13 +00:00
christos
d4800a215d
fix printf format strings
2011-09-15 16:25:17 +00:00
reinoud
12cc391547
Implement pmap_copy_page()! That was missing a long time!
2011-09-15 15:34:19 +00:00
reinoud
6f2183f037
Clarify pmap_copy's function as a dummy
2011-09-15 15:24:39 +00:00
reinoud
76f29c38b1
Cleanup pmap_extract(); no functional change
2011-09-15 15:20:17 +00:00
reinoud
6c2ee61718
Implement pmap_unwire(); not seen it called yet though
2011-09-15 15:08:51 +00:00
reinoud
f52cc8bb37
Remove temporary the optimalization code of pmap_remove_all() until the
...
suspected pmap problems are fixed/found.
2011-09-15 15:02:35 +00:00
reinoud
d0843f465d
On entering an entry to pmap, activate the entry directly if adding to an
...
already active pmap.
2011-09-15 14:55:23 +00:00
christos
a2221b9cd5
add the reentrant function tests (copies of the non-reentrant one).
2011-09-15 14:51:06 +00:00
reinoud
e9b623c601
Only activate pages that are in active pmaps
2011-09-15 14:45:22 +00:00
christos
d1e409fc48
add c99 initializers.
2011-09-15 12:50:00 +00:00
christos
ae210ffce4
fix typo, revert to previous version
2011-09-15 12:32:30 +00:00
reinoud
ac407d69d7
Adjust default parameters
2011-09-15 12:28:24 +00:00
reinoud
6a2055af55
Move to dprintf_debug() too
2011-09-15 12:26:51 +00:00
reinoud
8fb07d9b54
Move to dprintf_debug()
2011-09-15 12:25:25 +00:00
reinoud
c077611cdc
Implement a dprintf_debug() analog to aprint_debug() but printing it to stderr
...
using vdprintf() to bypass the kernel buffer. It is currently printing only on
the -x boot flag but might get a more specific one since its quite verbose!
2011-09-15 12:23:51 +00:00
wiz
72e0f90c3f
Remove trailing whitespace. Bump date for previous.
2011-09-15 12:01:18 +00:00
blymn
d3c541783a
- Make mvderwin work as per the SUSv2 specification and other curses
...
implementations.
2011-09-15 11:58:05 +00:00
blymn
6f8e29ad78
- Add erase and kill to the terminal attributes so we can test
...
fetching them
- Remove functions from the input_functions array that don't really do
input
- Re-enable the reporting of poll events after a function call
- Check that the return_type from the slave matches the expected one
- If verbose then print out the byte streams being compared in
validate_byte
- When reporting a length mismatch during a byte validation, report
the actual lengths.
2011-09-15 11:53:12 +00:00
wiz
5f13296f84
Wording, from Snader_LB.
2011-09-15 11:52:09 +00:00
mbalmer
53d80c937c
Bump (c) year.
2011-09-15 11:46:32 +00:00
blymn
f47c5ad589
- add support for getparyx and getyx calls
...
- allow a NULL pointer to be returned to the director
- add support for passing back a single chtype character
- fix some indentation
- fix a lot of curses command calls that were just plain wrong
- don't try to allocate storage for a NULL parameter, it doesn't need it
2011-09-15 11:46:19 +00:00
blymn
82260c6d75
Remove the beep test for the moment, the return code does not conform
...
to SUSv2. An update to the slave code will break this test until
beep() is fixed but that will require a major bump on the libcurses
library due to the interface change which is being deferred until all
the tests are done and all the interface changes can be batched up.
2011-09-15 11:36:43 +00:00
he
e2734790d2
#ifdef on __vax__ one more place, to avoid reference to tanf() for vax.
2011-09-15 11:05:50 +00:00
wiz
369bd71deb
Consistently spell MS-DOS with a hyphen. From Snader_LB.
2011-09-15 09:44:59 +00:00
wiz
4285677d6b
Add argument in options table. Resize to fit.
2011-09-15 09:40:57 +00:00
wiz
826f78a987
Mark file argument(s) as being optional (as does the usage message
...
from fold.c, which is correct); minor spelling correction; note
`width' as being an argument to `-w'; reference fmt(1) in `SEE
ALSO' section.
From Snader_LB.
2011-09-15 09:39:57 +00:00
wiz
19ea2ccd09
Various fixes, mostly missing words or letters.
2011-09-15 09:14:54 +00:00
christos
7efa108354
add h{create,destroy,search}_r
2011-09-14 23:37:32 +00:00