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
mlelstv
b44bbb30f5
There is no code left that uses disk size data, so don't query it.
...
This also failed when querying the simulated block device from mfs.
Fixes PR kern/42782.
2010-02-11 00:06:16 +00:00
martin
dd8b03031c
fix includes
2010-02-10 23:33:56 +00:00
skrll
6abd7610a4
Remove accidental commit.
2010-02-10 22:25:08 +00:00
martin
9b40c0f8c3
Utility function to lookup a symbol value in an elf symbol table - allows,
...
for example, a bootloader to access symbols in the just loaded kernel
(or module).
2010-02-10 21:54:47 +00:00
skrll
1caeee472f
Oops. Whitespace in previous.
2010-02-10 20:54:46 +00:00
skrll
4b1317e9f2
Remove a cast by fixing a printf format.
2010-02-10 20:52:35 +00:00
skrll
cad999ae76
Reformat a comment.
2010-02-10 20:51:23 +00:00
skrll
5489478973
Minor tweaks.
2010-02-10 20:49:58 +00:00
skrll
4b4ac775d2
Use Debugger instead of hand crafted asm.
2010-02-10 20:45:35 +00:00
skrll
a0bd4386a7
G/C CONADDR
2010-02-10 20:44:14 +00:00
skrll
efe63ed972
Replace a magic constant with a define.
2010-02-10 20:39:04 +00:00
skrll
82b466e11e
Don't panic if bus_space_map fails. Just report the error and return.
2010-02-10 20:33:27 +00:00
skrll
05bd95a602
Whitespace.
2010-02-10 20:32:34 +00:00
skrll
17548300ae
Wrap long lines.
2010-02-10 20:32:02 +00:00
tonio
929c4a4334
Fix typo in TEMPer comment, spotted by Patrick Welche
2010-02-10 19:54:36 +00:00
drochner
dd64f9a8aa
add some more mappings from punctuation and accented characters to
...
more or less adequate replacements in the builtin IBM character set
2010-02-10 19:45:30 +00:00
drochner
265bc2e92c
Allow big parts of the vt100 emulation code (what is in
...
wsemul_vt100_subr.c) to be used by alternative terminal emulators
(which are not in-tree yet but can be loaded as LKMs).
For this, split out that part of the state structure which is used
by the sharable code and include that in the original vt100 state.
This is only a query-replace and sed(1) job for now, it makes sense
to rearrange things a bit so that even more code can be changed --
will do so later.
2010-02-10 19:39:39 +00:00
skrll
3d59e3d43a
Use __arraycount
2010-02-10 17:00:45 +00:00
roy
594ee076bc
Convert to terminfo so we compile.
2010-02-10 14:48:26 +00:00
roy
eae295f613
We need to cap reset_file/init_file.
2010-02-10 10:34:59 +00:00
roy
8cfe7bba8c
Tidy defs.
2010-02-10 10:34:31 +00:00
roy
416b512efb
Constify cat argument and tidy.
2010-02-10 10:33:45 +00:00
wiz
3bb55b2e45
Use comma in serialization instead of dot.
2010-02-10 07:38:09 +00:00
snj
c8e910afea
Some markup and capitalization nits, from Bug Hunting in PR misc/40062.
...
While here, give xdm its own subsection instead of awkwardly lumping it
in with the rc.conf section.
2010-02-10 03:38:22 +00:00
pooka
7f21db1c01
rumpusbhc is now ugenhc
2010-02-10 02:31:00 +00:00
pooka
d444f29418
Rename rumpusbhc to ugenhc, as that better describes what it does.
...
(the full component name is rumpdev_ugenhc)
2010-02-10 02:26:23 +00:00
pooka
ee03580145
The first step to having cd work is to remember to attach it and
...
go "devfs" on it.
2010-02-10 02:08:34 +00:00
cnst
a6684e3ed5
mention aibs(4); suggested: pgoyette;
2010-02-10 01:40:24 +00:00
jym
68ab1c6897
To properly account for the total number of pages allocated for PDP, use
...
PDP_SIZE, as PAE (i386) requires 4 pages instead of 1.
2010-02-10 00:39:30 +00:00
jym
7a73ba3497
Wrap a comment; add a space after a comma to another (align with next line)
2010-02-09 23:52:13 +00:00
jym
25df75469b
Use roundup2() instead of hardcoding the operation.
2010-02-09 23:47:10 +00:00
hubertf
d181448ea1
regen
2010-02-09 23:14:19 +00:00