Commit Graph

63069 Commits

Author SHA1 Message Date
ru
74cb64b6e3 mdoc(7) police: bump document date for the previous delta, fix markup. 2001-08-07 13:40:07 +00:00
ru
8ff127c4d1 mdoc(7) police: markup nits. 2001-08-07 13:26:57 +00:00
ru
3e0a65b808 mdoc(7) police: we use .Va for sysctl(8) MIB variables. 2001-08-07 13:21:15 +00:00
ru
ca499176e7 mdoc(7) police:
- Added SYNOPSIS
- Removed HISTORY information from DESCRIPTION
- Removed whitespace at EOL
- Minor markup nits
2001-08-07 13:18:09 +00:00
ru
455fa12a5e mdoc(7) police: removed hard sentence breaks and trailing whitespaces. 2001-08-07 13:00:43 +00:00
rwatson
5a257de463 In preparation for MFC of sysinstall changes to edit /etc/ttys in
post-install config, reduce the potential confusion from the existence
of both configTTYs and configTtys by renaming configTTYs to
configEtcTtys.  While this is not a C naming conflict, it was probably
a poor choice of names on my part.
2001-08-07 12:48:17 +00:00
ru
94c8444bff More spelling fixes. 2001-08-07 12:47:57 +00:00
ru
a4fd0fda8f mdoc(7) police: sort xrefs. 2001-08-07 12:33:11 +00:00
nyan
57f485f211 Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372. 2001-08-07 12:23:47 +00:00
ru
559b28363c mdoc(7) police: markup nits. 2001-08-07 12:17:32 +00:00
ru
970dbf6792 dialog(3) -> dialog_noyes(3). 2001-08-07 12:13:22 +00:00
nyan
4c55ea3aef Merged from sys/dev/syscons/scterm-sc.c revision 1.16. 2001-08-07 12:10:17 +00:00
yokota
c6b371f4c3 Don't call wakeup() while we are in DDB. The patch was
developed by bde. I added the same check in one more place
where wakeup() might be called during the DDB session.
Submitted by: bde
2001-08-07 11:51:26 +00:00
mckay
685b561840 Spelling. 2001-08-07 11:09:17 +00:00
tg
f687f50f40 Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'. 2001-08-07 11:09:15 +00:00
markm
c085fb87f3 Fix some fractured english. The translators can ignore this. 2001-08-07 09:14:51 +00:00
dougb
679e75a886 Hopefully squish the problem of mm creating sendmail files in
the source tree once and for all.

Pointed out by: A cast of thousands

Reviewed by:	asmodai
2001-08-07 06:22:12 +00:00
jasone
63949b2167 Document sx_try_[sx]lock(). 2001-08-07 04:29:53 +00:00
mike
61b43289bc Constify, staticize, and set WARNS=2.
MFC after:	3 days
2001-08-06 23:20:06 +00:00
brooks
f9ede55677 Add PCI ID for Cisco Aironet 350 Series cards. The patch differs
slightly from the submitted one.

PR:		kern/29415
Submitted by:	Bob Fleck <rfleck@cigital.com>
2001-08-06 23:14:16 +00:00
mike
17d449d833 o Correctly define rcsid.
o Add consts where appropriate.
o Rename some variables that were shadowing global declarations.
o Remove register storage-classes.
o Make errmsg a const, so we can just set error messages instead
  of using sprintf/strcpy.
o Set WARNS=2

Reviewed by:	bde, des
2001-08-06 22:01:31 +00:00
kris
193081ce29 Recognise @option directives instead of falling through to the default
"unknown command" clause.

PR:	29262
2001-08-06 20:09:26 +00:00
scottl
14cfb24e8c Make AAC_COMPAT_LINUX optional once again.
Submitted by:	julian
2001-08-06 19:40:47 +00:00
ume
bba85c595a printed current sequence number of the SA. accordingly, changed
into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2
structure.  Also the output of setkey is changed.  sequence number
of the sadb is replaced to the end of the output.

Obtained from:	KAME
2001-08-06 19:40:01 +00:00
ume
eedd3a3c1d do not play too much trick with evaluation order. from netbsd
Obtained from:	KAME
2001-08-06 19:34:41 +00:00
ume
1d54313680 fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com>
Obtained from:	KAME
2001-08-06 19:32:47 +00:00
ume
befcdaafcd merged key_cmpsaidx_*.
Obtained from:	KAME
2001-08-06 19:31:13 +00:00
scottl
4a1d454d6d blah, fix missing commas in 'SEE ALSO' section. 2001-08-06 19:21:27 +00:00
scottl
87c5bb0f32 After confering with sheldonh, it was decided that the tuning section should
be renamed back to 'Tuning' and should be a subsection under 'Description'.
also make a few other minor tweaks.

