summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add support to the uftdi driver for Intrepid Control Systems' vehiclebrooks2004-07-013-1/+27
* | Add ability to set start/end for rmanimp2004-07-011-0/+12
* | Soften __RMAN_RESOURCE_VISIBLE a little: expose rman and theimp2004-07-011-6/+7
* | Remove unused argument for good.pjd2004-07-011-2/+2
* | Fix build: the return type for t_break changed from int to void.mp2004-07-012-6/+4
* | Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildgallatin2004-07-0110-0/+10
* | Free only if pointer isn't NULL.pjd2004-07-011-1/+2
* | This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.nyan2004-07-011-0/+3
* | MFi386: revision 1.1163nyan2004-07-011-0/+1
* | Merged from sys/dev/sio/sio.c revision 1.446.nyan2004-07-012-6/+4
* | Modify loop test when cycling through phys_avail array. It's possiblegrehan2004-07-013-6/+12
* | Catch up with __RMAN_RESOURCE_VISIBLE changegrehan2004-07-018-0/+25
* | Move soft structs back to C files to avoid exposing rman fieldsgrehan2004-07-012-18/+1
OpenPOWER on IntegriCloud