]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Add a 'verbose' switch -v
[FreeBSD/FreeBSD.git] / sys /
2006-10-30 cognetInclude <sys/types.h>, to get definition for uint32_t.
2006-10-30 impAssign start to the value we were able to allocate...
2006-10-30 mariusIn the replacement text of the __bswapN_const() macros...
2006-10-30 impMore fully support 64-bit bars. Prior to this commit...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 rwatsonForward declare struct cdev, since arguments of this...
2006-10-30 takawataHook acpi_aiboost module to build.
2006-10-30 takawataAdd conf file entries for acpi_aiboost drivers.
2006-10-30 takawataDriver for some ASUS desktop motherboard extras.
2006-10-29 jbAdd the padding fields to 'struct proc' for the !KSE...
2006-10-29 marius- Wrap code optimized for architectures without alignme...
2006-10-29 mariusWrap code optimized for architectures without alignment...
2006-10-29 impRetire the failed OBSOLETE_IN_6 experiment code.
2006-10-29 mariusAdd missing headers.
2006-10-29 ruBecause the BTX mini-kernel now uses flat memory mode...
2006-10-29 netchildregen after linux_io_* backout
2006-10-29 netchildBackout the linux aio stuff. Several problems where...
2006-10-29 oleg- Use non-recursive mutex. MTX_RECURSE is unnecessary...
2006-10-29 netchildstyle(9)
2006-10-29 bdeRemoved some SMP ifdefs so that using the TSC as a...
2006-10-29 alcRefactor vfs_setdirty(), creating vfs_setdirty_locked_o...
2006-10-28 alcIn bufdone_finish() restrict the acquisition and releas...
2006-10-28 netchildFix style(9).
2006-10-28 bdeIn the userland .mcount():
2006-10-28 netchildregen (prctl addition)
2006-10-28 bdei386/include/profile.h:
2006-10-28 netchildMFP4:
2006-10-28 netchildMFP4:
2006-10-28 jfvBackout bogus checkin to HEAD
2006-10-28 bdeIn MCOUNT_OVERHEAD(label), actually use the `label...
2006-10-28 bdeCleaned up includes. <machine/profile.h> was unused...
2006-10-28 bdeRemoved all traces of HIDENAME() in amd64 and i386...
2006-10-28 jfvThis is the merge of the Intel 6.2.9 driver. It provide...
2006-10-27 bdeDon't call mexitcount or provide a stub mexitcount...
2006-10-27 oleg- Convert
2006-10-27 olegUse separate thread for servicing dummynet(4).
2006-10-27 olegstyle(9) cleanup.
2006-10-27 davidxuRemove member p_procscopegrp which is no longer used...
2006-10-26 jbRemove the KSE option now that it's in DEFAULTS on...
2006-10-26 jbAdd 'options KSE' to the kernel config DEFAULTS on...
2006-10-26 jbMake KSE a kernel option, turned on by default in all...
2006-10-26 ruAdopt comments borrowed from aout_freebsd.c.
2006-10-26 ruRestore support for -c and -d that were treacherously...
2006-10-26 ruBack out rev. 1.71 as it breaks directly loading (i386...
2006-10-26 ruMF kmod.mk 1.176: Properly handle vnode_if.h dependencies.
2006-10-26 bdeFixed high resolution profiling on arches that support...
2006-10-26 kibThe attempt to rename "." with MAC framework compiled...
2006-10-26 rwatsonBetter align output of "show uma" by moving from displa...
2006-10-26 kibFix leak in NAMEI zone caused by nfs server when VOP_RE...
2006-10-26 bdeReduced the ifdef tangle for profiling by moving the...
2006-10-26 rwatsonIncrease usefulness of "show malloc" by moving from...
2006-10-26 davidxuOptimize umtx_lock_pi() a bit by moving some heavy...
2006-10-25 cognetLet allow to teardown multiple irqs as well.
2006-10-25 cognetSetup multiple interrupts if needed.
2006-10-25 ruFix LEDs not working when atkbd is an active keyboard...
2006-10-25 rwatsonRemove extra _MAC_ from #ifdef guard.
2006-10-25 ruFix non-working CAPS LED under X by applying fix from...
2006-10-25 impMFp4: Move the parameters that are basically dictated...
2006-10-25 impMFp4: Status register bits
2006-10-25 davidxuIn order to eliminate a branch, convert opcode to unsig...
2006-10-25 davidxuEliminate an unnecessary `if' statement.
2006-10-25 davidxuMove sigqueue_take() call into proc_reparent(), this...
2006-10-24 cognetOoops, dump_avail[i] can be 0 if the RAM starts at...
2006-10-24 sobomaxRegen.
2006-10-24 sobomaxFix kernel breakage introduced in the previous commit...
2006-10-24 rwatsonRegenerate.
2006-10-24 rwatsonHook up audit functions in the freebsd32 compatibility...
2006-10-24 davidxuProtect sigqueue_take() call by child process's lock...
2006-10-24 phkDitch crummy fattime <--> timespec conversion functions
2006-10-24 phkDrop crummy fattime to timespec conversion routines.
2006-10-24 ruRemove the non-standard and undocumented STAILQ_REMOVE_...
2006-10-24 ruSwitch to using STAILQ_REMOVE_HEAD() instead of STAILQ_...
2006-10-24 phkReplace slightly crummy fattime<->timespec conversion...
2006-10-24 phkBetter naming of fattime conversion functions, they...
2006-10-24 scottlRefine the checksum hack a little. It appears that...
2006-10-23 ruMove "device splash" back to MI NOTES and "files",...
2006-10-23 ruMove MI parts of syscons into MI "files".
2006-10-23 ruRevision 1.25 had the ATKBD_DFLT_KEYMAP option turned...
2006-10-23 ruMechanically kill redundant nodevice/nooption/nomakeopt...
2006-10-23 desRe-add screen savers, which I removed by mistake.
2006-10-23 alcThe page queues lock is no longer required by vm_page_w...
2006-10-23 marcelo Eliminate nexus_print_resources(). Use resource_list...
2006-10-23 mlaiernet80211 seems to give us more rates than specified...
2006-10-23 impDon't descend into at91 until we sort out the boot...
2006-10-22 alcThe page queues lock is no longer required by vm_page_b...
2006-10-22 phkAdd two new functions to convert FAT filesystem format...
2006-10-22 delphijFix build: remove (now) unnecessary PG_BUSY check,...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-22 alcReplace PG_BUSY with VPO_BUSY. In other words, changes...
2006-10-22 alcEliminate unnecessary PG_BUSY tests.
2006-10-22 kevloInitialize T1 to silent gcc warning.
2006-10-22 davidxuUse macro TAILQ_FOREACH_SAFE instead of expanding it.
2006-10-21 davidxuSince revision 1.333 of kern_sig.c no longer uses P_WEX...
2006-10-21 impMFp4: default to not loading the fpga
2006-10-21 impMFp4: Update to smaller code footprint.
2006-10-21 impMFp4: Move to smaller code footprint.
2006-10-21 impMFp4: Move to smaller code. This was somehow forgotten...
2006-10-21 alcEliminate unnecessary PG_BUSY tests. They originally...
2006-10-21 scottlThere seems to be a problem with txcsum and UDP. Turn...
2006-10-21 ruMFi386: 1.13: Fix booting with ps2 keyboards.
next