summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-136-12/+0
* Add support for the Epson Perfection 1670 scanner.tjr2004-03-131-0/+1
* Regentjr2004-03-132-2/+9
* Add EPSON Perfection 1670 scanner.tjr2004-03-131-0/+1
* Remove GIANT_REQUIRED from contigfree().alc2004-03-131-1/+1
* Constify interactive_ports, as its value is static, and therefore doesn'trwatson2004-03-131-1/+1
* Add annotations to mtx_lock(&Giant) in kern_select() and poll() thatrwatson2004-03-131-0/+8
* Remove stale (unused) unit variables from if_tun and if_tap softc's.rwatson2004-03-132-3/+0
* Constify iso88025_broadcastaddr to make it clear no explicitrwatson2004-03-131-3/+3
* Const-poison atmulticastaddr, which should be read but not modified.rwatson2004-03-131-9/+9
* Align the offset in vn_rdwr_inchunks() so that at most the first andbde2004-03-131-1/+11
* Don't allow interfaces to be renamed to the empty string.brooks2004-03-131-2/+4
* Remove if_withname. It came in with the KAME import, but never gotbrooks2004-03-132-27/+0
* Fixed some English usage errors.bde2004-03-131-7/+7
* Fixed description of cx device. Use similar wording for ctau devicebde2004-03-131-4/+5
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-1242-144/+460
* This are the build infrastructure changes to allow to use thetrhodes2004-03-125-7/+69
* Do what the execve(2) manpage says and enforce what a Strictlyru2004-03-121-1/+2
* Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the rootbrooks2004-03-121-11/+37
* This is a temporary fix to solve a regression issue on sparc64 thatkensmith2004-03-121-0/+4
* - Remove old sleep queues.jhb2004-03-124-17/+5
* Fixup a comment.jhb2004-03-121-1/+1
* Add if_ndis_pci.c and if_ndis_pccard.c so that building the NDISulatorwpaul2004-03-121-5/+8
* Don't set ifp->if_output to ether_output(), since ether_ifattach()mux2004-03-121-1/+0
* Replace a manual check of a VMIO candidate with vn_canvmio(). Thisdes2004-03-121-2/+3
* Fix copy&paste-o.phk2004-03-121-1/+1
* Part 2 of rev 1.68. Update comment to match reality now that vm_endcopypeter2004-03-121-1/+1
* When I was a kid my work table was one cluttered mess an cleaning it upphk2004-03-115-24/+47
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-1112-48/+56
* Remove unused mnt_reservedvnlist field.phk2004-03-114-10/+0
* Remove unused second arg to vfinddev().phk2004-03-118-18/+25
* Properly count references of our dev_t to avoid triggering a KASSERT inle2004-03-112-0/+4
* Correctly account for extra bits in unit numbers when looking forphk2004-03-111-3/+3
* Add yet another VIA pci id.sos2004-03-112-2/+4
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-1117-17/+0
* Don't implement anything in the ffs family in <machine/cpufunc.h>bde2004-03-112-0/+8
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-117-9/+19
* Fixed a misspelling of 0 as NULL.bde2004-03-111-1/+1
* Fix mind-o: sanity check in ndis_disable_ndis() is not sane.wpaul2004-03-111-1/+1
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driverswpaul2004-03-112-0/+124
* Be more insistent on destroying geoms at unload time. Still not perfect,phk2004-03-111-2/+8
* Remove stale or broken call to kdb_trap() and protected by the non-marcel2004-03-112-8/+0
* Identify the Deerfield processor. Deerfield is a low-voltage variantmarcel2004-03-101-12/+25
* Don't call devsw() more than we need to, and in particular do not exposephk2004-03-101-4/+4
* Make the extern for adv_mcode match the reality: it's u_int8_t, butphk2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-102-3/+6
* Undo the previous commit, which was just plain wrong, and then correctlygad2004-03-101-2/+2
* Increase __FreeBSD_version to reflect the transition from 32-bit togad2004-03-101-1/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64gad2004-03-101-1/+1
* Eliminate multiple __FBSDID and sys/cdefs.h.bms2004-03-107-15/+0
OpenPOWER on IntegriCloud