]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-02-08 njlAdd an initial manpage for the cpufreq framework and...
2005-02-08 phkDon't use the UFS_* and VFS_* functions where a direct...
2005-02-08 phk(forced commit to record correct commit message)
2005-02-08 wpaulNext step on the road to IRPs: create and use an imitat...
2005-02-08 rwatsonDon't use VOP_LEASE() with operations on extended attri...
2005-02-08 phkFor snapshots we need all VOP_LOCKs to be exclusive.
2005-02-08 phkFor snapshots we need all VOP_LOCKs to be exclusive.
2005-02-08 phkUse VOP_STRATEGY_APV() instead of direct dereference...
2005-02-08 bruefferNuke information about GDB_REMOTE_CHAT, it was removed...
2005-02-08 phkAdd VOP_FOO_APV() which takes a pointer to the vop_vector.
2005-02-08 desmerge from geom_vol_ffs.c rev 1.14 (avoid unaligned...
2005-02-08 ruKeep only one style of Pittsburgh driver's tests.
2005-02-08 brianUse the correct length when copying trailing data!!
2005-02-08 phantomAllow building/installing of NLS catalogs while buildin...
2005-02-08 rubzero() -> M_ZERO.
2005-02-08 desTake care not to issue unaligned I/O requests while...
2005-02-08 njlUnroll the loop for calculating the 8.3 filename checks...
2005-02-08 impUse ANSI function definitions, tweak a couple of protot...
2005-02-08 impuse fixed types for the calls to ed_pio_readmem, ed_pio...
2005-02-08 impMake it possible to unload ed. Move the ed_pccard_deta...
2005-02-08 impFix style bugs introduced in the de__Pification of...
2005-02-08 scottlFix crashdumps on twe. The twe_immediate_request(...
2005-02-08 peterMFi386: read from RTC_INTR after writing to RTC_STATUSB
2005-02-07 mlaierFix sloppy use of "manpage", bump .Dd where applicable...
2005-02-07 krionIntroduce three new targets for ports collection:
2005-02-07 jhb- Implement ibcs2_emul_find() using kern_alternate_path...
2005-02-07 jhb- Implement svr4_emul_find() using kern_alternate_path...
2005-02-07 jhbImplement a kern_pathconf() wrapper for pathconf()...
2005-02-07 jhbIf the pointer to the new itimerval is NULL in kern_set...
2005-02-07 stefanfAvoid usage of implicit int.
2005-02-07 stefanfInclude <stdlib.h> for exit().
2005-02-07 stefanfAdd a prototype for localupdate().
2005-02-07 desAdd chroot. It can be a real lifesaver, and adds less...
2005-02-07 ruAn aggressive little script I used to trim out duplicat...
2005-02-07 ruTrim more cookies, by playing with different hash funct...
2005-02-07 glebiusUse if_link_state_change() instead of rt_ifmsg(). Remov...
2005-02-07 jhb- Use kern_{l,f,}stat() and kern_{f,}statfs() functions...
2005-02-07 jhbMake linux_emul_convpath() a simple wrapper for kern_al...
2005-02-07 jhb- Tweak kern_msgctl() to return a copy of the requested...
2005-02-07 jhbVarious and sundry style fixes.
2005-02-07 jhbUse linux_emul_convpath() rather than linux_emul_find...
2005-02-07 jhbUse the LCONVPATHEXIST() macro rather than it's exact...
2005-02-07 jhbUse kern_setitimer() to implement linux_alarm() instead...
2005-02-07 jhbUse kern_open() directly rather than a stackgap detour...
2005-02-07 jhbDrop Giant before calling kthread_exit().
2005-02-07 mdoddAvoid using tsleep() in the resume path as it may resul...
2005-02-07 hartiRemove an unneeded check.
2005-02-07 hartiIntroduce a typedef for variable value modifation funct...
2005-02-07 hartiMake the intention of a loop clearer.
2005-02-07 phkAdd VNASSERT() which is just like KASSERT() but takes...
2005-02-07 nyanRemove unused defines.
2005-02-07 mlaierBe more verbose about altq SYNOPSIS and add more linkag...
2005-02-07 sobomaxFix the problem with incorrect throttling level reporte...
2005-02-07 hartiIntroduce Buf_StripNewLines() and use it where appropriate.
2005-02-07 obrienFix "to a file" example so it works (one must touch...
2005-02-07 glebiusImprove parsing of hook name.
2005-02-07 phkAccess vmobject via the bufobj instead of the vnode
2005-02-07 phkVOP_DESTROYVOBJECT() is no more.
2005-02-07 phkRemove vop_stddestroyvobject()
2005-02-07 phkRemove vop_destroyvobject()
2005-02-07 ruFix disorder.
2005-02-07 glebiusSort SEE ALSO.
2005-02-07 ruFix bugs in the previous commit.
2005-02-07 phkDeimplement vop_destroyvobject()
2005-02-07 phkAdd missing isa_dmatc() function.
2005-02-07 glebiusEnglish and mdoc(7) cleanup.
2005-02-07 phkRemove vop_destroyvobject() initialization.
2005-02-07 desSort branches in correct numeric order.
2005-02-07 hartiInvent a Buf_AppendRange function that appends a non...
2005-02-07 hartiInvent a Buf_Append function to append a NUL-terminated...
2005-02-07 phkDon't call VOP_DESTROYVOBJECT(), trust that VOP_RECLAIM...
2005-02-07 phkAdd a missing prefix to a struct field for consistency.
2005-02-07 delphijRevamp several Makefile nits:
2005-02-07 delphijUndo the VCS tag move to reduce diff hunks.
2005-02-07 obrienRemove /stand when we are done with it.
2005-02-07 njlRemove handling _PSS notifies from acpi_cpu and let...
2005-02-07 iedowseAdd a mechanism for associating a mutex with a callout...
2005-02-07 ticsoEnable interrupt routing as first choice on alpha.
2005-02-06 phkAllocate more space for softc. Amazing my machine...
2005-02-06 rwatsonRemove a comment from the raw IPv6 output function...
2005-02-06 njlNote changes to throttling sysctls and new power_profil...
2005-02-06 njlNote the cpufreq import and acpi throttling changes.
2005-02-06 impMove the $NetBSD$ tag to the top of the file, per stand...
2005-02-06 njlHook acpi_throttle(4) up to the build. It's currently...
2005-02-06 njlAdd support for cpufreq to power_profile(8). Values...
2005-02-06 impccs is a size_t. RAY_CCS_INDEX takes ccs and does...
2005-02-06 njlRemove acpi throttling support from the acpi_cpu(4...
2005-02-06 njlBreak out acpi throttling support into a new relative...
2005-02-06 njlAdd support for relative cpufreq drivers. Such drivers...
2005-02-06 impMove resource allocation routines from cardbus_cis...
2005-02-06 njlNotify the OS that we're taking over Px states in acpi_...
2005-02-06 glebiusWhitespace.
2005-02-06 glebiusRemove comment which left after removal of ng_rcvdataq_t.
2005-02-06 dasWhen running Linux binaries, set up the initial FPU...
2005-02-06 iedowseCheck that we have at least a 586-class CPU before...
2005-02-06 phkDocument NO_GPIB
2005-02-06 phkTie libgpib into the build (unless NO_GPIB)
2005-02-06 phkAdd libgpib containing the glue to get ibfoo() calls...
2005-02-06 csjpSince it is not un-common for a process's resident...
2005-02-06 delphijAdd instructions about upgrading netcat(1).
next