summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag.glebius2005-08-301-0/+1
* Lock down PPTP node, since it has many data structures, that won't surviveglebius2005-08-301-7/+25
* Add ng_callout_ini_mtx() macro.glebius2005-08-301-0/+1
* Add back dropped if_media.h includeimp2005-08-301-0/+1
* Eliminate cpufreq levels for two cases that are less than optimal:njl2005-08-301-47/+48
* Add m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len,andre2005-08-292-0/+147
* Correct previous commit.scottl2005-08-291-3/+0
* Add m_sanity(struct mbuf *m, int sanitize) to do some heavy sanityandre2005-08-292-0/+96
* Add m_demote(struct mbuf *m, int all) to clean up mbuf (chain) fromandre2005-08-292-0/+25
* Better commentimp2005-08-292-2/+8
* In ata_mode2str() properly list -1 as UNSUPPORTED.sos2005-08-291-0/+1
* Fix another instance of old info re: miibusimp2005-08-292-2/+2
* Fix obsolete comment.imp2005-08-291-1/+1
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateimp2005-08-291-5/+0
* Unbreak stand-alone build of the de(4) module.yar2005-08-291-1/+1
* Plug item leak in case when not all hooks are connected.glebius2005-08-291-0/+3
* Use KTR to log allocations and destructions of bios.pjd2005-08-291-0/+36
* Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberpjd2005-08-293-8/+12
* Add a missing dev_relthread() call.phk2005-08-291-4/+5
* Fix support for the VIA 6421 controller.sos2005-08-292-3/+30
* Global Village appears to be using 0x018c as its vendor ID, but thisimp2005-08-291-1/+6
* Simplify names.imp2005-08-291-6/+6
* Finish conversion to bus space and make ed MP safe.imp2005-08-2811-236/+285
* Fix a typo in vop_rename_pre() where we ended up using vholdl()ssouhlal2005-08-281-1/+1
* Prevent that sync operations can be started when they are alreadyle2005-08-281-71/+81
* - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU.marius2005-08-281-8/+23
* Fix kernel build.delphij2005-08-281-1/+1
* Handle vm_map_wire()'s failure.alc2005-08-281-1/+5
* Correctly handle vm_map_wire()'s failure. (See also revisions 1.81 andalc2005-08-281-1/+5
* Eliminate an unneeded reference on a vm object. If, in fact, the nearbyalc2005-08-282-4/+0
* Revert the previous change for two reasons: (1) If vm_map_find() succeedsalc2005-08-281-17/+10
* Verify length of the data to read as well.pjd2005-08-281-0/+2
* MFamd64 revision 1.526alc2005-08-271-0/+1
* Re-enable sampling on the AMD64.jkoshy2005-08-271-5/+0
* - Special-case NMI handling on the AMD64.jkoshy2005-08-274-4/+82
* Rewrite linux_ifconf() to be more like ifconf() in net/if.crodrigc2005-08-271-25/+39
* Fix a panic in softclock() if the interface is destroyed with a bpf consumerthompsa2005-08-271-0/+1
* fix CardBus issue for Compaq R3000 series laptopjkim2005-08-261-0/+18
* Add newline to debuging printf.glebius2005-08-261-1/+2
* Cleanup the reader/writer policy in netgraph(4). Assignglebius2005-08-261-24/+25
* Shuffle around the order in which the components are compiled.le2005-08-262-15/+5
* - Use m_defrag() instead of homerolling our own variantjhb2005-08-262-136/+110
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedjhb2005-08-266-904/+0
* Verify offset before reading.pjd2005-08-261-1/+5
* Oops, I forget to add item in files .takawata2005-08-261-0/+1
* Add NTFS labeling function.takawata2005-08-264-0/+116
* Two minor optimizations of fdalloc():des2005-08-261-1/+3
* Remedy the following three problems:alc2005-08-261-18/+72
* Unbreak compiles with ACPI_DEBUG.kan2005-08-261-0/+2
* For FreeBSD 4 binaries, when trying to read from a device that doesps2005-08-261-1/+8
OpenPOWER on IntegriCloud