summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Remove non-bus-dma code.jhb2005-08-254-912/+268
* NMI handler should not enable interrupts.ups2005-08-251-1/+1
* Major rototill of this driver to add FreeBSD bus-dma support:jhb2005-08-254-1058/+1548
* Bump __FreeBSD_version for memmem(3).andre2005-08-251-1/+1
* Make sure ng_fec_init() uses the same calling convention as the rest ofemax2005-08-251-3/+3
* Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.sos2005-08-251-1/+3
* - Refuse hashsize of 0, since it is invalid.glebius2005-08-251-2/+2
* De-spl parts of the routing socket code now generally protectedrwatson2005-08-251-40/+20
* When we have a published ARP entry for some IP address, do reply onglebius2005-08-251-0/+9
* get current temperature from _TMP during passive cooling is active.ume2005-08-251-15/+33
* initialize only ACPI_BUFFER to avoid race condition with passiveume2005-08-251-1/+8
* Backout revision 1.54, because it exposes a worse problem, thanglebius2005-08-251-3/+1
* Track all lock relationships instead of pruning direct relationshipstruckman2005-08-251-71/+31
* - Remove redundant assertions that the driver lock is not held in attach()jhb2005-08-241-5/+2
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,imura2005-08-241-0/+6
* Remove a KASSERT in the sack path that fails because of a interactionps2005-08-242-6/+0
* Fix up the comment for MAX_SACK_BLKS.ps2005-08-241-1/+1
* Provide the USB device release number along with other parametersiedowse2005-08-231-4/+4
* End the MALLOC_DEFINE macro without the semi-colon, the caller suppliesphk2005-08-231-1/+1
OpenPOWER on IntegriCloud