]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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).
2005-02-06 phkFurther elaborate the GPIB driver. We now support...
2005-02-06 phkInstall GPIB related includefiles (unless NO_GPIB)
2005-02-06 phkAdd directories for GPIB support
2005-02-06 delphijDocument NO_NETCAT.
2005-02-06 delphijFinish the import of nc(1) from OpenBSD. This includes:
2005-02-06 glebiusRemove code, inherited from ipacctctl, which sets socke...
2005-02-06 desReplace RELENG_4_9 (no longer supported) with RELENG_4_11.
2005-02-06 phkSince we are quite unlikely to ever face another platfo...
2005-02-06 nyanSort includes and remove duplicate include.
2005-02-06 nyanMFi386: revision 1.606.
2005-02-06 obrienRemove the useless "version" number output.
2005-02-06 obrienFix problem with some logitec usb wireless mice.
2005-02-06 glebiusJump to common action checks after doing specific once...
2005-02-06 rushaniList the LSI 320-2E PCI-Express controller as supported.
2005-02-06 maximo Implement net.inet.tcp.drop sysctl and userland part...
2005-02-06 njlStaticize the legacy cpu devclasses and revert the...
2005-02-06 dasUpdate my email address.
2005-02-06 njlFinish the job of sorting all includes and fix the...
2005-02-05 glebiusNotice that NG_VERSION has been increased.
2005-02-05 glebiusIncrease size of arglen to uint32_t, since uint16_t...
2005-02-05 njlMake cpu_est_clockrate() more accurate by disabling...
2005-02-05 njlConvert to the new GAS APIs to allow for detach in...
2005-02-05 njlConvert to the new GAS API so that we can free register...
next