drochner
624d9f505f
-actually reset the terminal emulator on close()
...
-add a callback to reset the terminal emulator by keyboard command
1999-01-14 11:40:58 +00:00
augustss
18ceacdd32
Add a reference to the USB documentation web site.
1999-01-14 11:07:44 +00:00
castor
b60cd4e18b
Remove bogus RCS Id.
1999-01-14 09:05:46 +00:00
castor
25c863649d
Allow MD setjmp.h to specify attributes for jmp_buf, so more
...
stringent alignment requirements can be satisfied.
1999-01-14 09:03:37 +00:00
fair
2f886b8bd6
mtio.4 no longer missing
1999-01-14 08:35:46 +00:00
fair
2693a8ecf7
Rip out the VAX-specific stuff.
...
Rip out the (old) copy of sys/mtio.h that passed for documentation
of the tape ioctls - if we're going to be that lame, just tell 'em
to UTSL. Some other brave soul will have to do the documentation of
each specific ioctl beyond the comments in that file.
Write text about generic UNIX tape handling, which sucks and probably
always will.
This puts PR#5698 to bed.
1999-01-14 08:31:08 +00:00
fair
7f1164dca1
Add reference to mtio(4).
1999-01-14 07:52:52 +00:00
lukem
f860489a38
remove "unused function yy_flex_realloc()" warning if using %options yylineno
1999-01-14 06:58:40 +00:00
fair
028004a8cc
Document worked over for mdoc(7) and [nt]roff problems; also corrected
...
a few spelling errors. It would be nice to get a reference (authors, title,
date) to the proper USB specification in the SEE ALSO section.
1999-01-14 06:29:18 +00:00
ross
5709f532d1
Random compile nits in BHADEBUG code.
1999-01-14 04:47:18 +00:00
cgd
ba831d2c43
update for present reality
1999-01-14 04:44:23 +00:00
cgd
f3c3f37dc8
update for ed split
1999-01-14 04:26:46 +00:00
thorpej
b29e386709
Domains are associated with protocol families, not address families.
1999-01-14 01:28:23 +00:00
thorpej
4b0e6bb4dc
Domains are associated with protocol families, not address families.
1999-01-14 01:16:55 +00:00
thorpej
54cabada51
Garbage-collect some straggling netimp stuff.
1999-01-14 01:14:01 +00:00
sommerfe
c09dbe4f28
Apply fix from PR2176, edited appropriately
1999-01-14 00:16:42 +00:00
sommerfe
d6797d8b82
Apply patch as found in PR1892
1999-01-13 23:55:26 +00:00
sommerfe
465d57ee26
Commit fix from PR1623
1999-01-13 23:41:29 +00:00
augustss
ab8c44f6d2
Remove two garbage characters in the table.
1999-01-13 23:14:33 +00:00
sommerfe
0c70fedcac
Allow modload to load symbols for use by DDB.
1999-01-13 23:07:30 +00:00
sommerfe
114c430bbb
Allow lkm's to include symbols for use by DDB.
1999-01-13 23:06:28 +00:00
thorpej
8f2d1414aa
Pull in ip_ipip.c if ipip | mrouting, and use needs-flags instead of
...
needs-count.
XXX This generates an NMROUTING in ipip.h, too, but that's harmless.
1999-01-13 23:02:48 +00:00
thorpej
98d3903da8
Use the count supplied to the pseudo-device attach routine to dynamically
...
allocate (once) the ipip_softc array; don't assume NIPIP contains the count.
1999-01-13 23:01:20 +00:00
hubertf
5cfd62b649
0 errors
...
1 error <- handle this exception in reporting error(s :-)
2 errors
3 errors
1999-01-13 21:00:16 +00:00
pk
de7b3f5492
Add `bus_space_subregion()' which was curiously missing.
1999-01-13 20:48:40 +00:00
pk
53c6ccd94d
Add `eccmemctl' entry.
1999-01-13 20:35:30 +00:00
drochner
4ce0dc1c12
enable wsconscfg + wsfontload
1999-01-13 19:43:41 +00:00
garbled
04739cc2af
Back out previous removal of BUGS section.
1999-01-13 19:17:14 +00:00
drochner
536eedcc4b
utility to download fonts to s wscons display device, currently only
...
useful for VGA
1999-01-13 19:02:34 +00:00
augustss
14dff70fa3
Fix transpostion in translation table for XT scan codes.
1999-01-13 18:38:26 +00:00
drochner
3b8254b9e8
add "ttyEcfg" (for display-global wscons configuration)
1999-01-13 17:41:44 +00:00
drochner
b43055f3fc
add a tool to add/delete virtual screens at runtime
1999-01-13 17:15:44 +00:00
drochner
23cfea8327
-implement new wscons font handling with separate download and selection
...
calls
-support use of 2 fonts simultanously; this costs the ability to
"highlight", ie to use the upper 8 colours
-define screen types "80x25bf" and "80x50bf" which use this ability
-add conditional code to deal with the weird mapping of pcvt's
supplemental fonts
1999-01-13 16:48:58 +00:00
drochner
58095dfd3b
change the way fonts are handled: now we have a display-global ioctl
...
to download fonts and a per-screen call to select a font
allows easier sharing of ressources in the display driver
change the parameters to the load_font driver vector to pass all
available font information
1999-01-13 16:21:02 +00:00
drochner
b50830062b
export functions to reset the emulator and the character mappings
1999-01-13 15:38:30 +00:00
drochner
2bfadc6a8d
add a hook for resetting the terminal emulator completely or partially
1999-01-13 15:30:59 +00:00
hwr
245b4ce93b
Add ldaps (ldap over ssl).
1999-01-13 13:32:22 +00:00
leo
7b74d44255
As Ignatios suggested:
...
Use CCB when dealing with a 68040 type MMU (for cache consistency).
1999-01-13 12:17:15 +00:00
christos
e79b8222a6
Put back modem control ioctl's
1999-01-13 11:55:20 +00:00
fair
59e43c6946
Revise text about filenames as suggested by Geoff Wing in PR#6366.
...
Add reference in SEE ALSO to RFC 1350
1999-01-13 11:16:57 +00:00
tsubai
2e6f16f3b8
Change image size to 1.5MB.
1999-01-13 10:54:16 +00:00
tsubai
20f9f55a10
* Remove strings.
...
* Enable sysinst.
1999-01-13 10:52:53 +00:00
fair
0a35ac96da
Correct documentation of /etc/nologin to note that it does not
...
apply to the superuser, per PR#6328.
Correct some nroff nits in the process.
1999-01-13 10:51:07 +00:00
tsubai
f0fd4bc1ff
Change "floppyinstfs" size to 1.5MB
1999-01-13 10:51:06 +00:00
augustss
79f94410b1
Back out previous fix and apply the patch from Nick Hibma the right way.
1999-01-13 10:33:53 +00:00
itohy
cd16d23d21
Make it compile again.
...
Use err(3) functions.
KNF
1999-01-13 10:23:40 +00:00
augustss
8d6f121902
Fixes from Nick Hibma.
1999-01-13 10:08:59 +00:00
ross
381f4410a7
Merge the alpha and i386 upgrade sections: .so ../common/upgrade
1999-01-13 09:59:22 +00:00
abs
1e21e1233b
Change 'from from' to 'from' in some comments
1999-01-13 09:25:59 +00:00
ross
47503cb65d
Makefiles for notes.
1999-01-13 08:42:54 +00:00