naddy
0f0f563b6e
Fix unaligned access error.
...
Reviewed by: ticso
2002-06-24 12:40:11 +00:00
des
125f718f70
I hope I won't regret this too much.
2002-06-24 12:33:19 +00:00
des
9720b176d2
My previous style commits weren't entirely right. Fix some bugs I
...
introduced, and a few more I hadn't yet fixed.
Submitted by: bde
2002-06-24 12:32:30 +00:00
des
0fa910cfde
Reintroduce debugging code that somehow got lost in a previous revision.
2002-06-24 12:18:41 +00:00
mux
28c66edd3e
Yet another warning fix for 64 bits platforms.
...
Reviewed by: phk
2002-06-24 12:07:02 +00:00
bde
c7ec6be4fb
Include <sys/types.h> in the !_KERNEL case so that this file is
...
self-sufficient in that case (it needs dev_t). This is normal pollution
for most headers that define ioctl numbers.
2002-06-24 11:45:45 +00:00
bde
bfedcf9f1f
Fixed some style bugs (mainly excessive indentation).
...
Not completely unapproved by: julian
2002-06-24 11:37:56 +00:00
dwmalone
46a7644f58
Print a long with %ld not %d. (We possibly should be using %j here, but
...
that can be fixed when the many other warnings here are being fixed.)
PR: 39741
Submitted by: Dan Lukes <dan@obluda.cz>
MFC after: 1 week
2002-06-24 11:33:17 +00:00
tjr
32bee004db
Fix off by one in `y' (transliterate) command which caused the last character
...
of the pattern space not to be examined.
Noticed by: Motoyuki Konno <motoyuki@bsdclub.org>
2002-06-24 11:24:02 +00:00
dinoex
fd860e7d16
remove declaration of authlog
...
use variable from_host
Reviewed by: des
2002-06-24 11:11:30 +00:00
des
a2f0c70ddc
Previous commit made no sense.
2002-06-24 10:17:26 +00:00
des
c053249a36
Fix style and unbreal static build.
2002-06-24 10:16:38 +00:00
des
4db40e9ca5
IPv4or6 is already defined in libssh.
2002-06-24 10:15:26 +00:00
kato
467ba5e6b7
MFi386: sys/i386/isa/clock.c revision 1.187.
2002-06-24 08:04:47 +00:00
imp
72d0a63416
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
mckusick
7d70f5926f
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
mini
b27c612742
userout -> out. These two labels are now identical.
...
Approved by: alfred
2002-06-24 06:23:41 +00:00
mini
ef6f2f567d
Remove unused diagnostic function cread_free_thread().
...
Approved by: alfred
2002-06-24 06:22:00 +00:00
imp
43f0d4bddc
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
imp
dd9b9a1d11
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
57b695126f
Add needed include of mman.h to fix sparc64 buildworld.
2002-06-24 05:23:46 +00:00
dillon
bd5e8e0bcd
Document TARGET_ARCH
2002-06-24 05:14:54 +00:00
arr
a9c60c7d01
- 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
imp
5a5ffdbe70
Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGS
2002-06-24 04:42:46 +00:00
imp
1db74132a8
Add RID to get the DBM adjustment factor
2002-06-24 04:41:34 +00:00
imp
fdf567f0f6
Add kernel print bits #define for the IEEE80211_CAPINFO bits.
2002-06-24 04:40:12 +00:00
arr
931ac795e1
- Remove the definition for SCHED_ATM
...
- Change SCHED_ATM statements into schednetisr() calls.
2002-06-24 04:10:12 +00:00
imp
41dbee355d
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
dillon
3bb3ab3df2
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
20a617c09d
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
iedowse
37d2aea25a
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
594ec288d5
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
des
a8ea4bbfd1
Resign my maintainership of OpenSSH.
2002-06-23 21:44:46 +00:00
des
107ff84363
Install the new man pages.
2002-06-23 21:43:43 +00:00
des
2894284b2a
Resolve conflicts and document local changes.
2002-06-23 21:42:47 +00:00
mux
af8d245e93
Add a missing prototype to fix a warning.
2002-06-23 21:29:00 +00:00
luigi
fbbaa9503a
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
ebcf841898
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
gad
4f36141373
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
e49d2528a1
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
des
049fabb373
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
des
6c4dd41fe3
Add /var/empty for the OpenSSH privsep code.
2002-06-23 20:44:19 +00:00
charnier
136d95b38a
Make egetopt() return -1 not EOF, as getopt(3) do.
...
Reviewed by:markm
2002-06-23 20:42:30 +00:00
robert
99a72e8b2b
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
des
9ffcd90b2f
Add an sshd user and group for the OpenSSH privilege separation code.
2002-06-23 20:41:06 +00:00
des
5375a0a2ad
Correctly export the environment variables set by setusercontext().
...
Sponsored by: DARPA, NAI Labs
2002-06-23 20:22:49 +00:00
mux
1c007d522a
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
n_hibma
e8868912eb
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
n_hibma
383e92b79a
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
mux
abb73c48ca
More 64 bits platforms warning fixes.
...
Reviewed by: rwatson
2002-06-23 18:32:39 +00:00