]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agosysvipc loadable.
alfred [Fri, 1 Dec 2000 08:57:47 +0000 (08:57 +0000)]
sysvipc loadable.

new syscall entry lkmressys - "reserved loadable syscall"

Make syscall_register allow overwriting of such entries (lkmressys).

23 years agoAdd reserved lkmressys keyword. I swear, this script will die the
alfred [Fri, 1 Dec 2000 08:47:54 +0000 (08:47 +0000)]
Add reserved lkmressys keyword.  I swear, this script will die the
next time I need to hack on it.

23 years agomdoc(7) police: fixed errors from the previous revision, keep
ru [Fri, 1 Dec 2000 08:17:15 +0000 (08:17 +0000)]
mdoc(7) police: fixed errors from the previous revision, keep
the synopsis in a nice form, and a few more cosmetic changes.

23 years agoimplement NOSTD syscall type, this creates the syscall args, but sticks
alfred [Fri, 1 Dec 2000 07:40:20 +0000 (07:40 +0000)]
implement NOSTD syscall type, this creates the syscall args, but sticks
a lkmnosys into the sysent table so that SYSCALL_MODULE() works

23 years agoTranslate alfred to english.
alfred [Fri, 1 Dec 2000 06:59:18 +0000 (06:59 +0000)]
Translate alfred to english.

Submitted by: bde

23 years agoThere is no src/contrib-crypto/ anything directory. So don't look for
obrien [Fri, 1 Dec 2000 06:34:44 +0000 (06:34 +0000)]
There is no src/contrib-crypto/ anything directory.  So don't look for
include files in subdirs of it.

23 years agoProtect access to p_stat with sched_lock.
jhb [Fri, 1 Dec 2000 06:34:19 +0000 (06:34 +0000)]
Protect access to p_stat with sched_lock.

23 years agoFix this slightly better by using NON_GPROF_RET instead of duplicating
jhb [Fri, 1 Dec 2000 05:29:21 +0000 (05:29 +0000)]
Fix this slightly better by using NON_GPROF_RET instead of duplicating
hard-coded asm.

Suggested by: bde

