summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* fix conflicts from rcsidsdarrenr2000-10-2614-178/+599
* We now keep the ip_id field in network byte order all theru2000-10-251-0/+4
* If we do not byte-swap the ip_id in the first place, don't do it inru2000-10-181-0/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* o Change TX_BUFFER_LEN from 512 to 2048.lile2000-10-101-6/+11
* remove unused #include.phk2000-10-071-1/+0
* Remove SMP hack.phk2000-09-161-6/+0
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-142-1/+3
* Install mode 644, not mode 664 during kernel compile. Yes, Peter, I amkris2000-08-151-1/+2
* resolve conflictsdarrenr2000-08-139-91/+356
* Change __FreeBSD_Version into the proper __FreeBSD_version.roberto2000-08-012-6/+6
* Add missing '0' to FreeBSD_version test: 50011 -> 500011ache2000-08-011-5/+5
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-312-6/+10
* fix conflictsdarrenr2000-07-1913-109/+221
* Remove these here, these were repocopied to src/sys/ufs/ffs.peter2000-06-233-5532/+0
* Update to new copyright.mckusick2000-06-222-46/+12
* When running with quotas enabled on a filesystem using soft updates,mckusick2000-06-181-2/+3
* Some additional performance improvements. When freeing an inodemckusick2000-06-181-8/+18
* ARGH! I have too many source trees :-(phk2000-06-161-4/+2
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-2/+0
* Unused include: #include "fla.h"peter2000-06-101-1/+0
* Fix a reference to an old FreeBSD 2.2 register name.peter2000-05-281-3/+3
* define CSUM_DELAY_DATA to match mergedarrenr2000-05-261-0/+4
* Back out the previous change to the queue(3) interface.jake2000-05-262-25/+25
* fix up #ifdef jungle for FreeBSDdarrenr2000-05-251-4/+9
* remove duplicate prototypesdarrenr2000-05-251-2/+0
* fix duplicate rcsid'sdarrenr2000-05-241-3/+0
* It would have been nice if this actually compiled. Close the headerpeter2000-05-241-0/+1
* fix up conflictsdarrenr2000-05-2411-174/+639
* fix conflictsdarrenr2000-05-244-71/+190
* fix conflictsdarrenr2000-05-242-258/+746
* fix conflictsdarrenr2000-05-241-10/+0
* fix conflictsdarrenr2000-05-242-273/+831
* fix conflictsdarrenr2000-05-242-300/+611
* fix conflictsdarrenr2000-05-243-190/+578
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-25/+25
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-211-0/+8
* Fix bug in dealing with "hlen == 1 and opt > 1"darrenr2000-05-091-4/+10
* Add missing include machine/in_cksum.h.ps2000-05-092-0/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-052-1/+2
* Add $FreeBSD$peter2000-05-011-1/+2
* Enforce and respect the 8 unit limit.phk2000-04-231-1/+3
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-22/+22
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-2/+2
* o Get basic if_media support working.lile2000-03-261-295/+272
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-12/+11
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-202-3/+3
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-185-7136/+9210
OpenPOWER on IntegriCloud