Commit Graph

73483 Commits

Author SHA1 Message Date
obrien
6c7af365e7 I am not sure why ## was used in this macro, as w/o the string concatenation
the tokens are legal ANSI-C.  Maybe to enable 'op' to be a macro itself?
Anyway, with the ## concatenation Gcc 3.1's integrated `cpp' treats "=op("
as a single token vs. the three tokens it is.
2002-04-17 04:31:43 +00:00
ken
1d8ae118e2 Note my areas of interest. 2002-04-17 03:55:34 +00:00
bp
af15032908 Recongnize more error codes returned by W2K servers.
MFC after:	4 days
2002-04-17 03:14:28 +00:00
bp
3a601d28fa Add more NetBIOS name types.
MFC after:	4 days
2002-04-17 03:12:24 +00:00
alc
62eb9dea32 Remove an unused option, VM_FAULT_HOLD, to vm_fault(). 2002-04-17 02:23:57 +00:00
trhodes
9145fd2ebb dump(8)'s manual page is confusing in its use of records, blocks,
blocksizes, etc
does not give the default of -b
only mentiones rdump in the NAME section
uses both filesystem and file system in similar contexts

PR:		34248
Submitted by:	Gary W. Swearingen <swear@blarg.net>
MFC after:	3 days
2002-04-17 02:10:33 +00:00
julian
d696de0322 diff reduction 2002-04-17 01:50:03 +00:00
julian
236962d6aa Slight diff-reduction to -stable. 2002-04-17 01:25:46 +00:00
iedowse
e29caeb0a0 The recent NFS forced unmount improvements introduced a side-effect
where some client operations might be unexpectedly cancelled during
an unsuccessful non-forced unmount attempt. This causes problems
for amd(8), because it periodically attempts a non-forced unmount
to check if the filesystem is still in use.

Fix this by adding a new mountpoint flag MNTK_UNMOUNTF that is set
only during the operation of a forced unmount. Use this instead of
MNTK_UNMOUNT to trigger the cancellation of hung NFS operations.

Also correct a problem where dounmount() might inadvertently clear
the MNTK_UNMOUNT flag.

Reported by:	simokawa
MFC after:	1 week
2002-04-17 01:07:29 +00:00
benno
0d848d4889 List that I'd like pre-commit review on PowerPC changes. 2002-04-17 00:52:54 +00:00
mdodd
f09273c7ed Add MODULE_VERSION. 2002-04-17 00:31:32 +00:00
mdodd
fa0f2d86d6 Wrap function in #ifdef DIAGNOSTIC to compile with -Werror. 2002-04-17 00:30:38 +00:00
mdodd
ab4a46c33b Add ESA200 to enum atm_device. 2002-04-17 00:30:06 +00:00
mdodd
36042910b8 - Convert the 'hfa' ATM interface driver to newbus.
- Add stubs for EISA and SBUS cards.
  (VME, FutureBUS, and TurboChannel stubs not provided.)
- Add infrastructure to build driver and bus front-end modules.
2002-04-17 00:26:09 +00:00
des
5fbac5896a Make mppath and masterpasswd pointers instead of arrays, and initialize
them to point at static strings that contain the default paths.  This
makes 'vipw -d' work again (I broke it in rev 1.21; apologies for taking
so long to fix it.)

Spotted by:	Olivier Houchard <doginou@cognet.ci0.org>
Sponsored by:	DARPA, NAI Labs
2002-04-17 00:18:15 +00:00
brian
046636386f Don't display an extraneous ``: '' with some packets in/packets out diagnostics 2002-04-16 23:57:21 +00:00
brian
8f517ba05c Make the way FSM options are processed easier to read by using structures
instead of u_char *.

The changes are cosmetic except:

  RecvConfigAck() now displays the options that are being ACK'd
  Huge (bogus) options sent from the peer won't cause an infinite loop
  SendIdent and ReceiveIdent are displayed consistenlty with other FSM data
  LCP AUTHPROTO options that aren't understood are NAK'd, not REJ'd
2002-04-16 23:57:09 +00:00
trhodes
67d7dfbc74 Add more information to SYNOPSIS of ed.4
PR:		36467
MFC after:	3 days
2002-04-16 22:52:01 +00:00
des
805096cffd Add a missing .El and fix a typo.
Spotted by:	Solar Designer <solar@openwall.com>
Sponsored by:	DARPA, NAI Labs
2002-04-16 22:38:47 +00:00
des
815e0ffe34 This commit was generated by cvs2svn to compensate for changes in r94889,
which included commits to RCS files with non-trunk default branches.
2002-04-16 22:25:21 +00:00
des
8c0e4ba23b Vendor import of pam_passwdqc v0.5. 2002-04-16 22:25:21 +00:00
des
795d1a35b0 Constify and stylify yppusherr_string(). 2002-04-16 22:08:35 +00:00
des
f25b7fa831 Remove unused #define. 2002-04-16 22:07:15 +00:00
des
977aca3e1d This commit was generated by cvs2svn to compensate for changes in r94884,
which included commits to RCS files with non-trunk default branches.
2002-04-16 22:04:22 +00:00
des
d1895aba33 Don't echo log messages to stderr (perforce change 9758) 2002-04-16 22:04:22 +00:00
luigi
17ee0d1475 Add DEVICE_POLLING support to the "rl" driver.
The diffs are very similar to the ones for the "sis" driver.

