summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ELF relocation types for mips.imp2008-08-021-0/+18
| | | | Obtained from: mips/include/elf.h
* Document new IDSIgnorePaths directive.cperciva2008-08-021-0/+7
|
* Make `freebsd-update IDS` not complain about /usr/share/man/cat* bycperciva2008-08-021-0/+4
| | | | default.
* Store the PC while context switching, for the benefits of DDB.cognet2008-08-021-0/+1
|
* Remove a useless cast.cognet2008-08-021-1/+1
| | | | Spotted out by: stefanf
* Add "IDS" command to freebsd-update. This was present in the originalcperciva2008-08-022-2/+264
| | | | | | | | | | version of freebsd-update, but I took it out when I rewrote everything and added FreeBSD Update to the base system because I didn't think it was useful. It turns out that quite a few people liked it and wanted it back. Requested by: Royce Williams + others MFC after: 2 weeks
* Slight wordsmithing. prompted by danger@julian2008-08-011-2/+5
|
* Document the use of the tablearg keyword together with the skipto command.julian2008-08-011-3/+16
|
* The IPFW code accepts the use of the tablearg keyword along with the skiptojulian2008-08-011-8/+21
| | | | | | | | | | | | keyword. But it doesn't work. Two options.. make it no longer accept it, or actually make it work.. I chose the 2nd.. Allow the tablearg to be used to specify a skipto destination. This is actually a very powerful construct if used correctly, or a sink of cpu cycles if used badly. changes t teh man page will follow.
* Make "1000baseT" the description and "1000baseTX" the alias forantoine2008-08-011-2/+2
| | | | | | | | | IFM_1000_T instead of the reverse. It is possible FreeBSD doesn't even support 1000baseTX. This changes ifconfig(8) output. Requested by: gavin@ and bms@ See also: http://docs.freebsd.org/cgi/mid.cgi?20050307191901.H32508
* Remove trailing ';' in BPFD_LOCK_ASSERT macro.antoine2008-08-011-1/+1
| | | | | MFC after: 1 month X-MFC-to: stable/7, stable/6 has it right
* Tweak the support for using ldd on 32-bit objects a bit further.jhb2008-08-014-39/+71
| | | | | | | | | | | | | Specifically, build a 32-bit /usr/bin/ldd32 on amd64 which handles 32-bit objects. Since it is a 32-bit binary, it can fork a child process which can dlopen() a 32-bit shared library. The current 32-bit support in ldd can't do this because it does the dlopen() from a 64-bit process. In order to preserve an intuitive interface for users, the ldd binary automatically execs /usr/bin/ldd32 for 32-bit objects. The end result is that ldd on amd64 now transparently handles 32-bit shared libraries in addition to 32-bit binaries. Submitted by: ps (indirectly)
* Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine.csjp2008-08-011-0/+6
| | | | | | | There is no way for the caller to tell us which direction this packet is going. With the bpf_mtap{2} routines, we can check the interface pointer. MFC after: 2 weeks
* Use the new bus device_shutdown hook for performing the shutdown actionjhb2008-08-013-9/+19
| | | | | on the ee16 parts rather than explicitly registering an event handler that wasn't being torn down on detach.
* - Use an sx lock to serialize writes since they update the checksum.jhb2008-08-011-3/+14
| | | | | | | - Remove D_NEEDGIANT as the rtc drivers already have their own locks, so this doesn't need Giant. MFC after: 1 week
* Adjust comment. This stack is only used for booting now and not as anjhb2008-08-011-1/+1
| | | | idle stack.
* Fix whitespace.emaste2008-08-011-2/+2
|
* Char is unsigned on arm, so is not suitable to store the return value ofcognet2008-08-011-2/+2
| | | | | | | getopt(). Use an int instead. Submitted by: Matthew Luckie MFC after: 3 days
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenjhb2008-08-011-2/+0
| | | | | | | tested: PR: amd64/126090 MFC after: 1 week
* Remove further trailing white space.rwatson2008-08-011-1/+1
|
* Fix empty mailto (-m "") handling: somehow I missed all checks but the first,marck2008-08-011-1/+3
| | | | | | | | | hence output would be written to the wrong filehandle. Submitted by: reg Approved by: yar (implicit) MFC after: ASAP Pointy hat to: marck
* When using SRV records the protocols and services files need to be in thedougb2008-08-011-5/+9
| | | | | | | chroot /etc directory. PR: conf/121101 Submitted by: Stefan `Sec` Zehl <sec@42.org>
* Add the -c option for named_flags (still commented out) that isdougb2008-08-011-2/+2
| | | | | | relevant for ports users, and change the comment to match. While I'm here fix the capitalization of the named_program comment.
* Enhance pmap_change_attr() with the ability to demote 1GB page mappings.alc2008-08-012-2/+106
|
* Upgrade to OpenSSH 5.1p1.des2008-08-01175-4665/+13152
|\ | | | | | | | | | | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks
| * Since we automatically set svn:eol-style on new files (including filesdes2008-07-231-1/+1
| | | | | | | | added during a vendor import), set it on the entire dist tree.
| * Vendor import of OpenSSH 5.1p1des2008-07-23137-4226/+7864
| |
| * Vendor import of OpenSSH 5.0p1 for posterity's sakedes2008-07-239-18/+41
| |
| * Vendor import of OpenSSH 4.9p1 for posterity's sakedes2008-07-23121-999/+3089
| |
| * Vendor import of OpenSSH 4.7p1 for posterity's sakedes2008-07-23106-531/+3186
| |
| * Oops, remove svn:keyword again.des2008-07-233-3/+3
| |
| * Vendor import of OpenSSH 4.6p1 for posterity's sakedes2008-07-23100-258/+39929
| |
| * svn:keywords is not appropriate for vendor trees.des2008-07-232-2/+2
| |
| * Properly flatten openssh/dist.des2008-07-22407-0/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-22407-0/+109174
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-22407-109174/+0
| |
* | Remove svn:keywords except on files that need it. This makes diffsdes2008-08-010-0/+0
| | | | | | | | against the vendor branch much more readable.
* | Another file with no local changes.des2008-08-011-1/+0
| | | | | | | | "This time for sure!"
* | Another file with no local changes.des2008-08-011-1/+0
| |
* | Another four files without local changes. This is driving me nuts -des2008-08-014-4/+0
| | | | | | | | every time I think I got them all, another one pops up.
* | Yet another file with no local changes.des2008-08-011-1/+0
| |
* | Accidentally mangled this one in the previous commit.des2008-08-011-1/+1
| |
* | More files which no longer have any local changes.des2008-08-018-8/+0
| |
* | These two files have no local patches except to prevent expansion of thedes2008-08-012-4/+2
| | | | | | | | | | original $FreeBSD$ keywords. Revert those changes, and simply disable keyword expansion.
* | add missing capability bitssam2008-08-011-2/+2
| |
* | Last remains of old OPIE patchdes2008-08-011-8/+0
| |
* | Fix some problems with asinf(), acosf(), atanf(), and atan2f():das2008-08-014-71/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adjust several constants for float precision. Some thresholds that were appropriate for double precision were never changed when these routines were converted to float precision. This has an impact on performance but not accuracy. (Submitted by bde.) - Reduce the degrees of the polynomials used. A smaller degree suffices for float precision. - In asinf(), use double arithmetic in part of the calculation to avoid a corner case and some complicated arithmetic involving a division and some buggy constants. This improves performance and accuracy. Max error (ulps): asinf acosf atanf before 0.925 0.782 0.852 after 0.743 0.804 0.852 As bde points out, it's cheaper for asin*() and acos*() to use polynomials instead of rational functions, but that's a task for another day.
* | In function pthread_condattr_getpshared, store result correctly.davidxu2008-08-011-1/+1
| | | | | | | | PR: kern/126128
* | We no longer have any local changes here.des2008-08-011-1/+0
| |
* | Consistently set svn:eol-style.des2008-08-010-0/+0
| |
OpenPOWER on IntegriCloud