christos
3bd256e4ec
Avoid buffer overflow. Inspired by a FreeBSD BUGTRAQ security advisory.
...
It should not really matter because we don't install top setgid kmem.
2000-11-02 15:28:51 +00:00
ragge
78e81aa036
Remove unused define.
2000-11-02 14:48:51 +00:00
tsubai
2fe4478f19
Don't assume 12x22 font.
2000-11-02 14:25:51 +00:00
pk
f71476a62f
Introduce ST_Q_ERASE_NOIMM, a quirk indicating that the device rejects
...
an ERASE command with the `Immed' bit on.
Use it on the VIPER 21247 & 21531.
2000-11-02 13:34:59 +00:00
pk
e4958f1fe6
Prevent printing sense information twice.
2000-11-02 13:12:58 +00:00
msaitoh
d254039699
Add support stacktrace when a function contains "mov #n,r3; sub r3,r15"
2000-11-02 13:08:25 +00:00
itojun
c1a719c0e4
visit gettext
2000-11-02 12:32:04 +00:00
itojun
731744bcc2
avoid possible align issue
2000-11-02 12:28:45 +00:00
itojun
9b55c15642
[13]des fix for big endian machines. from: shigeru@iij.ad.jp
2000-11-02 12:25:01 +00:00
itohy
344f9b7b00
Set the default line discipline to t_linesw, rather than just NULL it.
2000-11-02 12:00:49 +00:00
itohy
486a58959c
Adapt to the new line discipline scheme.
2000-11-02 11:00:53 +00:00
itojun
c070a07602
supply _nl_msg_cat_cntr, just to make gettext.m4 happy. sync with citrus.
...
(I do not get gettext.m4's approach here)
2000-11-02 10:24:48 +00:00
mbw
25555e2770
prep: point to ZTerm as a MacOS terminal emulator
...
point out that some MacOS ftp programs default to ASCII mode
OF 2 systems reset real-base to default when booted into macos
install: add info on how to get OF to always boot
also mention that users may need to remove non-apple hardware
to get their systems to boot (in extreme cases)
2000-11-02 08:20:27 +00:00
mbw
b7479f6fa7
added macppc- and sparc-specific conditionals and included a few important
...
details about each
2000-11-02 08:14:56 +00:00
msaitoh
5bf3b4ba22
regen
2000-11-02 07:16:16 +00:00
msaitoh
24429db457
add support:
...
MELCO LPC2-TX
Telecom Device TCD-HPC100
MACNICA ME1-JEIDA
2000-11-02 07:15:43 +00:00
msaitoh
41cfcbebb0
Fix two bugs.
...
- Doesn't fail ne_pcmcia_attach() if ne_pcmcia_ax88190_set_iobase() failed.
- Check whether LIOBASE register is writable or not (dirty hack!).
Fix PR. 11285
2000-11-02 07:04:46 +00:00
enami
08810e4e74
Make this file compile again.
2000-11-02 06:57:01 +00:00
oster
ba5bfcf115
Update to note obtaining kernel from RAID 1 set on pmax and alpha
...
architectures.
2000-11-02 03:34:08 +00:00
thorpej
29b685b9f0
Introduce a way for boot programs to modify the behavior of
...
bootp(). Add a BOOTP_PXE flag which causes bootp() to send
"PXEClient" in the DHCP class field.
Derived from similar code in FreeBSD.
2000-11-02 03:22:23 +00:00
taca
6a3b366a8c
Patch from the ISC DHCP CVS repository, fix dhclient problem,
...
"Re: dhclient still taking up 95% of CPU" in current-users:
: Fix for bug #416 : If a server hands dhclient an insanely large
: lease time, select() can get passed a too-large timeout, causing it
: to return EINVAL. This fix restricts the select() timeout to one day.
2000-11-02 03:14:21 +00:00
taca
e3e05b89d4
Patch from the ISC DHCP CVS repository:
...
: Tweak omapi_protocol_connect() so that authenticators are sent in the
: proper order.
2000-11-02 03:14:02 +00:00
lukem
16ce1f0bab
fix bad quoting in .Dl .. .Ic lines when using other formatting (e.g, Ar)
2000-11-02 01:37:46 +00:00
eeh
8a34e7f235
Bump the kernel version cause we changed the line disciplines interface.
2000-11-02 01:15:12 +00:00
christos
d2765ed72b
PR/11361:Matthias Buelow: Apply patch1 from pdksh site.
...
- set -x dumps core (shf.c);
- output of "jobs" command is filled with ^A characters (jobs.c);
- "typeset -r foo=bar" fails saying foo is readonly (var.c).
2000-11-02 01:10:08 +00:00
itojun
ef14cfbe4b
build framework for GNU gettext. will be overridden whenever
...
Todd's BSD licensed gettext implementation comes in.
2000-11-02 01:09:01 +00:00
thorpej
7c2615290b
Add support for MS-DOS file system, but don't enable it by
...
default -- the resulting binary is too large, and thus does
not work.
2000-11-02 01:02:07 +00:00
pk
9c058471c3
Remove useless check for SDEV_MEDIA_LOADED from st_read_block_limits().
...
This command should work whether or not media is present in the device.
2000-11-02 00:56:59 +00:00
pk
3867a66a9a
* In st_touch_tape(), don't bail out if the MODE SELECT fails since we are,
...
after all, probing the device for acceptable parameters.
* In st_loadquirks(), copy mode-specific quirks from the quirk table
to `st_softc'; otherwise all such quirks save ST_Q_FORCE_BLKSIZE are ignored.
2000-11-02 00:52:15 +00:00
eeh
8c3f6a0d10
Adapt to new line discipline scheme.
2000-11-02 00:37:56 +00:00
eeh
5d8e9b343a
Adapt to the new line discipline scheme.
2000-11-02 00:35:04 +00:00
thorpej
abf350ddcf
Sprinkle some const -- gets things out of the .data segment, which
...
is important in the i386 boot blocks (grmumble).
2000-11-02 00:34:51 +00:00
eeh
bc7363329c
Adapt to new line discipline scheme.
2000-11-02 00:26:35 +00:00
thorpej
904d7ceb3c
Add a standalone MS-DOS file system reader package, lifted
...
from FreeBSD, and modified use NetBSD's already-existing
MS-DOS file system data structure definitions, rather than
defining our own.
2000-11-02 00:25:05 +00:00
eeh
b43f8c30e4
pmap_growkernel() needs to return the new end of kernel.
2000-11-02 00:24:05 +00:00
eeh
23a0c49039
Adapt to the new line discipline scheme.
2000-11-02 00:21:03 +00:00
eeh
507aaec04c
Adapt to the new line discipline scheme.
2000-11-02 00:01:44 +00:00
lukem
52e63ea477
- revert parts of previous
...
- use .Key instead of .Dq
- ``[kernel] [-as]'' is arguably better than ``[-as | kernel [-as]]''
- fix typo noted by tv on the releng mailing list
2000-11-01 23:57:32 +00:00
eeh
9350b8913d
Adapt to new line discipline scheme.
2000-11-01 23:57:14 +00:00
lukem
05cfcd7bcc
- for the example dhcp config, use .(disp .. .disp) instead of a huge .Dl
...
block, as we're not using any formatting codes in here.
improve the comments and formatting of the example
- use /etc/rc.d/dhcpd restart as the example for how to restart the
dhcp server on a 1.5 box.
2000-11-01 23:55:39 +00:00
eeh
2a860a3de9
Adapt to the new line discipline scheme.
2000-11-01 23:54:57 +00:00
eeh
d85adca51f
Make line disciplines modular so they can be added or removed dynamically.
2000-11-01 23:51:38 +00:00
eeh
7607061e3f
Add support for named line disciplines.
2000-11-01 23:48:34 +00:00
eeh
48a167c784
Add TIOC[SG]LINED to handle symbolic line discipline names.
2000-11-01 23:46:55 +00:00
eeh
283789aa87
Change line discipline to a pointer rather than an array index for
...
modularity.
2000-11-01 23:38:57 +00:00
lukem
a7a7cef6ad
- revert part of previous: .Key is a macro defined in ../common/macros,
...
and it does work, so use it instead of .Dq for key names.
- use .Ic instead of .Nm for `external' commands (i.e, not those being
specifically described by this document)
2000-11-01 23:35:23 +00:00
eeh
5d73d71676
Fix modf() (I hope. Can't be any worse than the old version.)
2000-11-01 23:32:41 +00:00
simonb
a2358fe791
Remove some debugging cruft in the removal of user home directories
...
accidently left in from revision 1.25.
2000-11-01 22:35:30 +00:00
simonb
dc598d2a0c
Run a "chmod -R u+w <newhomedir>" after copying files from skeldir.
...
Noted by Hubert Feyrer in private mail.
2000-11-01 22:29:10 +00:00
simonb
2ad83f6dcf
Don't let usage messages wrap around on an 80 column terminal.
...
Problem noted by Hubert Feyrer in private mail.
2000-11-01 22:18:22 +00:00