Dag-Erling Smørgrav
16c52d154b
Previous commit made no sense.
2002-06-24 10:17:26 +00:00
Dag-Erling Smørgrav
dca1f43686
Fix style and unbreal static build.
2002-06-24 10:16:38 +00:00
Dag-Erling Smørgrav
ccc9bac89c
IPv4or6 is already defined in libssh.
2002-06-24 10:15:26 +00:00
KATO Takenori
0fc8183905
MFi386: sys/i386/isa/clock.c revision 1.187.
2002-06-24 08:04:47 +00:00
Warner Losh
be5359fb85
On REASREQ packets, handled them earlier in processing the association
...
request. We need to eat the MAC address of the packet before we go
looking at the SSID and such. Doing do is sufficient to make Cisco
cards assocaite with prism II cards.
The submitter says that Linux does the same thing.
Submitted by: jhay
2002-06-24 07:50:41 +00:00
Kirk McKusick
d374764fd3
Use proper size in bzero of stat structure.
...
Submitted by: Jake Burkholder <jake@locore.ca>
Sponsored by: DARPA & NAI Labs.
2002-06-24 07:14:44 +00:00
Jonathan Mini
00676596e3
userout -> out. These two labels are now identical.
...
Approved by: alfred
2002-06-24 06:23:41 +00:00
Jonathan Mini
01ad8a53db
Remove unused diagnostic function cread_free_thread().
...
Approved by: alfred
2002-06-24 06:22:00 +00:00
Warner Losh
b769fbf50f
include if_ieee80211.h and if_wireg.h, don't know why that didn't work before
2002-06-24 06:20:35 +00:00
Warner Losh
e0f50b853b
Document -L and -l.
...
Change -l -> -L to match OpenBSD (since we haven't MFC'd it yet).
-l will now list stations that are associated with a hostap (preliminary)
MFC After: 2 weeks
2002-06-24 06:09:54 +00:00
Jake Burkholder
cf85da5c68
Add needed include of mman.h to fix sparc64 buildworld.
2002-06-24 05:23:46 +00:00
Matthew Dillon
dbc3719d2a
Document TARGET_ARCH
2002-06-24 05:14:54 +00:00
Andrew R. Reiter
9561b109ae
- Remove DMA_* macros as only one, DMA_GET_ADDR, was used.
...
- Convert DMA_GET_ADDR() calls to vtophys() calls in order to finish
removing the DMA_* macros.
2002-06-24 05:03:44 +00:00
Warner Losh
586fdde4bc
Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGS
2002-06-24 04:42:46 +00:00
Warner Losh
890565f00b
Add RID to get the DBM adjustment factor
2002-06-24 04:41:34 +00:00
Warner Losh
039e0899d2
Add kernel print bits #define for the IEEE80211_CAPINFO bits.
2002-06-24 04:40:12 +00:00
Andrew R. Reiter
c3f9fb1a24
- Remove the definition for SCHED_ATM
...
- Change SCHED_ATM statements into schednetisr() calls.
2002-06-24 04:10:12 +00:00
Warner Losh
6b891daaa5
Partially back out the "make all interfaces standard" commit. There's
...
a small chance that it might have broken loading the miibus, so err on
the side of caution until I can figure out what is going on. This
backs out all but the PCI, PCIB and ISA bus interfaces being
"standard," which have been well tested...
2002-06-24 01:53:26 +00:00
Matthew Dillon
727300861d
I Noticed a defect in the way wakeup() scans the tailq. Tor noticed an
...
even worse defect in wakeup_one(). This patch cleans up both.
Submitted by: tegge
MFC after: 3 days
2002-06-24 00:14:36 +00:00
Brian Somers
99cfc2e2b2
Add a hack to handle RADIUS responses from peers that forget that
...
there's an ``Ident'' field in the MS-CHAP2-Response and
MS-CHAP-Error attributes.
The RADIATOR server seems to be guilty of this.
2002-06-23 23:38:06 +00:00
Ian Dowse
2f384b348a
Make vm_pindex_t 64-bit on all platforms. This is necessary to avoid
...
overflows with the large file sizes that UFS2 permits.
Reviewed by: dillon, alc, tegge
2002-06-23 21:57:19 +00:00
Robert Drehmel
eac66622a0
Allocate and clear the correct number of bytes for a
...
struct fd_set that should be able to hold sock + 1 bits.
Before, it was apparently assumed that an fd_mask has
the same size as type char.
PR: bin/39617
Reported by: Peter N Lewis <peter@stairways.com.au>
2002-06-23 21:54:18 +00:00
Dag-Erling Smørgrav
223071e10e
Resign my maintainership of OpenSSH.
2002-06-23 21:44:46 +00:00
Dag-Erling Smørgrav
8d024c6627
Install the new man pages.
2002-06-23 21:43:43 +00:00
Dag-Erling Smørgrav
614c49a910
Resolve conflicts and document local changes.
2002-06-23 21:42:47 +00:00
Maxime Henrion
584884ca0c
Add a missing prototype to fix a warning.
2002-06-23 21:29:00 +00:00
Luigi Rizzo
f10e85d797
Slightly restructure the #ifdef INET6 sections to make the code
...
more readable.
Remove the six "register" attributes from variables tcp_output(), the
compiler surely knows well how to allocate them.
2002-06-23 21:25:36 +00:00
Luigi Rizzo
410bb1bfe2
Move two global variables to automatic variables within the
...
only function where they are used (they are used with TCPDEBUG only).
2002-06-23 21:22:56 +00:00
Garance A Drosehn
3c75ad7ec0
Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will
...
add them automatically, and there is no point in adding them twice.
MFC after: 5 days
2002-06-23 20:57:18 +00:00
Luigi Rizzo
4d2e36928d
Move some global variables in more appropriate places.
...
Add XXX comments to mark places which need to be taken care of
if we want to remove this part of the kernel from Giant.
Add a comment on a potential performance problem with ip_forward()
2002-06-23 20:48:26 +00:00
Dag-Erling Smørgrav
677fccffa4
Previous commit was just a tad too hasty, the sshd peudo-user's home
...
directory should be /var/empty.
2002-06-23 20:46:44 +00:00
Dag-Erling Smørgrav
9b4e71b270
Add /var/empty for the OpenSSH privsep code.
2002-06-23 20:44:19 +00:00
Philippe Charnier
a228302fca
Make egetopt() return -1 not EOF, as getopt(3) do.
...
Reviewed by:markm
2002-06-23 20:42:30 +00:00
Robert Drehmel
4b571b192a
Fix a bug which prevented the duplication of the standard i/o
...
file descriptors in programs linked with libc_r with flags
other than the default ones. This kept, inter alia, freopen()
from working correctly when reopening standard streams.
reviewed by: deischen
PR: misc/39377
2002-06-23 20:41:30 +00:00
Dag-Erling Smørgrav
04b681a999
Add an sshd user and group for the OpenSSH privilege separation code.
2002-06-23 20:41:06 +00:00
Dag-Erling Smørgrav
6f562d4003
Correctly export the environment variables set by setusercontext().
...
Sponsored by: DARPA, NAI Labs
2002-06-23 20:22:49 +00:00
Maxime Henrion
53b3e91200
Split the declaration and the initialization of two variables.
...
This has the fortunate side effect of stopping GCC from
reporting warnings about unused variables on sparc64.
Reviewed by: bde
2002-06-23 20:03:03 +00:00
Nick Hibma
074dccd545
Be more clear in error messages.
...
Distinguish between a held lock and a failed lock op.
If rpc.lockd is not running on a diskless client this makes clearer
what the problem is.
2002-06-23 19:23:46 +00:00
Nick Hibma
befd9c61ce
set siocnunit to the correct value. This fixes the freeze on boot for
...
alphas.
Submitted by: Bernd Walter <ticso@cicely5.cicely.de>
2002-06-23 18:57:53 +00:00
Maxime Henrion
0a84e7c8f7
More 64 bits platforms warning fixes.
...
Reviewed by: rwatson
2002-06-23 18:32:39 +00:00
Juli Mallett
38764bffcf
Use varargs for syserr().
...
Pointed out by: snapshots.jp.freebsd.org warnings log.
2002-06-23 18:30:29 +00:00
Juli Mallett
54f3395319
syserr()'s first argument is not exit status, avoid dereferencing (char *)0
...
in printf(3).
2002-06-23 18:29:52 +00:00
Maxime Henrion
cfbf0a4678
Warning fixes for 64 bits platforms. This eliminates all the
...
warnings I have had in the FFS code on sparc64.
Reviewed by: mckusick
2002-06-23 18:17:27 +00:00
Alan Cox
848d14193d
o Remove GIANT_REQUIRED from kmem_alloc_pageable(), kmem_alloc_nofault(),
...
and kmem_free(). (Annotate as MPSAFE.)
o Remove incorrect casts from kmem_alloc_pageable() and kmem_alloc_nofault().
2002-06-23 18:07:40 +00:00
Dag-Erling Smørgrav
fd9fc3f0c2
Update Makefiles for OpenSSH 3.3.
2002-06-23 16:09:29 +00:00
Dag-Erling Smørgrav
80628bacb0
Resolve conflicts. Known issues:
...
- sshd fails to set TERM correctly.
- privilege separation may break PAM and is currently turned off.
- man pages have not yet been updated
I will have these issues resolved, and privilege separation turned on by
default, in time for DP2.
Sponsored by: DARPA, NAI Labs
2002-06-23 16:09:08 +00:00
Dag-Erling Smørgrav
f191b6f96c
Install the tree(3) man page.
2002-06-23 14:44:32 +00:00
Dag-Erling Smørgrav
c83272f713
This commit was generated by cvs2svn to compensate for changes in r98681,
...
which included commits to RCS files with non-trunk default branches.
2002-06-23 14:41:09 +00:00
Dag-Erling Smørgrav
87f5f0ecf9
Import the documentation for <sys/tree.h>
...
Obtained from: OpenBSD
2002-06-23 14:41:09 +00:00
Dag-Erling Smørgrav
520c140b46
This commit was generated by cvs2svn to compensate for changes in r98679,
...
which included commits to RCS files with non-trunk default branches.
2002-06-23 14:38:51 +00:00