| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
long, and the ifdef for it broke the forward declaration for the
dispatch function.
Notes:
svn path=/head/; revision=38756
|
|
|
|
|
|
|
| |
cross-builds work.
Notes:
svn path=/head/; revision=38755
|
|
|
|
|
|
|
|
| |
PR: 7802
Submitted by: Steve McCanne <mccanne@cs.berkeley.edu>
Notes:
svn path=/head/; revision=38754
|
|
|
|
|
|
|
| |
link. Shared libraries are in ${SHLIBDIR}, not necessarily in ${LIBDIR}.
Notes:
svn path=/head/; revision=38753
|
|
|
|
|
|
|
| |
libraries are linked to at least crti.o. Always build it first.
Notes:
svn path=/head/; revision=38752
|
|
|
|
| |
Notes:
svn path=/head/; revision=38751
|
|
|
|
|
|
|
|
|
|
| |
linkage is needed for the NOSHARED=YES case, so it is simplest to
never depend on the automagic linkage for elf shared libraries.
Reviewed by: jdp
Notes:
svn path=/head/; revision=38750
|
|
|
|
|
|
|
|
|
| |
src/lkm/Makefile.inc. This fixes broken builds of the syscons LKMs
when OBJFORMAT=elf. Removed src/lkm/Makefile.inc since it became
empty and is worse than useless.
Notes:
svn path=/head/; revision=38749
|
|
|
|
|
|
|
| |
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
Notes:
svn path=/head/; revision=38748
|
|
|
|
|
|
|
| |
Obtained from: src/etc/root/dot.profile rev.1.17.
Notes:
svn path=/head/; revision=38747
|
|
|
|
|
|
|
| |
_Now_ it compiles on 2.2.7...
Notes:
svn path=/head/; revision=38746
|
|
|
|
|
|
|
|
|
|
|
| |
as bridging statistics when using Luigi's bridging code.
Also added some ifdef's to (hopefully) get it to compile under 2.2.x
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
Notes:
svn path=/head/; revision=38745
|
|
|
|
|
|
|
| |
Noticed by: bde
Notes:
svn path=/head/; revision=38743
|
|
|
|
|
|
|
| |
Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Notes:
svn path=/head/; revision=38742
|
|
|
|
| |
Notes:
svn path=/head/; revision=38741
|
|
|
|
| |
Notes:
svn path=/head/; revision=38740
|
|
|
|
|
|
|
|
| |
because I moved some functions. Mr. Tidy likes them to be in
alphabetical order.
Notes:
svn path=/head/; revision=38739
|
|
|
|
| |
Notes:
svn path=/head/; revision=38738
|
|
|
|
|
|
|
|
|
|
|
| |
shared object. Note, this searches _only_ that object, and not its
needed objects, in accordance with the documentation.
Also fix dlopen(NULL, ...) so that the executable's needed objects
are searched as well as the executable itself.
Notes:
svn path=/head/; revision=38737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and res_* modules in a way that works for ELF. I moved the aliases
out of res_stubs.c and into the individual modules where the entry
points are defined. Weak aliases don't work in ELF unless that is
the case. (Actually, I'm surprised it worked for a.out.)
This should fix the undefined "inet_addr" and related symbols in
various applications that fail to include <arpa/inet.h> or
<resolv.h> as they are supposed to do.
Notes:
svn path=/head/; revision=38736
|
|
|
|
| |
Notes:
svn path=/head/; revision=38730
|
|
|
|
|
|
|
|
|
|
| |
This is not sa completely solution to the deadlock, but the additional wakeups
have helped in my observation.
Suggested by: John Dyson
Notes:
svn path=/head/; revision=38729
|
|
|
|
| |
Notes:
svn path=/head/; revision=38728
|
|
|
|
| |
Notes:
svn path=/head/; revision=38727
|
|
|
|
| |
Notes:
svn path=/head/; revision=38726
|
|
|
|
| |
Notes:
svn path=/head/; revision=38723
|
|
|
|
| |
Notes:
svn path=/head/; revision=38722
|
|
|
|
| |
Notes:
svn path=/head/; revision=38721
|
|
|
|
| |
Notes:
svn path=/head/; revision=38720
|
|
|
|
| |
Notes:
svn path=/head/; revision=38719
|
|
|
|
|
|
|
| |
NULL, buf free() can't.
Notes:
svn path=/head/; revision=38718
|
|
|
|
|
|
|
|
|
| |
- hw.ispc98 -> machdep.ispc98.
Submitted by: Garrett Wollman (hw -> machdep)
Notes:
svn path=/head/; revision=38717
|
|
|
|
|
|
|
|
|
| |
variable substitution.
Submitted by: Jordan Hubbard <jkh@freebsd.org>
Notes:
svn path=/head/; revision=38716
|
|
|
|
|
|
|
|
|
|
| |
with the object format determined by objformat. This prevents foot
shooting (a form of boot scooting for hackers?) where local changes
to /etc/make.conf or /etc/make.conf.local try to override OBJFORMAT
in an incomplete way.
Notes:
svn path=/head/; revision=38715
|
|
|
|
|
|
|
|
|
| |
arguments as appropriate. This is necessary because setting OBJFORMAT=aout
in the makefile doesn't get exported to the environment. I wish our
make could do that!
Notes:
svn path=/head/; revision=38714
|
|
|
|
|
|
|
| |
which caused a port-ELF upgrade to continue to build aout.
Notes:
svn path=/head/; revision=38713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implement a new copyin/readin interface for loading modules.
This allows the module loaders to become MI, reducing code duplication.
- Simplify the search for an image activator for the loaded kernel.
- Use the common module management code for all module metadata.
- Add an 'unload' command that throws everything away.
- Move the a.out module loader to MI code, add support for a.out
kld modules.
Submitted by: Alpha changes fixed by Doug Rabson <dfr@freebsd.org>
Notes:
svn path=/head/; revision=38712
|
|
|
|
|
|
|
| |
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
Notes:
svn path=/head/; revision=38711
|
|
|
|
| |
Notes:
svn path=/head/; revision=38710
|
|
|
|
|
|
|
| |
April, 1997. The work-around causes problems under ELF.
Notes:
svn path=/head/; revision=38709
|
|
|
|
|
|
|
|
|
|
|
| |
Removed Hauppauge EEPROM 0x10 detection as I think 0x10 should be a
PAL tuner, not NTSC.
Reinstated some Tuner Guesswork code from 1.27
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Notes:
svn path=/head/; revision=38708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added PR kern/7177 for SECAM Video Highway Xtreme with single crystal
PLL configuration submitted by Vsevolod Lobko <seva@alex-ua.com>.
In kernel configuration file add
options OVERRIDE_CARD=2
options OVERRIDE_TUNER=11
options BKTR_USE_PLL
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Notes:
svn path=/head/; revision=38707
|
|
|
|
|
|
|
|
|
|
|
|
| |
Normally the full 640x480 (768x576 PAL) image is grabbed. This ioctl
allows a smaller area from anywhere within the video image to be
grabbed, eg a 400x300 image from (50,10).
See restrictions in BT848SCAPAREA.
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Notes:
svn path=/head/; revision=38706
|
|
|
|
|
|
|
|
| |
of getsockopt never telling how much it might have copied if only the
buffer were big enough.
Notes:
svn path=/head/; revision=38705
|
|
|
|
| |
Notes:
svn path=/head/; revision=38703
|
|
|
|
| |
Notes:
svn path=/head/; revision=38702
|
|
|
|
|
|
|
| |
$ look miau dict1 dict2 dict3
Notes:
svn path=/head/; revision=38701
|
|
|
|
| |
Notes:
svn path=/head/; revision=38700
|
|
|
|
|
|
|
|
| |
user's buffer. Simplify the logic a bit. (Can we have a version of
min() for size_t?)
Notes:
svn path=/head/; revision=38699
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cluster from the RX descriptor is passed up to the higher layers and
replaced with an empty buffer for the next time the descriptor comes
up in the RX ring. The xl_newbuf() routine returns ENOBUFS if it can't
obtain a new mbuf cluster, but this return value was being ignored.
Now, if buffer allocation fails, we leave the old one in place and
drop the packet. This is rude, but there's not much else that can be
done in this situation.
Without this, the driver can cause a panic if the system runs out of
MBUF clusters. Now it will complain loudly, but it shouldn't cause a
panic.
Also added another pair of missing newlines to some printf()s.
Notes:
svn path=/head/; revision=38697
|