summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* style(9) compliance.bms2004-07-022-552/+328
* ithread_schedule() now only takes one argument.cognet2004-07-021-1/+1
* Define __RMAN_RESOURCE_VISIBLE where appropriate.cognet2004-07-022-0/+2
* Fixed what appeared to be a hard sentence break.ru2004-07-021-2/+2
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-0221-46/+174
* Remove duplicate FreeBSD id.njl2004-07-021-2/+0
* Don't announce the ethernet address when it's 00:00:00:00:00:00. It'sbrooks2004-07-021-2/+7
* Introduce GEOM_LABEL class.pjd2004-07-0210-0/+803
* Get rid of the strict aliasing error by retrieving the ECDT via a tablenjl2004-07-021-2/+3
* - Change mi_switch() and sched_switch() to accept an optional thread tojhb2004-07-0216-38/+51
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want tonetchild2004-07-023-0/+15
* Disable native ata support for now, too much breaksimp2004-07-021-1/+1
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-0210-58/+108
* Allow ptrace to deal with lwpid.davidxu2004-07-021-6/+36
OpenPOWER on IntegriCloud