| Commit message (Expand) | Author | Age | Files | Lines |
* | There is no VFS_INIT(9). | keramida | 2005-01-07 | 1 | -54/+0 |
* | The VFS_MOUNT() macro expects only 2 arguments in the nmount world | keramida | 2005-01-07 | 1 | -15/+10 |
* | Link a couple of missing manpages | guido | 2005-01-07 | 1 | -0/+2 |
* | Use a .Bl -tag list instead of plain .Pp paragraphs for describing the | keramida | 2005-01-07 | 1 | -12/+16 |
* | Fix time-travel bug. | keramida | 2005-01-07 | 1 | -1/+1 |
* | Avoid overusing "these" by breaking a long sentence in 2 smaller ones. | keramida | 2005-01-07 | 1 | -2/+4 |
* | Convert the descriptions of module versions to an explicit list and | keramida | 2005-01-07 | 1 | -3/+11 |
* | Syntax nit. | keramida | 2005-01-07 | 1 | -2/+2 |
* | Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, this | scottl | 2005-01-07 | 5 | -26/+111 |
* | Fix typo from previous commit. | scottl | 2005-01-07 | 1 | -0/+1 |
* | Update manual page after adding 'fts_bignum' field. | pjd | 2005-01-07 | 1 | -1/+24 |
* | Add a default driver to attach to the "hidden" scsi channels of the Dell | scottl | 2005-01-07 | 1 | -0/+62 |
* | Transfer responsibility for freeing the page taken from the cache | alc | 2005-01-07 | 1 | -19/+17 |
* | Fix typos from previous commit. | scottl | 2005-01-07 | 2 | -0/+2 |
* | Minor comment fix. | kensmith | 2005-01-07 | 2 | -2/+2 |
* | Adjust two of my comments to the new world order: Indent protection in | cperciva | 2005-01-07 | 1 | -2/+2 |
* | Point out that tsleep(... , 0) is not permitted if the Giant lock is not | cperciva | 2005-01-07 | 1 | -0/+5 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 18 | -24/+202 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 68 | -91/+91 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 426 | -453/+480 |
* | Add FreeBSD tag | imp | 2005-01-07 | 1 | -1/+3 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 519 | -571/+785 |
* | Write some bit mask limits in hex rather than decimal so they look less | brooks | 2005-01-07 | 1 | -2/+2 |
* | Return correct value in the lock routine. | grehan | 2005-01-07 | 1 | -2/+2 |
* | These are no longer relevant. They are scripts for extracting hints | imp | 2005-01-07 | 4 | -456/+0 |
* | This is no longer supported, so remove it from the tree. | imp | 2005-01-07 | 1 | -17/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-07 | 33 | -33/+43 |
* | Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) field | pjd | 2005-01-07 | 1 | -11/+13 |
* | Introduce new field 'fts_bignum' which is 64bit long and will allow to | pjd | 2005-01-07 | 2 | -4/+20 |
* | We no longer recurse the mutex. | phk | 2005-01-07 | 1 | -1/+1 |
* | If we get an interrupt and the interface is down, return before we | phk | 2005-01-07 | 2 | -9/+5 |
* | Don't tweak DSP on the ..16 chips. | phk | 2005-01-06 | 1 | -1/+1 |
* | Fix for an issue with excessive collisions in half duplex mode. | phk | 2005-01-06 | 1 | -0/+8 |
* | Nail the short cable problem the exact way National says it should be. | phk | 2005-01-06 | 1 | -19/+14 |
* | Simplify and fix bugs in rx/tx ring cleanup. | phk | 2005-01-06 | 1 | -24/+21 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 89 | -93/+97 |
* | Expand COPYRIGHT inline, per Matthew Dillon's earlier approval. | imp | 2005-01-06 | 1 | -4/+24 |
* | Rewrite the rx/tx ring initialization to use pointers instead of arrays. | phk | 2005-01-06 | 1 | -45/+34 |
* | Eliminate a bunch of unnecessary prototypes. | phk | 2005-01-06 | 1 | -54/+12 |
* | Move the module related stuff to the bottom of the file. This will | phk | 2005-01-06 | 1 | -30/+30 |
* | /* -> /*- for license, add FreeBSD tag | imp | 2005-01-06 | 31 | -32/+48 |
* | Make sure to clear any pending interrupts when we stop the interface. | phk | 2005-01-06 | 1 | -0/+1 |
* | Close a theoretical race: By the time the watchdog comes around | phk | 2005-01-06 | 1 | -1/+5 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 262 | -525/+659 |
* | Remove left over include file from stallion driver. | imp | 2005-01-06 | 1 | -122/+0 |
* | Expand indirect reference to BSD license with the current one. | imp | 2005-01-06 | 1 | -2/+22 |
* | This doesn't seem to have been used since 386BSD days | imp | 2005-01-06 | 1 | -4/+0 |
* | Bit 0 of td_flags is now used by the priority borrowing flag, so remove | jhb | 2005-01-06 | 1 | -1/+0 |
* | Revise the part of vm_pageout_scan() that moves pages from the cache | alc | 2005-01-06 | 1 | -12/+31 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 64 | -95/+105 |