| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Providing shell scripts that do nothing but load a similarly named
kernel loadable module in out of vogue.
There is no ibcs2(4) manual page, and I haven't managed to coax
anyone into contributing one based on the linux(4) manual page.
Notes:
svn path=/head/; revision=69350
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
our kernel module system learned how to handle dependencies.
Providing a whole bunch of shell scripts that do nothing but load
a similarly named kernel loadable module is out of vogue.
The svr4(8) manual page has been replaced with a much better svr4(4)
page.
Notes:
svn path=/head/; revision=69349
|
| |
|
|
|
|
|
|
|
| |
- Make pccbb/cardbus kld loadable and unloadable.
- Make pccbb/cardbus use the power interface from pccard instead of inventing its own.
- some other minor fixes
Notes:
svn path=/head/; revision=69288
|
| |
|
|
|
|
|
|
| |
break as ${DESTDIR}/usr/bin doesn't exist where the module is being
installed.
Notes:
svn path=/head/; revision=69253
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69225
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69209
|
| |
|
|
|
|
|
|
|
|
| |
This is not enabled by default, as the module is missing a bunch of
useful stuff (like the ability to unload).
Not objected to by: mdodd
Notes:
svn path=/head/; revision=69126
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69060
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68961
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68810
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68716
|
| |
|
|
|
|
|
|
| |
is only built on the i386 platform for now, since it depends on symbols
which I'm pretty sure won't be present in the alpha build.
Notes:
svn path=/head/; revision=68419
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68341
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68303
|
| |
|
|
|
|
|
|
|
|
| |
modules is out of fashion.
There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.
Notes:
svn path=/head/; revision=68245
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
out of fashion. This particular case, unlike joy(8) and friends which
are just plain silly, did more than just load a kernel loadable module.
However, /etc/rc and the linux_base port were adjusted a while back to
cope with the absence of this script.
The only outstanding reason to hang on to it would have been for the
linux(8) manual page, which clued folks into the existence of the
Linuxulator. A new linux(4) was introduced a while back. It does
a much better job.
This script just isn't useful any more.
Notes:
svn path=/head/; revision=68243
|
| |
|
|
|
|
|
|
| |
its own syscall rather than going through a demux function like
linux_ipc() on i386
Notes:
svn path=/head/; revision=68214
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68162
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68140
|
| |
|
|
|
|
|
| |
obfuscate the code.
Notes:
svn path=/head/; revision=68103
|
| |
|
|
|
|
|
| |
back to support 8bpp mode.
Notes:
svn path=/head/; revision=68050
|
| |
|
|
|
|
|
| |
This module is intended to be loaded from /boot/loader,not from kldload(8).
Notes:
svn path=/head/; revision=68036
|
| |
|
|
|
|
|
|
|
|
|
| |
unload method. Lots of old cruft is removed.
Thanks to WPaul for large clue-injection and debugging services.
Reviewed by: wpaul
Notes:
svn path=/head/; revision=68021
|
| |
|
|
| |
Notes:
svn path=/head/; revision=67805
|
| |
|
|
|
|
|
| |
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
Notes:
svn path=/head/; revision=67784
|
| |
|
|
| |
Notes:
svn path=/head/; revision=67753
|
| |
|
|
|
|
|
| |
Not compiles under -current
Notes:
svn path=/head/; revision=67710
|
| |
|
|
|
|
|
|
|
|
| |
it for now with an option.
This option is already deprecated, and will be removed when the
entropy-harvesting code is fast enough to warrant it.
Notes:
svn path=/head/; revision=67689
|
| |
|
|
| |
Notes:
svn path=/head/; revision=67562
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Layout reorganisation to enhance portability. The driver now has
a relatively MI 'core' and a FreeBSD-specific layer over the top.
Since the NetBSD people have already done their own port, this is
largely just to help me with the BSD/OS port.
- Request ID allocation changed to improve performance (I'd been
considering switching to this approach after having failed to come
up with a better way to dynamically allocate request IDs, and seeing
Andy Doran use it in the NetBSD port of the driver convinced me
that I was wasting my time doing it any other way). Now we just
allocate all the requests up front.
- Maximum request count bumped back to 255 after characterisation
of a firmware issue (off-by-one causing it to crash with 256
outstanding commands).
- Control interface implemented. This allows 3ware's '3dm' utility to
talk to the controller. 3dm will be available from 3ware shortly.
- Controller soft-reset feature added; if the controller signals a
firmware or protocol error, the controller will be reset and all
outstanding commands will be retried.
Notes:
svn path=/head/; revision=67555
|
| |
|
|
|
|
|
| |
for PC-98.
Notes:
svn path=/head/; revision=67412
|
| |
|
|
| |
Notes:
svn path=/head/; revision=67410
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
now in dirs called sys/*/random/ instead of sys/*/randomdev/*.
Introduce blocking, but only at startup; the random device will
block until the first reseed happens to prevent clients from
using untrustworthy output.
Provide a read_random() call for the rest of the kernel so that
the entropy device does not need to be present. This means that
things like IPX no longer need to have "device random" hardcoded
into thir kernel config. The downside is that read_random() will
provide very poor output until the entropy device is loaded and
reseeded. It is recommended that developers do NOT use the
read_random() call; instead, they should use arc4random() which
internally uses read_random().
Clean up the mutex and locking code a bit; this makes it possible
to unload the module again.
Notes:
svn path=/head/; revision=67112
|
| |
|
|
|
|
|
| |
They are being moved elsewhere, and they are causing problems being here.
Notes:
svn path=/head/; revision=66826
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66752
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66751
|
| |
|
|
|
|
|
|
| |
propagated from the kernel config file to the source.
- Add some more debug messages to list each mode that is rejected or found.
Notes:
svn path=/head/; revision=66710
|
| |
|
|
|
|
|
| |
This may be a WIP, but `make release' needs it sooner than later.
Notes:
svn path=/head/; revision=66620
|
| |
|
|
|
|
|
|
|
|
|
| |
support which use National Semiconductor DP8393X (SONIC) as ethernet
controller. Currently, this driver is used on only PC-98.
Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Obtained from: NetBSD/pc98
Notes:
svn path=/head/; revision=66550
|
| |
|
|
|
|
|
| |
configuring INET).
Notes:
svn path=/head/; revision=66398
|
| |
|
|
|
|
|
|
|
|
| |
units), mature garbage (vestiges of old way of configuring bpf) and
old garbage (vestiges of old way of configuring INET).
Fixed most style bugs.
Notes:
svn path=/head/; revision=66397
|
| |
|
|
|
|
|
|
|
| |
garbage (vestiges of old way of configuring INET).
Fixed most style bugs.
Notes:
svn path=/head/; revision=66396
|
| |
|
|
|
|
|
|
|
| |
configuring INET).
Fixed most style bugs (mainly hard-coding of ${.TARGET}).
Notes:
svn path=/head/; revision=66394
|
| |
|
|
|
|
|
|
|
| |
the module Makefile and don't clutter the sources with ifdefs).
Fixed nearby formatting bugs.
Notes:
svn path=/head/; revision=66393
|
| |
|
|
|
|
|
|
|
| |
garbage (very old way of configuring INET).
Fixed a style bug (hard-coded ${.TARGET}).
Notes:
svn path=/head/; revision=66392
|
| |
|
|
|
|
|
| |
to ppp_tty.c by the megacommit, and garbage added here).
Notes:
svn path=/head/; revision=66391
|
| |
|
|
|
|
|
|
|
| |
alpha.
No response from: the world
Notes:
svn path=/head/; revision=66320
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66309
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66303
|