obrien
2f0dd791ee
Fix conflicts.
...
This brings revs 1.2 (-fformat-extensions) and 1.3 (printf0())
into EGCS 1.1.2.
1999-08-27 10:01:05 +00:00
obrien
426fcb8f55
Fix conflicts.
1999-08-27 09:36:15 +00:00
yokota
07f04c3d8d
- Retain the previous vty and history buffers when setting up
...
the graphics mode. This was the behavior prior to syscons.c
rev 1.278, but broken in scvidctl.c rev 1.1.
1999-08-27 09:20:41 +00:00
yokota
5b04d658f2
- Set the correct value to va_line_width while in the ioctl
...
FBIO_SETLINEWIDTH.
1999-08-27 09:19:50 +00:00
yokota
3dc85a90a7
- Ouch! Do not assume the VESA BIOS will preserve the upper 16 bits
...
of EAX and EBX.
1999-08-27 09:18:42 +00:00
sheldonh
0e8ead5c97
Add `-i'' option, which is the same as
`-''. The -i option is the
...
recommended option in the manpage, but the - option remains for
backward compatibility and is documented as such.
PR: 13363
Reported by: James Howard <howardjp@wam.umd.edu>
Reviewed by: bde
1999-08-27 08:59:32 +00:00
ru
5fed2c0cfa
Don't install /etc/manpath.config.sample.
1999-08-27 08:43:58 +00:00
peter
f998391e21
A few style changes (fixes hopefully) and some more tidying up. Fix (?)
...
the volatile cast warnings.
1999-08-27 08:32:54 +00:00
julian
397a45108d
Remove some vestiges of devfs direct calls.
1999-08-27 08:31:20 +00:00
jkh
72d5ca324f
I misunderstood the failure mode - revert BINMODE to 4554. I'm still
...
going to remove ppp from the installation options in 5 days if ppp is
still broken, however, as it hasn't worked at installation time
for several weeks now and it's only causing people to fill my mailbox
with questions.
1999-08-27 07:47:17 +00:00
roger
74c7494ba1
'build' calls 'stage1'
...
The check for the exit status of the 'stage1' script was broken.
Change "X$?" != "X0" to "X?" != "X0"
1999-08-27 07:41:25 +00:00
julian
a0797ab43e
Add PHK's make_dev() into more places where DEVFS used to be
...
hooked in directly.
Alpha change checked by: Matthew Jacob <mjacob@feral.com>
i4b ISDN changes checked by: Udo Schweigert <ust@cert.siemens.de>
and Hellmuth Michaelis <hm@hcs.de>
PC98 changes checked by: Takahashi Yoshihiro <nyan@FreeBSD.org>
1999-08-27 07:26:26 +00:00
peter
ef5c098b80
Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).
...
Slight tidy up while here.
1999-08-27 06:53:34 +00:00
jkh
e7fac5b9a5
Fix a typo.
...
Reported by: Terry Jones <terry@cliffs.ucsd.edu>
1999-08-27 06:25:37 +00:00
jkh
cb170f6ffd
I don't know who decided that an install mode of 4544 was correct, but
...
for a binary it's far from it. This is why sysinstall is unable to run
ppp at startup time and causing weirdies in -current.
1999-08-27 06:01:27 +00:00
brian
adcdd2a153
Rebuild the list of interface numbers to names if we're trying
...
to evaluate an interface number that didn't previously exist.
1999-08-26 20:01:20 +00:00
jlemon
9e654e1019
Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible to
...
discover the size of the TCB hashtable on a running system.
1999-08-26 19:52:17 +00:00
nik
c3f2c4e2a9
Handle the new Makefile infrastructure in the doc/ repository.
...
Set ALLLANG to install all the languages, otherwise set DOC_LANG
to just the languages (and encodings) you want to install.
Default to building the html-split (lots of small HTML files, with
links to go between them), html (one big honking HTML file), and plain
text versions of the documentation. Does not compress any of the docs
prior to doing the installation.
Testing and feedback: Jack O'Neill <jack@germanium.xtalwind.net>,
Cockups and typos: nik
1999-08-26 19:50:14 +00:00
nik
17f618a95d
Pull the FDP maintained documents (that's the FAQ, the Handbook, the
...
tutorials, and all the language translations thereof) out of here. They
still install here, but the installation routine in doc/ sorts that
out.
1999-08-26 19:48:39 +00:00
roger
2e56906b46
Sync with -stable version
1999-08-26 18:36:36 +00:00
roger
77d8ff89a2
Comment out references to ssh to allow builds to complete.
1999-08-26 17:58:58 +00:00
dima
0646c68b02
Don't follow symlinks on coredumps.
...
Reviewed by: dillon && security-officer
1999-08-26 17:32:48 +00:00
sheldonh
ff03d3b520
Don't suggest sysctl(8) as a means for discovering what filesystem types
...
are available; suggest lsvfs(1) instead.
Reported by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-08-26 16:47:03 +00:00
nsayer
fc7337e0f6
1. Add support for months and years in relative time spec (now + 1 year)
...
2. Rip out dateadd() and re-do the plus operator handler to use mktime()
instead (per wollman).
Reviewed by: wollman
1999-08-26 16:18:38 +00:00
phk
ce56d23f4a
VALIASED doesn't exist any more.
1999-08-26 15:49:54 +00:00
roger
7f8de05700
Update so it applies cleanly
1999-08-26 15:17:24 +00:00
roger
48980afdc0
Update patch so it applies cleanly
1999-08-26 15:13:00 +00:00
phk
591c94d4c6
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
...
Make the alias list a SLIST.
Drop the "fast recycling" optimization of vnodes (including
the returning of a prexisting but stale vnode from checkalias).
It doesn't buy us anything now that we don't hardlimit
vnodes anymore.
Rename checkalias2() and checkalias() to addalias() and
addaliasu() - which takes dev_t and udev_t arg respectively.
Make the revoke syscalls use vcount() instead of VALIASED.
Remove VALIASED flag, we don't need it now and it is faster
to traverse the much shorter lists than to maintain the
flag.
vfs_mountedon() can check the dev_t directly, all the vnodes
point to the same one.
Print the devicename in specfs/vprint().
Remove a couple of stale LFS vnode flags.
Remove unimplemented/unused LK_DRAINED;
1999-08-26 14:53:31 +00:00
phk
2c6415fbf9
Initialize the dev->si_bsize fields.
...
Submitted by: tegge
Reviewed by: phk
1999-08-26 14:46:10 +00:00
joerg
034439b432
. mention the existence of various flags in the synopsis, so it's more
...
obvious to the casual reader
. add flag 0x80 description
1999-08-26 13:41:43 +00:00
roger
74f029a93f
Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZE
...
Suggested by: Alan Cox
1999-08-26 11:11:48 +00:00
obrien
ad6db0c2d6
This commit was generated by cvs2svn to compensate for changes in r50397,
...
which included commits to RCS files with non-trunk default branches.
1999-08-26 09:30:50 +00:00
obrien
0bedf4fb30
Virgin import of gcc from EGCS 1.1.2
1999-08-26 09:30:50 +00:00
dfr
b5506bbe0f
Fix DMA macros to work on alpha.
1999-08-26 08:41:41 +00:00
dfr
dfff9dd881
Don't schedule the next transaction if the pipe is being aborted.
1999-08-26 08:40:55 +00:00
tg
da827dcea3
Make the behaviour of `read -e', ie. treating backslashes as special,
...
the default. Add -r option for the read builtin to reverse this.
PR: 13274
Reviewed by: cpiazza, hoek, sheldonh
1999-08-26 08:16:27 +00:00
brian
945ebc8846
Aligh mbufs to sizeof(long), not 4
1999-08-26 06:37:53 +00:00
wpaul
8a53007bfd
Properly re-enable the transmitter in the TX error handler.
1999-08-26 05:31:53 +00:00
wpaul
770a5a6eae
Handle buses with multiple PHYs correctly.
1999-08-26 05:30:33 +00:00
grog
1bfa323b06
Change asf function to use the new name of the list in kern_linker.c.
...
See revision 1.35 of sys/kern/kern_linker.c.
1999-08-26 04:01:37 +00:00
grog
6cb95ba779
read_drive: Remove references to vp->v_lastr, which is going away.
...
Reviewed-by: dillon
1999-08-26 03:27:21 +00:00
grog
f94d5d264d
complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't have
...
changed, but we've seen some weird cases of b_iodone
being NULL, and they don't make any sense.
Suffered-by: Bernd Walter <ticso@cicely.de>
1999-08-26 03:26:39 +00:00
grog
1c73eada88
config_plex: don't allocate a rangelock struct.
...
lockrange: correctly expand rangelock struct, including expanding a
null struct. Previously lockrange would attempt to lock a
NULL pointer under these circumstances.
Reported-by: Ian Freislich <iang@uunet.co.za>
1999-08-26 03:25:38 +00:00
grog
e225ec605b
Update and tidy descriptions of info -V.
...
Describe use of -w option with start.
Tidy up descriptions of scale factor suffixes.
1999-08-26 03:24:02 +00:00
mharo
5f9fd788f5
Add a verbose mode to show what files are being copied.
...
Idea taken from obrien.
Reviewed by: obrien
1999-08-26 02:44:56 +00:00
peter
b658a57c22
unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone
...
really dislikes this, we could add a switch to disable it at runtime and
check in popen.c.
1999-08-26 00:45:36 +00:00
peter
b9c4386c6d
Use .p2align to ensure consistant a.out/elf alignment. I'd have used
...
SUPERALIGN_TEXT, but this is inline assembler and after cpp has run.
Inspired by bde's comments on linux_locore.s.
1999-08-25 23:50:03 +00:00
peter
8858fe3aec
It would help if things that MUST be 32 bit aligned were really 32 bit
...
aligned. If I recall correctly, this is to ensure apic_imen can be
accessed in a single bus cycle. Also, use TEXT_ALIGN rather than a
.align 2 (which means 2 byte align on ELF and 4 byte align on a.out)
1999-08-25 23:42:02 +00:00
newton
8cce2a845a
Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linux
...
emulator.
Suggested by: bde
1999-08-25 22:55:56 +00:00
julian
dfe1d4fd90
Make a place to store the devfs hook for the block device, as the same
...
specinfo is used to identify both raw and block version sof a device.
1999-08-25 22:50:12 +00:00