Commit Graph

71846 Commits

Author SHA1 Message Date
imp
133187e134 remove __P 2002-03-22 01:33:25 +00:00
imp
0338ac6a1a remove __P 2002-03-22 01:22:50 +00:00
kuriyama
0cc161a653 MFen. 2002-03-22 00:19:50 +00:00
markm
47396c35bd Updates for OPIE 2.4. 2002-03-22 00:12:20 +00:00
obrien
f597ce10f8 Remove __P() usage. 2002-03-21 23:54:04 +00:00
benno
f05b4a2213 Collect all functions for copying to and from userspace into the one file.
This allows me to reimplement [sf]u{byte,word} as separate functions and not
as calls to copy{in,out}.
2002-03-21 23:45:59 +00:00
obrien
0c582465a8 Remove __P() usage. 2002-03-21 23:43:04 +00:00
markm
87ff32ea6f Resolve conflicts. 2002-03-21 23:42:52 +00:00
obrien
24a8f39238 Remove 'register' keyword. 2002-03-21 23:39:28 +00:00
alfred
2119d73ec0 Bring code to WARNS=3 level. Mostly fix unused variables. 2002-03-21 23:05:13 +00:00
alfred
8df6a8d168 Remove main() prototype. 2002-03-21 22:53:49 +00:00
alfred
9d874c3f4f Remove __P. 2002-03-21 22:52:45 +00:00
markm
390219361d This commit was generated by cvs2svn to compensate for changes in r92906,
which included commits to RCS files with non-trunk default branches.
2002-03-21 22:50:02 +00:00
markm
fe66f3a1a2 Vendor import of OPIE 2.4 2002-03-21 22:50:02 +00:00
obrien
ffa08507e4 Remove __P() usage. 2002-03-21 22:49:10 +00:00
markm
df90146ed9 Restructure for own parsedate (replacement for get_date from CVS).
Fix up parsedate.y for WARNS=4.

Reviewd by:	bde (except for parsedate.y diffs)
2002-03-21 21:56:05 +00:00
des
1793293426 /etc/moduli -> /etc/ssh/moduli 2002-03-21 21:54:17 +00:00
des
135e6d874e This commit was generated by cvs2svn to compensate for changes in r92899,
which included commits to RCS files with non-trunk default branches.
2002-03-21 21:47:20 +00:00
des
f385ce4890 Import OpenBSD's moduli(5) man page 2002-03-21 21:47:20 +00:00
des
296d9706f5 Install moduli instead of primes 2002-03-21 21:44:03 +00:00
markm
e76e3bf95b Add a replacement for get_date which is currently being dug out of
CVS's sources.

This is a "public domain" implementation stolen from INN, and is
added unmodified.
2002-03-21 21:43:50 +00:00
des
8a527c7d69 Import OpenBSD's moduli file. 2002-03-21 21:43:25 +00:00
des
ef2fe2a798 This commit was generated by cvs2svn to compensate for changes in r92894,
which included commits to RCS files with non-trunk default branches.
2002-03-21 21:43:25 +00:00
mjacob
8881e1d4de Limit fabric search to a default 256 entries. This will all go away
soon because it's just getting harder and harder to find switches
that correctly implement the GET ALL NEXT subcommands for the SNS
protocol.

Latch up result out pointer and set a busy flag when we're looking
at the response queue. This allows for a cleaner way to make sure
we don't get multiple CPUs trying to read the same response queue
entries.

Change how isp_handle_other_response returns values (clarity).

Make PORT UNAVAILABLE the same as PORT LOGOUT (force a LIP).

Do some formatting changes.

MFC after:	0 days
2002-03-21 21:10:16 +00:00
bmah
8605fb9207 Fix typo: s/forth/fourth/ 2002-03-21 20:10:10 +00:00
alc
b5ae4b4a88 o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault()
and trapwrite().
 o On i386/pc98, remove the (now) unused grow_stack().
