| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use an uppercase provider name in the example, to make the name change | brueffer | 2008-03-13 | 1 | -7/+7 |
* | Add the module dependency on the mem(4) module. This will fix the module | cokane | 2008-03-13 | 1 | -0/+1 |
* | Since version 4.3, gcc changed its behaviour concerning the i386/amd64 | kib | 2008-03-13 | 7 | -15/+15 |
* | Fix bugs in previous revision (missing comma, misspelled syscall name). | ru | 2008-03-13 | 1 | -3/+2 |
* | Remove trailing whitespace. | ru | 2008-03-13 | 1 | -1/+1 |
* | Add missing section number. | ru | 2008-03-13 | 1 | -1/+1 |
* | Add missed parentheses | kib | 2008-03-13 | 1 | -1/+1 |
* | Add const qualifier to cpuset mask's pointer, since the cpuset mask should | davidxu | 2008-03-13 | 1 | -1/+1 |
* | In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSO | davidxu | 2008-03-13 | 2 | -4/+3 |
* | PR 117603 | jeff | 2008-03-13 | 1 | -2/+5 |
* | - When running a new command cause cpuset to operate on the per-thread mask | jeff | 2008-03-12 | 2 | -4/+8 |
* | This commit was generated by cvs2svn to compensate for changes in r177128, | delphij | 2008-03-12 | 1 | -1/+2 |
|\ |
|
| * | Reapply a bugfix that was done as sh.lex.c,v 1.1.1.8 | delphij | 2008-03-12 | 1 | -1/+2 |
* | | - The P_SA flag has been removed. Don't reference it in a KASSERT. | jeff | 2008-03-12 | 1 | -2/+1 |
* | | - Fix build breakage; there was a reference to a removed syscall in | jeff | 2008-03-12 | 1 | -4/+3 |
* | | The variable MTRR registers actually have variable-sized PhysBase and | jhb | 2008-03-12 | 4 | -16/+52 |
* | | MFamd64: Break up the probe logic in the mem_drvinit routines so it's | jhb | 2008-03-12 | 2 | -13/+18 |
* | | Minimize diffs with i686_mem.c: | jhb | 2008-03-12 | 2 | -6/+9 |
* | | Current 'ar' read support in libarchive can only handle a GNU/SVR4 | kaiw | 2008-03-12 | 3 | -42/+41 |
* | | Relax the BIOS/OS sempahore handoff code to workaround different hard | jhb | 2008-03-12 | 1 | -1/+4 |
* | | Partially revert 1.95. It changed the probe for a mouse device to only | jhb | 2008-03-12 | 1 | -1/+4 |
* | | fix inverted test that disabled ACK's on xmit | sam | 2008-03-12 | 1 | -1/+1 |
* | | document device hints including new ones to control rx fifo trigger | sam | 2008-03-12 | 1 | -1/+28 |
* | | add device hints to control the rx FIFO interrupt level on 16550A parts | sam | 2008-03-12 | 2 | -1/+18 |
* | | Add missing comma. | remko | 2008-03-12 | 1 | -1/+1 |
* | | Add resume support to the agp_i810 family. | remko | 2008-03-12 | 1 | -0/+17 |
* | | Convert TSEC watchdog to the new scheme. | raj | 2008-03-12 | 2 | -18/+29 |
* | | Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on what | raj | 2008-03-12 | 5 | -11/+51 |
* | | Improve handling U-Boot's "eth%daddr" while PowerPC metadata preparation. | raj | 2008-03-12 | 1 | -3/+20 |
* | | Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope... | raj | 2008-03-12 | 7 | -87/+101 |
* | | Bring the behaviour of pmc_capabilities() and pmc_width() in line with | jkoshy | 2008-03-12 | 1 | -3/+5 |
* | | Describe return values from pmc_ncpu() and pmc_npmc() better. | jkoshy | 2008-03-12 | 1 | -1/+4 |
* | | Respect RF_SHAREABLE flag in ARM nexus_setup_intr() | raj | 2008-03-12 | 1 | -0/+3 |
* | | Remove dead code which makes a call to mem_range_attr_set(). | gallatin | 2008-03-12 | 1 | -18/+2 |
* | | Improve ARM bus_dmamap_load_buffer() error handling. | raj | 2008-03-12 | 1 | -2/+4 |
* | | If the special target .MAKEFILEDEPS exists, then enable the | obrien | 2008-03-12 | 1 | -26/+26 |
* | | If the special target .MAKEFILEDEPS exists, then enable the | obrien | 2008-03-12 | 4 | -1/+24 |
* | | Update to the "new" libalias API (and thus fix world breakage). | piso | 2008-03-12 | 4 | -23/+30 |
* | | -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn | piso | 2008-03-12 | 4 | -306/+44 |
* | | - Remove ksethrcmdname. | jeff | 2008-03-12 | 3 | -9/+0 |
* | | - Remove kse syscall symbols and man pages. | jeff | 2008-03-12 | 2 | -21/+1 |
* | | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 69 | -2343/+79 |
* | | - P_SA has been removed. | jeff | 2008-03-12 | 1 | -1/+0 |
* | | - Don't inspect the P_SA flag. It's being removed. | jeff | 2008-03-12 | 1 | -7/+2 |
* | | - Remove libkse and related support code in libpthread from the build. | jeff | 2008-03-12 | 2 | -6/+2 |
* | | - Add an UPDATING entry about the removal of KSE. | jeff | 2008-03-12 | 1 | -0/+10 |
* | | - Bump __FreeBSD_version for sleepq/cv_* api changes. | jeff | 2008-03-12 | 1 | -1/+1 |
* | | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 14 | -95/+90 |
* | | Portability: Eliminate the need for uudecode by incorporating | kientzle | 2008-03-12 | 7 | -81/+231 |
* | | - KSE may free a thread that was never actually forked. This will leave | jeff | 2008-03-12 | 1 | -0/+5 |