]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoFix the style of the SCM ID's.
David E. O'Brien [Fri, 22 Mar 2002 23:18:17 +0000 (23:18 +0000)]
Fix the style of the SCM ID's.
I believe have made all of libc .h's as consistent as possible.

22 years agoUse int (ioctl)(...) rather than int ioctl(...) so that ioctl can be defined
Warner Losh [Fri, 22 Mar 2002 22:36:23 +0000 (22:36 +0000)]
Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be defined
as a macro w/o messing things up.  This is really an abuse and we will back
this out as soon as the abusers have been fixed.  Add a comment to this
effect.

With this change, the XFree86-4 port now builds.

22 years agoUse td_ucred in several trivial syscalls and remove Giant locking as
John Baldwin [Fri, 22 Mar 2002 22:32:04 +0000 (22:32 +0000)]
Use td_ucred in several trivial syscalls and remove Giant locking as
appropriate.

22 years agoFix the style of the SCM ID's.
David E. O'Brien [Fri, 22 Mar 2002 21:53:29 +0000 (21:53 +0000)]
Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.

22 years agoUse explicit Giant locks and unlocks for rather than instrumented ones for
John Baldwin [Fri, 22 Mar 2002 21:02:02 +0000 (21:02 +0000)]
Use explicit Giant locks and unlocks for rather than instrumented ones for
code that is still not safe.  suser() reads p_ucred so it still needs
Giant for the time being.  This should allow kern.giant.proc to be set
to 0 for the time being.

22 years agoTypo (if => of).
Garrett Wollman [Fri, 22 Mar 2002 20:49:29 +0000 (20:49 +0000)]
Typo (if => of).

22 years agoAdd a word of caution about integer arithmetic range and overflow detection.
Garrett Wollman [Fri, 22 Mar 2002 20:46:59 +0000 (20:46 +0000)]
Add a word of caution about integer arithmetic range and overflow detection.

22 years agoFix a few formatting brainos and make the formatting of the EXAMPLES
Garrett Wollman [Fri, 22 Mar 2002 20:38:44 +0000 (20:38 +0000)]
Fix a few formatting brainos and make the formatting of the EXAMPLES
section somewhat clearer.

22 years agoActually install the moduli(5) man page.
Dag-Erling Smørgrav [Fri, 22 Mar 2002 20:29:26 +0000 (20:29 +0000)]
Actually install the moduli(5) man page.

22 years agoInstall static and profiled libraries with -C.
Dag-Erling Smørgrav [Fri, 22 Mar 2002 20:28:16 +0000 (20:28 +0000)]
Install static and profiled libraries with -C.

22 years agoMake expr POSIX-compliant, and fix some bugs. Specifically:
Garrett Wollman [Fri, 22 Mar 2002 20:18:26 +0000 (20:18 +0000)]
Make expr POSIX-compliant, and fix some bugs.  Specifically:

- expr must conform to the Utility Syntax Guidelines, so use
getopt() to eat the (non-existent) options.

- Use the Standard type intmax_t for arithmetic.

- If an argument cannot be *completely* converted to an integer, then
it is a string.

Additionally make some style cleanups near the modified lines.  This
utility is still not completely style-compliant.

22 years agoUse char foo[] = "BAR" to avoid direct assignment of const char * into char *.
Alfred Perlstein [Fri, 22 Mar 2002 20:02:54 +0000 (20:02 +0000)]
Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.
rpcgen can't really make those fields const because the remote side might
want to munge them, so we need to pass non-const in.  Hackish, but should
work.

22 years agoConst fix.
Alfred Perlstein [Fri, 22 Mar 2002 20:00:10 +0000 (20:00 +0000)]
Const fix.

22 years agoMerge from TrustedBSD MAC branch:
Robert Watson [Fri, 22 Mar 2002 19:57:41 +0000 (19:57 +0000)]
Merge from TrustedBSD MAC branch:

    Move the network code from using cr_cansee() to check whether a
    socket is visible to a requesting credential to using a new
    function, cr_canseesocket(), which accepts a subject credential
    and object socket.  Implement cr_canseesocket() so that it does a
    prison check, a uid check, and add a comment where shortly a MAC
    hook will go.  This will allow MAC policies to seperately
    instrument the visibility of sockets from the visibility of
    processes.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs

22 years agoRemove cast that's not needed.
Alfred Perlstein [Fri, 22 Mar 2002 19:57:09 +0000 (19:57 +0000)]
Remove cast that's not needed.

