summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-0515-676/+721
* Parenthesize return values.des2004-07-056-120/+120
* Mechanical whitespace cleanup.des2004-07-056-126/+126
* Locking cleanup for rl(4).bms2004-07-051-52/+60
* style(9) and whitespace cleanup.bms2004-07-052-390/+238
* Reintroduce and clean up locking in xl(4).bms2004-07-051-88/+178
* Rework syncer termination code:truckman2004-07-051-33/+79
* Use if_printf() and device_printf() where appropriate, i.e.:bms2004-07-051-88/+92
* ANSIfy function definitions.bms2004-07-041-259/+99
* Mark our interrupt shareable and don't insist on DMA. This gets us closerphk2004-07-041-4/+4
* Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.phk2004-07-041-0/+1
* Fix whitespace, indentation, long line wrapping and comments.bms2004-07-041-126/+122
* Fix whitespace and comments.bms2004-07-041-20/+25
* Pass the operation in with the fsidctl.alfred2004-07-042-11/+23
* Make the last commit handle non-phk root devices better.phk2004-07-042-2/+4
* Check the return value of bus_dmamem_alloc() correctly.bms2004-07-041-2/+4
* Workaround a locking problem in vlan(4). vlan_setmulti() may be calledbms2004-07-041-2/+11
* style(9)/whitespace cleanup while I'm in this file.bms2004-07-041-54/+55
* Add modemcontrol support for DTR and DCD.phk2004-07-041-6/+37
* Make the default memory range in the top 2GB of ram in the hopes thatimp2004-07-041-3/+5
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-0416-35/+35
* meta_p is a void *, so a variable that's of type void * can't beimp2004-07-041-1/+4
* Introduce debug.nosleepwithlocks sysctl, 0 by default. If set to 1bmilekic2004-07-041-11/+9
* Reextend the M_WAITOK-disabling-hack to all three of the mbuf-relatedgreen2004-07-041-2/+4
* The net.link.ether.bridge.enable sysctl MIB variable enables bridgebms2004-07-041-0/+1
* We only need to check for overlaps if we increasing access counts.phk2004-07-041-17/+19
* Add LibAliasOutTry() which checks a packet for a hit in the tables, butphk2004-07-042-16/+29
* Blocksize for I/O should be a property of the vnode and not found by gropingphk2004-07-043-0/+7
* Introduce a new kevent filter. EVFILT_FS that will be used to signalalfred2004-07-045-1/+131
* Revision 1.496 would not boot on my system due toalfred2004-07-041-1/+2
* Add device ID for atuwi USB wlan driver, Linksys WUSB11 v2.8 wireless adapter.sanpei2004-07-041-1/+3
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-0415-168/+92
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleimp2004-07-034-4/+0
* Really remove __RMAN_RESORUCE_VISIBLEimp2004-07-032-2/+0
* Use the rman_* functions in preference to reaching into struct resource.imp2004-07-032-5/+5
* Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here afterimp2004-07-032-24/+40
* Remove stale commentphk2004-07-031-1/+0
* Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the callrwatson2004-07-031-1/+5
* Commit the first of half of changes that allow busdma to transparentlyscottl2004-07-031-11/+47
* Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subjectgreen2004-07-031-4/+8
* Add NULL arg to mi_switch() call to stop kernel compiles from breaking.phk2004-07-031-1/+1
* Remove "register" keyword and trailing white space.phk2004-07-0310-120/+120
* By popular request, add a workaround that allows large (>128GB or so)tjr2004-07-038-15/+253
* SMPng locking cleanup for vr(4).bms2004-07-032-132/+116
* - Another whitespace pass; make locking calls more obvious.bms2004-07-032-24/+20
* Add a NULL param to an mi_switch() that I missed.jhb2004-07-031-1/+1
* Unbreak -O2 build: initialize nstatus to avoid uninitialized warning.marcel2004-07-031-1/+3
* Fix SCHED_ULE build on SMP. The previous revision (1.110)bmilekic2004-07-031-1/+1
* Unbreak build for the the !PREEMPTION case: don't define variablesmarcel2004-07-031-0/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-7/+7
OpenPOWER on IntegriCloud