Reviewed by:	sheldonh (in principal)
2001-08-06 18:16:46 +00:00
nate
e3b3402ade -Finished cleanup of old 'ThinkPad' comments that are no longer useful.
Reminded by:	bde
2001-08-06 16:04:39 +00:00
nsayer
a0659cc558 Now properly use logger's facility argument 2001-08-06 15:52:42 +00:00
jhb
13cb7bcaad Get the order of the sys/_lock.h and sys/_mutex.h headers right. 2001-08-06 14:25:35 +00:00
green
24f93ae30c Previously, the ELF linker would always just store the pointer to a
filename passed in via the module loader functions in the GDB
"sharedlibrary" support structures.  This isn't good, since the pointer
would become stale in almost every case (not the pre-loaded case, of
course).

Change this to malloc()ed copy of the string and finally fix the reason
that gdb -k's "sharedlibrary" command stopped working.

Obtained from:	LOMAC/FreeBSD (cf. NAI Labs)
2001-08-06 14:21:57 +00:00
ru
8b6caab70e Fixed one more breakage introduced in 1.103 cleanup.
ICMP types were reported incorrectly:

# ipfw add allow icmp from any to any icmptypes 0,8

PR:		bin/29185
Submitted by:	Mike Durian <durian@boogie.com>
2001-08-06 13:03:38 +00:00
dfr
47181ded6e Make this compile again. 2001-08-06 12:52:55 +00:00
dfr
5840e1c878 Remove usage of nonexistent vm_mtx. 2001-08-06 12:52:17 +00:00
nik
68d8bc3d8f Note that the doc collection is not branched. 2001-08-06 06:52:24 +00:00
chris
63e9e0d508 Remove the fildesc_clone() function and its associated unnecessary code.
It didn't implement the proper /dev/fd functionality (which would be to
include in the directory listing /dev/fd/n if the process has fd n open)
anyway.

Anything needing access to /dev/fd/n where n > 2 can use the optional
fdescfs module, which implements this properly and does not cause any
trouble with devfs.

Discussed with:	phk
2001-08-06 05:56:33 +00:00
dd
ae4ec184a3 Remove old blurb about BIND being updated to 8.2.3. 2001-08-06 05:26:06 +00:00
dd
cd8024188d Note MFC of BIND 8.2.4. 2001-08-06 05:25:15 +00:00
scottl
8829ec1b15 Put the linux compat ioctl interface on death row. Add FreeBSD
definitions of all of the ioctls, plus round out all ioctl definitions to
match what exists for linux.  Allow ioctls to be called through either the
native or linux interface, though no apps exist (yet) that can take
advantage of native calling.
2001-08-06 04:34:47 +00:00
scottl
22cd5ab916 Missed this one in my 80-column sweep. 2001-08-06 03:52:40 +00:00
kris
a57beb7dc6 Don't do unsafe activities inside signal handlers. Just set a flag and
return.

Obtained from:	OpenBSD
Reviewed by:	audit
2001-08-06 03:19:22 +00:00
jake
1000b412fa Handle dmmu protection faults as well as misses. Enable tracking of
the modify and reference tte bits.  Implementing allocating of tsb pages.
Make tsb_stte_lookup do the right thing with the kernel pmap.
2001-08-06 02:34:20 +00:00
jake
d9ef351932 Add page fault and high level tsb miss handlers. 2001-08-06 02:32:38 +00:00
jake
20fa2f356a Handle switching switching mmu contexts and mapping the new primary tsb.
Rework some register usage and code placement.  Comment.
2001-08-06 02:31:30 +00:00
jake
2542888732 Save the primary mmu context around calls to the prom, and install
nucleus context.  The prom runs at trap level 0, so there's no
implicit nucleus context and we have to force it.
2001-08-06 02:29:13 +00:00
jake
153c9eb8bd Remove some debug code. 2001-08-06 02:27:59 +00:00
jake
c5f1149abf Handle managed and unmanaged mapping better. Allocate an vm object for
the tsb pages.
2001-08-06 02:27:34 +00:00
jake
cb6efa529d Add trap handlers for dmmu faults from user mode, and for faults from
accessing user address space in kernel mode.
2001-08-06 02:26:04 +00:00