| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
COMPAT_43 cruft. This is supposedly the last core utility that has
been using it! (So now, one should be able to remove this option from
the config files. Be aware that the last officially released xterm
however still requires it.)
The getty has been running now for several weeks on my modem line, so
i feel safe about it.
Obtained from: mostly from the NetBSD vendor-branch
|
| |
|
|
|
|
|
|
|
|
|
|
| |
it empties all of the 256 byte incoming fifo, as it can spend more time
processing one port than intended, especially if data is streaming in
at 115.2K. The port fifo will be emptied and dumped into the tty system
and left until next time. I've been running this for quite some time on
one of my systems here.
Also, if the tty layer is blocked or full it lets the hardware assert the
flow control rather than loosing the data.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| | |
several bugfixes in it that are worth considering.
Don't be alarmed about the import conflicts...
Obtained from: 4.4BSD-Lite2
|
| |
| |
| |
| |
| |
| | |
Closes PR #kern/1174
Submitted by: enami@ba2.so-net.or.jp
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In a nutshell, this macroizes the local/global symbol scoping rules
that are different in a.out and ELF. It also makes the i386 assembler
stubs conform to i386 PIC calling conventions - the a.out ld.so didn't
object, but the ELF one needs it as it implements PIC jumps via PLT's as
well as calls. The a.out rtld only worked because it was accidently
snooping the grandparent calling function's return address off the stack..
This also affects the libc_r code a little, because of cpp macro nesting.
|
| |
| |
| |
| | |
line doesnt permit writes by the owner.. (oops!)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
been a package which you need to add on for awhile now. :-) Also mention
hooks in /etc/make.conf for `make update' fans.
|
| | |
|
| |
| |
| |
| |
| |
| | |
These binary files most definately do not come under /usr/share's
"architecture independent text files" rule... even though these same
images would be used on other processors with pci architectures.
|
| | |
|
| |
| |
| |
| | |
is out of date, as it deals with patching the driver into the kernel.
|
| |
| |
| |
| |
| |
| |
| | |
Compile for FreeBSD-2.2
Fix some compile warnings about function declarations
-current's VM include files have changed lately, this needed to be updated.
Use correct major number.
|
| |
| |
| |
| |
| |
| | |
Compile for FreeBSD-2.2 (it compiles for 2.0.5, 2.1 and 2.2)
Use -current include file locations
Use -current pciintr calling conventions
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
and which driver is for which. Major 72 was for the cd1400 based cards,
I've grabbed the next free (75) for the intelligent, high performance
boards.
|
| |
| |
| |
| | |
(bootstrap etc)
|
| |
| |
| |
| | |
Ok'd by: peter
|
| | |
|
| | |
|
| |
| |
| |
| | |
in a FreeBSD style source tree.
|
| |
| |
| |
| | |
the ccd driver from NetBSD.
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
(Note, patches to compile/install to follow)
|
| | |
| | |
| | |
| | |
| | | |
2) make all the 'pre-targets' not install profiled libraries and man pages
to speed up the bootstrap in a 'make world'
|
| | | |
|
| | |
| | |
| | |
| | | |
FreeBSD 2.1 and 2.2, BSD/OS 2.x, Linux, Solaris, and SCO V.
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is now two seperate drivers that support (I think) all of Stallions's
range, including the high performance intelligent cards, and their older
cards.
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
(User-mode parts and patches to follow)
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
Sumbitted by: Greg Ungerer (gerg@stallion.oz.au)
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
boards by Greg Ungerer (gerg@stallion.oz.au). (v0.0.1 alpha)
This is a multiple import of all revisions available to build up
a history.
This driver supports only some of the Stallion range, in particular, not
the highly intelligent cards. That comes in shortly.
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
|
| |
| |
| |
| | |
wide-dhcp port.
|
| | |
|
| |
| |
| |
| |
| | |
the usage. I'm not satisfied with the naming, but now at least there is
less bogus stuff around.
|
| |
| |
| |
| | |
Clean up some pmap macro usage.
|
| | |
|