MFC After: 5 days
2002-04-16 22:03:14 +00:00
des
2b150cf6ae Log dlopen() / dlsym() failures at the debug level (perforce change 9760) 2002-04-16 21:35:53 +00:00
des
1d7b69fdab This commit was generated by cvs2svn to compensate for changes in r94880,
which included commits to RCS files with non-trunk default branches.
2002-04-16 21:35:53 +00:00
des
8161706dd9 Fix braino in the openpam_log() macro that caused the arguments to be
expanded twice (perforce change 9853)
2002-04-16 21:34:41 +00:00
des
d96945db66 This commit was generated by cvs2svn to compensate for changes in r94878,
which included commits to RCS files with non-trunk default branches.
2002-04-16 21:34:41 +00:00
julian
fab2d73abb This time get it right 2002-04-16 20:40:06 +00:00
julian
cb584dca2c Makefile for the myson driver. 2002-04-16 20:34:14 +00:00
julian
6ec0e1565a Add entry for the myson ethernet driver
Submitted by:	Myson , Taiwan
2002-04-16 20:23:58 +00:00
charnier
dffa17fd4b Use `The .Nm utility' 2002-04-16 20:08:06 +00:00
charnier
94c5258403 ls(1) is utility not function 2002-04-16 20:03:54 +00:00
mjacob
c671ab7403 Scale back # of luns supported for SCC to 16384- oops- top 3 bits are a
lun address modifier of sorts. Only an HP XP-512 seems to have cared.

Fix a few misplaced pointers for the new fabric goop, which has been
demonstrated to work on newer Brocades and McData switches now.
Put in commented out code which would run GFF_ID if the QLogic f/w
allowed it.

Don't whine about not being able to find a handle for a command if it
was a command aborted (by us).
2002-04-16 19:55:35 +00:00
julian
21f03f1881 Diff reduction to 4.x version. 2002-04-16 19:31:55 +00:00
jhb
d3c8f784c8 Lock proctree_lock instead of pgrpsess_lock. 2002-04-16 17:11:34 +00:00
jhb
5214258e9b - Lock proctree_lock instead of pgrpsess_lock.
- Use temporary variables to hold a pointer to a pgrp while we dink with it
  while not holding either the associated proc lock or proctree_lock.  It
  is in theory possible that p->p_pgrp could change out from under us.
2002-04-16 17:09:22 +00:00
jhb
0e6be7f89b - Lock proctree_lock instead of pgrpsess_lock.
- Simplify return logic of setsid() and setpgid().
2002-04-16 17:06:11 +00:00
jhb
0b76a9fa6b - Lock proctree_lock instead of pgrpsess_lock.
- Exclusively lock proctree_lock while calling leavepgrp().
2002-04-16 17:04:21 +00:00
jhb
3624d8b111 - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lock
sx lock.  Trying to get the lock order between these locks was getting
  too complicated as the locking in wait1() was being fixed.
- leavepgrp() now requires an exclusive lock of proctree_lock to be held
  when it is called.
- fixjobc() no longer gets a shared lock of proctree_lock now that it
  requires an xlock be held by the caller.
- Locking notes in sys/proc.h are adjusted to note that everything that
  used to be protected by the pgrpsess_lock is now protected by the
  proctree_lock.
2002-04-16 17:03:05 +00:00
phk
1dca03e18b update the reference vector. 2002-04-16 16:11:29 +00:00
scottl
43559314b0 Note my areas of interest 2002-04-16 16:02:43 +00:00
sos
4540f782d0 Update my preferred way of handling ATA related stuff. 2002-04-16 15:26:49 +00:00
ru
f391509c86 Sort _startup_libs, _prebuild_libs, and _generic_libs lists alphabetically.
Submitted by:	bde, ru
2002-04-16 14:38:15 +00:00
ru
42f72cbb21 Keep up with lib/Makefile,v 1.64 (uhh). 2002-04-16 14:35:01 +00:00
trhodes
65a61951c4 s/CMOS/hardware as talked about on cvs-committers.
Suggested by:   sheldonh
Approved by:	bde
MFC after:	1 day
2002-04-16 14:28:47 +00:00
phk
3dc6511802 Try to express (in 15 char or less) the areas of kernel infrastructure
where I pretend to know what happens.
2002-04-16 13:37:04 +00:00
yar
2d02fc05ad Describe possible values for net.inet.tcp.log_in_vain
and their effects.

PR:		docs/35932
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
MFC after:	1 week
2002-04-16 13:19:33 +00:00