summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed to compile a kernel with scbus0 and without da0.nyan1999-10-241-2/+4
| | | | | | Added $FreeBSD$. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)ache1999-10-243-6/+6
| | | | Use _mktemp internally
* Remove a KASSERT() that has fulfilled its purpose. Note that it didgreen1999-10-241-1/+0
| | | | | | cause problems by tripping on shutdown (reboot(), not the socket operation :). Cause is still uncertain, but the panic isn't really necessary here.
* Fix compiling PCCARD kernels.mdodd1999-10-241-0/+4
| | | | | | This is a hack and I don't like it. Hopefully the new PCCARD stuff should be in working order in a day or so.
* Moderate the "public" fortunes file somewhat; add the original towes1999-10-242-2/+10
| | | | | | | the -offensive database. Also provide some whimsy in the $FBSD$ headers. Suggested by: The Kibbutz squad.
* Cosmetique: use standard prototypes schemeache1999-10-241-13/+16
| | | | Back out prev change: toupper is more compatible with sort -f
* Cosmetique: use standard prototypes schemeache1999-10-241-13/+16
| | | | Back out prev. change: toupper is more compatible with sort -f
* toupper->tolower to match what strcasecmp doesache1999-10-242-4/+4
|
* Use strcoll to provide the same results as sort and commache1999-10-241-3/+17
| | | | Use LINE_MAX for max line size (as comm does)
* Localize itache1999-10-241-2/+19
| | | | | PR: 11221 Submitted by: Grigoriy Strokin <grg@philol.msu.ru>
* Adjust the buffer cache to better handle small-memory machines. Adillon1999-10-245-58/+61
| | | | | | | | | | | | | slightly older version of this code was tested by BDE and I. Also fixes a lockup situation when kva gets too fragmented. Remove the maxvmiobufspace variable and sysctl, they are no longer used. Also cleanup (remove) #if 0 sections from prior commits. This code is more of a hack, but presumably the whole buffer cache implementation is going to be rewritten in the next year so it's no big deal.
* Put tty back in, problem was due to cvsup mess on freefall.dillon1999-10-241-1/+1
|
* Put include <netgraph.h> back in - problem was due to a cvsup mess ondillon1999-10-243-1/+3
| | | | | freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here.
* Add commented entry to the lo0 section inviting bridge users tonsayer1999-10-241-0/+2
| | | | enable ARP on filtering bridges.
* more fixes, braino's, typo's, etc.julian1999-10-231-8/+19
|
* Temporarily remove 'tty' netgraph sub module until it can be madedillon1999-10-231-1/+1
| | | | to compile.
* Fix a typo: ``maintain compatible'' -> ``maintain compatibility''chris1999-10-231-1/+1
|
* Cleanup missing includes, stale includes, and a few printf formatdillon1999-10-235-5/+4
| | | | inconsistancies.
* Add the -F option. This is for forcing restarts with -r by inhibitinggreen1999-10-234-7/+22
| | | | transmission of the If-Range HTTP header field.
* A version of the pppoe code ellicits a response from the ISP endjulian1999-10-231-19/+65
| | | | (but still not quite right)
* dang, deleted a linejulian1999-10-231-1/+2
|
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-2316-62/+63
| | | | | | Also save a slightly closer to completion version of the PPPOE code. Submitted by: Archie Cobbs <archie@freebsd.org>
* Small bugfixes (point not getting marked in one case, string not NUL andgreen1999-10-231-14/+14
| | | | | | wrong size in the other.) Submitted by: Martin Blapp <mb@imp.ch>
* Use the physical block number, not the logical block number, for I/Omsmith1999-10-222-8/+8
| | | | | | | operations. The latter only works where the partion begins at the bottom of the disk. Whoops. Submitted by: Chris Csanady <cc@137.org>
* remember to initialize mailbox 2 for FC isp bus resetsmjacob1999-10-221-1/+1
|
* From: src/sys/i386/conf/PCCARDn_hibma1999-10-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | revision 1.21 date: 1999/10/15 17:29:20; author: imp; state: Exp; lines: +3 -3 Reorganize the attachement point for pcic (it was unattached and floating before). Attach pccard devices to pcic, one per slot (although this may change to one per pcic). pcic is now attached to isa (to act as a bridge) and pccard is attached to pcic, cbb and pc98ic (the last two are card bus bridge and the pc98ic version of pcic, neither of which are in the tree yet). Move pccard compat code into pccard/pccard_compat.c. THIS REQUIRES A CONFIG FILE CHANGE. You must change your pcic/card entries to be: # PCCARD (PCMCIA) support controller pcic0 at isa? controller pcic1 at isa? controller card0 The old system was upside down and this corrects that problem. It will make it easier to add support for YENTA pccard/card bus bridges. Much more cleanup needs to happen before newbus devices can have pccard attachments. My previous commit's comments were premature. Forgotten by: imp
* Add missing entries in a structure.julian1999-10-221-0/+2
|
* Add a location to grog's assesment for historical reasons.billf1999-10-221-1/+1
| | | | Submitted by: grog
* Some more old quotations I had sitting around that I shared and werensayer1999-10-211-0/+8
| | | | | | laughed at. Reviewed by: the FreeBSDcon terminal room
* FreeBSDcon Wisdom.billf1999-10-211-0/+3
| | | | Reviewed by: the anonymous members of the FreeBSDcon terminal room.
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orbrian1999-10-212-4/+45
| | | | | | | | PPPoUDP connection. (*) This is as correct as ftp and uucp wtmp entries are - that is, multiple concurrent connections will not record enough information in wtmp to tell last(1) who was logged in for how long.
* A few improvements and cleanups.luoqi1999-10-211-48/+61
|
* Make some tweaks to the RealTek driver:wpaul1999-10-212-12/+28
| | | | | | | | | | | | | | | | | | - Fix a bug in rl_rxeof() handler: in the case where the packet wraps from the end of the receive buffer back to the beginning, we need to insure that at least sizeof(ether_header) bytes make it into the first mbuf. If we don't, then doing eh = mtod(m, struct ether_header *) loses. To avoid this, we use m_pullup() to suck at least MHLEN - RL_ETHER_ALIGN bytes into the first mbuf, which should also help small packets fit into a single mbuf. Pointed out by: Philip A. Prindeville <philipp@zembu.com> - Make the transmit threshold autotuning: start off with a small value and jack it up when TX underruns are detected. - Also improve TX error recovery: kick the chip in the head with a reset/init sequence to make sure it recovers afer a transmit error.
* Non-functional changes. Add some comments before I start to forget howluoqi1999-10-211-3/+111
| | | | everything works myself.
* fix typojulian1999-10-211-2/+2
|
* Correctly document the -V and --version options.mpp1999-10-211-3/+11
| | | | | PR: docs/14417 Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-212-2/+2
| | | | | | | | | | | glibc2 defines struct dirent differently than the Linux kernel does. The getdents function therefore needs to read a heuristically defined number of kernel dirents to satisfy the request. In case where too many kernel dirents have been read, the function lseeks on the directory so that a next call will start with the right dirent. The offset used in lseeking is the offset-field in the last dirent passed to the application. This can only mean that the offset-field holds the offset of the next dirent and not the offset of the dirent itself.
* Resurrect the aic driver.luoqi1999-10-213-6/+12
|
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-21159-150/+27361
| | | | | | | | | | Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
* Add aic CAM driver support.luoqi1999-10-211-0/+2
|
* Adaptec 6260/6360 CAM driver.luoqi1999-10-214-0/+2082
|
* Test commit of first Netgraph filejulian1999-10-211-0/+7
|
* Cleanup towards -Walljulian1999-10-215-18/+17
|
* Use ${INSTALL} instead of 'install'.bp1999-10-211-1/+1
|
* If we're running ppp -direct over a tcp or udp connection,brian1999-10-211-1/+10
| | | | | | record the IP number in the `from' slot and not the tty slot. We put ``ppp'' in the tty slot - in line with what ftp (and probably others) does.
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want tobrian1999-10-211-2/+4
| | | | | | re-open a device. The fact that we're in NETWORK phase indicates that there are other links in DATALINK_OPEN and that we don't want to stop using them.
* fix a serious bug where, on alpha, due to a an int/long type mismatch,gallatin1999-10-201-1/+1
| | | | | the uid arg to use_yp() was getting clobbered by the call to my_yp_match(). This led to a problem where a NIS user could edit root's passwd information.
* Remove one obsoleted entry from the BUGS section.ru1999-10-201-2/+0
|
* Add ncplist program. That makes minimal set of ncpbp1999-10-204-0/+547
| | | | | utilities to use NetWare volumes. Other functionality (ncpsend, ncprint) will be added later.
* Fix termcap % code processing for some terminals.tg1999-10-201-3/+4
| | | | | Submitted by: Ross Ridge <ross@zooid.guild.org> via buster@lambda.hh.provi.de (Andreas Burmester)
OpenPOWER on IntegriCloud