summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the current working directory to be inside the jail created bycperciva2010-05-274-4/+18
* Simplify clock interrupt handling on mips by using the new KPI - timer1clock()neel2010-05-271-70/+35
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-265-21/+55
* - Fix kseg0 address calculation - it doesn't always start atgonzo2010-05-261-1/+11
* Reorder to have -lcrypto after -larchive. Our linker doesn't seem to likedelphij2010-05-267-14/+14
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-2615-85/+137
* Do not attempt to switch to the same VTs between suspend and resume.jkim2010-05-261-9/+11
* Allow to use syscallname(9) outside subr_trap.c.kib2010-05-262-2/+4
* Remove a check that should be always true.kib2010-05-261-4/+0
* Let the first device suspend and the last device resume syscons(4).jkim2010-05-261-10/+5
* Reduce diffs against syscons_isa.c. No functional changes.nyan2010-05-261-29/+34
* Add unix_close_race, a regresion test to catch ENOTCONN being returnedrwatson2010-05-262-0/+139
* Initial device tree source (DTS) files for Marvell ARM systems:raj2010-05-267-0/+1487
* Import device tree source (DTS) files for PowerPC MPC8555CDS and MPC8572DSraj2010-05-262-0/+1337
* Use MACHINE_ARCH instead of TARGET_ARCH.raj2010-05-261-2/+1
* Grammar nits.delphij2010-05-251-2/+2
* Only enable CMCI on i386 if 'device apic' is enabled in the kernel sincejhb2010-05-251-0/+25
* Ignore the 'addr' argument passed to PT_STEP (it is required to be '1'jhb2010-05-251-14/+20
* Add uep(4), driver for USB onscreen touch panel from eGalax.glebius2010-05-257-0/+540
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-258-17/+30
* Don't leak CCBs for every ABORT.mjacob2010-05-251-1/+4
* libarchive now needs libcrypto and liblzma.delphij2010-05-257-14/+14
* Document bc/dc and nc updates.delphij2010-05-251-0/+7
* Remove extra break left by hand editing.mjacob2010-05-251-1/+0
* Treat PRLI the same as PLOGI and make a database entry for it (target mode).mjacob2010-05-251-3/+8
* Bring a missing FDT piece (omitted in the previous commit).raj2010-05-251-0/+4
* Initial loader(8) support for Flattened Device Tree.raj2010-05-2511-13/+1409
* Introduce a new build knob for Flattened Device Tree support.raj2010-05-252-0/+15
* Correct dtc version header autogen location.raj2010-05-251-9/+9
* Mostly revert r200691. U-Boot syscall() entry point returns 1 on success.raj2010-05-251-1/+1
* Use loader devices only when they initialized properly.raj2010-05-252-9/+11
* Get rid of empty and unused KSEG0TEXT macros.neel2010-05-252-8/+0
* Fix mips kernel build breakage caused by revision 208504.neel2010-05-251-0/+1
* Eliminate the acquisition and release of the page queues lock fromalc2010-05-252-6/+0
* Fix some whitespace nits.marius2010-05-241-10/+11
* Change ia64' struct syscall_args definition so that args is a pointer tokib2010-05-243-7/+7
* Improve the documentation for PT_LWPINFO. Note that some features arekib2010-05-241-3/+58
* sge_encap() can sometimes return an error with m_head set to NULL.yongari2010-05-241-1/+2
* According to simon@ when referring to a company along a product just tomarius2010-05-241-26/+26
* Cleanup manpage as suggested by jhb@ to start new sentences on a new line.sbruno2010-05-241-3/+3
* MFp4 @178364:bz2010-05-244-37/+74
* MFp4 @178283:bz2010-05-241-1/+1
* Add support for corrected machine check interrupts. CMCI is a new localjhb2010-05-2415-58/+557
* sh(1): Rework documentation of shell variables.jilles2010-05-241-87/+118
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-2421-390/+594
* Coalesce one more broken line.deischen2010-05-241-2/+1
* Coalesce a couple of broken lines since they can fit within 80deischen2010-05-241-4/+2
* sh(1): Improve wording of 'Special Parameters' section.jilles2010-05-241-7/+3
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-2412-108/+85
* These features will first appear in 8.1, soon to be releaseduqs2010-05-243-3/+3
OpenPOWER on IntegriCloud