23 years ago- Add a hack for "psmintr: out of sync.." This is NOT a fix,
yokota [Fri, 1 Dec 2000 05:26:24 +0000 (05:26 +0000)]
- Add a hack for "psmintr: out of sync.." This is NOT a fix,
  but a hack! Add `flags 0x8000' to the psm driver to enable it.
  The psm driver will try to get out of out-of-sync situation
  by disabling the mouse and immediately enable it again.

If you are seeing this out-of-sync problem because of an
incompetent(?!) KVM switch, this hack will NOT be good
for you.  However, if you are occasionally seeing the
problem because of lost mouse interrupt, this might help.

23 years ago- Slightly rearrnage IntelliMouse Explorer and Logitech
yokota [Fri, 1 Dec 2000 05:24:30 +0000 (05:24 +0000)]
- Slightly rearrnage IntelliMouse Explorer and Logitech
  MouseMan+ identification routines for efficiency.
  No functional change.

23 years agoUse an mp-safe callout for endtsleep.
jake [Fri, 1 Dec 2000 04:55:52 +0000 (04:55 +0000)]
Use an mp-safe callout for endtsleep.

23 years agoUse msleep() instead of mtx_exit()/tsleep() so that we release the lock and
jhb [Fri, 1 Dec 2000 03:43:33 +0000 (03:43 +0000)]
Use msleep() instead of mtx_exit()/tsleep() so that we release the lock and
go to sleep as an "atomic" operation.

23 years agoDon't update p_stat in exit1() to SZOMB until after releasing the allproc
jhb [Fri, 1 Dec 2000 03:42:17 +0000 (03:42 +0000)]
Don't update p_stat in exit1() to SZOMB until after releasing the allproc
lock.  Otherwise, if we block on the backing mutex while releasing the
allproc lock, then when we resume, we will be at SRUN, and we will stay
that way all the way through cpu_exit.  As a result, our parent will never
harvest us.

23 years agoMention the MTU in ``show iface''.
brian [Fri, 1 Dec 2000 03:22:18 +0000 (03:22 +0000)]
Mention the MTU in ``show iface''.

23 years agoUse msleep instead of mtx_exit; tsleep; mtx_enter, which is not safe.
jake [Fri, 1 Dec 2000 02:18:38 +0000 (02:18 +0000)]
Use msleep instead of mtx_exit; tsleep; mtx_enter, which is not safe.

23 years agoChange doreti to take a trapframe instead of an intrframe.
jake [Fri, 1 Dec 2000 02:09:45 +0000 (02:09 +0000)]
Change doreti to take a trapframe instead of an intrframe.
Remove associated pushes of dummy units to convert frame.

Reviewed by: jhb

23 years agoCosmetique: don't use localized `date`
ache [Fri, 1 Dec 2000 01:58:48 +0000 (01:58 +0000)]
Cosmetique: don't use localized `date`

23 years agoSplit the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not
jhb [Fri, 1 Dec 2000 00:10:59 +0000 (00:10 +0000)]
Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not
depend on MUTEX_DEBUG.  The MUTEX_DEBUG option turns on extra assertions
and checks to verify that mutexes themselves are implemented properly.
The WITNESS option uses extra checks and diagnostics to verify that other
code is using mutexes properly.

23 years agoKill #define of DETACH_FORCE since it is now in card_if.m
imp [Thu, 30 Nov 2000 23:30:47 +0000 (23:30 +0000)]
Kill #define of DETACH_FORCE since it is now in card_if.m

23 years agoo Make comment match reality, synch code with comment.
rwatson [Thu, 30 Nov 2000 23:14:55 +0000 (23:14 +0000)]
o Make comment match reality, synch code with comment.
o In practice: the comment indicates that all but umask and
  environmental variables of the users login class are applied when su
  occurs, unless -m is used to specify a class.  This was incorrect;
  in practice, the uid, gids, resources, and priority were set, and
  then resources and priority were selectively removed.  This meant
  that some aspects of the user context were not set, including handling
  of login events (wtmp, utmp), as well as the path specified in
  login.conf.
o I changed it so that the behavior is the same, but instead,
  LOGIN_SETALL is used, and appropriate flags are removed, including
  the LOGIN_SETLOGIN and LOGIN_SETPATH entries that were implicitly
  not present before.  I also updated the comment to reflect
  reality, selecting reality as the "correct" behavior.
o This has the practical benefit that as new LOGIN_SET* flags are
  introduced, they are supported by su unless specifically disabled.
  For example, of a LOGIN_SETLABEL flag is introduced to support
  MAC labels determined by the user's login class, then su no longer
  has to be modified.
o It might be desirable to have su use LOGIN_SETPATH depending on
  its command line parameters, as it might or might not be
  considered part of the "environment".

Obtained from: TrustedBSD Project

23 years agoGet rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:
brian [Thu, 30 Nov 2000 23:08:36 +0000 (23:08 +0000)]
Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:
idletime[900]+earlyhup[5] > unitlength[60]!'' message.

23 years agoAdd missing && which absense stops 'make world'
ache [Thu, 30 Nov 2000 23:01:43 +0000 (23:01 +0000)]
Add missing && which absense stops 'make world'

23 years agoAdd some comments and $FreeBSD$
brian [Thu, 30 Nov 2000 22:24:51 +0000 (22:24 +0000)]
Add some comments and $FreeBSD$

23 years agoUpdate some misleading comments, empty ``set logout'', and add a
brian [Thu, 30 Nov 2000 22:22:09 +0000 (22:22 +0000)]
Update some misleading comments, empty ``set logout'', and add a
comment describing how to take advantage of telcos that give
free phone calls at certain times.

23 years agologin.conf: we don't want coredumps on picobsd
luigi [Thu, 30 Nov 2000 21:43:37 +0000 (21:43 +0000)]
login.conf: we don't want coredumps on picobsd
rc.conf: make the system recognise the MAC address and assign an IP
    automatically from /etc/hosts (or ask the user)
sshd_config: don't do x11 forwarding.

23 years agoUpgrade to 6.10
ache [Thu, 30 Nov 2000 21:38:37 +0000 (21:38 +0000)]
Upgrade to 6.10

23 years agoremove an undefined reference when no VLAN support is compiled in.
luigi [Thu, 30 Nov 2000 21:35:09 +0000 (21:35 +0000)]
remove an undefined reference when no VLAN support is compiled in.

23 years agoMake crunchgen aware of obj directories. Formerly it had
luigi [Thu, 30 Nov 2000 21:14:54 +0000 (21:14 +0000)]
Make crunchgen aware of obj directories. Formerly it had
/usr/obj hardwired in the code, now you can override it
with a command line option or MAKEOBJDIRPREFIX env. variable.
The above is useful to build picobsd-specific objects in some other
place than /usr/obj

While at it, fix documentation and change a few sprintf -> snprintf.

23 years agoThis file not present in 6.10
ache [Thu, 30 Nov 2000 21:07:50 +0000 (21:07 +0000)]
This file not present in 6.10

23 years agoo Add a comment to exec_check_permissions() to indicate that the
rwatson [Thu, 30 Nov 2000 21:06:05 +0000 (21:06 +0000)]
o Add a comment to exec_check_permissions() to indicate that the
  passed vnode must be locked; this is the case because of calls
  to VOP_GETATTR(), VOP_ACCESS(), and VOP_OPEN().  This becomes
  more of an issue when VOP_ACCESS() gets a bit more complicated,
  which it does when you introduce ACL, Capability, and MAC
  support.

Obtained from: TrustedBSD Project

23 years agoThis commit was generated by cvs2svn to compensate for changes in r69408,
ache [Thu, 30 Nov 2000 21:05:33 +0000 (21:05 +0000)]
This commit was generated by cvs2svn to compensate for changes in r69408,
which included commits to RCS files with non-trunk default branches.

23 years agoInitial import of slightly trimmed tcsh 6.10
ache [Thu, 30 Nov 2000 21:05:33 +0000 (21:05 +0000)]
Initial import of slightly trimmed tcsh 6.10

23 years agoonly call bwillwrite() to stall on IO when dealing with VNODEs otherwise
alfred [Thu, 30 Nov 2000 20:23:14 +0000 (20:23 +0000)]
only call bwillwrite() to stall on IO when dealing with VNODEs otherwise
we will stall on non-disk IO for things like fifos and sockets

23 years agoRevert the previous change to this file. We have to hardcode in the opcode
jhb [Thu, 30 Nov 2000 20:07:49 +0000 (20:07 +0000)]
Revert the previous change to this file.  We have to hardcode in the opcode
for return because we do Evil Things(tm) with a 'ret' macro in
asmacros.h.

Noticed by: markm

23 years ago This is a fix for a problem described in PR kern/19572. It was
alfred [Thu, 30 Nov 2000 20:04:44 +0000 (20:04 +0000)]
This is a fix for a problem described in PR kern/19572. It was
    recently discussed at -hackers. The problem is a null-pointer
    dereference that happens in kern/vfs_lookup.c when accessing ".."
    with a v_mount entry for the current directory vnode of NULL. This
    happens when a volume is forcibly unmounted, and the vnode for a
    working directory in the mounted volume is cleared.

PR: 23191
Submitted by: Thomas Moestl <tmoestl@gmx.net>

23 years agoDocument the mtxname keyword.
jhb [Thu, 30 Nov 2000 19:17:56 +0000 (19:17 +0000)]
Document the mtxname keyword.

Reviewed by: sheldonh

23 years agouse a oppurtunistic locking strategy with the uidinfo structures to avoid
alfred [Thu, 30 Nov 2000 19:15:22 +0000 (19:15 +0000)]
use a oppurtunistic locking strategy with the uidinfo structures to avoid
locking the global hash on each uifree()

make struct uidinfo only visible to the kernel

make uihold() a function rather than a macro to reduce bloat

swap the order of a spl/mutex to maintain consistancy

23 years agoRemove an unused variable.
gibbs [Thu, 30 Nov 2000 19:14:26 +0000 (19:14 +0000)]
Remove an unused variable.

Properly advance to the next image while searching for the ROM image
that contains CIS data.

KNF an if statement.

23 years agomake crfree into a function rather than a macro to avoid bloat because of
alfred [Thu, 30 Nov 2000 19:09:48 +0000 (19:09 +0000)]
make crfree into a function rather than a macro to avoid bloat because of
the mutex aquire/release

reorder struct ucred

23 years agoGet rid of a bogus mtx_exit (it was attempting to release an
mckusick [Thu, 30 Nov 2000 19:09:29 +0000 (19:09 +0000)]
Get rid of a bogus mtx_exit (it was attempting to release an
already released mutex).

Submitted by: "Chris Knight" <chris@aims.com.au>

23 years agoremove unneded sys/ucred.h includes
alfred [Thu, 30 Nov 2000 18:52:32 +0000 (18:52 +0000)]
remove unneded sys/ucred.h includes

23 years agoEliminate groff(1) warnings.
ru [Thu, 30 Nov 2000 18:39:57 +0000 (18:39 +0000)]
Eliminate groff(1) warnings.

23 years agoremove unneded sys/ucred.h include
alfred [Thu, 30 Nov 2000 18:34:08 +0000 (18:34 +0000)]
remove unneded sys/ucred.h include

23 years agoSet the proper bit in the howto flags for a serial console rather than
jhb [Thu, 30 Nov 2000 18:33:59 +0000 (18:33 +0000)]
Set the proper bit in the howto flags for a serial console rather than
setting the index of the bit.  (0xc vs. 0x1000)

23 years agoremove unneeded sys/ucred.h include
alfred [Thu, 30 Nov 2000 18:33:02 +0000 (18:33 +0000)]
remove unneeded sys/ucred.h include

23 years agoEliminate groff(1) warnings.
ru [Thu, 30 Nov 2000 17:06:28 +0000 (17:06 +0000)]
Eliminate groff(1) warnings.

23 years agoAdd support for probing the keyboard from pxeboot which will behave
ps [Thu, 30 Nov 2000 14:55:10 +0000 (14:55 +0000)]
Add support for probing the keyboard from pxeboot which will behave
exactly the same as passing -P to boot2.

Submitted by: jhb

23 years agoFormat string paranoia. This should avoid potential buffer overflows from
will [Thu, 30 Nov 2000 13:56:19 +0000 (13:56 +0000)]
Format string paranoia.  This should avoid potential buffer overflows from
user input (in its ever-broadening definition).

Obtained from: NetBSD

23 years agoAdd more environment variables to be filtered through scrub_env().
asmodai [Thu, 30 Nov 2000 13:14:54 +0000 (13:14 +0000)]
Add more environment variables to be filtered through scrub_env().
Synched from normal telnet.

23 years agoString paranoia fix. Synched from normal telnet.
asmodai [Thu, 30 Nov 2000 13:10:01 +0000 (13:10 +0000)]
String paranoia fix.  Synched from normal telnet.

23 years agoBackout rev 1.2 (this paper is in me(7) not in ms(7) format),
ru [Thu, 30 Nov 2000 13:07:14 +0000 (13:07 +0000)]
Backout rev 1.2 (this paper is in me(7) not in ms(7) format),
eliminate remaining groff(1) warnings.

23 years agoAdd make.conf(5).
nik [Thu, 30 Nov 2000 12:10:18 +0000 (12:10 +0000)]
Add make.conf(5).

23 years agoString paranoia. Merged from regular telnet.
asmodai [Thu, 30 Nov 2000 10:55:25 +0000 (10:55 +0000)]
String paranoia.  Merged from regular telnet.

23 years agoIf the transfer timed out, but we don't know how large the file is supposed
des [Thu, 30 Nov 2000 10:08:22 +0000 (10:08 +0000)]
If the transfer timed out, but we don't know how large the file is supposed
to be, assume it was truncated.

23 years agoThe osf1 utility has not been installed since rev 1.5 of
sheldonh [Thu, 30 Nov 2000 08:20:42 +0000 (08:20 +0000)]
The osf1 utility has not been installed since rev 1.5 of
src/sys/modules/osf1/Makefile, so don't use it here!

23 years agoRetire the osf1(8) utility. The Makefile hasn't installed this critter
sheldonh [Thu, 30 Nov 2000 08:16:19 +0000 (08:16 +0000)]
Retire the osf1(8) utility.  The Makefile hasn't installed this critter
for a while.

Providing shell scripts that do nothing but load a similarly named
kernel loadable module is out of vogue.

23 years agoAdd commentary about shared SASL files versus sendmail compilation.
gshapiro [Thu, 30 Nov 2000 05:34:53 +0000 (05:34 +0000)]
Add commentary about shared SASL files versus sendmail compilation.

Submitted by: Scot W. Hetzel <hetzels@westbend.net>

23 years agoDon't use p->p_sigstk.ss_flags to keep state of whether the
marcel [Thu, 30 Nov 2000 05:23:49 +0000 (05:23 +0000)]
Don't use p->p_sigstk.ss_flags to keep state of whether the
process is on the alternate stack or not. For compatibility
with sigstack(2) state is being updated if such is needed.

We now determine whether the process is on the alternate
stack by looking at its stack pointer. This allows a process
to siglongjmp from a signal handler on the alternate stack
to the place of the sigsetjmp on the normal stack. When
maintaining state, this would have invalidated the state
information and causing a subsequent signal to be delivered
on the normal stack instead of the alternate stack.

PR: 22286

23 years agoIncrease NKPT from 17 to 30. This fixes the 4GB ram boot panic on both
peter [Thu, 30 Nov 2000 01:53:02 +0000 (01:53 +0000)]
Increase NKPT from 17 to 30.  This fixes the 4GB ram boot panic on both
-current and RELENG_4 with GENERIC.

NKPT is the number of initial bootstrap page table pages we create for
the kernel during startup. Once VM is up, we resize it as needed, but
with 4G ram, the size of the vm_page_t structures was pushing it over
the limit.  The fact that trimmed down kernels boot on 4G ram machines
suggests that we were pretty close to the edge.

The "30" is arbitary, but smaller than the 'nkpt' variable on all
machines that I checked.

23 years agoFix up priority propagation:
jhb [Thu, 30 Nov 2000 00:51:16 +0000 (00:51 +0000)]
Fix up priority propagation:
- Use a better test for determining when a process is running.
- Convert some checks to assertions.
- Remove unnecessary tests.
- Save the priority before acquiring a mutex rather than in msleep(9).

23 years agoMake use of the full screen width to display p_comm rather than assuming a
jhb [Wed, 29 Nov 2000 23:03:02 +0000 (23:03 +0000)]
Make use of the full screen width to display p_comm rather than assuming a
hardcoded screen width of 80 chars.

23 years agoLose an extra paragraph break.
dannyboy [Wed, 29 Nov 2000 21:44:46 +0000 (21:44 +0000)]
Lose an extra paragraph break.

PR: 23179
Submitted by: Jimmy Olgeni <olgeni@uli.it>

23 years agoIntroduce a 'mtxname' keyword that displays the current mutex that a
jhb [Wed, 29 Nov 2000 21:09:21 +0000 (21:09 +0000)]
Introduce a 'mtxname' keyword that displays the current mutex that a
process is blocked on or '-'.

23 years agoI didn't maintain the "chs" ordering. Rather the bug was in print_part().
obrien [Wed, 29 Nov 2000 20:22:47 +0000 (20:22 +0000)]
I didn't maintain the "chs" ordering.  Rather the bug was in print_part().

Requested by: bde.

23 years agoDisplay the name of the mutex we are blocked on in the state field. To
jhb [Wed, 29 Nov 2000 20:22:34 +0000 (20:22 +0000)]
Display the name of the mutex we are blocked on in the state field.  To
differentiate mutex names from wait channel names, prefix mutex names with
an asterisk.

Submitted by: Dan Nelson <dnelson@emsphone.com>

23 years agoSet p_mtxname when blocking on a mutex and clear it when waking up.
jhb [Wed, 29 Nov 2000 20:17:15 +0000 (20:17 +0000)]
Set p_mtxname when blocking on a mutex and clear it when waking up.

23 years agoSave a copy of p_mtxname in e_mtxname when creating an eproc.
jhb [Wed, 29 Nov 2000 20:14:50 +0000 (20:14 +0000)]
Save a copy of p_mtxname in e_mtxname when creating an eproc.

23 years ago- Add a p_mtxname field to proc which points to the description of the
jhb [Wed, 29 Nov 2000 20:10:54 +0000 (20:10 +0000)]
- Add a p_mtxname field to proc which points to the description of the
  mutex a process is blocked on or NULL.
- Add a corresponding field e_mtxname to eproc.
- Fix a spelling nit in a comment.

23 years agoThis fixes several problems with CIS as suggested by Justin Gibbs:
jon [Wed, 29 Nov 2000 19:38:25 +0000 (19:38 +0000)]
This fixes several problems with CIS as suggested by Justin Gibbs:
4) The cardbus CIS code treats the CIS_PTR as a mapping register if
   it is mentioned in the CIS.  I don't have a spec handy to understand
   why the CIS_PTR is mentioned in the CIS, but allocating a memory range
   for it is certainly bogus.  My patch ignores bar #6 to prevent the
   mapping.
   [The pccard spec says that BAR 0 and 7 (-1 and 6 in thic case since we
    did a minus one) is "reserved".  The off by 1 error has been fixed.
    also bar=5 is invalid for IO maps, so we check it.]

5) The CIS code allocated duplicate resources to those already found
   by cardbus_add_resources().  The fix is to pass in the bar computed
   from the CIS instead of the particular resource ID for that bar,
   so bus_generic_alloc_resource succeeds in finding the old resource.
   [fixed, also removed superfluous (and incorrect) writing back to the
    PCI config space.]

7) The CIS code seems to use the wrong bit to determine rather a particular
   register mapping is for I/O or memory space.  From looking at the
   two cards I have, it seems TPL_BAR_REG_AS should be 0x10 instead
   of 0x08.  Otherwise, all registers that should be I/O mapped gain
   a second mapping in memory space.
   [Oops, the spec does say 0x10..., fixed]

Submitted by: Justin Gibbs

23 years agoo Add a PATH statement to the beginning of make-localhost, making it
rwatson [Wed, 29 Nov 2000 19:19:06 +0000 (19:19 +0000)]
o Add a PATH statement to the beginning of make-localhost, making it
  work right when the administrator has modified their runtime environment
  in a manner not anticipated by our script.

Requested by: Tom Maher <tardis@ece.cmu.edu>

23 years agoUse an atomic operation with an appropriate memory barrier when releasing
jhb [Wed, 29 Nov 2000 18:41:19 +0000 (18:41 +0000)]
Use an atomic operation with an appropriate memory barrier when releasing
a contested sleep mutex in the case that at least two processes are blocked
on the contested mutex.

23 years agoThe sched_lock mutex goes after the sio mutex in the locking order since
jhb [Wed, 29 Nov 2000 18:38:14 +0000 (18:38 +0000)]
The sched_lock mutex goes after the sio mutex in the locking order since
a software interrupt can be scheduled in the sio interrupt handler while
the sio mutex is held.

23 years agoSave the line number and filename of the last mtx_enter operation for
jhb [Wed, 29 Nov 2000 18:37:01 +0000 (18:37 +0000)]
Save the line number and filename of the last mtx_enter operation for
spin locks.  We already do this for sleep locks.

23 years agoDon't drop Giant and the passed in mutex incorrectly in the
jhb [Wed, 29 Nov 2000 18:32:50 +0000 (18:32 +0000)]
Don't drop Giant and the passed in mutex incorrectly in the
cold || panicstr case.  Do drop the passed in mutex in that case if
PDROP is specified.

23 years agoOops, broke CIS reading from ROM on my last commit.
jon [Wed, 29 Nov 2000 16:08:01 +0000 (16:08 +0000)]
Oops, broke CIS reading from ROM on my last commit.
This should fix it.

23 years agoCall MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.
brian [Wed, 29 Nov 2000 15:47:35 +0000 (15:47 +0000)]
Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.

23 years agoFix stdbool.h to actually work as advertised.
asmodai [Wed, 29 Nov 2000 14:41:00 +0000 (14:41 +0000)]
Fix stdbool.h to actually work as advertised.

PR: 22936
Submitted by: Donald J. Maddox <Donald.J.Maddox@cae88-102-101.sc.rr.com>
bde

23 years agoXref make.conf(5), and point to /usr/share/doc/psd/12.make for the
nik [Wed, 29 Nov 2000 14:40:02 +0000 (14:40 +0000)]
Xref make.conf(5), and point to /usr/share/doc/psd/12.make for the
tutorial paper.

23 years agoTypo police.
nik [Wed, 29 Nov 2000 14:27:20 +0000 (14:27 +0000)]
Typo police.

23 years agoMerged from sys/i386/i386/userconfig.c revision 1.185.
kato [Wed, 29 Nov 2000 12:31:13 +0000 (12:31 +0000)]
Merged from sys/i386/i386/userconfig.c revision 1.185.

23 years agoEliminate groff(1) warnings.
ru [Wed, 29 Nov 2000 10:56:59 +0000 (10:56 +0000)]
Eliminate groff(1) warnings.

23 years agoRemove the ibcs2(8) shell script.
sheldonh [Wed, 29 Nov 2000 10:46:14 +0000 (10:46 +0000)]
Remove the ibcs2(8) shell script.

Providing shell scripts that do nothing but load a similarly named
kernel loadable module in out of vogue.

There is no ibcs2(4) manual page, and I haven't managed to coax
anyone into contributing one based on the linux(4) manual page.

23 years agoDecommission the svr4(8) shell script, which has been pointless since
sheldonh [Wed, 29 Nov 2000 10:40:53 +0000 (10:40 +0000)]
Decommission the svr4(8) shell script, which has been pointless since
our kernel module system learned how to handle dependencies.

Providing a whole bunch of shell scripts that do nothing but load
a similarly named kernel loadable module is out of vogue.

The svr4(8) manual page has been replaced with a much better svr4(4)
page.

23 years agoEliminate groff(1) warnings caused by vgrind(1).
ru [Wed, 29 Nov 2000 10:32:51 +0000 (10:32 +0000)]
Eliminate groff(1) warnings caused by vgrind(1).

23 years agoLooks like my last round of suggestions didn't make it in. Fix invalid
sheldonh [Wed, 29 Nov 2000 10:29:28 +0000 (10:29 +0000)]
Looks like my last round of suggestions didn't make it in.  Fix invalid
cross-references.

23 years agoAdd streams(4) and svr4(4) to man4.i386 Makefile (yes, I know this should
newton [Wed, 29 Nov 2000 09:53:22 +0000 (09:53 +0000)]
Add streams(4) and svr4(4) to man4.i386 Makefile (yes, I know this should
have happened with the last commit).

23 years agoIntroduce svr4(4) and streams(4).
newton [Wed, 29 Nov 2000 09:50:11 +0000 (09:50 +0000)]
Introduce svr4(4) and streams(4).

Reviewed by: sheldonh

23 years agoEliminate groff(1) warnings.
ru [Wed, 29 Nov 2000 08:51:24 +0000 (08:51 +0000)]
Eliminate groff(1) warnings.

23 years agoEliminate ``number register `.U' not defined'' groff(1) warnings.
ru [Wed, 29 Nov 2000 08:36:36 +0000 (08:36 +0000)]
Eliminate ``number register `.U' not defined'' groff(1) warnings.

23 years agoNew release note items: realpath(1), file(1) contribify-ed, stty(1)
bmah [Wed, 29 Nov 2000 07:03:36 +0000 (07:03 +0000)]
New release note items:  realpath(1), file(1) contribify-ed, stty(1)
erase2.

MFCs noted:  OpenSSL 0.9.6, Binutils 2.10.1.

While I'm here, also note that the next 4.X release will be 4.3.

23 years agoFix a typo and a punctuation mistake, the two of which conspired
sheldonh [Wed, 29 Nov 2000 06:55:13 +0000 (06:55 +0000)]
Fix a typo and a punctuation mistake, the two of which conspired
against the reader.

23 years agodocument O_NOFOLLOW and O_FSYNC flags to open
alfred [Wed, 29 Nov 2000 04:08:49 +0000 (04:08 +0000)]
document O_NOFOLLOW and O_FSYNC flags to open

23 years agoOnly print out APIC info on an SMP system during a panic if APIC_IO is
jhb [Wed, 29 Nov 2000 01:33:15 +0000 (01:33 +0000)]
Only print out APIC info on an SMP system during a panic if APIC_IO is
defined.

23 years agoDon't wait forever for CPUs to stop or restart. Instead, give up after a
jhb [Tue, 28 Nov 2000 23:52:36 +0000 (23:52 +0000)]
Don't wait forever for CPUs to stop or restart.  Instead, give up after a
timeout.  If DIAGNOSTIC is turned on, then display a message to the console
with a map of which CPUs failed to stop or restart.  This gives an SMP box
at least a fighting chance of getting into DDB if one of the other CPUs has
interrupts disabled.

23 years agoUse atomic ops to close a race condition on the in_Debugger variable used
jhb [Tue, 28 Nov 2000 23:15:44 +0000 (23:15 +0000)]
Use atomic ops to close a race condition on the in_Debugger variable used
to only allow 1 CPU at a time to (non-recursively) enter the debugger.

23 years agoPrefix the register argument of indirect 'jmp's with a * to make gas 2.10.x
jhb [Tue, 28 Nov 2000 22:59:14 +0000 (22:59 +0000)]
Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x
happy.

23 years agoUse only the bit after the ``\'' when hashing the challenge in
brian [Tue, 28 Nov 2000 22:50:40 +0000 (22:50 +0000)]
Use only the bit after the ``\'' when hashing the challenge in
MSChapv2

Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>

23 years agoThe parameter that contains valid options is "optstring", not "optarg".
mph [Tue, 28 Nov 2000 22:06:17 +0000 (22:06 +0000)]
The parameter that contains valid options is "optstring", not "optarg".

23 years agoAdd the 'amr' control device.
msmith [Tue, 28 Nov 2000 21:53:42 +0000 (21:53 +0000)]
Add the 'amr' control device.

23 years ago(Last commit accidentally missed a message)
msmith [Tue, 28 Nov 2000 20:51:52 +0000 (20:51 +0000)]
(Last commit accidentally missed a message)

Remove some over-zealous debugging code.