Jonathan Lemon
6da3d6578b
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 Clayton
5916b53ae2
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 Clayton
c6f7f343c9
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 Hardiman
b32a0e48f8
Sync with -stable version
1999-08-26 18:36:36 +00:00
Roger Hardiman
06e96d9dea
Comment out references to ssh to allow builds to complete.
1999-08-26 17:58:58 +00:00
Dima Ruban
d44e415624
Don't follow symlinks on coredumps.
...
Reviewed by: dillon && security-officer
1999-08-26 17:32:48 +00:00
Sheldon Hearn
b84897d106
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
Nick Sayer
b6c989ff40
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
Poul-Henning Kamp
73fb8dcd42
VALIASED doesn't exist any more.
1999-08-26 15:49:54 +00:00
Roger Hardiman
15c3245acb
Update so it applies cleanly
1999-08-26 15:17:24 +00:00
Roger Hardiman
edeebf5897
Update patch so it applies cleanly
1999-08-26 15:13:00 +00:00
Poul-Henning Kamp
dbafb3660f
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
Poul-Henning Kamp
9c93810d2d
Initialize the dev->si_bsize fields.
...
Submitted by: tegge
Reviewed by: phk
1999-08-26 14:46:10 +00:00
Joerg Wunsch
0d87948161
. 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 Hardiman
e9509fb8fa
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
David E. O'Brien
f1a94e6381
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
David E. O'Brien
2a266d02ba
Virgin import of gcc from EGCS 1.1.2
1999-08-26 09:30:50 +00:00
Doug Rabson
50de873b59
Fix DMA macros to work on alpha.
1999-08-26 08:41:41 +00:00
Doug Rabson
22147525d2
Don't schedule the next transaction if the pipe is being aborted.
1999-08-26 08:40:55 +00:00
Thomas Gellekum
8f0561cc42
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 Somers
6fd578c435
Aligh mbufs to sizeof(long), not 4
1999-08-26 06:37:53 +00:00
Bill Paul
cbc20d30a5
Properly re-enable the transmitter in the TX error handler.
1999-08-26 05:31:53 +00:00
Bill Paul
2f0f7ef0a6
Handle buses with multiple PHYs correctly.
1999-08-26 05:30:33 +00:00
Greg Lehey
2de219e97f
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
Greg Lehey
4e72079195
read_drive: Remove references to vp->v_lastr, which is going away.
...
Reviewed-by: dillon
1999-08-26 03:27:21 +00:00
Greg Lehey
35b5051ab9
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
Greg Lehey
ca55837990
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
Greg Lehey
05da76e022
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
Michael Haro
4506e9078e
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 Wemm
1713064734
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 Wemm
399f34180a
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 Wemm
4a54450a9d
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
Mark Newton
776a8f98ee
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 Elischer
2a1be8333d
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
Rodney W. Grimes
d253d56215
Looks like I missed a little white space error, fixed.
1999-08-25 21:49:37 +00:00
Brian Somers
28f6cd8d9d
Fix some mdoc(7) style inconsistences
...
Submitted by: Alexey M. Zelkin" <phantom@cris.net>
1999-08-25 21:39:40 +00:00
Doug White
f10f160d82
Add -e option to usage().
1999-08-25 21:31:08 +00:00
Andrew Gallatin
a3af6eee5a
Mention our support of the xp1000 family
1999-08-25 21:14:03 +00:00
David E. O'Brien
2500e9a905
Don't getopt -M option and don't process it unless ENABLE_AMQ_MOUNT is on.
...
Obtained from: am-utils-6.0.1s11
1999-08-25 20:06:03 +00:00
Marcel Moolenaar
ae4ea3eed4
Use ALIGN_TEXT macro for alignment to avoid ambiguity.
...
Pointed out by: bde
1999-08-25 19:04:39 +00:00
Matt Jacob
2d712f3d8d
what is a devuce?
1999-08-25 18:05:52 +00:00
Sheldon Hearn
b68adff6b7
Style clean-up:
...
* All variables are now embraced: ${foo}
* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator
* All empty string tests now take the form:
[ -z "${foo}" ]
* All non-empty string tests now take the form:
[ -n "${foo}" ]
Submitted by: jkh
1999-08-25 16:01:45 +00:00
Marcel Moolenaar
4e0eaf6924
Fix linux_newlstat in that it doesn't return the attributes of its containing
...
directory. Also, update arguments of NDINIT for both newstat and newlstat.
While I'm at it, fix style bugs in all {s|ls|fs}tat syscalls.
Reported by: bde
1999-08-25 15:23:54 +00:00
Mitsuru IWASAKI
be2a6b0b43
Document apmd stuff.
1999-08-25 15:13:24 +00:00
Jordan K. Hubbard
9efde83904
Remove obsolete BUGS section which describes something which stopped
...
being relevant when we ripped out the BSD/VAX code.
Submitted by: Guy Harris <gharris@flashcom.net>
1999-08-25 14:38:58 +00:00
Dmitrij Tejblum
27ff174015
Declaration of strtouq() is not missing from stdlib.h, so don't redeclare
...
it.
1999-08-25 14:22:20 +00:00
Marcel Moolenaar
c85f67175f
Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means that
...
egid will be twice in the set and that setting cr_groups[0] will change egid.
This is simply solved by ignoring cr_groups[0]. That is; linux_getgroups does
not return cr_groups[0] and linux_setgroups does not touch it.
Noticed by: bde
Brought to my attention by: sheldonh
1999-08-25 14:11:01 +00:00
Marcel Moolenaar
296f7267f3
Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoleted
...
or not implemented'.
1999-08-25 13:17:05 +00:00
Poul-Henning Kamp
41d2e3e09e
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
1999-08-25 12:24:39 +00:00
Poul-Henning Kamp
a431597b25
Add a couple of missing but unimportant break; statements.
1999-08-25 11:44:11 +00:00