summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update function definitions and required include files to reflectdavidc2001-12-2661-118/+191
| | | | | | the current state of the system. Approved by: alfred
* Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-joerg2001-12-261-6/+7
| | | | | events are always logged.) This stops sppp from spamming the syslog files in case the remote peer is not configured to negotiate IPv6.
* Fix some pseudo-enumeration constants in the IPv6 implementation sojoerg2001-12-261-2/+2
| | | | | | | they are unique and thus actually usable as flagbits. I wonder how it even worked so far... MFC after: 1 week
* Ignore (and silently conf-ack) conf-reqs for an Async-Control-joerg2001-12-261-11/+15
| | | | | | | Character-Map. RFC 1662 demands it for the sake of async to sync PPP protocol converters (like Win9* :). This merges rev 1.26/1.27 of the old i4b sppp changes.
* - Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.ume2001-12-262-1/+13
| | | | | | | | - Don't connect datagram socket if RES_INSECURE1. - Needed to implement IPv6 anycast UDP DNS queries as documented in <draft-ietf-ipngwg-dns-discovery-03.txt>. Obtained from: KAME
* For SIOCSIFADDR, don't call if_up() since it would attempt to add thejoerg2001-12-261-1/+2
| | | | | | | | | route to the destination twice. Now that brian has fixed route.c to no longer accept this second route, this long-standing nuisance became a showstopper bug for sppp users. In retrospect, this is the same fix as the one in rev 1.78 of if_sl.c; most likely the original version of sppp has been cloned from SLIP. ;-)
* s/sonewconn3/sonewconn/ forgotten by the modifier.green2001-12-261-1/+1
|
* o Add a comment indicating that if /tmp==/var/tmp in rc.diskless2, therwatson2001-12-265-0/+20
| | | | | | | | md device and file system creation occurs *after* mtree is run, and as such an /var/tmp/* or /tmp/* entries will be under the mountpoint (or fail) rather than appearing in the md filesystems. This prevents the creation of vi.recover, and might affect other localizations that rely on the mtree calls affecting these directories.
* Remove incorrect comments about the population of /etc: no attempt isrwatson2001-12-263-15/+3
| | | | | made to copy the NFS-mounted on to /tmp/etc, instead, it is populated entirely from /conf/default, then overriden from /conf/IP.
* Now that smbfs is fully integrated into the base system, createsheldonh2001-12-261-0/+7
| | | | | | | /dev/nsmb* device nodes, which used to be done by the port installation. PR: 33068 Submitted by: Dimitry Andric <dim@xs4all.nl>
* This commit was generated by cvs2svn to compensate for changes in r88492,sheldonh2001-12-263-9/+13
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import smbfs-1.4.3.sheldonh2001-12-263-9/+13
| |
* | Merge the changes in the English version (1.186 --> 1.187).kuriyama2001-12-261-76/+76
| | | | | | | | (Structure changes only.)
* | Separate entries with blank line.kuriyama2001-12-262-0/+2
| |
* | Merge the changes in the English version (1.178 --> 1.186).kuriyama2001-12-261-20/+60
| |
* | Merge the changes in the English version (1.177 --> 1.178).kuriyama2001-12-261-49/+49
| | | | | | | | (Structure changes only.)
* | Merge the changes in the English version (1.170 --> 1.177).kuriyama2001-12-261-9/+49
| |
* | Merge the changes in the English version (1.169 --> 1.170).kuriyama2001-12-261-83/+83
| |
* | Merge the changes in the English version (1.168 -> 1.169).kuriyama2001-12-261-647/+647
| | | | | | | | This is structure changes only. Thanks, Bruce!
* | Second round of floppy disk driver documentation updates: document thejoerg2001-12-252-117/+312
| | | | | | | | | | | | | | changes in the userland utilities. For fdcontrol(8), i now finally keep my promise made more than 7 years ago that ``the fdcontrol utility is currently under development and the user interface will likely change''. :-)
* | Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)phantom2001-12-254-3/+40
| |
* | Add support for even more SiS chipsets.sos2001-12-252-101/+74
| | | | | | | | Misc cosmetics.
* | Fix yet another fake slave problem for PCCARD devices.sos2001-12-251-6/+11
| |
* | Merge the changes in the English version (1.155 -> 1.168).kuriyama2001-12-251-55/+107
| | | | | | | | Add local configuration for psgml-emacs.
* | Fix unbalanced paren.kuriyama2001-12-252-2/+2
| |
* | Unbreak af_ZA locale by aliasing its LC_TIME category to en_US's.phantom2001-12-251-0/+4
| |
* | Optimize locale data Makefiles as well as make their style more consistent.phantom2001-12-256-121/+99
| |
* | Add "except the handling of errors" into "equivalent to" paragraph.ache2001-12-253-0/+8
| | | | | | | | | | Pointed by: bde Inspired by: POSIX
* | strtoq -> strtoll (strtoq is deprecated)ache2001-12-251-5/+5
| |
* | Oops, wrong option name. It's should be ACPI_MAX_THREADS,iwasaki2001-12-251-1/+1
| | | | | | | | not ACPI_NO_THREADS.
* | Preserve errno.ache2001-12-255-9/+44
| | | | | | | | | | | | | | | | According to C99: "The functions atof, atoi, atol, and atoll need not affect the value of the integer expression errno on an error. If the value of the result cannot be represented, the behavior is undefined."
* | Fix type-o in previous commit (tsleep was using wrong rendezvous point)dillon2001-12-251-1/+1
| |
* | backout rev 1.14, it's breaking things.alfred2001-12-241-1/+3
| |
* | o sysctl.conf cannot be used to set sysctls that are present inrwatson2001-12-241-8/+10
| | | | | | | | | | | | | | | | | | unloaded kernel modules. Remove the example linux compat sysctls because they break if the linux emulator is loaded as a module, rather than compiled in. Add a BUGS entry indicating as much. Reported by: jack <jack@germanium.xtalwind.net> MFC after: 3 days
* | Document MODULES_OVERRIDE.ru2001-12-242-0/+5
| | | | | | | | | | PR: docs/32560 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* | Add -mcmodel=medlow to COPTS. This is needed to build working kernels.tmm2001-12-241-0/+3
| |
* | Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-244-183/+24
| | | | | | | | Requested by: ache
* | MFV: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001.ru2001-12-243-8/+5
| |
* | Add note about __stdoutp to the compat stuff.imp2001-12-241-0/+1
| | | | | | | | Submitted by: ru
* | Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)kuriyama2001-12-241-1/+1
| | | | | | | | | | | | | | in fxp_stop(). Reference: http://www.freebsd.org/cgi/mid.cgi?id=7md718f0qo.wl@waterblue.imgsrc.co.jp Submitted by: Keiichi SHIMA <keiichi@iij.ad.jp>
* | Argh...save buffer before committing. NO_WERROR takes a value ofmikeh2001-12-241-1/+1
| | | | | | | | 'yes', not 2.
* | WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.mikeh2001-12-242-12/+15
| | | | | | | | PR: bin/32567
* | Fix typo first, then controvert.tanimura2001-12-241-1/+1
| |
* | Specify the full path to mktempjedgar2001-12-231-1/+1
| |
* | On the first day of Christmas bde gave to me:bmilekic2001-12-232-220/+200
| | | | | | | | | | | | | | | | A [hopefully] conforming style(9) revamp of mb_alloc and related code. (This was possible due to bde's remarkable patience.) Submitted by: (in large part) bde Reviewed by: (the other part) bde
* | Sort the disknames when we get them from the kernel.phk2001-12-231-10/+23
| | | | | | | | Submitted by: <anarcat@anarcat.dyndns.org>
* | Merge the changes in the English version (1.149 -> 1.155).kuriyama2001-12-231-53/+145
| |
* | Fix CRITICAL_FORK so that it compiles.dfr2001-12-231-1/+1
| |
* | make mmapped vchans workcg2001-12-231-0/+2
| |
* | The previous fix caused cp to emit spurious warnings under somemckay2001-12-231-22/+26
| | | | | | | | | | | | | | circumstances. This is a reworked version of the same fix, that does not have this defect, and which fixes some style bugs at the same time. Bug reported and fix reviewed by: bde
OpenPOWER on IntegriCloud