aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Revision 1.496 would not boot on my system due toAlfred Perlstein2004-07-041-1/+2
* Add device ID for atuwi USB wlan driver, Linksys WUSB11 v2.8 wireless adapter.MIHIRA Sanpei Yoshiro2004-07-041-1/+3
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-0415-168/+92
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleWarner Losh2004-07-034-4/+0
* Really remove __RMAN_RESORUCE_VISIBLEWarner Losh2004-07-032-2/+0
* Use the rman_* functions in preference to reaching into struct resource.Warner Losh2004-07-032-5/+5
* Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here afterWarner Losh2004-07-032-24/+40
* Remove stale commentPoul-Henning Kamp2004-07-031-1/+0
* Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the callRobert Watson2004-07-031-1/+5
* Commit the first of half of changes that allow busdma to transparentlyScott Long2004-07-031-11/+47
* Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subjectBrian Feldman2004-07-031-4/+8
* Add NULL arg to mi_switch() call to stop kernel compiles from breaking.Poul-Henning Kamp2004-07-031-1/+1
* Remove "register" keyword and trailing white space.Poul-Henning Kamp2004-07-0310-120/+120
* By popular request, add a workaround that allows large (>128GB or so)Tim J. Robbins2004-07-038-15/+253
* SMPng locking cleanup for vr(4).Bruce M Simpson2004-07-032-132/+116
* - Another whitespace pass; make locking calls more obvious.Bruce M Simpson2004-07-032-24/+20
* Add a NULL param to an mi_switch() that I missed.John Baldwin2004-07-031-1/+1
* Unbreak -O2 build: initialize nstatus to avoid uninitialized warning.Marcel Moolenaar2004-07-031-1/+3
* Fix SCHED_ULE build on SMP. The previous revision (1.110)Bosko Milekic2004-07-031-1/+1
* Unbreak build for the the !PREEMPTION case: don't define variablesMarcel Moolenaar2004-07-031-0/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-7/+7
* style(9) compliance.Bruce M Simpson2004-07-022-552/+328
* ithread_schedule() now only takes one argument.Olivier Houchard2004-07-021-1/+1
* Define __RMAN_RESOURCE_VISIBLE where appropriate.Olivier Houchard2004-07-022-0/+2
* Fixed what appeared to be a hard sentence break.Ruslan Ermilov2004-07-021-2/+2
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-0221-46/+174
* Remove duplicate FreeBSD id.Nate Lawson2004-07-021-2/+0
* Don't announce the ethernet address when it's 00:00:00:00:00:00. It'sBrooks Davis2004-07-021-2/+7
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-0210-0/+803
* Get rid of the strict aliasing error by retrieving the ECDT via a tableNate Lawson2004-07-021-2/+3
* - Change mi_switch() and sched_switch() to accept an optional thread toJohn Baldwin2004-07-0216-38/+51
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger2004-07-023-0/+15
* Disable native ata support for now, too much breaksWarner Losh2004-07-021-1/+1
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-0210-58/+108
* Allow ptrace to deal with lwpid.David Xu2004-07-021-6/+36
* Local change: Allow access to the field if it is within the regionMark Santcroos2004-07-021-67/+87
* Local diff: allow use of the disassembler.Mark Santcroos2004-07-021-1/+5
* Unchanged files that are off the vendor branch.Mark Santcroos2004-07-022-8/+10
* This commit was generated by cvs2svn to compensate for changes in r131440,Mark Santcroos2004-07-0210-72/+165
|\
| * Vendor import of Intel ACPI-CA 20040527Mark Santcroos2004-07-0214-149/+271
* | We allocate an array of pointers to the global file table whileAlfred Perlstein2004-07-021-1/+12
* | Tidy up uprof locking. Mostly the fields are protected by both the procJohn Baldwin2004-07-023-29/+41
* | - Assert that any process that has statclock called on it has both aJohn Baldwin2004-07-021-11/+10
* | Allocate s/g segments in the tag rather than on the stack.Scott Long2004-07-021-30/+35
* | - Don't use a variable to point to the user area that we only use once.John Baldwin2004-07-021-15/+10
* | Add support for the VIA Apollo KT400/400A/600 AGP host bridges which useJohn Baldwin2004-07-022-0/+6
* | Change the thread ID (thr_id_t) used for 1:1 threading from being aMarcel Moolenaar2004-07-026-44/+43
* | Regen.Marcel Moolenaar2004-07-029-13/+13
* | Bump __FreeBSD_version for package tools revision 20040629Oliver Eikemeier2004-07-021-1/+1
* | When shutting down the syncer kernel thread, first tell it to runDon Lewis2004-07-011-6/+68