]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-07-13 davidxuregenerate.
2006-07-13 davidxuAdd syscalls thr_setscheduler, thr_getscheduler, and...
2006-07-12 ambriskoFix ifconfig up when the HW was down. If the driver...
2006-07-12 jhbHonor db_pager_quit in 'show threadchain', 'show allcha...
2006-07-12 jhbSimplify the pager support in DDB. Allowing different...
2006-07-12 mrUse the already stored VIA RNG probe information
2006-07-12 upsAdd vnode interlocking to devfs.
2006-07-12 mrInitialise (if necessary) the VIA C3/C7 features.
2006-07-12 maximo Sort sx(9) MLINKS.
2006-07-12 keramidaWhen securelevel is >= 1, /dev/io may not be opened...
2006-07-12 mrfix typo in identcpu.c and add one define to specialreg.h.
2006-07-12 desTeach mount(8) about a 'late' keyword, which means...
2006-07-12 bruefferCorrect path to the firmware ports.
2006-07-12 pjdOnly check if we're freeing a valid object if we hold...
2006-07-12 pjdDocument sx_xlocked(9).
2006-07-12 mrforgot to add MFC, since its used on -stable and compil...
2006-07-12 mrFirst step to identify and initialize the newer VIA...
2006-07-12 maximo Add missed comma, xref kld(4).
2006-07-12 maximo Fix some printf(3) format nits in my patch I submitte...
2006-07-12 kibRemove slipped in spaces.
2006-07-12 kibCheck that the signal number is in range.
2006-07-12 kibUse proper format specifier for pointers in debug print...
2006-07-12 kibAlways supply curthread as argument to nfs_asyncio...
2006-07-12 kibCheck that the signal number is in range.
2006-07-12 mjacobFix config page writes to not strip out the attributes...
2006-07-12 davidxuUse newkg to check if SCHED_OTHER is already inherited.
2006-07-12 njlMove debug printfs under the proper macro.
2006-07-12 davidxuUse kernel facilities to support real-time scheduling.
2006-07-12 jkimAdd two new CPUID bits for AMD CPUs, i. e., SVM and...
2006-07-12 davidxuReturn priority range 0..PRI_MAX_TIMESHARE-PRI_MIN_TIME...
2006-07-12 davidxu__error could be called too early before libthr is...
2006-07-12 jkimAssume floppy disk is not inserted when we have exhaust...
2006-07-12 cognetComment out the mapping of the OHCI controller register...
2006-07-11 rwatsonSeveral protocol switch functions (pru_abort, pru_detac...
2006-07-11 rwatsonWhen pru_attach() fails, call sodealloc() on the socket...
2006-07-11 rwatsonReduce periods of simultaneous acquisition of various...
2006-07-11 jhbRegen.
2006-07-11 jhb- Add conditional VFS Giant locking to getdents_common...
2006-07-11 daichiThe ufs_lookup.c has a critical bug around the whiteout
2006-07-11 joelGah. Replace another instance of "Developer's Handbook...
2006-07-11 cognetAdd a new flag to pmap_enter_locked() to say if it...
2006-07-11 davidxuDon't forget to check invalid policy!
2006-07-11 davidxuOops, remove debugger line.
2006-07-11 davidxuExtended the POSIX scheduler APIs to accept lwpid as...
2006-07-11 mjacobRemove pre-commit review on mpt.
2006-07-11 davidxuFor SCHED_OTHER, we always inherit current thread's...
2006-07-11 davidxuAdd POSIX scheduler parameters support to thr_new sysca...
2006-07-10 davidxuCreate thread in separated ksegrp, so they always get...
2006-07-10 mjacobPut in some missing target mode for 2KLOGIN f/w spots.
2006-07-10 mjacobClean up the ioctl to not process nonsense on SCSI...
2006-07-10 jhb- Split out kern_accept(), kern_getpeername(), and...
2006-07-10 pjdUse proper defines instead of magic values.
2006-07-10 joelThe TrustedBSD MAC Framework is documented in the Archi...
2006-07-10 jhbUnexpand PTRIN() in several places and fix one instance...
2006-07-10 jhbExplicitly use STAILQ_REMOVE_HEAD() when we know we...
2006-07-10 jhbFix two more instances of using a linker_file_t object...
2006-07-10 csjpImplement mpo_associate_nfsd_label entry point for...
2006-07-10 jhbDon't try to reuse the linker_file structure after...
2006-07-10 jhbRetire the stackgap macros from ibcs2 as they are no...
2006-07-10 phkAnd now without typo.
2006-07-10 phkAdd a good quote that gets used a lot in the debate...
2006-07-10 jhbRegen.
2006-07-10 jhbMark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys...
2006-07-10 alcSet debug.mpsafevm to true on PowerPC. (Now, by defaul...
2006-07-10 alcAdd synchronization to moea_zero_page() and moea_zero_p...
2006-07-10 thompsaAdd enc(4), it can still build with FAST_IPSEC commente...
2006-07-10 thompsaCatch up with the revised network interface cloning...
2006-07-09 markmMore inactive maintainers.
2006-07-09 scottlUse a sleep mutex instead of an sx lock for the kernel...
2006-07-09 twintergExtend i4b to support CAPI manager based ISDN controlle...
2006-07-09 markmMore stale maintainer.
2006-07-09 mjacobConvert isp(4) and ispfw(4) to use firmware(9) to manag...
2006-07-09 mjacobMake the firmware assist driver resident in
2006-07-09 mjacobMake the firmware assist driver resident in
2006-07-09 mjacobIf PAE is built w/o modules, make sure that isp(4)
2006-07-09 markmRemove stale MAINTAINER
2006-07-09 pjdDeclare UFS module version.
2006-07-09 pjdChange fs->fs_fsmnt to mp->mnt_stat.f_mntonname in...
2006-07-09 pjdWhen kern.geom.raid3.use_malloc tunnable is set to...
2006-07-09 maximo style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 rwatsonWhen extending a file with truncate, check that newly...
2006-07-09 rwatsonAdd regression tests to make sure that attempting to...
2006-07-09 rwatsonAdd very basic ftruncate() regression test, with a...
2006-07-09 maximo Fix MTX_SYSINIT prototype.
2006-07-09 stefanfFix spelling in a comment.
2006-07-09 samo replace special handling of clone operations by a...
2006-07-09 samRevise network interface cloning to take an optional...
2006-07-09 cpercivaRemove build timestamps. There's no need to know exact...
2006-07-08 jhbRegen.
2006-07-08 jhb- Split ioctl() up into ioctl() and kern_ioctl(). ...
2006-07-08 jhbUse kern_connect() in spx_open() to avoid the need...
2006-07-08 jhbAdd a kern_close() so that the ABIs can close a file...
2006-07-08 jhb- Split the IBCS2 ipc foosys() system calls up into...
2006-07-08 jhbUse ibsc2_key_t rather than key_t.
2006-07-08 jhbRework kern_semctl a bit to always assume the UIO_SYSSP...
2006-07-08 impCreate bus_enumerate_hinted_children. This routine...
2006-07-08 imp(apply '(lambda (reformat-region 'style-9-parens))...
2006-07-08 impRemove old GENERIC kludge. We no longer need to skip...
2006-07-08 kibSignals may be delivered to process as well as to the...
2006-07-08 kibAlways supply curthread as argument to nfs_asyncio...
next