summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a STANDARDS section to discourage the use of this utilitysheldonh2000-07-211-0/+4
| | | | in environments where portability is a concern.
* Don't display a running count in quiet mode.des2000-07-211-2/+7
| | | | | Don't add the offset to the size; it's libfetch's job to report the correct size of the requested file.
* Ignore environment variables that are set but empty.des2000-07-211-40/+81
| | | | | | | | | | | | Sort out the size / length confusion. Always try to report the *real* file size in the url_stat structure, no matter how much of it is actually being sent, and try to detect inconsistencies between sizes. Rearrange the request loop to avoid having to add meaningless code just to silence compiler warnings. Switch to a more sensible and consistent interface for the _http_parse*() functions.
* Document the proxy support better.des2000-07-211-2/+15
|
* Move the netgraph-related manual pages into share/man/man4/, assheldonh2000-07-2141-4362/+20
| | | | discussed with archie.
* The decision to use an HTTP proxy for FTP documents belongs in the FTP codedes2000-07-212-13/+24
|
* Don't send port number to proxy unless it's not the standard FTP portdes2000-07-211-2/+6
|
* Cosmetic:sheldonh2000-07-211-16/+143
| | | | | Convert to one file per line in the MAN4 list. This will make future deltas easier to read.
* Call _thread_init() from pthread_once() if it has not already been called.dfr2000-07-213-0/+6
| | | | | | | This fixes a segfault in some C++ programs which use exceptions before main() has been called (i.e. from global constructors). Reviewed by: deischen
* Remove a menu item that looks funky.jkh2000-07-213-6/+0
| | | | No donut for: obrien
* Add slovenian FTP server to site list.jkh2000-07-213-3/+6
| | | | Requested by: Blaz Zupan <blaz@amis.net>
* Use _close() instead of close() in addrconfig() to keep it from becoming ajasone2000-07-211-3/+3
| | | | potential cancellation point in libc_r.
* cons:ache2000-07-211-7/+7
| | | | | | | | | Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step) Remove "mh" - termcap must describe what device _actually_ have end left emulation upon upper level program. "mh" is also conflicting with colors. Don't remove "md" for mono consoles dosansi: Wrong "mh" -> good "mr"
* Tweak probe message so that 1000baseSX and 1000baseT cards arewpaul2000-07-202-4/+4
| | | | explicitly identified.
* Minor formatting tweak: compact the supported adapter list.wpaul2000-07-201-1/+2
|
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-209-4860/+6472
| | | | | | | | cards. This basically involves switching to the 12.4.13 firmware, plus a couple of minor tweaks to the driver. Also changed the jumbo buffer allocation scheme just a little to avoid 'failed to allocate jumbo buffer' conditions in certain cases.
* This commit was generated by cvs2svn to compensate for changes in r63696,fenner2000-07-201-2/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import rev 1.26 of tcpdump.org's inet.c -- don't freefenner2000-07-201-2/+3
| | | | | | | | the buffer before it's used.
| * Import of updated file for 0.5 releasefenner2000-03-041-5/+15
| |
* | Oops. Activate tap in man4 and modules makefilesnsayer2000-07-202-3/+3
| |
* | Note that rev 1.10 fixed the problem where /usr/bin/key (thru libskey)obrien2000-07-200-0/+0
| | | | | | | | was returning nonsensical results on the Alpha.
* | Fix problem where original author thought `unsigned long' was the bestobrien2000-07-201-2/+4
| | | | | | | | | | | | | | | | 32-bit type (rather than define his own type based on the type of box being compiled on). Submitted by: Mark Abene <phiber@radicalmedia.com> (however I applied a slightly different fix)
* | Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameterobrien2000-07-201-1/+1
| | | | | | | | | | | | | | | | types did not match the prototype. (Note: this is one bug that an Ada compiler would have found as when you typedef a new type, the new type is not assignment compatabile with the type used to make it up. C should only be so featureful.)
* | dd is too verbose writting entropy, redirect its output to /dev/nullache2000-07-201-2/+3
| | | | | | | | Add period at the end of sentence
* | Make the comment regarding ftruncate() correct.green2000-07-201-2/+2
| |
* | Sync with main termcap, SGR 24,27ache2000-07-201-5/+5
| |
* | cons: use newly added SGR 24 for "ue" and SGR 27 for "se"ache2000-07-201-5/+5
| |
* | Describe newly implemented SGR 22,24,25,27ache2000-07-201-9/+13
| |
* | Copy canonname for *ahost, into static buffer.ume2000-07-201-10/+10
| | | | | | | | Obtained from: KAME Project
* | Implement SGR 22,24,25,27 from ECMA-48ache2000-07-201-0/+16
| |
* | Don't emit a warning message if fchflags() returns EOPNOTSUPPsada2000-07-201-1/+10
| | | | | | | | | | Requested by: FUJISHIMA Satsuki <k5@cheerful.com> Obtained from: OpenBSD
* | Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)nsayer2000-07-201-1/+1
| |
* | Fix this so it compiles by adding a missing quote.jhb2000-07-203-3/+3
| |
* | Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possiblearchie2000-07-201-5/+5
| | | | | | | | | | | | for these routines to be called from an interrupt context. PR: kern/20057
* | Remove unused variable.archie2000-07-201-1/+1
| | | | | | | | | | PR: bin/20052 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* | Add sysctl to perform bridge refresh. This is required if bridgednsayer2000-07-201-7/+29
| | | | | | | | | | | | | | | | configurations include loadable interfaces. After loading new interface drivers, perform a 'sysctl -w net.link.ether.bridge_refresh=1' and the bridge code will reinitialize itself. Submitted by: <vsilyaev@mindspring.com>
* | Add the tap driver.nsayer2000-07-206-0/+1149
| | | | | | | | | | | | | | | | | | | | | | | | | | The tap driver is used to present a virtual Ethernet interface to the system. Packets presented by the network stack to the interface are made available to a character device in /dev. With tap and the bridge code, you can make remote bridge configurations where both sides of the bridge are separated by userland daemons. This driver also has a special naming hack to allow it to serve a similar purpose to the vmware port. Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com
* | Update isp man page, add ispfw man page.mjacob2000-07-203-92/+104
| |
* | Add an MLINKS entry which makes snd(4) a link for pcm(4).sheldonh2000-07-202-1/+3
| | | | | | | | Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>
* | Fix buffer size of ALIGNed buffer.ume2000-07-203-6/+6
| | | | | | | | | | PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* | Add a FILES section which, as a side-effect, just so happens tosheldonh2000-07-201-1/+14
| | | | | | | | | | | | | | give device node creation instructions. PR: 20060 Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
* | Sync with main termcap (AX, latin2 mono)ache2000-07-201-5/+5
| |
* | Explicetly remove AX for mono consoles.ache2000-07-201-4/+4
| | | | | | | | Fix mono Latin2 console color support removing.
* | Correct default value for -s option.phantom2000-07-201-1/+2
| | | | | | | | | | PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* | cons: add AX to indicate that SGR 39 and 49 present and can be used separatelyache2000-07-201-1/+1
| |
* | Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetache2000-07-201-2/+2
| | | | | | | | other attrs, so reset only bold on 39
* | Fix a typo and mark ``update'' up consistently in the HISTORY section.sheldonh2000-07-201-2/+2
| | | | | | | | Reported by: des
* | only allow accept filter modifications on listening socketsalfred2000-07-201-0/+8
| | | | | | | | Submitted by: ps
* | disallow unload until we do proper refcountingalfred2000-07-202-0/+18
| |
* | Clear the extraneous Os argument, which survived rev 1.3.sheldonh2000-07-201-1/+1
| |
OpenPOWER on IntegriCloud