summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix unaligned access error.naddy2002-06-241-3/+6
| | | | Reviewed by: ticso
* I hope I won't regret this too much.des2002-06-241-0/+1
|
* My previous style commits weren't entirely right. Fix some bugs Ides2002-06-247-23/+11
| | | | | | introduced, and a few more I hadn't yet fixed. Submitted by: bde
* Reintroduce debugging code that somehow got lost in a previous revision.des2002-06-241-0/+2
|
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
| | | | Reviewed by: phk
* Include <sys/types.h> in the !_KERNEL case so that this file isbde2002-06-241-0/+3
| | | | | self-sufficient in that case (it needs dev_t). This is normal pollution for most headers that define ioctl numbers.
* Fixed some style bugs (mainly excessive indentation).bde2002-06-241-24/+24
| | | | Not completely unapproved by: julian
* Print a long with %ld not %d. (We possibly should be using %j here, butdwmalone2002-06-241-1/+1
| | | | | | | | 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
* Fix off by one in `y' (transliterate) command which caused the last charactertjr2002-06-241-1/+1
| | | | | | of the pattern space not to be examined. Noticed by: Motoyuki Konno <motoyuki@bsdclub.org>
* remove declaration of authlogdinoex2002-06-241-5/+1
| | | | | use variable from_host Reviewed by: des
* Previous commit made no sense.des2002-06-241-1/+2
|
* Fix style and unbreal static build.des2002-06-245-11/+10
|
* IPv4or6 is already defined in libssh.des2002-06-241-3/+2
|
* MFi386: sys/i386/isa/clock.c revision 1.187.kato2002-06-243-6/+6
|
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
| | | | | | | | | | 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
* Use proper size in bzero of stat structure.mckusick2002-06-243-3/+3
| | | | | Submitted by: Jake Burkholder <jake@locore.ca> Sponsored by: DARPA & NAI Labs.
* userout -> out. These two labels are now identical.mini2002-06-242-14/+12
| | | | Approved by: alfred
* Remove unused diagnostic function cread_free_thread().mini2002-06-2411-64/+0
| | | | Approved by: alfred
* include if_ieee80211.h and if_wireg.h, don't know why that didn't work beforeimp2002-06-241-0/+2
|
* Document -L and -l.imp2002-06-242-3/+92
| | | | | | | 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
* Add needed include of mman.h to fix sparc64 buildworld.jake2002-06-241-1/+3
|
* Document TARGET_ARCHdillon2002-06-241-0/+5
|
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2412-103/+15
| | | | | - Convert DMA_GET_ADDR() calls to vtophys() calls in order to finish removing the DMA_* macros.
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
|
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
|
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.imp2002-06-241-1/+1
|
* - Remove the definition for SCHED_ATMarr2002-06-243-5/+2
| | | | - Change SCHED_ATM statements into schednetisr() calls.
* Partially back out the "make all interfaces standard" commit. There'simp2002-06-241-8/+8
| | | | | | | 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...
* I Noticed a defect in the way wakeup() scans the tailq. Tor noticed andillon2002-06-241-3/+8
| | | | | | | even worse defect in wakeup_one(). This patch cleans up both. Submitted by: tegge MFC after: 3 days
* Add a hack to handle RADIUS responses from peers that forget thatbrian2002-06-231-4/+20
| | | | | | | there's an ``Ident'' field in the MS-CHAP2-Response and MS-CHAP-Error attributes. The RADIATOR server seems to be guilty of this.
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-233-3/+3
| | | | | | overflows with the large file sizes that UFS2 permits. Reviewed by: dillon, alc, tegge
* Allocate and clear the correct number of bytes for arobert2002-06-231-2/+2
| | | | | | | | | 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>
* Resign my maintainership of OpenSSH.des2002-06-231-1/+0
|
* Install the new man pages.des2002-06-232-2/+2
|
* Resolve conflicts and document local changes.des2002-06-234-1254/+113
|
* Add a missing prototype to fix a warning.mux2002-06-231-0/+2
|
* Slightly restructure the #ifdef INET6 sections to make the codeluigi2002-06-231-31/+19
| | | | | | | more readable. Remove the six "register" attributes from variables tcp_output(), the compiler surely knows well how to allocate them.
* Move two global variables to automatic variables within theluigi2002-06-232-4/+6
| | | | only function where they are used (they are used with TCPDEBUG only).
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-238-9/+7
| | | | | | add them automatically, and there is no point in adding them twice. MFC after: 5 days
* Move some global variables in more appropriate places.luigi2002-06-231-3/+28
| | | | | | | 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()
* Previous commit was just a tad too hasty, the sshd peudo-user's homedes2002-06-231-1/+1
| | | | directory should be /var/empty.
* Add /var/empty for the OpenSSH privsep code.des2002-06-231-0/+2
|
* Make egetopt() return -1 not EOF, as getopt(3) do.charnier2002-06-231-4/+4
| | | | Reviewed by:markm
* Fix a bug which prevented the duplication of the standard i/orobert2002-06-231-13/+24
| | | | | | | | | 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
* Add an sshd user and group for the OpenSSH privilege separation code.des2002-06-232-0/+2
|
* Correctly export the environment variables set by setusercontext().des2002-06-232-8/+7
| | | | Sponsored by: DARPA, NAI Labs
* Split the declaration and the initialization of two variables.mux2002-06-231-4/+4
| | | | | | | This has the fortunate side effect of stopping GCC from reporting warnings about unused variables on sparc64. Reviewed by: bde
* Be more clear in error messages.n_hibma2002-06-231-4/+9
| | | | | | | 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.
* set siocnunit to the correct value. This fixes the freeze on boot forn_hibma2002-06-231-2/+4
| | | | | | alphas. Submitted by: Bernd Walter <ticso@cicely5.cicely.de>
* More 64 bits platforms warning fixes.mux2002-06-232-7/+7
| | | | Reviewed by: rwatson
OpenPOWER on IntegriCloud