aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use private namespace for visibility keyword.Konstantin Belousov2010-08-271-2/+2
* Fix an off-by-one error where we try to split a path name that'sBrian Somers2010-08-271-1/+1
* Whitespace fixes in mips/include, remove unused 'struct tlb' from locore.hJayachandran C.2010-08-276-51/+49
* pmap_mapdev() does not appear to actually need GIANT to be held here,Nathan Whitehorn2010-08-271-2/+0
* Unregister thread specific data destructor when a corresponding dsoDavid Xu2010-08-273-0/+23
* clear lock to zero state if it is destroyed.David Xu2010-08-271-0/+3
* Update comment now that I finally committed r211854.Pawel Jakub Dawidek2010-08-261-9/+3
* - When VFS_VGET() is not supported, switch to VOP_LOOKUP().Pawel Jakub Dawidek2010-08-261-40/+48
* - Check the result of malloc(M_NOWAIT) in replay_alloc(). The callerPawel Jakub Dawidek2010-08-261-20/+25
* Set de_dir for user created symbolic links. This will be needed to beJaakko Heinonen2010-08-261-0/+1
* Make sure TARGET_ABI is defined. TARGET_ABI will die a horrible deathWarner Losh2010-08-261-1/+1
* Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon)Warner Losh2010-08-261-1/+1
* Mark __DTOR_LIST__, __EH_FRAME_BEGIN__ and __CTOR_END__ as used to avoidRui Paulo2010-08-261-5/+5
* Mark __JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__ as used toRui Paulo2010-08-261-5/+5
* Install dtruss.Rui Paulo2010-08-261-0/+2
* Add a man page for dtruss.Rui Paulo2010-08-262-1/+90
* Sync DTrace bits with amd64 and fix the build.Rui Paulo2010-08-261-2/+6
* Fix typo.Konstantin Belousov2010-08-261-1/+1
* eliminate unused code.David Xu2010-08-262-17/+0
* Decrease rdlock count only when thread unlocked a reader lock.David Xu2010-08-261-1/+1
* Ugly kludge to paper over some kind of ld bug and/or misuse: don'tWarner Losh2010-08-261-1/+2
* Rescue doesn't work for n64.Warner Losh2010-08-261-0/+3
* Add mutex locking for the call to replay_prune() inRick Macklem2010-08-251-0/+2
* Fix a debugging message under bootverbose. This address is not linear.Jung-uk Kim2010-08-251-1/+1
* Add an experimental feature to shadow video BIOS. Long ago, this trick wasJung-uk Kim2010-08-251-10/+57
* Revert r210194, adding a comment explaining why calls to chgproccnt()Edward Tomasz Napierala2010-08-251-0/+6
* Increase maximum number of page table entries per VM86 context from 8 to 24Jung-uk Kim2010-08-251-1/+1
* Add x86bios_set_intr() to set interrupt vectors for real mode and simplifyJung-uk Kim2010-08-252-3/+15
* Check opcode for short jump as well. Some option ROMs do short jumpsJung-uk Kim2010-08-251-1/+2
* Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a sideNathan Whitehorn2010-08-251-4/+5
* Correctly ensure that the CPU family is 0x6, not non-zero.John Baldwin2010-08-251-1/+2
* Intel QPI chipsets actually provide two extra "non-core" PCI buses thatJohn Baldwin2010-08-253-0/+288
* Add one more new memory day for Russian Federation: the end of Second World War.Sergey A. Osokin2010-08-251-0/+1
* If we read zero bytes from the directory, early out with ENOENTBrian Somers2010-08-251-2/+6
* Fix build of ppc32 loader.Nathan Whitehorn2010-08-251-1/+1
* Call devfs_populate_vp() from devfs_getattr(). It was possible thatJaakko Heinonen2010-08-251-1/+9
* Provide timecounter based on XLR PIC timer.Jayachandran C.2010-08-252-0/+74
* Add the necessary DTrace function pointers.Rui Paulo2010-08-251-0/+9
* XLR PIC code update.Jayachandran C.2010-08-252-6/+13
* XLR PIC code update and style(9) fixes.Jayachandran C.2010-08-257-313/+231
* Rename on_chip.c to fmn.c, as the file has just the fast messaging networkJayachandran C.2010-08-252-4/+2
* - Regen after adding WITH_BSD_GREP and removing WITH_GNU_GREPGabor Kovesdan2010-08-251-4/+4
* Call the necessary DTrace function pointers when we have different kindsRui Paulo2010-08-252-0/+91
* RMI XLR platform code clean-up.Jayachandran C.2010-08-252-122/+115
* o Correct typo.Maxim Konovalov2010-08-251-1/+1
* - Change the threshold from 'running next scrub the <value+1>th day after theAlexander Leidinger2010-08-251-3/+3
* Sync up XLR tick.c with the new MIPS tick.cJayachandran C.2010-08-251-17/+25
* If a thread is removed from umtxq while sleeping, reset error codeDavid Xu2010-08-251-23/+12
* On second thought, we need to force 16-bit modeWarner Losh2010-08-251-0/+3
* Prodded by Yongari, add support for Holtek HT80232. Add the deviceWarner Losh2010-08-252-34/+46