bde
aff482e88f
Join continuation lines that fit in 80 columns after removal of __P(()).
2002-03-26 01:37:03 +00:00
bde
2c14ede5e3
Fixed some style bugs in the removal of __P(()). Some function parameter
...
lists were outdented to column 0.
2002-03-26 01:35:05 +00:00
bde
4941686e50
Added used include of <sys/sx.h>. Don't depend on namespace pollution in
...
<sys/file.h>.
2002-03-26 01:09:51 +00:00
bde
05400f476f
Added used include of <sys/sx.h>. Don't depend on namespace pollution in
...
<sys/file.h> or <sys/socketvar.h>.
2002-03-25 21:52:04 +00:00
obrien
1e153b6d04
Commit work-around for panics when mounting FS's that are auto-loaded as
...
modules (ie. procfs.ko).
When the kernel loads dynamic filesystem module, it looks for any of the
VOP operations specified by the new filesystem that have not been registered
already by the currently known filesystems. If any of such operations exist,
vfs_add_vnops function calls vfs_opv_recalc function, which rebuilds vop_t
vectors for each filesystem and sets all global pointers like ufs_vnops_p,
devfs_specop_p, etc to the new values and then frees the old pointers. This
behavior is bad because there might be already active vnodes whose v_op fields
will be left pointing to the random garbage, leading to inevitable crash soon.
Submitted by: Alexander Kabaev <ak03@gte.com>
2002-03-25 21:30:50 +00:00
nsouch
ecc9a88e1e
Fix bktr and pcf compilation with LINT
2002-03-25 21:22:35 +00:00
obrien
66959139eb
Don't background the sendmail-clientmqueue process -- can give:
...
sm-queue[181]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 1 not open: Bad file descriptor
2002-03-25 20:53:48 +00:00
obrien
6815d64f4f
Only use POSIX Awk features.
2002-03-25 20:32:24 +00:00
ru
9ff3e0dbcd
Back out revision 1.13 (addition of ipfilter includes). A proper
...
fix for the relevant world breakage was later committed in revision
1.20, and this now breaks -DNO_IPFILTER world.
2002-03-25 19:12:05 +00:00
arr
db4f882c76
- Recommit the securelevel_gt() calls removed by commits rev. 1.84 of
...
kern_linker.c and rev. 1.237 of vfs_syscalls.c since these are not the
source of the recent panics occuring around kldloading file system
support modules.
Requested by: rwatson
2002-03-25 18:26:34 +00:00
ache
693963da0d
Fix the case when high letters becomes missing from fold tables
...
for some locales
2002-03-25 16:06:12 +00:00
phk
33d488c8a4
Fix grammer in comment.
...
Submitted by: Engin Gunduz <engin@ripe.net>
2002-03-25 15:55:36 +00:00
ache
e87761a7cf
Fix the case when record separator is 'Z' letter
...
Sense high spaces for -d option too
2002-03-25 15:49:07 +00:00
nectar
8624a5ead1
Fix typo (missing paren) affecting KRB4 && KRB5 case.
...
Approved by: des
2002-03-25 14:55:41 +00:00
ache
9354df3c22
Remove double REC_D assignment
...
Cast REC_D optarg assignment to (u_char) to prevent out of bounds indexing
2002-03-25 14:22:31 +00:00
brian
a80a96a3d8
Fix a typo
...
Submitted by: dirk
2002-03-25 14:14:31 +00:00
phk
18a4c2c111
Modernize my email address.
2002-03-25 14:12:49 +00:00
phk
432db57cce
Modernize my email address
2002-03-25 13:53:46 +00:00
phk
811d04c86c
Modernize my email address.
2002-03-25 13:52:45 +00:00
phk
0078076cdd
Modernize my email-address.
2002-03-25 13:48:53 +00:00
nyan
5beeede622
Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.
2002-03-25 13:41:06 +00:00
nyan
6ca94509e4
Merged from sys/dev/syscons/syscons.c revision 1.379.
2002-03-25 13:34:37 +00:00
ru
856f433789
Upgrade to GNU texinfo 4.1.
2002-03-25 13:20:03 +00:00
ru
c8ceb16ae1
Update for GNU texinfo 4.1.
2002-03-25 13:16:33 +00:00
ru
40b7d6f0c0
Merge texinfo 4.1 changes onto the trunk.
2002-03-25 13:11:52 +00:00
ru
333ccbd459
Use stock (FSF) version of this file.
2002-03-25 13:10:59 +00:00
ru
6feb2c895f
This commit was generated by cvs2svn to compensate for changes in r93139,
...
which included commits to RCS files with non-trunk default branches.
2002-03-25 13:08:32 +00:00
ru
5500b59c45
Import of stripped down GNU texinfo 4.1
2002-03-25 13:08:32 +00:00
nyan
a0a7036a32
MFi386: revision 1.396
2002-03-25 13:03:14 +00:00
nyan
1a251b4481
Fix style.
2002-03-25 12:44:03 +00:00
ume
31c9c349f8
Corrected arguments to key_allocsa called from
...
{esp6, ah6}_ctlinput. Previous ones were uninitialized
auto variables, which were completely bogus.
Obtained from: KAME
MFC after: 1 week
2002-03-25 10:46:24 +00:00
pb
583a5ab329
Add forgotten flag in flag lists.
...
PR: docs/36267 (partial)
Submitted by: Thomas Quinot <thomas.cuivre.fr.eu.org>
2002-03-25 10:45:28 +00:00
ume
37ae60983d
3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>
...
Obtained from: KAME
MFC after: 1 week
2002-03-25 10:12:51 +00:00
mike
582c3c2fe1
Include <machine/limits.h> for definition of ULONG_MAX. Remove a
...
duplicate include.
2002-03-25 09:23:41 +00:00
mike
63d711b4d6
Include <machine/limits.h> for definition of ULONG_MAX.
2002-03-25 09:21:45 +00:00
obrien
d2961e7056
Fix kernel build.
2002-03-25 08:02:54 +00:00
mike
b1d120cfbf
Include <stdint.h> for definition of intmax_t and/or uintmax_t.
2002-03-25 05:23:45 +00:00
tmm
bd8de5c3a5
Add kern/syscalls.c, which is needed for some KTR traces in trap.c.
2002-03-25 05:01:05 +00:00
tmm
583691785f
Add missing includes for the KTRACE case.
2002-03-25 04:54:19 +00:00
tmm
b562cca381
Add missing declarations.
2002-03-25 04:53:18 +00:00
tmm
2cd706e7dc
Make this compile (submitted by jake), add a missing include.
2002-03-25 04:38:48 +00:00
tmm
ed02ae39ee
Remove second copy of iommu_decode_fault() which I accidentially added.
...
Pointy hat to: tmm
2002-03-25 04:34:52 +00:00
kuriyama
25b9aaaa01
MFen.
2002-03-25 03:31:19 +00:00
obrien
3465b70296
Remove a FMT that was buried in here.
...
I have no idea why the original committer even used it (in its KERNFORMAT
spelling) as there is no a.out version.
2002-03-25 03:27:09 +00:00
brooks
f9ddb022b3
Remote newly unused variable to unbreak LINT.
...
Pointy hat to: amorita
2002-03-25 02:55:34 +00:00
luigi
292f82a709
Add a few popular entries.
2002-03-24 21:13:53 +00:00
obrien
97d5f630ad
Remove the setting of 'FMT'. We now do ELF by default, so only bother
...
to increase the lenght of the command line if needed. The setting of FMT
also gets in the cross bootstrapping way for new platforms.
2002-03-24 17:45:46 +00:00
obrien
5db6e5fbad
MFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful
...
To commit it for real.
2002-03-24 17:42:06 +00:00
obrien
9df0f53dd9
'char *' can be a large entity now (on 64-bit platforms). Thus move it up
...
to make the example match the text requirements.
2002-03-24 17:02:16 +00:00
markm
ce8b8b8999
Add BSD sort to the build, now that GNU sort is gone.
2002-03-24 16:02:01 +00:00