summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove #ifdef UVM stuff which will never be relevant.phk2000-03-131-7/+0
|
* Fix nits in previous commit: restore option ordering of the optionsheldonh2000-03-132-4/+10
| | | | | description list; break an overly long line; use the Fx macro instead of "FreeBSD".
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.phk2000-03-133-8/+4
|
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-1317-82/+91
| | | | | Define ISADMA_{READ,WRITE,RAW} macros with the same numeric values as the B_{READ,WRITE,RAW} and use them instead throughout.
* Backout the previous change to __KAME_VERSION (FreeBSD4.x addition),shin2000-03-131-1/+1
| | | | because this is now 5.0-current.
* Add a new function stub to libcrypto() which resolves to a symbol inkris2000-03-136-3/+72
| | | | | | | | | | | the librsa* library and reports which version of the library (OpenSSL/RSAREF) is being used. This is then used in openssh to detect the failure case of RSAREF and a RSA key >1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai led.' This is a 4.0-RELEASE candidate.
* Add IO DATA card built around the linksys parts.imp2000-03-132-0/+14
| | | | | Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp PR: 16922
* Add another Linksys OUI.imp2000-03-131-1/+3
| | | | | PR: 16922 Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp
* Updates for new FALC chips and other nits.phk2000-03-131-19/+5
| | | | (And try to make it first post-freeze commit :-)
* Welcome to 5.0-current!jkh2000-03-131-1/+1
| | | | "First commit" claimed by: jkh :)
* Move some cflag contents down to where they are acutally used.obrien2000-03-135-2/+12
|
* Backout the previous fix, it is _not_ that easy too fix.sos2000-03-131-2/+1
| | | | Leave it as is for 4.0 the real solution comes later.
* Register recently added pim6dd.conf and pim6sd.conf.shin2000-03-131-1/+2
| | | | Specified by: haro@tk.kubota.co.jp (Munehiro Matsuda)
* Add missing end of semi colon of an example setkey command.shin2000-03-132-2/+2
| | | | Submitted by: kuriyama
* Various manpage style/grammar/formatting cleanupskris2000-03-131-28/+46
| | | | | Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>, jedgar PR: 17292 (remainder of)
* * add the start_join_net - donedmlb2000-03-121-129/+178
| | | | | | | | | | | | | | | | | | | | * i needed it anyway * remove startccs and startcmd - done * as those were used for the NetBSD start timeout * multicast - done but UNTESTED * I don't have the ability/facilty to test this * rxlevel - done * stats reported via raycontrol * getparams ioctl - done * reported via raycontrol * start_join_done needs a restart in download_done - done * now use netbsd style start up removed spare timerh implemented start_assoc in ray_ccs_done bit more knfing
* structure for error counters addeddmlb2000-03-121-7/+18
|
* Use ssid length from 80211.hdmlb2000-03-121-4/+136
| | | | | | moved and extended ioctl's added string and size definitions for raycontrol
* Expand the increasingly inaccurately named NOSPAM /etc file list to includerwatson2000-03-121-1/+2
| | | | | | | | new sample database files, so that they will be installed with make distribution. NOSPAM probably ought to be renamed to MAIL. Reviewed by: peter Approved by: jkh
* Add sample databases for sendmail (access, mailertable, virtusertable),rwatson2000-03-124-3/+56
| | | | | | | | | | as well as rename access.txt back to the standard access. Also modify the Makefile to know how to build hashes for each of these databases. If one of the databases is missing when Make is run, use a commented out version of the sample. Reviewed by: peter Approved by: jkh
* Since I didn't look hard enough in the GNATS db I feel this deserves acpiazza2000-03-120-0/+0
| | | | | | | | | mention. The last commit was also: PR: 17298 Submitted by: Arindum Mukerji <rmukerji@execpc.com>
* Added upcoming FreeBSD 3.5, FreeBSD 4.0, FreeBSD 4.1 and FreeBSD 5.0-current.wosch2000-03-121-6/+10
|
* IPv6 related configuration updates.shin2000-03-123-7/+148
| | | | | | | | | | | | | | | - 6to4(stf) interface configuration. - Static route configuration. - Comment additions. - Replaced a still existed '@' to '%' in IPv6 scoped addr format. (This became necessary as previous IPv6 scoped addr format change.) Much thanks to ume, who helped me reviewing, testing, and finding problems with these changes. Approved by: jkh Reviewed by: ume
* Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify theshin2000-03-121-1/+1
| | | | | | | system with other platform and/or other version of FreeBSD, which is also integrated KAME code based on another date. Approved by: jkh
* Typo fix. s/SAD/SPD/.shin2000-03-122-2/+2
| | | | Specified by: jdp
* Typo fixes.shin2000-03-123-14/+14
| | | | | PR: docs/17333 Submitted by: Kazuo Horikawa <horikawa@psinet.com>
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.shin2000-03-122-2/+60
| | | | | | Specified by: Robert Muir <rmuir@looksharp.net> Obtained from: NetBSD
* Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabeticalshin2000-03-121-2/+2
| | | | order.
* Add USA_RESIDENT to release make variables; can't hurt.jkh2000-03-121-0/+3
| | | | Submitted by: Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
* Correct MLINKS contents for rcmd.3, because it is obsolete due toshin2000-03-121-3/+4
| | | | | | | recent changes to rcmd.3. links to iruserok_af.3, ruserok_af.3 are removed. link to iruserok_sa.3 is added.
* Import from KAME. Advanced API related function descriptions.shin2000-03-123-1/+790
| | | | Obtained from: KAME project
* Import from KAME. Mainly, IPv6 sysctl mib values related update.shin2000-03-121-6/+152
| | | | Obtained from: KAME project
* Merge from KAME. Basically man doc improvement and contents fix.shin2000-03-121-7/+13
| | | | Obtained from: KAME project
* Import ip6 and icmp6 man from KAME.shin2000-03-123-2/+969
| | | | Obtained from: KAME project
* Remove period at the end of Xr macro sentences.shin2000-03-123-3/+3
| | | | | | (merge from KAME repository) Obtained from: KAME project
* Try harder to make the lower 16 bits of fsids unique. The vfs typebde2000-03-122-30/+50
| | | | | | | | | | | number was packed very wastefully, giving perfect non-uniqeness in the lower 16 bits of fsids for filesystems with the same vfs type. This made linux_stat() return perfectly non-unique (broken) 16-bit st_dev's for nfs mount points, and effectively reduced mntid_base to 8 bits so that the vfs_getnewfsid() looped endlessly when there are already 256 mounted filesystems with the required vfs type. Approved by: jkh
* Dont call ad_start unless the controller is idle.sos2000-03-121-1/+2
| | | | This effectively nullified the usefullness of disksort().
* Disable RTPRIO and P1003.1B scheduling in ntpd. Only leave BSD_NICEdufault2000-03-121-2/+2
| | | | | | | | | | | | for a scheduling boost. This is a conservative change that should make no difference in practice and eliminate concerns about this being the source of some SMP hangs. Configuration scripts should never auto-configure P1003.1B without a second test. The behavior with respect to regular time sharing, who can access it, etc., is not defined. Approved by: jkh
* Merged from sys/isa/sio.c revision 1.291.kato2000-03-122-28/+38
|
* comment out extra .Pp (which is necessary by comment-out of .Bl-.El)itojun2000-03-121-1/+1
|
* fix partially commented out dangling sentence.itojun2000-03-121-1/+1
|
* sdio: If sd I/O fails because of an I/O error, set the sd stategrog2000-03-121-3/+3
| | | | | | | correctly. Reported-by: phk Approved-by: jkh
* Remove PkgInteractive hack - it won't work like this.jkh2000-03-1211-19/+2
|
* Recognize newer NVidia graphics cards. (GeForce and Quadro families)cpiazza2000-03-121-0/+6
| | | | Approved by: jkh
* Import stf(6to4 interface) man from KAME.shin2000-03-112-1/+168
| | | | Obtained from: KAME project
* Remove the last vestiges of libRSAglue now that it's an empty stub.kris2000-03-113-12/+0
| | | | | | This should fix the buildworld problems some people were seeing. Approved by: jkh
* Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.shin2000-03-111-1/+12
| | | | Approved by: jkh
* Add missing return.shin2000-03-111-0/+1
| | | | | | | | | | "ndp" command should deletes only neighbor cache entries, but the program lacks necessary "return" after the neighbor cache entry check, so it might deletes non neighbor cache entries. (it seems that usually no problem happens.) Approved by: jkh Reviewed by: ume
* Clear sin6_scope_id before passing routes into kernel, becaues kernelshin2000-03-111-0/+1
| | | | | | | | | | don't support routes with sin6_scope_id set. Without this fix, routes with IPv6 scoped addr won't work when it is assigned by "route" command. Approved by: jkh Reviewed by: ume
* Forbid include of netinet6/ip6.h from user-land, and if included,shin2000-03-111-2/+0
| | | | | | | | | | print an error message which say, "include netinet/ip6.h". This is postponed to apply to avoid tcpdump compile error. Now apply this because tcpdump has been already fixed. Approved by: jkh Obtained from: KAME project
OpenPOWER on IntegriCloud