]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-09-24 phkXXX mark two places where we do not hold a threadcount...
2004-09-24 phkRemove the cdevsw() function which is now unused.
2004-09-24 phkHold threadcount while throbbing cdevsw in our underlyi...
2004-09-24 phkHold thread reference while we frob cdevsw.
2004-09-24 achees_ES monetdef changed from spanish Ptas. to Euro without
2004-09-24 phkHold proper thread count while frobbing drivers ioctl.
2004-09-24 phkHold threadcount reference when we call into the underl...
2004-09-24 phkEliminate devsw() call, we are not dereferencing the...
2004-09-24 phkRemove devsw() call missed in last commit.
2004-09-24 dasDon't read the byte at *argv[strlen(*argv) + 1].
2004-09-24 phkRemove SI_ISDISK, I found a better solution.
2004-09-24 phkAssert topology is held in g_dev_getprovider().
2004-09-24 phkHold thread reference while frobbing cdevsw.
2004-09-24 ssouhlalMake sure we don't call _thr_start_sig_daemon() when...
2004-09-24 dasRemove __isnanl() to avoid conflicting with the same...
2004-09-24 phkHold threadref while we throb cdevsw in devtoname()
2004-09-24 phkUse vn_isdisk() to check if vnode is a disk.
2004-09-24 phkuse vn_isdisk() to see if vnode is a disk.
2004-09-24 phkHold dev_lock and check for NULL devsw pointer when...
2004-09-24 phkHold dev_lock and check for NULL devsw pointer when...
2004-09-24 phkUse dev_re[fl]thread() to maintain a ref on the device...
2004-09-24 phkUse def_re[fl]thread().
2004-09-24 phkuse dev_re[fl]thread() rather than home rolled versions.
2004-09-24 phkIntroduce dev_re[lf]thread() functions.
2004-09-24 dougbUpdate to reflect BIND 9 in the base:
2004-09-24 marcelRemove. This file was repocopied to ../ski.
2004-09-24 dougbAdd a note to indicate that the path set in named_pidfi...
2004-09-24 marcelReplace misuse of NULL with 0UL.
2004-09-24 marcelRemove the dependency on the Intel EFI headers in sys...
2004-09-24 marcelUnhook libski and skiload and hook up ski.
2004-09-24 marcelPost repocopy build fixes.
2004-09-24 marcelForced commit to note that this file was repocopied...
2004-09-24 marcelForced commit to note that this file was repocopied...
2004-09-24 kensmithFix-ups for a few problems reported with how ports...
2004-09-24 peterImplement the KDENABIO etc ioctl's for amd64 as well.
2004-09-24 peterImplement the syscons mouse pointer characters for...
2004-09-24 peterLike on i386, use the definition of struct bios_smap...
2004-09-24 peterConverge towards i386. I originally resisted creating...
2004-09-24 peterSeverely strip down the repocopied i386/bios.c and...
2004-09-24 jhbA modest collection of various and sundry style, spelli...
2004-09-23 cognetOn arm, set the default elf brand to FreeBSD, until...
2004-09-23 cognetArbitraly choose the Variant II for arm.
2004-09-23 cognetMake setjmp()/longjmp() use sigprocmask.
2004-09-23 cognetAdd a dummy set_tp().
2004-09-23 cognetAlways use bx for returning on Xscale.
2004-09-23 cognetFix the align-to-32-bits code.
2004-09-23 cognetkgmon works on arm, so make it parts of the build for...
2004-09-23 cognetAdd stubs for TLS.
2004-09-23 cognetImplement .init and .fini.
2004-09-23 cognetAdd CPUCFLAGS for the strongarm and xscale CPUs.
2004-09-23 cognetRe-route interrupts on arm as well.
2004-09-23 cognetDo not use the IO-mapping to issue the reset on the...
2004-09-23 cognetAdd the config file for the IQ31244 board.
2004-09-23 cognetUse the new KERNVIRTADDR and PHYSADDR options.
2004-09-23 cognetUse -O2 for the arm kernel as well
2004-09-23 cognetUse the address provided in the conf file, instead...
2004-09-23 cognetAdd new options :
2004-09-23 cognetAdd the possibility to specify the kernel virtual addre...
2004-09-23 cognetImport partial support for the IQ31244 eval board ...
2004-09-23 cognetAdd Xscale common headers.
2004-09-23 cognetBig cleanup: get ride of the whole spl level logic...
2004-09-23 cognetNow that we have pmap_growkernel(), use more KVA.
2004-09-23 cognetRemove the empty definition of struct osigcontext,...
2004-09-23 cognetRemove the pcb32_cstate field of struct pcb.
2004-09-23 cognetDeclare sigcode and szsigcode.
2004-09-23 cognetDefine VM_PROT_READ_IS_EXEC.
2004-09-23 cognetImplement _mcount().
2004-09-23 cognetDefine STACKALIGNBYTES and STACKALIGN.
2004-09-23 cognetWe are using _mcount, not __mcount.
2004-09-23 cognetUse sf_bufs for uiomove_fromphys().
2004-09-23 cognetOn Xscale, use the minicache for the kernel stack.
2004-09-23 cognetMake sure to call cred_update_thread() if needed.
2004-09-23 cognetImplement cpu_throw().
2004-09-23 cognetRemove unused macroes.
2004-09-23 cognetImplement sigreturn().
2004-09-23 cognetAdd the hw.machine sysctl.
2004-09-23 cognetRemove definitions related to the pmap cache state...
2004-09-23 cognetAdd new functions to know which irqs are pending, and...
2004-09-23 cognetRename macroes, as we don't need to mess with alignment...
2004-09-23 cognetUse sigcode.
2004-09-23 cognetIn db_stack_trace_cmd, remove the "pc" variable, we...
2004-09-23 cognetUse the right path for xscale files.
2004-09-23 cognetRemove bus_space_vaddr(), it does not exists in FreeBSD.
2004-09-23 cognetDon't attempt to manage our own segment list, and just...
2004-09-23 cognetUse the right path for the bcopyinout_xscale.S file.
2004-09-23 cognetAdd MD syscalls to sync the icache and to drain the...
2004-09-23 cognetImplement pmap_growkernel() and pmap_extract_and_hold().
2004-09-23 cognetMap the kernel very early if needed.
2004-09-23 brooksBackout the hack to install mtree, newsyslog, and touch...
2004-09-23 joergImplement terminating the worker thread when the driver...
2004-09-23 jhbAdd locking notes on the members of rusage. Note that...
2004-09-23 jhbUpdate locking notes on several fields to reflect locki...
2004-09-23 jhbDon't try to protect td_sticks with sched_lock. It...
2004-09-23 jhb- Assert sched_lock in upcall_remove() since it is...
2004-09-23 jhb- Don't try to unlock Giant if single threading fails...
2004-09-23 desRe-add namedb. I misunderstood what Doug said about...
2004-09-23 marcelRedefine a PTE as a 64-bit integral type instead of...
2004-09-23 stefanfPrefer C99's __func__ over GCC's __FUNCTION__.
2004-09-23 hrsNew release notes:
2004-09-23 phkSplit the ioctl function in control and slave side...
next