| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Obtained from: KAME Project
|
|
|
|
|
|
|
| |
the interface MTU change (src/sys/net/if_sl.c,v 1.83), track
interface MTU with -dynamic option as well.
PR: 15494
|
|
|
|
|
| |
EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly
we need C++ to be stable and usable.
|
|
|
|
| |
Submitted by: Andy Farkas <andyf@speednet.com.au>
|
|
|
|
| |
has been unused for too long.
|
|
|
|
|
|
|
| |
We should still sort out some way of avoiding the clutter. Not all files
should be there.
Prompted by: Louis A. Mamakos <louie@TransSys.COM>
|
|
|
|
|
|
|
| |
despite having a non-null cn_tab entry. This case now works the same
as if there is no physical console, except i/o at the kernel printf
level may still work. This frees drivers of physical console drivers
from the responsibility of attaching the device no matter what.
|
|
|
|
|
| |
didn't set up the frame pointer before calling mcount, and then jumped
to the wrong place in ENTRY() to defeat the point of the jump.
|
| |
|
|
|
|
| |
consists of pairs of link names.
|
| |
|
|
|
|
|
|
| |
i386 and 2 for the Alpha.
Ok'ed by: JKH
|
|
|
|
|
| |
EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly
we need C++ to be stable and usable.
|
| |
|
|
|
|
|
|
|
|
|
| |
format changes.
o Make anonymous ftp setup more analy retentive.
PR: 16070
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
was having its last element zero'd. It turns out not to be a security
hole or to have any real effect on the code because 'from' was previously
pointing to a buffer of the same size as 'fromb', and the last
element in fromb is already 0 anyway due to the use of sizeof(fromb)-1
in the strncpy() call. But I'm not pressing my luck so only the type-o
is being fixed.
|
|
|
|
|
|
|
|
| |
just a few of them. This looks like it solves the recent
ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/lockdflt.c:55
failures seen by some applications such as JDK.
|
|
|
|
|
|
|
| |
for an mbuf whose M_PKTHDR is set.
PR: related to kern/15175
Reviewed by: archie
|
|
|
|
|
|
|
|
| |
for IPv4 communication.(IPv4 mapped IPv6 addr.)
Also removed IPv6 hoplimit initialization because it is alway done at
tcp_output.
Confirmed by: Bernd Walter <ticso@cicely5.cicely.de>
|
|
|
|
| |
PR: bin/15728
|
|
|
|
| |
before.
|
|
|
|
|
|
|
|
| |
as is documented in the man page. Retain the older mistaken version
of the flag for backwards compatibility in case anybody is using it.
Add $FreeBSD$ tag as cvs requires it.
PR: gnu/7800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dont be so verbose in the probe, only ONE line printed now, to get more
info boot verbose. Centralise most printf's in ata-all & ata-dma to use
the ata_printf function, it saves alot of codelines.
Repeat the identify command if drive fails the first.
Protect the timeout functions with splbio.
Dont update the transfer details before we are sure the transfer
succeded, this way they are proberly retried on errors.
Move the handling of next_writeable to userland.
Use the READ_CD command to read CD's. That enables us to read _anything_
via the normal read/write interface. This kindof obsoletes the READAUDIO
ioctl, but we keep that for now.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
include this in all kernels. Declare some const *intrq_present
variables that can be checked by a module prior to using *intrq
to queue data.
Make the if_tun module capable of processing atm, ip, ip6, ipx,
natm and netatalk packets when TUNSIFHEAD is ioctl()d on.
Review not required by: freebsd-hackers
|
|
|
|
| |
Recompile both kernel & burncd !!
|
|
|
|
|
|
|
| |
(AKA Heimdal) to be built. Suitable admonishments about the experimental
state of this code are included.
SEROUS HACKERS ONLY!!
|
| |
|
|
|
|
| |
faint_hearted; serious hackers only!
|
|
|
|
|
| |
The previous commit comment should have been:
"Attach directory to build".
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
The brave amongst you may want to start playing with this (ATM
experimental) code.
|
| |
| |
| |
| |
| | |
The brave amongst you may want to start playing with this (ATM
experimental) code.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
same object file (atapi-cd.o) as the ata drivers. I'd have called it
wcd.[ch], but there's already one of those in the Attic that we can't
clobber - the good names are taken.
Fix building so that it can be compiled into LINT alongside ata.
Requested by: bde
|
| | |
|
| |
| |
| |
| |
| |
| | |
o Do not clobber an existing /usr/share/info/dir.
Reviewed by: bde
|
| |
| |
| |
| |
| |
| |
| |
| | |
"fancy substitutions".
o Invoke install-info(1) with --quiet to automatically remove duplicate
Info dir entries.
Reviewed by: bde
|
| |
| |
| |
| | |
this driver can be used.
|
| |
| |
| |
| | |
Reviewed by: bde
|
| |
| |
| |
| |
| |
| | |
anable -> enable
Spotted by: Alexander Leidinger <Alexander@leidinger.net>
|
| | |
|