summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix mismerge.attilio2011-05-181-4/+4
* | MFCattilio2011-05-172-72/+128
|\ \ | |/
| * Fix a race in the SMP rendezvous code. Specifically, the write by thejhb2011-05-171-15/+48
| * Use memset() instead of bzero() and memcpy() instead of bcopy(), therephk2011-05-171-26/+43
| * Don't expect PAGE_SIZE to exist on all platforms (It is a pretty arbitraryphk2011-05-171-27/+33
| * Merge r221278 from largeSMP project:attilio2011-05-162-1/+2
| * Change the length quantities of sbufs to be ssize_t rather than int.phk2011-05-161-7/+9
| * better integrate cyclic module with clocksource/eventtimer subsystemavg2011-05-161-12/+61
| * Correctly use INOUT for the offset/len parameters to vop_allocate. Asmdf2011-05-131-2/+2
| * Refactor Xen PV code to use new event timers subsystem. That uses one-shotmav2011-05-131-5/+0
| * Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-136-7/+9
* | MFCattilio2011-05-162-19/+70
OpenPOWER on IntegriCloud