| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SMP hack. | phk | 2000-09-16 | 1 | -6/+0 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 2 | -1/+3 |
* | Install mode 644, not mode 664 during kernel compile. Yes, Peter, I am | kris | 2000-08-15 | 1 | -1/+2 |
* | resolve conflicts | darrenr | 2000-08-13 | 9 | -91/+356 |
* | Change __FreeBSD_Version into the proper __FreeBSD_version. | roberto | 2000-08-01 | 2 | -6/+6 |
* | Add missing '0' to FreeBSD_version test: 50011 -> 500011 | ache | 2000-08-01 | 1 | -5/+5 |
* | activate pfil_hooks and covert ipfilter to use it | darrenr | 2000-07-31 | 2 | -6/+10 |
* | fix conflicts | darrenr | 2000-07-19 | 13 | -109/+221 |
* | Remove these here, these were repocopied to src/sys/ufs/ffs. | peter | 2000-06-23 | 3 | -5532/+0 |
* | Update to new copyright. | mckusick | 2000-06-22 | 2 | -46/+12 |
* | When running with quotas enabled on a filesystem using soft updates, | mckusick | 2000-06-18 | 1 | -2/+3 |
* | Some additional performance improvements. When freeing an inode | mckusick | 2000-06-18 | 1 | -8/+18 |
* | ARGH! I have too many source trees :-( | phk | 2000-06-16 | 1 | -4/+2 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 1 | -2/+0 |
* | Unused include: #include "fla.h" | peter | 2000-06-10 | 1 | -1/+0 |
* | Fix a reference to an old FreeBSD 2.2 register name. | peter | 2000-05-28 | 1 | -3/+3 |
* | define CSUM_DELAY_DATA to match merge | darrenr | 2000-05-26 | 1 | -0/+4 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 2 | -25/+25 |
* | fix up #ifdef jungle for FreeBSD | darrenr | 2000-05-25 | 1 | -4/+9 |
* | remove duplicate prototypes | darrenr | 2000-05-25 | 1 | -2/+0 |
* | fix duplicate rcsid's | darrenr | 2000-05-24 | 1 | -3/+0 |
* | It would have been nice if this actually compiled. Close the header | peter | 2000-05-24 | 1 | -0/+1 |
* | fix up conflicts | darrenr | 2000-05-24 | 11 | -174/+639 |
* | fix conflicts | darrenr | 2000-05-24 | 4 | -71/+190 |
* | fix conflicts | darrenr | 2000-05-24 | 2 | -258/+746 |
* | fix conflicts | darrenr | 2000-05-24 | 1 | -10/+0 |
* | fix conflicts | darrenr | 2000-05-24 | 2 | -273/+831 |
* | fix conflicts | darrenr | 2000-05-24 | 2 | -300/+611 |
* | fix conflicts | darrenr | 2000-05-24 | 3 | -190/+578 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 2 | -25/+25 |
* | Compute the checksum before handing the packet off to IPFilter. | jlemon | 2000-05-21 | 1 | -0/+8 |
* | Fix bug in dealing with "hlen == 1 and opt > 1" | darrenr | 2000-05-09 | 1 | -4/+10 |
* | Add missing include machine/in_cksum.h. | ps | 2000-05-09 | 2 | -0/+3 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 2 | -1/+2 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 1 | -1/+2 |
* | Enforce and respect the 8 unit limit. | phk | 2000-04-23 | 1 | -1/+3 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -22/+22 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 2 | -2/+2 |
* | o Get basic if_media support working. | lile | 2000-03-26 | 1 | -295/+272 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -12/+11 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 2 | -3/+3 |
* | o Fix typo in the RapidFire 3540 adapter name | lile | 2000-03-19 | 1 | -3/+3 |
* | o Replace the old "oltr" driver with the completely re-written | lile | 2000-03-18 | 5 | -7136/+9210 |
* | Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefine | guido | 2000-02-10 | 18 | -8/+29 |
* | Bring over ipfilter v3_3_8 kernel sources, including merging the | guido | 2000-02-09 | 20 | -93/+108 |
* | When writing out bitmap buffers, need to skip over ones that already | mckusick | 2000-01-30 | 1 | -1/+2 |
* | Remove a somewhat odd #if that is always true (NOLTR will be always | peter | 2000-01-29 | 1 | -4/+0 |
* | During fastpath processing for removal of a short-lived inode, the | mckusick | 2000-01-18 | 1 | -48/+56 |
* | Need to reorganize the flushing of directory entry (pagedep) dependencies | mckusick | 2000-01-18 | 1 | -63/+62 |