Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 118 | -118/+118 |
| | | | | encoding the relative path. | ||||
* | Some joker decided to make it even harder to build modules outside the | msmith | 2000-05-26 | 1 | -1/+1 |
| | | | | | kernel, and rather than fix the make search path, hardcoded it into the module Makefiles themselves. Go with the herd. | ||||
* | Fix typo. | archie | 2000-05-25 | 1 | -1/+1 |
| | |||||
* | Build the twe module with the rest. | msmith | 2000-05-24 | 1 | -1/+1 |
| | |||||
* | Add the 'twe' driver module makefile. | msmith | 2000-05-24 | 1 | -0/+7 |
| | |||||
* | Remove the -DFDESC cruft that is no longer necessary since the support | chris | 2000-05-14 | 2 | -2/+0 |
| | | | | for it was removed from <sys/mount.h> long, long ago. | ||||
* | Update man page to reflect new IPv6 hook. Simplify Makefile. | archie | 2000-05-10 | 2 | -26/+5 |
| | |||||
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -1/+2 |
| | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | ||||
* | Support non-i386 architectures. | obrien | 2000-05-10 | 1 | -1/+3 |
| | |||||
* | Added PC-98 supports. | nyan | 2000-05-08 | 6 | -0/+30 |
| | | | | Obtained from: FreeBSD(98) 4.0R-Rev01 | ||||
* | Remove debugging cruft. | n_hibma | 2000-05-07 | 1 | -2/+0 |
| | |||||
* | All the screen savers other than "apm" build on the Alpha. daemon.ko has | obrien | 2000-05-06 | 2 | -3/+6 |
| | | | | been tested to work. | ||||
* | AUTHOR -> AUTHORS | archie | 2000-05-05 | 3 | -3/+3 |
| | |||||
* | Document the new statistics control messages. | archie | 2000-05-05 | 1 | -1/+19 |
| | | | | Add a note about the IP header asymmetry on the "lower" hook. | ||||
* | Move netgraph node type man pages from section 8 to section 4. | archie | 2000-05-04 | 58 | -3331/+130 |
| | |||||
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 117 | -117/+117 |
| | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. | ||||
* | The USB double bulk pipe driver (Host to host cables). Currently there | n_hibma | 2000-05-01 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | are two supported chips, the NetChip 1080 (only prototypes available) and the EzLink cable. Any other cable should be supported however as they are all very much alike (there is a difference between them wrt performance). It uses Netgraph. This driver was mostly written by Doug Ambrisko and Julian Elischer and I would like to thank Whistle for yet another contribution. And my aplogies to them for me sitting on the driver for so long (2 months). Also, many thanks to Reid Augustin from NetChip for providing me with a prototype of their 1080 chip. Be aware of the fact that this driver is very immature and has only been tested very lightly. If someone feels like learning about Netgraph however this is an excellent driver to start playing with. | ||||
* | Add $FreeBSD$ | peter | 2000-05-01 | 2 | -0/+3 |
| | |||||
* | Zap KMODDEPS line | peter | 2000-05-01 | 32 | -32/+0 |
| | |||||
* | Update the man page to reflect the recent changes to the kernel API for | julian | 2000-04-30 | 1 | -13/+68 |
| | | | | netgraph. | ||||
* | Added PC-98 supports. | nyan | 2000-04-27 | 2 | -0/+45 |
| | | | | | | Submitted by: Chiharu Shibata <chi@bd.mbn.or.jp>, Tomokazu HARADA <tkhara@osk4.3web.ne.jp> and yokota | ||||
* | More machdep/random.h -> sys/random.h fixes. | bp | 2000-04-25 | 3 | -6/+3 |
| | |||||
* | - Added support for 1bpp and 4bpp BMP files. | yokota | 2000-04-24 | 1 | -68/+82 |
| | | | | | | (PC98 part of the commit will follow.) Submitted (50%) by: Chiharu Shibata <chi@bd.mbn.or.jp> | ||||
* | Reoganize/update the SysKonnect driver: | wpaul | 2000-04-22 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | - Break out the support for the XMAC II's PHY into an miibus driver. - Reorganize the probe/attach stuff using newbus. Each XMAC is now attached to the parent GEnesis controller using newbus. This is necessary since each XMAC must also have an attached miibus, and the miibus read/write register routines need to be able to get at the softc struct for each XMAC, not the one for the parent controller. This allows me to get rid of the grotty code I added for selecting the unit numbers for the ifnet interfaces: the unit numbers are now derived from the newbus-assigned unit numbers, which should track with the ifnet interface numbers. I think. At the very least, there should never be any collisions. - Add support for the SK-9821 and SK-9822 1000baseTX adapters. Special thanks to SysKonnect for loaning me two adapters for testing. | ||||
* | Point to the new location of the sources under the i386 linux compatibility | msmith | 2000-04-20 | 1 | -1/+1 |
| | | | | code. | ||||
* | Remove MAINTAINER. | grog | 2000-04-16 | 1 | -2/+0 |
| | |||||
* | Enable building Vinum on alpha. | grog | 2000-04-13 | 1 | -2/+2 |
| | | | | | Submitted-by: Bernd Walter <ticso@cicely.de> Reminded-by: Pedro A M Vazquez <vazquez@iqm.unicamp.br> | ||||
* | Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist. | archie | 2000-04-12 | 1 | -0/+4 |
| | |||||
* | Revert to previous state, plus a few cleanups pointed out by bde. | archie | 2000-04-12 | 1 | -24/+4 |
| | | | | Instead, make the decision as to whether to build this KLD in ../Makefile. | ||||
* | Premier version of Makefile to build tx driver as KLD | semenu | 2000-04-11 | 1 | -0/+9 |
| | |||||
* | As tx driver was patched for newbus, we can now build it as module! | semenu | 2000-04-11 | 1 | -1/+1 |
| | | | | Add it to Makefile. | ||||
* | Turn off build of ng_mppc KLD until I can figure out how to have the | archie | 2000-04-11 | 1 | -1/+1 |
| | | | | | Makefile correctly handle all the possible permutations (including missing crypto sources). Suggestions welcome. | ||||
* | Turn off MPPE encryption if NOCRYPT is defined. If neither compression | archie | 2000-04-10 | 1 | -7/+22 |
| | | | | nor encryption is enabled, don't build or install anything. | ||||
* | Add ng_mppc(8) netgraph node as a KLD module. | archie | 2000-04-09 | 4 | -2/+424 |
| | | | | Obtained from: Whistle source tree | ||||
* | Uncomment ETHER_II frame and remove BPF related variable. | bp | 2000-04-06 | 2 | -7/+5 |
| | |||||
* | Move linprocfs to the i386-only section so the Alpha buildworld has a | peter | 2000-03-30 | 1 | -2/+2 |
| | | | | chance at finishing.. | ||||
* | Remove some cruft | n_hibma | 2000-03-28 | 1 | -3/+0 |
| | |||||
* | Remove duplicate word | charnier | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Linux /proc filesystem. | des | 2000-03-25 | 2 | -2/+13 |
| | | | | Submitted by: pb | ||||
* | Make pcic module compile again for NEWCARD (not for old pccard). | imp | 2000-03-25 | 1 | -1/+2 |
| | |||||
* | Define PC98 when MACHINE == pc98, because msdos_vfsops.c contains | kato | 2000-03-19 | 2 | -0/+8 |
| | | | | `#ifdef PC98'. | ||||
* | Please welcome the URio driver. Written by | n_hibma | 2000-03-16 | 2 | -1/+12 |
| | | | | Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp> | ||||
* | - Document updates in iface netgraph node type functionality | archie | 2000-03-13 | 3 | -89/+103 |
| | | | | | - Remove makefile hacks for opt_inet.h, etc: the KLD now supports whatever address families your kernel was compiled with automagically | ||||
* | Fix typo. | archie | 2000-03-13 | 2 | -6/+6 |
| | | | | Reported by: Robert Swindells <swindellsr@genrad.co.uk> | ||||
* | Correct man page title. | archie | 2000-03-10 | 2 | -2/+2 |
| | |||||
* | Disconnect pcfclock from the build until it works on the Alpha. | sheldonh | 2000-03-01 | 1 | -1/+1 |
| | |||||
* | Add a little more history of when netgraph appeared in FreeBSD. | billf | 2000-02-29 | 1 | -1/+3 |
| | | | | Reviewed by: asmodai | ||||
* | Enable pcfclock as a kernel loadable module. | sheldonh | 2000-02-29 | 2 | -1/+9 |
| | | | | | | PR: 16804 Submitted by: sascha@schumann.cx Approved by: jkh (release engineer) | ||||
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 1 | -12/+1 |
| | | | | | modular compilation harder. I'm doing this because people seem to like cut/pasting examples of bad practices in existing code. | ||||
* | Restore to version 1.14. Only opt_inet.h is required again. | brian | 2000-01-29 | 1 | -21/+1 |
| |