22 years agoUpdate SCM ID.
David E. O'Brien [Fri, 22 Mar 2002 19:52:59 +0000 (19:52 +0000)]
Update SCM ID.

22 years agoNote that -n is non-standard.
David E. O'Brien [Fri, 22 Mar 2002 19:52:48 +0000 (19:52 +0000)]
Note that -n is non-standard.

22 years agoWARNS from 3 to 4. still some warnings about assigning const char * to
Alfred Perlstein [Fri, 22 Mar 2002 19:50:58 +0000 (19:50 +0000)]
WARNS from 3 to 4. still some warnings about assigning const char * to
char *, but we'll fix those later.

22 years agoBack out last commit (rev 1.2). I thought I caught this file in time
David E. O'Brien [Fri, 22 Mar 2002 19:45:43 +0000 (19:45 +0000)]
Back out last commit (rev 1.2).  I thought I caught this file in time
when deP'ing.  But I guess not.

22 years agorename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'
Alfred Perlstein [Fri, 22 Mar 2002 19:43:21 +0000 (19:43 +0000)]
rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'
to avoid -Wshadow warnings in consumers of its generated header files.

22 years agoconstify log_from_addr() parameter.
Alfred Perlstein [Fri, 22 Mar 2002 19:20:35 +0000 (19:20 +0000)]
constify log_from_addr() parameter.

22 years agoConstify the first arg to callrpc(3).
Alfred Perlstein [Fri, 22 Mar 2002 19:19:32 +0000 (19:19 +0000)]
Constify the first arg to callrpc(3).

22 years agoMFen 1.4
Udo Erdelhoff [Fri, 22 Mar 2002 18:44:57 +0000 (18:44 +0000)]
MFen 1.4

22 years agoDESTDIR does not anymore does the -I${DESTDIR}/usr/include magic
Ruslan Ermilov [Fri, 22 Mar 2002 18:36:41 +0000 (18:36 +0000)]
DESTDIR does not anymore does the -I${DESTDIR}/usr/include magic
in <bsd.prog.mk> and <bsd.lib.mk>.

Reviewed by: luigi

22 years agoThis library uses its own versions of some of the system headers.
Ruslan Ermilov [Fri, 22 Mar 2002 18:34:52 +0000 (18:34 +0000)]
This library uses its own versions of some of the system headers.
Protect against CFLAGS having -I/usr/include listed explicitly.
The real solution would be to fix the library.  XXX

22 years agoPrevent icmp_reflect() from calling ip_output() with a NULL route
Ruslan Ermilov [Fri, 22 Mar 2002 16:45:54 +0000 (16:45 +0000)]
Prevent icmp_reflect() from calling ip_output() with a NULL route
pointer which will then result in the allocated route's reference
count never being decremented.  Just flood ping the localhost and
watch refcnt of the 127.0.0.1 route with netstat(1).

Submitted by: jayanth

Back out ip_output.c,v 1.143 and ip_mroute.c,v 1.69 that allowed
ip_output() to be called with a NULL route pointer.  The previous
paragraph shows why this was a bad idea in the first place.

MFC after: 0 days

22 years agoWhen "cloning" a pipe's buffer bcopy the data after dropping the pipe's
Alfred Perlstein [Fri, 22 Mar 2002 16:09:22 +0000 (16:09 +0000)]
When "cloning" a pipe's buffer bcopy the data after dropping the pipe's
lock as the data may be paged out and cause a fault.

22 years agoAdd [MERGED] tag things to some items in the kernel section that should
Bruce A. Mah [Fri, 22 Mar 2002 16:06:53 +0000 (16:06 +0000)]
Add [MERGED] tag things to some items in the kernel section that should
have had them, but didn't.

While I'm here, do some general cleanup, including typo fixes, some
rewrites, and consolidation of some related entries.

22 years agoonly read from the possibly bad address if we did not get a machine
Andrew Gallatin [Fri, 22 Mar 2002 15:55:56 +0000 (15:55 +0000)]
only read from the possibly bad address if we did not get a machine
check.  I don't know how this went unnoticed for so long.

obtained from: NetBSD
MFC after: 7 days

22 years agoNo need to cast; ().gr_gid is already the correct type.
Mark Murray [Fri, 22 Mar 2002 15:54:44 +0000 (15:54 +0000)]
No need to cast; ().gr_gid is already the correct type.

