summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sync iruserok() extension API with other BSDsshin2000-02-014-53/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of rcmd related function is need to be updated to support IPv6. Some of them are already updated as standard document. But there is also several de-facto functions and they are not listed in standard documents. They are, iruserok() (used by rlogind, rshd) ruserok() (used by kerberos, etc) KAME package updated those functions in original way. iruserok_af() ruserok_af() But recently there was discussion on IETF IPng mailing list about how to sync those API, and it is decided, -Those function is not standard and not documented. -But let BSDs sync their API as de-facto. And after some discussion, it is announced that -add update to iruserok() as iruserok_sa() -no ruserok() API change(it is only updated internaly) So I sync those API before 4.0 is released. The changes are, -prototype changes -ruserok() internal update (use iruserok_sa() inside) -removal of ruserok_af() -change iruserok_af() as static functioin, and also prefix the name with __. -add iruserok_sa() (Just call __iruserok_af() inside) -adding flag AI_ALL to getipnodebyaddr() called from __icheckhost(). This is necessary to support IPv4 communication via AF_INET6 socket could be correctly authenticated via iruserok_sa() -irusreok_af() call is replaced to iruserok_sa() call in rlogind, and rshd. Approved by: jkh
* Add workaround for fxp issue at interface initialization with IPv6.shin2000-02-011-0/+4
| | | | | | | | | | | | | | | | | | | | | Some LAN card chip for fxp is known to cause problem at interface initialization with IPv6 enabled. It happens at some delicate timing. And also, just adding some DELAY before IPv6 address autoconfiguration is known to avoid the problem. Complete fix is changing the driver not to use interrupt at multicast filter initialization, but trying such change in this stage will be dangerous. So I add some DELAY() only inside #ifdef INET6 part, as temporal workaround only for 4.0. Approbed by: jkh Noticed by: Mattias Pantzare <pantzer@ludd.luth.se> Obtained from: openbsd-tech mailing list
* da0 -> dan_hibma2000-02-012-2/+2
|
* Drop maintainership of inetd, since nobody respects it anyway.des2000-02-011-1/+0
|
* Synced with sys/i386/isa/isa_compat.h rev 1.18.kato2000-02-011-0/+1
| | | | Approved by: jkh
* Synced with sys/i386/isa/wd.c revision 1.219.kato2000-02-011-22/+22
| | | | Approved by: jkh
* Synced with sys/i386/isa/mse.c, npx.c and spkr.c revisions 1.49, 1.80kato2000-02-013-13/+0
| | | | | | and 1.45, respectively. Approved by: jkh
* Fix date again.ache2000-02-011-1/+1
| | | | Previous fix was overwritten by new commits.
* Remove a spurious printf left in from debugging.gibbs2000-02-011-1/+0
| | | | PR: 16642
* bus_release_resource is spellt like bus_release_resource not liken_hibma2000-01-314-52/+52
| | | | | | | | | bus_delete_resource. Fixes a problem when the probe succeeded, but the attach failed. The release of the resources was done inproperly. Approved by: jkh
* Merge FreeBSD changes into 2.4d.ru2000-01-313-237/+210
|
* Merge FreeBSD changes into 2.4d.ru2000-01-311-192/+93
| | | | | FreeBSD changes OBE'ed by 2.4d: * rev 1.5 - use collate for alpha character ranges.
* This is the stock GNU grep 2.4d file.ru2000-01-316-344/+391
|
* This commit was generated by cvs2svn to compensate for changes in r56915,ru2000-01-319-72/+203
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.4d.ru2000-01-3119-782/+895
| |
* | Add a section at the end called COMMON ITEMS. This is where we'll putimp2000-01-301-1/+18
| | | | | | | | | | | | | | those questions that come up all the time (eg, how do I build a kernel). This is intended to be a very brief reminder for people that are basically clueful what the steps are to do these common things. What it lacks in verbosity it makes up in terseness.
* | Add info about burncd, c++ changes, the xinstall kludge as well asimp2000-01-301-1/+33
| | | | | | | | | | | | | | correct the buidlworld typo every keeps teasing me about. I didn't ask Jordan if this was OK, but figured it fell under the documentation exception in his freeze mail.
* | Fix the usage of the .Dd macro so that the correct year is displayed,mpp2000-01-301-1/+1
| | | | | | | | | | | | | | | | | | instead of 1900. PR: bin/16207 Note: there is still a groff problem with Y2K that needs to be fixed, so the PR is still valid.
* | The "INCDIR" required by the new header installation code in bsd.lib.mkobrien2000-01-301-0/+2
| | | | | | | | | | | | was not set correctly. Ok'ed by: JKH
* | Add Xref to camcontrol(8) (replacing previously-removed scsiformat(8)).kris2000-01-301-0/+1
| | | | | | | | Submitted by: joerg
* | The readline includes handling was moved down a level inobrien2000-01-301-1/+1
| | | | | | | | | | | | src/gnu/libreadline -- reflect that change here. Ok'ed by: JKH
* | When writing out bitmap buffers, need to skip over ones that alreadymckusick2000-01-302-2/+4
| | | | | | | | | | | | | | have a write in progress. Otherwise one can get in an infinite loop trying to get them all flushed. Submitted by: Matthew Dillon <dillon@apollo.backplane.com>
* | Retire Bison as it is not need to build GCC any more.obrien2000-01-3070-27010/+0
| | | | | | | | Ok'ed by: JKH
* | Don't refer to TABLDISC in the comments here.peter2000-01-301-1/+1
| | | | | | | | | | Submitted by: bde Approved by: jkh
* | Fixed longstanding brokenness of wddump() in LBA mode. LBA mode may nowbde2000-01-301-20/+21
| | | | | | | | | | | | | | | | | | | | | | be safe enough to recommend for working around the problem with CHS mode normally being limited to 65536*16*63 sectors. Fixed bitrot in related debugging code. Fixed related style bugs. Removed another vestige of bad144 support.
* | Do not use 'alias' as a macro parameter name for __strong_reference(),jasone2000-01-301-2/+2
| | | | | | | | | | | | since the word 'alias' appears in the macro body. Approved by: jkh
* | Fix bogon in previous commit. Re-enable Forth in the loader.jhb2000-01-301-2/+2
| | | | | | | | | | Noticed by: dcs Approved by: jkh
* | Remove unused #include and prototype declaration.luoqi2000-01-301-2/+0
| |
* | Typo fix. While I am at it, remove the name translation from block to rawluoqi2000-01-301-26/+3
| | | | | | | | | | | | | | device, they are equivalent now (or more accurately we no longer have block devices). Submitted by: Gregory Sutter <gsutter@pobox.com>
* | Document OpenSSL directories.kris2000-01-301-0/+4
| |
* | Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | | | | | Requested by: wollman
* | Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | | | | | Requested by: wollman
* | Fix kernel build breakage.shin2000-01-301-1/+1
| | | | | | | | | | | | ip6_fw.c also needs ipv6firewall options. Sorry for the problem. Submitted by: Jim Bloom <bloom@acm.org>
* | Merge tcpdump 3.5fenner2000-01-3031-1132/+1764
| |
* | This commit was generated by cvs2svn to compensate for changes in r56893,fenner2000-01-30102-456/+20088
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of tcpdump.org tcpdump v3.5fenner2000-01-30131-928/+23078
| | |
| * | This commit was manufactured by cvs2svn to create branchcvs2svn1999-02-204-0/+1077
| | | | | | | | | | | | 'VENDOR-tcpdump'.
* | | Upgrade to libpcap 0.5fenner2000-01-301-2/+2
| | |
* | | Merge libpcap 0.5fenner2000-01-3010-53/+1153
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r56889,fenner2000-01-3032-179/+506
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of tcpdump.org libpcap v0.5fenner2000-01-3042-210/+1629
| | | |
* | | | Use __strong_reference() instead of __weak_reference() to assure that thejasone2000-01-2960-60/+60
| | | | | | | | | | | | | | | | weak symbols of the same name are not used.
* | | | Add __strong_reference().jasone2000-01-291-0/+2
| | | |
* | | | cosmetic changes only.sos2000-01-291-1/+1
| | | |
* | | | Grammar fix: ``Different than'' should be ``different from''.chris2000-01-291-1/+1
| | | |
* | | | Add wx && ses manpagesmjacob2000-01-291-2/+2
| | | |
* | | | add a minimal man page for the SES drivermjacob2000-01-291-0/+129
| | | |
* | | | add a figleaf of a man page for the Intel Gigabit cardmjacob2000-01-291-0/+51
| | | |
* | | | Correcting SECURITY warning.chuckr2000-01-292-22/+32
| | | | | | | | | | | | | | | | | | | | Submitted by: Kris Kennaway Reviewed by: Warner Losh
* | | | Merge from RELENG_3 (oops):chris2000-01-291-5/+5
| | | | | | | | | | | | | | | | | | | | resolved_name -> resolved_path resolvedname -> resolved_path
OpenPOWER on IntegriCloud