summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Set negative quality to TSC timecounter when C3 state is enabled for Inteljkim2011-06-221-0/+1
* Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick)obrien2011-06-171-0/+9
* Do not trash the argv[0] pointer for an a.out process on amd64.kib2011-06-161-1/+1
* Fix silly typo that resulted in the a.out process stack to end atkib2011-06-161-1/+1
* Even if the loaded module has no symbols, we still need to notifymarcel2011-06-161-1/+1
* sys/kern/subr_kdb.c:gibbs2011-06-141-8/+23
* We should not return ECHILD when debugging a child and the parent does aobrien2011-06-142-5/+14
* sys/sys/conf.h:gibbs2011-06-141-0/+62
* Instead of using an atomic operation to determine whether the devstat(9)ken2011-06-131-3/+5
* Fix a couple of race conditions in devstat(9) initialization.gibbs2011-06-131-9/+3
* - When printing bufs with show buf the lblkno is often more useful thanjeff2011-06-101-2/+3
* In the current code, a double panic condition may lead to dumpsattilio2011-06-081-1/+2
* Log the socket address passed as the destination to sendto() and sendmsg()jhb2011-06-071-0/+4
* MFCattilio2011-06-073-15/+20
|\
| * Set pca.p_bufr to NULL when we haven't allocated a buffer.ken2011-06-071-0/+3
| * Use p4prio_to_tsprio to calculate TS priority instead of usingdavidxu2011-06-071-1/+1
| * Fix making kernel dumps from the debugger by creating a commandmarcel2011-06-071-14/+16
* | MFCattilio2011-06-061-0/+1
|\ \ | |/
| * Clear the device_t pointer in 'struct resource' when releasing a devicejhb2011-06-061-0/+1
| * Fix a bug introduced in revision 222537.ken2011-05-311-0/+2
| * Fix apparent garbage in the message buffer.ken2011-05-312-51/+295
| * On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-314-7/+7
* | MFCattilio2011-06-011-0/+2
* | MFCattilio2011-05-316-58/+302
* | Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.attilio2011-05-312-10/+89
* | Revert a change that crept in during MFC.attilio2011-05-312-87/+10
* | MFCattilio2011-05-312-10/+87
|\ \ | |/
| * In soreceive_generic(), if MSG_WAITALL is set but the request istrociny2011-05-291-4/+10
* | MFCattilio2011-05-291-4/+10
* | MFCattilio2011-05-292-7/+0
|\ \ | |/
| * Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rathertrasz2011-05-272-7/+0
* | MFCattilio2011-05-271-2/+4
|\ \ | |/
| * Fix support for RACCT_CORE by merging forgotten file.trasz2011-05-261-2/+4
* | MFCattilio2011-05-263-19/+55
|\ \ | |/
| * Silly spelling typos.jhb2011-05-241-4/+4
| * Fix an issue with critical sections and SMP rendezvous handlers.jhb2011-05-241-7/+43
| * Update comments for DEVICE_PROBE() to reflect that BUS_PROBE_DEFAULT isjhb2011-05-241-9/+11
| * Simplify a stale assertion. We have not called mi_switch() from a nestedjhb2011-05-241-3/+1
| * BKVASIZE was bumped to 16k more than a decade ago.ru2011-05-231-1/+1
| * In init_dynamic_kenv(), ignore environment strings exceeding thejh2011-05-231-1/+7
| * Merge r221912 from largeSMP project branch:attilio2011-05-221-1/+1
* | MFCattilio2011-05-232-2/+8
* | Revert a patch that unvolountary sneaked in while I was MFCing.attilio2011-05-232-52/+9
* | MFCattilio2011-05-232-9/+52
* | MFCattilio2011-05-222-4/+5
|\ \ | |/
| * Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-222-4/+5
* | Make cpusetobj_strprint() prepare the string in order to print theattilio2011-05-221-2/+2
* | MFCattilio2011-05-191-1/+2
|\ \ | |/
| * The CDP_ACTIVE flag is cleared at the beginning of destroy_devl(),kib2011-05-181-1/+2
| * Merge r221285 from largeSMP project:attilio2011-05-171-31/+7
OpenPOWER on IntegriCloud