22 years agoAllow SMP kernels (like GENERIC..) to boot on UP kernels on the alpha.
Andrew Gallatin [Fri, 22 Mar 2002 15:54:31 +0000 (15:54 +0000)]
Allow SMP kernels (like GENERIC..) to boot on UP kernels on the alpha.

Pointy hat to: jeff

22 years agoAdd myself to the calendar.
Ceri Davies [Fri, 22 Mar 2002 15:44:20 +0000 (15:44 +0000)]
Add myself to the calendar.

22 years agoIn sysctl, req->td is believed always to be non-NULL, so there's no need
Robert Watson [Fri, 22 Mar 2002 14:58:27 +0000 (14:58 +0000)]
In sysctl, req->td is believed always to be non-NULL, so there's no need
to test req->td for NULL values and then do somewhat more bizarre things
relating to securelevel special-casing and suser checks.  Remove the
testing and conditional security checks based on req->td!=NULL, and insert
a KASSERT that td != NULL.  Callers to sysctl must always specify the
thread (be it kernel or otherwise) requesting the operation, or a
number of current sysctls will fail due to assumptions that the thread
exists.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Discussed with: bde

22 years agoNull one-line entry to resurrect this from the Attic. The real commit
Mark Murray [Fri, 22 Mar 2002 14:51:51 +0000 (14:51 +0000)]
Null one-line entry to resurrect this from the Attic. The real commit
will follow.

22 years agoSince cred never appears to be passed into the securelevel calls as
Robert Watson [Fri, 22 Mar 2002 14:49:12 +0000 (14:49 +0000)]
Since cred never appears to be passed into the securelevel calls as
NULL, turn warning printf's into panic's, since this call has been
restructured such that a NULL cred would result in a page fault anyway.

There appears to be one case where NULL is explicitly passed in in the
sysctl code, and this is believed to be in error, so will be modified.
Securelevels now always require a credential context so that per-jail
securelevels are properly implemented.

