summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - now, IPV6CTL_V6ONLY is on by default.ume2002-07-261-2/+2
| | | | - .Nx -> .Fx
* Build FDP ports with a clean runtime environment; gmake(1) somehowru2002-07-261-2/+4
| | | | | | uses ${TARGET_ARCH}, in a way that is incompatible with our usage. Submitted by: jhay, ru
* Make building docs possible on systems where sed(1) can't do in-place editing.ru2002-07-261-0/+13
| | | | Obtained from: ports/Mk/bsd.port.mk
* sync types with headers.ume2002-07-261-5/+5
|
* note that we intentionally violate RFC2553 for security reasons.ume2002-07-261-12/+13
| | | | | Adviced by: itojun Obtained from: NetBSD
* MFp4:imp2002-07-262-122/+143
| | | | | | | | | | | o reduce the extra-long ID names. o TI-1510, 1520 and 4510 support. o MFUNC is the name of the register on TI 1200 and newer chips (except 125x and 1450). Initialize it in the func routine, but only if NO_MFUNC isn't set. o better comments about above workaround o register definitions for MFUNC. o move zoom video disable to a better place.
* MFp4:imp2002-07-264-127/+156
| | | | | | | | | | | | | | | | | o Rename the insanely long PCIC bridge ids. o Add my copyright to pccbb.c o Add support for the TI-1510, TI-1520 and TI-4510 series of upcoming bridges. o Init MFUNC if it is zero and the TI part has a MFUNC register at offset 0x8c (1030, 1130 and 1131 don't have anything there, the 1250,1251,1251B and 1450 have a different thing there. The rest have it. TI is likely to only do MFUNC from now on. The IRQMUX in the 1250 series of chips needs no tweaks. o Adjust to new exca interface. o Add comments about TI chips that I learned in talking to an engineer at TI. o Add register definitions for MFUNC. o Create CB_TI125X chipset type.
* MFp4:imp2002-07-263-20/+25
| | | | | | | | | o Protect .h against multiple includes. o eliminate the pointers to the read/write routines. The bus_space_read routines can cope since we have the offset field. o Print a warning if the requested map address is > 16M and your chipset doesn't support the extended ExCA registers.
* Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can alsoimp2002-07-262-21/+35
| | | | | be set at boot time. It defaults to 1 now since it can be set in the boot loader. If this proves unwise, we can reset it to defaulting to 0.
* Revert part of revision 1.10, as it broke portmap lookups for IPv4iedowse2002-07-261-9/+3
| | | | | | | | | | | | | TCP clients. The problem was that a struct netconfig returned by getnetconfigent() was being treated as a handle for __rpc_getconf(), which certainly isn't right. The tirpc-99 code uses __rpc_setconf("udp")/__rpc_getconf() to find the IPv4 udp netconfig, but our implementation of these functions seem happy to return IPv6 entries, so we can't use them. By reverting to the old version, we are hard-coding the name of the udp4 netid. Tracked down by: Bakul Shah <bakul@bitblocks.com>
* Add a generic NANOSPEED wi card.imp2002-07-261-16/+20
| | | | | | | | Submitted by: matt peterson While I'm here, kill the flags 0x10000 on all the prism based cards. Both stable and current figure this out on their own and we've had at least one releases where this is the case.
* Use sigaction(2) instead of signal(3) to avoid the signal handler beingtjr2002-07-261-3/+10
| | | | re-entered.
* gethints.awk is a machine-specific 4.x->5.x transition aid. We cannotpeter2002-07-262-162/+39
| | | | | use a common one because pc98 has got very different values. This only needs to exist on platforms that existed under 4.x.
* Recognize the Altima AC9100 chip, which is used in current versionsjdp2002-07-262-0/+3
| | | | | | | | | | of the Netgear GA302-T. I changed the symbolic names in the submitter's patch to reflect the part number of the chip instead of the board. PR: kern/38988 Submitted by: Brad Chapman <chapmanb@arches.uga.edu> MFC after: 2 days
* Problems addressed:ache2002-07-261-2/+21
| | | | | | | | | 1) options.print_lastlog was not honored. 2) "Last login: ..." was printed twice. 3) "copyright" was not printed 4) No newline was before motd. Reviewed by: maintainer's silence in 2 weeks (with my constant reminders)
* Define all paths in pathnames.hjohan2002-07-252-2/+6
| | | | Approved by: joerg, sheldonh (mentor)
* Frequency default should be '25' for 25MHz, not 25000000.mjacob2002-07-251-7/+23
| | | | | | | | | | Through the PITA of endiannness, clock has to be MHz freq << 8. Don't trust NVRAM on SBus cards. Set a default initiator ID sensibly. SBus/ISP now working, what with the change to sbus.c earlier today.
* Don't test against default_iid being zero as a test for whether wemjacob2002-07-251-1/+2
| | | | set something- iid 0 is valid.
* correct comment for setsockopt arg size.ume2002-07-251-3/+3
| | | | | | Reported by: Martin Laabs <martin@martin.erfurt.thur.de> Obtained from: KAME MFC after: 1 week
* Set interrupt clear pointer for SBus slots to point to correct spot.mjacob2002-07-251-2/+2
|
* o Remove a vm_page_deactivate() that is immediately followed by aalc2002-07-251-3/+0
| | | | | | vm_page_rename() from vm_object_backing_scan(). vm_page_rename() also performs vm_page_deactivate() on pages in the cache queues, making the removed vm_page_deactivate() redundant.
* make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.ume2002-07-251-3/+3
| | | | MFC after: 1 week
* Use <arpa/ftp.h> stuff cleanly, without introducingyar2002-07-251-1/+3
| | | | | | | non-portable constants (in this case, hidden as offsets to the "?AEIL" string.) MFC after: 1 week
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,ume2002-07-254-10/+7
| | | | | | ip6_mapped_addr_on is unified into ip6_v6only. MFC after: 1 week
* Make sure that if are in fact using 'full SMP', make the interruptmjacob2002-07-253-12/+25
| | | | | | | | | flags include INTR_MPSAFE. Put the flags in a common place so that both isp_sbus && isp_pci DTRT. In isp_mbxdma setup, drop any locks prior to calling things like bus_dmatag_create. This gets rid of these obnoxious WITNESS messages about 'sleeping with locks held' blah blah blah blah blah.
* Put MODULE_VERSION back here so that ispfw is happy.mjacob2002-07-251-0/+2
|
* Document the FreeBSD default for CheckHostIP, which was changed infanf2002-07-252-2/+2
| | | | | | rev 1.2 of readconf.c. Approved by: des
* When parsing the program name from the incoming log messagerobert2002-07-251-1/+1
| | | | | | from a client, accept all printable characters as being part of the program name, except ':' and '[', because each is a possible delimiter.
* Change the default setting of an IPv4-mapped IPv6 address to off.ume2002-07-252-2/+2
| | | | Requested by: many people
* Braino in the 1.672 commit: scripts/games-make.sh expects theru2002-07-251-1/+1
| | | | "manpages" and "catpages" dists to be already built.
* Regen.takawata2002-07-252-3/+10
|
* MFNetBSD: FTDI USB-serial converter chips description.takawata2002-07-251-1/+2
|
* Moved some more NIC drivers to the second floppy.ru2002-07-251-2/+6
|
* Add a -P/-o physical option which behaves similarly to bash/ksh's optionstjr2002-07-253-4/+17
| | | | | | | by the same name. This option makes the cd and pwd builtins behave physically (as opposed to logically) by default. Submitted by: fanf
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknowntjr2002-07-255-2/+6
| | | | options.
* When reading a program name from the syslog configuration file,robert2002-07-251-1/+1
| | | | | | | | | | do not stop copying it into a buffer when encountering a non-alphanumerical character. Only stop at unprintable characters. This makes syslogd work correctly with executables like `interp.bin', `httpd_old', etc. PR: misc/40941 MFC after: 1 week
* Use PATH_MAX instead of a local guess at it, which happened to be incorrect.tjr2002-07-251-4/+3
| | | | Suggested by: fanf
* pwdcmd()'s argc and argv arguments are no longer unused, remove __unused.tjr2002-07-251-1/+1
| | | | Pointed out by: fanf
* Add SEE ALSO references to papers handling RED.sheldonh2002-07-251-0/+26
|
* sysctl(NET_RT_IFLIST) up to several (currently 5) times.ume2002-07-251-8/+29
| | | | | | | | This will make the behavior robuster if many addresses are added after the size estimation of storage at the first sysctl. Reviewed by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp> MFC after: 1 week
* Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks.peter2002-07-251-4/+1
|
* Give an example showing how to change the mesg status of terminalstjr2002-07-251-0/+10
| | | | | | other than the default one. PR: 13073
* Fix some of the places where sound(4) can sleep with a lock held. (Helpgreen2002-07-253-12/+30
| | | | courtesy of fenner).
* get suspension counting right.julian2002-07-252-0/+8
| | | | | | fix an error message Submitted by: David Xu <bsddiy@yahoo.com>
* MFC noted: acct(2) appends to file.johan2002-07-252-2/+38
| | | | | | | New release notes: cp(1) -n, biff(1)/mesg(1) redirect stdin to affect another tty. Reviewed by: bmah
* Change 'int pid' to 'pid_t pid'jmallett2002-07-252-2/+2
| | | | Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org>
* Clarify the sizeof(var) rule. This is the result of the consensus inimp2002-07-251-0/+5
| | | | | | arch@ between myself, bde and markm. I kept the parts that all of us agreed to, and omitted some more extensive text that I'd originally wanted.
* fix some style problems and remove a mis-merged assert.julian2002-07-252-60/+24
|
* slight stylisations to take into account recent code changes.julian2002-07-241-7/+3
|
* Add some locking asserts and some commentsjulian2002-07-244-0/+10
|
OpenPOWER on IntegriCloud