summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Local change: Allow access to the field if it is within the regionmarks2004-07-021-67/+87
* Local diff: allow use of the disassembler.marks2004-07-021-1/+5
* Unchanged files that are off the vendor branch.marks2004-07-022-8/+10
* This commit was generated by cvs2svn to compensate for changes in r131440,marks2004-07-0210-72/+165
|\
| * Vendor import of Intel ACPI-CA 20040527marks2004-07-0214-149/+271
* | We allocate an array of pointers to the global file table whilealfred2004-07-021-1/+12
* | Tidy up uprof locking. Mostly the fields are protected by both the procjhb2004-07-023-29/+41
* | - Assert that any process that has statclock called on it has both ajhb2004-07-021-11/+10
* | Allocate s/g segments in the tag rather than on the stack.scottl2004-07-021-30/+35
* | - Don't use a variable to point to the user area that we only use once.jhb2004-07-021-15/+10
* | Add support for the VIA Apollo KT400/400A/600 AGP host bridges which usejhb2004-07-022-0/+6
* | Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-026-44/+43
* | Regen.marcel2004-07-029-13/+13
* | Bump __FreeBSD_version for package tools revision 20040629eik2004-07-021-1/+1
* | When shutting down the syncer kernel thread, first tell it to runtruckman2004-07-011-6/+68
* | On receiving 3 duplicate acknowledgements, SACK recovery was not being entere...jayanth2004-07-012-14/+40
* | PR kern/68474:tackerman2004-07-011-2/+2
* | Remove stray i386 math emulator references.scottl2004-07-011-7/+1
* | MFNetBSD.le2004-07-011-2/+3
* | MFNetBSD.le2004-07-011-2/+5
* | Bumped document date.ru2004-07-011-5/+7
* | Remove duplicate FreeBSD idimp2004-07-011-3/+0
* | While this file still needs __RMAN_RESOURCE_VISIBLE to get the size ofimp2004-07-011-6/+9
* | After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longerimp2004-07-011-1/+0
OpenPOWER on IntegriCloud