2002-03-21 19:27:15 +00:00
obrien
e4063e15db Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
gallatin
9a80346865 shut up the compiler 2002-03-21 18:48:00 +00:00
obrien
1b2ac19e02 Fix SCM ID's. 2002-03-21 18:06:09 +00:00
netchild
25cfdf861a Traditional first commit.
Approved by: joerg
2002-03-21 16:40:32 +00:00
bmah
342eb25127 New release notes: libstand split file loading.
Updated release notes:  sparc64 platform progress, IPFilter 3.4.25.

Belated MFC note:  OpenSSH 2.9.
2002-03-21 16:30:34 +00:00
arr
b4dea49edb - Fix a logic error in checking the securelevel that was introduced in the
previous commit.

Pointy hats to: arr, rwatson
2002-03-21 15:27:39 +00:00
imp
a215ab7b12 o remove __P
o remove main prototype
2002-03-21 13:20:49 +00:00
imp
e083934243 o __P removed
o main prototype removed
2002-03-21 13:14:21 +00:00
imp
99f1022ec3 o __P removal.
o ansi function definitions.
o main prototype removal
o unifdef __STDC__
2002-03-21 13:10:52 +00:00
benno
1b27c75ab9 - Make all inlines for manipulating supervisor-level registers accept/return
register_t values.
- Implement an inline for isync.
2002-03-21 13:07:31 +00:00
des
2a2665e681 Correctly set PAM_RHOST so e.g. pam_login_access(8) can do its job.
Sponsored by:	DARPA, NAI Labs
2002-03-21 12:55:21 +00:00
des
425c22f983 Use the "sshd" service instead of "csshd". The latter was only needed
because of bugs (incorrect design decisions, actually) in Linux-PAM.

Sponsored by:	DARPA, NAI Labs
2002-03-21 12:23:09 +00:00
des
a62e4a1c5f Use PAM instead of S/Key (or OPIE) for SSH2.
Sponsored by:	DARPA, NAI Labs
2002-03-21 12:18:27 +00:00
benno
02bc31b8ca GC some unused, bogus interrupt functions and replace them with proper
implementations of intr_disable and intr_restore.
2002-03-21 12:04:58 +00:00
mike
e3adb62dc6 Revert 1.20:
Memory disks may be used for other purposes besides newfs(8), so it
isn't helpful to require the minimum size meet newfs(8)'s criteria.
2002-03-21 12:03:09 +00:00
bde
1ba44b1cd0 Removed the last vestiges of libm. These have been repo-copied to
msun/bsdsrc.  Everything except true gamma() and its support functions
was superseded by msun long ago, at least on IEEE machines.
2002-03-21 11:33:50 +00:00
dfr
db9bdbd875 Change critical_t to register_t for intr_disable/restore. 2002-03-21 09:50:11 +00:00
dfr
c1f53e365d Change cpu_critical_enter/exit to intr_disable/restore. 2002-03-21 09:35:18 +00:00
ru
f46172b8f0 Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
with the NO_IPFILTER make.conf(5) knob.

(So that we can "make the-rest-of-the-world" again.)
2002-03-21 09:15:39 +00:00
mike
88244def1c Provide a proper error message in mdconfig(8) when a filesystem is too
small, instead of a less meaningful error in newfs(8).
2002-03-21 07:46:09 +00:00
peter
f46b3cece6 In UP mode, the primary cpu's per-cpu current_pmap was not initialized -
this was only done as a side effect of calling cpu_mp_start().  I haven't
actually tested that this fixes UP kernels, but it feels about right.
2002-03-21 07:41:02 +00:00
peter
6642e6034e Add an ia64 targparam.h 2002-03-21 07:33:31 +00:00
sobomax
e255cccc77 Kill debugging printf() slipped into my last commit.
Noticed by:		jhb
Hall of shame entry:	sobomax
2002-03-21 07:31:48 +00:00
peter
6d1b3a94ff Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise
it causes undefined references to getcontext() and setcontext() on
platforms other than i386 and alpha.
2002-03-21 06:45:32 +00:00