| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag. | glebius | 2005-08-30 | 1 | -0/+1 |
* | Lock down PPTP node, since it has many data structures, that won't survive | glebius | 2005-08-30 | 1 | -7/+25 |
* | Add ng_callout_ini_mtx() macro. | glebius | 2005-08-30 | 1 | -0/+1 |
* | Add back dropped if_media.h include | imp | 2005-08-30 | 1 | -0/+1 |
* | Eliminate cpufreq levels for two cases that are less than optimal: | njl | 2005-08-30 | 1 | -47/+48 |
* | Add m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, | andre | 2005-08-29 | 2 | -0/+147 |
* | Correct previous commit. | scottl | 2005-08-29 | 1 | -3/+0 |
* | Add m_sanity(struct mbuf *m, int sanitize) to do some heavy sanity | andre | 2005-08-29 | 2 | -0/+96 |
* | Add m_demote(struct mbuf *m, int all) to clean up mbuf (chain) from | andre | 2005-08-29 | 2 | -0/+25 |
* | Better comment | imp | 2005-08-29 | 2 | -2/+8 |
* | In ata_mode2str() properly list -1 as UNSUPPORTED. | sos | 2005-08-29 | 1 | -0/+1 |
* | Fix another instance of old info re: miibus | imp | 2005-08-29 | 2 | -2/+2 |
* | Fix obsolete comment. | imp | 2005-08-29 | 1 | -1/+1 |
* | Eliminate bogus seatbelt in wi_cmd. This may have been appropriate | imp | 2005-08-29 | 1 | -5/+0 |
* | Unbreak stand-alone build of the de(4) module. | yar | 2005-08-29 | 1 | -1/+1 |
* | Plug item leak in case when not all hooks are connected. | glebius | 2005-08-29 | 1 | -0/+3 |
* | Use KTR to log allocations and destructions of bios. | pjd | 2005-08-29 | 1 | -0/+36 |
* | Add 'depth' argument to CTRSTACK() macro, which allows to reduce number | pjd | 2005-08-29 | 3 | -8/+12 |
* | Add a missing dev_relthread() call. | phk | 2005-08-29 | 1 | -4/+5 |
* | Fix support for the VIA 6421 controller. | sos | 2005-08-29 | 2 | -3/+30 |
* | Global Village appears to be using 0x018c as its vendor ID, but this | imp | 2005-08-29 | 1 | -1/+6 |
* | Simplify names. | imp | 2005-08-29 | 1 | -6/+6 |
* | Finish conversion to bus space and make ed MP safe. | imp | 2005-08-28 | 11 | -236/+285 |
* | Fix a typo in vop_rename_pre() where we ended up using vholdl() | ssouhlal | 2005-08-28 | 1 | -1/+1 |
* | Prevent that sync operations can be started when they are already | le | 2005-08-28 | 1 | -71/+81 |
* | - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU. | marius | 2005-08-28 | 1 | -8/+23 |
* | Fix kernel build. | delphij | 2005-08-28 | 1 | -1/+1 |
* | Handle vm_map_wire()'s failure. | alc | 2005-08-28 | 1 | -1/+5 |
* | Correctly handle vm_map_wire()'s failure. (See also revisions 1.81 and | alc | 2005-08-28 | 1 | -1/+5 |
* | Eliminate an unneeded reference on a vm object. If, in fact, the nearby | alc | 2005-08-28 | 2 | -4/+0 |
* | Revert the previous change for two reasons: (1) If vm_map_find() succeeds | alc | 2005-08-28 | 1 | -17/+10 |
* | Verify length of the data to read as well. | pjd | 2005-08-28 | 1 | -0/+2 |
* | MFamd64 revision 1.526 | alc | 2005-08-27 | 1 | -0/+1 |
* | Re-enable sampling on the AMD64. | jkoshy | 2005-08-27 | 1 | -5/+0 |
* | - Special-case NMI handling on the AMD64. | jkoshy | 2005-08-27 | 4 | -4/+82 |
* | Rewrite linux_ifconf() to be more like ifconf() in net/if.c | rodrigc | 2005-08-27 | 1 | -25/+39 |
* | Fix a panic in softclock() if the interface is destroyed with a bpf consumer | thompsa | 2005-08-27 | 1 | -0/+1 |
* | fix CardBus issue for Compaq R3000 series laptop | jkim | 2005-08-26 | 1 | -0/+18 |
* | Add newline to debuging printf. | glebius | 2005-08-26 | 1 | -1/+2 |
* | Cleanup the reader/writer policy in netgraph(4). Assign | glebius | 2005-08-26 | 1 | -24/+25 |
* | Shuffle around the order in which the components are compiled. | le | 2005-08-26 | 2 | -15/+5 |
* | - Use m_defrag() instead of homerolling our own variant | jhb | 2005-08-26 | 2 | -136/+110 |
* | Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened | jhb | 2005-08-26 | 6 | -904/+0 |
* | Verify offset before reading. | pjd | 2005-08-26 | 1 | -1/+5 |
* | Oops, I forget to add item in files . | takawata | 2005-08-26 | 1 | -0/+1 |
* | Add NTFS labeling function. | takawata | 2005-08-26 | 4 | -0/+116 |
* | Two minor optimizations of fdalloc(): | des | 2005-08-26 | 1 | -1/+3 |
* | Remedy the following three problems: | alc | 2005-08-26 | 1 | -18/+72 |
* | Unbreak compiles with ACPI_DEBUG. | kan | 2005-08-26 | 1 | -0/+2 |
* | For FreeBSD 4 binaries, when trying to read from a device that does | ps | 2005-08-26 | 1 | -1/+8 |