Obtained from: TrustedBSD Project
Sponsored by: NAI Labs
Discussed with: bde

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92948,
Mark Murray [Fri, 22 Mar 2002 13:54:24 +0000 (13:54 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92948,
which included commits to RCS files with non-trunk default branches.

22 years agoVendor import NETBSD's sort(1). This will be a replacement for
Mark Murray [Fri, 22 Mar 2002 13:54:24 +0000 (13:54 +0000)]
Vendor import NETBSD's sort(1). This will be a replacement for
our GNU sort, as discussed 6 months or more ago.

22 years agoRevision 1.45 of gnu/usr.bin/man/man.c obviated the need to link
Ruslan Ermilov [Fri, 22 Mar 2002 09:59:16 +0000 (09:59 +0000)]
Revision 1.45 of gnu/usr.bin/man/man.c obviated the need to link
manpages in machine-specific subdirectories (like man4/i386/) to
"../".  This change didn't propagate here resulting in a loss of
whatis(1) database entries.  Fix this.

Reviewed by: tobez
MFC after: 1 week

22 years agoSCM ID tweak.
David E. O'Brien [Fri, 22 Mar 2002 09:27:59 +0000 (09:27 +0000)]
SCM ID tweak.

22 years agoRemove multi-line __P() usage.
David E. O'Brien [Fri, 22 Mar 2002 09:22:15 +0000 (09:22 +0000)]
Remove multi-line __P() usage.

22 years agoInstall a sample /usr/share/examples/smbfs/dot.nsmbrc.
Peter Pentchev [Fri, 22 Mar 2002 09:20:32 +0000 (09:20 +0000)]
Install a sample /usr/share/examples/smbfs/dot.nsmbrc.

PR: 35649
Reported by: Johann Frisch <jerfa@yahoo.com>
Reviewed by: bp
Approved by: bp, silence on -doc
MFC after: 1 week

22 years agoFix for OPIE 2.4.
Mark Murray [Fri, 22 Mar 2002 09:20:05 +0000 (09:20 +0000)]
Fix for OPIE 2.4.

22 years agoRemove __P() usage.
David E. O'Brien [Fri, 22 Mar 2002 09:16:59 +0000 (09:16 +0000)]
Remove __P() usage.

22 years agoRegen.
Sheldon Hearn [Fri, 22 Mar 2002 09:08:54 +0000 (09:08 +0000)]
Regen.

22 years agoAdd the -n option, which automatically answers "no" to the overwrite question.
David E. O'Brien [Fri, 22 Mar 2002 07:45:36 +0000 (07:45 +0000)]
Add the -n option, which automatically answers "no" to the overwrite question.

22 years agoTeach the bge driver about the BCM5701 (specifically, the 3Com
Bill Paul [Fri, 22 Mar 2002 06:45:40 +0000 (06:45 +0000)]
Teach the bge driver about the BCM5701 (specifically, the 3Com
3c996B-T, with the 5701 rev B5 ASIC). One thing that confuses me
still is that the 'link state change' bit in the status block seems
to change state an awful lot. I have a workaround for this in place
now, but it needs more investigation. For the moment though, this
is enough to get the driver to work with this card.

22 years agoInstead of dealing with the endless requests to provide more DNS based
Gregory Neil Shapiro [Fri, 22 Mar 2002 06:40:26 +0000 (06:40 +0000)]
Instead of dealing with the endless requests to provide more DNS based
black lists in the default config, give a pointer to a non-static list.
I was convinced this was the right thing to do after getting a PR
asking to add ORBZ the day before ORBZ went off the air.

PR: conf/35884
MFC after: 4 days

22 years agoregenerate
Bill Paul [Fri, 22 Mar 2002 06:39:13 +0000 (06:39 +0000)]
regenerate

22 years agoTeach the brgphy driver about the BCM5701's internal copper PHY.
Bill Paul [Fri, 22 Mar 2002 06:38:52 +0000 (06:38 +0000)]
Teach the brgphy driver about the BCM5701's internal copper PHY.

22 years agoMFCs noted: ata(4) RAID rebuild, atacontrol(8).
Bruce A. Mah [Fri, 22 Mar 2002 05:38:50 +0000 (05:38 +0000)]
MFCs noted:  ata(4) RAID rebuild, atacontrol(8).

22 years agoNew release notes: slab allocator, new ephemeral port range, OpenSSH 3.1.
Bruce A. Mah [Fri, 22 Mar 2002 05:28:36 +0000 (05:28 +0000)]
New release notes:  slab allocator, new ephemeral port range, OpenSSH 3.1.

Updated release notes:  Binutils 2.12.0, gcc post-2.95.3 snapshot,
OPIE 2.4.

While I've got my hands dirty, make a couple of markup fixes as well.

22 years ago- Back out the commit to make the linker_load_file() securelevel check
Andrew R. Reiter [Fri, 22 Mar 2002 04:56:09 +0000 (04:56 +0000)]
- Back out the commit to make the linker_load_file() securelevel check
  made aware in jail environments.  Supposedly something is broken, so
  this should be backed out until further investigation proves otherwise,
  or a proper fix can be provided.

22 years agoChange the ephemeral port range from 1024-5000 to 49152-65535.
Mike Silbersack [Fri, 22 Mar 2002 03:28:11 +0000 (03:28 +0000)]
Change the ephemeral port range from 1024-5000 to 49152-65535.
This increases the number of concurrent outgoing connections from ~4000
to ~16000.  Other OSes (Solaris, OS X, NetBSD) and many other NAT
products have already made this change without ill effects, so we
should not run into any problems.

MFC after: 1 week

22 years agoconst poison just like NetBSD.
Warner Losh [Fri, 22 Mar 2002 02:43:01 +0000 (02:43 +0000)]
const poison just like NetBSD.

22 years agoMake user_from_uid and group_from_gid return const char *, just like
Warner Losh [Fri, 22 Mar 2002 02:35:47 +0000 (02:35 +0000)]
Make user_from_uid and group_from_gid return const char *, just like
NetBSD.  Update man page to reflect this.

22 years agoBreak out the "see_other_uids" policy check from the various
Robert Watson [Fri, 22 Mar 2002 02:28:26 +0000 (02:28 +0000)]
Break out the "see_other_uids" policy check from the various
method-based inter-process security checks.  To do this, introduce
a new cr_seeotheruids(u1, u2) function, which encapsulates the
"see_other_uids" logic.  Call out to this policy following the
jail security check for all of {debug,sched,see,signal} inter-process
checks.  This more consistently enforces the check, and makes the
check easy to modify.  Eventually, it may be that this check should
become a MAC policy, loaded via a module.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs

22 years agoremove __P
Warner Losh [Fri, 22 Mar 2002 01:42:45 +0000 (01:42 +0000)]
remove __P

22 years agoremove __P
Warner Losh [Fri, 22 Mar 2002 01:33:25 +0000 (01:33 +0000)]
remove __P

22 years agoremove __P
Warner Losh [Fri, 22 Mar 2002 01:22:50 +0000 (01:22 +0000)]
remove __P

22 years agoMFen.
Jun Kuriyama [Fri, 22 Mar 2002 00:19:50 +0000 (00:19 +0000)]
MFen.

22 years agoUpdates for OPIE 2.4.
Mark Murray [Fri, 22 Mar 2002 00:12:20 +0000 (00:12 +0000)]
Updates for OPIE 2.4.

22 years agoRemove __P() usage.
David E. O'Brien [Thu, 21 Mar 2002 23:54:04 +0000 (23:54 +0000)]
Remove __P() usage.

22 years agoCollect all functions for copying to and from userspace into the one file.
Benno Rice [Thu, 21 Mar 2002 23:45:59 +0000 (23:45 +0000)]
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}.

22 years agoRemove __P() usage.
David E. O'Brien [Thu, 21 Mar 2002 23:43:04 +0000 (23:43 +0000)]
Remove __P() usage.

22 years agoResolve conflicts.
Mark Murray [Thu, 21 Mar 2002 23:42:52 +0000 (23:42 +0000)]
Resolve conflicts.

22 years agoRemove 'register' keyword.
David E. O'Brien [Thu, 21 Mar 2002 23:39:28 +0000 (23:39 +0000)]
Remove 'register' keyword.

22 years agoBring code to WARNS=3 level. Mostly fix unused variables.
Alfred Perlstein [Thu, 21 Mar 2002 23:05:13 +0000 (23:05 +0000)]
Bring code to WARNS=3 level.  Mostly fix unused variables.

22 years agoRemove main() prototype.
Alfred Perlstein [Thu, 21 Mar 2002 22:53:49 +0000 (22:53 +0000)]
Remove main() prototype.

22 years agoRemove __P.
Alfred Perlstein [Thu, 21 Mar 2002 22:52:45 +0000 (22:52 +0000)]
Remove __P.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92906,
Mark Murray [Thu, 21 Mar 2002 22:50:02 +0000 (22:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92906,
which included commits to RCS files with non-trunk default branches.

22 years agoVendor import of OPIE 2.4
Mark Murray [Thu, 21 Mar 2002 22:50:02 +0000 (22:50 +0000)]
Vendor import of OPIE 2.4

22 years agoRemove __P() usage.
David E. O'Brien [Thu, 21 Mar 2002 22:49:10 +0000 (22:49 +0000)]
Remove __P() usage.

22 years agoRestructure for own parsedate (replacement for get_date from CVS).
Mark Murray [Thu, 21 Mar 2002 21:56:05 +0000 (21:56 +0000)]
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)

22 years ago/etc/moduli -> /etc/ssh/moduli
Dag-Erling Smørgrav [Thu, 21 Mar 2002 21:54:17 +0000 (21:54 +0000)]
/etc/moduli -> /etc/ssh/moduli

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92899,
Dag-Erling Smørgrav [Thu, 21 Mar 2002 21:47:20 +0000 (21:47 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92899,
which included commits to RCS files with non-trunk default branches.

22 years agoImport OpenBSD's moduli(5) man page
Dag-Erling Smørgrav [Thu, 21 Mar 2002 21:47:20 +0000 (21:47 +0000)]
Import OpenBSD's moduli(5) man page

22 years agoInstall moduli instead of primes
Dag-Erling Smørgrav [Thu, 21 Mar 2002 21:44:03 +0000 (21:44 +0000)]
Install moduli instead of primes

22 years agoAdd a replacement for get_date which is currently being dug out of
Mark Murray [Thu, 21 Mar 2002 21:43:50 +0000 (21:43 +0000)]
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.

22 years agoImport OpenBSD's moduli file.
Dag-Erling Smørgrav [Thu, 21 Mar 2002 21:43:25 +0000 (21:43 +0000)]
Import OpenBSD's moduli file.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92894,
Dag-Erling Smørgrav [Thu, 21 Mar 2002 21:43:25 +0000 (21:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92894,
which included commits to RCS files with non-trunk default branches.

22 years agoLimit fabric search to a default 256 entries. This will all go away
Matt Jacob [Thu, 21 Mar 2002 21:10:16 +0000 (21:10 +0000)]
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

22 years agoFix typo: s/forth/fourth/
Bruce A. Mah [Thu, 21 Mar 2002 20:10:10 +0000 (20:10 +0000)]
Fix typo:  s/forth/fourth/

22 years ago o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault()
Alan Cox [Thu, 21 Mar 2002 19:27:15 +0000 (19:27 +0000)]
 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().

22 years agoRemove 'register' keyword.
David E. O'Brien [Thu, 21 Mar 2002 18:49:23 +0000 (18:49 +0000)]
Remove 'register' keyword.

22 years agoshut up the compiler
Andrew Gallatin [Thu, 21 Mar 2002 18:48:00 +0000 (18:48 +0000)]
shut up the compiler

22 years agoFix SCM ID's.
David E. O'Brien [Thu, 21 Mar 2002 18:06:09 +0000 (18:06 +0000)]
Fix SCM ID's.

22 years agoTraditional first commit.
Alexander Leidinger [Thu, 21 Mar 2002 16:40:32 +0000 (16:40 +0000)]
Traditional first commit.

Approved by: joerg

22 years agoNew release notes: libstand split file loading.
Bruce A. Mah [Thu, 21 Mar 2002 16:30:34 +0000 (16:30 +0000)]
New release notes:  libstand split file loading.

Updated release notes:  sparc64 platform progress, IPFilter 3.4.25.

Belated MFC note:  OpenSSH 2.9.

22 years ago- Fix a logic error in checking the securelevel that was introduced in the
Andrew R. Reiter [Thu, 21 Mar 2002 15:27:39 +0000 (15:27 +0000)]
- Fix a logic error in checking the securelevel that was introduced in the
  previous commit.

Pointy hats to: arr, rwatson

22 years agoo remove __P
Warner Losh [Thu, 21 Mar 2002 13:20:49 +0000 (13:20 +0000)]
o remove __P
o remove main prototype

22 years agoo __P removed
Warner Losh [Thu, 21 Mar 2002 13:14:21 +0000 (13:14 +0000)]
o __P removed
o main prototype removed

22 years agoo __P removal.
Warner Losh [Thu, 21 Mar 2002 13:10:52 +0000 (13:10 +0000)]
o __P removal.
o ansi function definitions.
o main prototype removal
o unifdef __STDC__

22 years ago- Make all inlines for manipulating supervisor-level registers accept/return
Benno Rice [Thu, 21 Mar 2002 13:07:31 +0000 (13:07 +0000)]
- Make all inlines for manipulating supervisor-level registers accept/return
  register_t values.
- Implement an inline for isync.

22 years agoCorrectly set PAM_RHOST so e.g. pam_login_access(8) can do its job.
Dag-Erling Smørgrav [Thu, 21 Mar 2002 12:55:21 +0000 (12:55 +0000)]
Correctly set PAM_RHOST so e.g. pam_login_access(8) can do its job.

Sponsored by: DARPA, NAI Labs

22 years agoUse the "sshd" service instead of "csshd". The latter was only needed
Dag-Erling Smørgrav [Thu, 21 Mar 2002 12:23:09 +0000 (12:23 +0000)]
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

22 years agoUse PAM instead of S/Key (or OPIE) for SSH2.
Dag-Erling Smørgrav [Thu, 21 Mar 2002 12:18:27 +0000 (12:18 +0000)]
Use PAM instead of S/Key (or OPIE) for SSH2.

Sponsored by: DARPA, NAI Labs

22 years agoGC some unused, bogus interrupt functions and replace them with proper
Benno Rice [Thu, 21 Mar 2002 12:04:58 +0000 (12:04 +0000)]
GC some unused, bogus interrupt functions and replace them with proper
implementations of intr_disable and intr_restore.

22 years agoRevert 1.20:
Mike Barcroft [Thu, 21 Mar 2002 12:03:09 +0000 (12:03 +0000)]
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.

22 years agoRemoved the last vestiges of libm. These have been repo-copied to
Bruce Evans [Thu, 21 Mar 2002 11:33:50 +0000 (11:33 +0000)]
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.

22 years agoChange critical_t to register_t for intr_disable/restore.
Doug Rabson [Thu, 21 Mar 2002 09:50:11 +0000 (09:50 +0000)]
Change critical_t to register_t for intr_disable/restore.