]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r131554,
[FreeBSD/FreeBSD.git] / sys /
2004-07-04 tjrThis commit was generated by cvs2svn to compensate...
2004-07-04 sanpeiAdd device ID for atuwi USB wlan driver, Linksys WUSB11...
2004-07-04 phkWhen we traverse the vnodes on a mountpoint we need...
2004-07-04 tjrThis commit was generated by cvs2svn to compensate...
2004-07-03 impThese don't need RMAN_RESOURCE_VISIBLE now that rman...
2004-07-03 impReally remove __RMAN_RESORUCE_VISIBLE
2004-07-03 impUse the rman_* functions in preference to reaching...
2004-07-03 impDon't define __RMAN_RESOURCE_VISISBLE. They aren't...
2004-07-03 phkRemove stale comment
2004-07-03 rwatsonChange M_WAITOK argument to sodupsockaddr() to M_NOWAIT...
2004-07-03 scottlCommit the first of half of changes that allow busdma...
2004-07-03 greenLimit mbuma damage. Suddenly ALL allocations with...
2004-07-03 phkAdd NULL arg to mi_switch() call to stop kernel compile...
2004-07-03 phkRemove "register" keyword and trailing white space.
2004-07-03 tjrBy popular request, add a workaround that allows large...
2004-07-03 bmsSMPng locking cleanup for vr(4).
2004-07-03 bms - Another whitespace pass; make locking calls more...
2004-07-03 jhbAdd a NULL param to an mi_switch() that I missed.
2004-07-03 marcelUnbreak -O2 build: initialize nstatus to avoid uninitia...
2004-07-03 bmilekicFix SCHED_ULE build on SMP. The previous revision...
2004-07-03 marcelUnbreak build for the the !PREEMPTION case: don't defin...
2004-07-02 ruMechanically kill hard sentence breaks.
2004-07-02 bmsstyle(9) compliance.
2004-07-02 cognetithread_schedule() now only takes one argument.
2004-07-02 cognetDefine __RMAN_RESOURCE_VISIBLE where appropriate.
2004-07-02 ruFixed what appeared to be a hard sentence break.
2004-07-02 jhbImplement preemption of kernel threads natively in...
2004-07-02 njlRemove duplicate FreeBSD id.
2004-07-02 brooksDon't announce the ethernet address when it's 00:00...
2004-07-02 pjdIntroduce GEOM_LABEL class.
2004-07-02 njlGet rid of the strict aliasing error by retrieving...
2004-07-02 jhb- Change mi_switch() and sched_switch() to accept an...
2004-07-02 netchildImplement SNDCTL_DSP_SETDUPLEX. This may fix sound...
2004-07-02 impDisable native ata support for now, too much breaks
2004-07-02 mlaierBring in the first chunk of altq driver modifications...
2004-07-02 davidxuAllow ptrace to deal with lwpid.
2004-07-02 tjrThis commit was generated by cvs2svn to compensate...
2004-07-02 marksLocal change: Allow access to the field if it is withi...
2004-07-02 marksLocal diff: allow use of the disassembler.
2004-07-02 marksUnchanged files that are off the vendor branch.
2004-07-02 marksThis commit was generated by cvs2svn to compensate...
2004-07-02 marksVendor import of Intel ACPI-CA 20040527
2004-07-02 alfredWe allocate an array of pointers to the global file...
2004-07-02 jhbTidy up uprof locking. Mostly the fields are protected...
2004-07-02 jhb- Assert that any process that has statclock called...
2004-07-02 scottlAllocate s/g segments in the tag rather than on the...
2004-07-02 jhb- Don't use a variable to point to the user area that...
2004-07-02 jhbAdd support for the VIA Apollo KT400/400A/600 AGP host...
2004-07-02 marcelChange the thread ID (thr_id_t) used for 1:1 threading...
2004-07-02 marcelRegen.
2004-07-02 eikBump __FreeBSD_version for package tools revision 20040629
2004-07-01 truckmanWhen shutting down the syncer kernel thread, first...
2004-07-01 jayanthOn receiving 3 duplicate acknowledgements, SACK recover...
2004-07-01 tackermanPR kern/68474:
2004-07-01 scottlRemove stray i386 math emulator references.
2004-07-01 leMFNetBSD.
2004-07-01 leMFNetBSD.
2004-07-01 ruBumped document date.
2004-07-01 impRemove duplicate FreeBSD id
2004-07-01 impWhile this file still needs __RMAN_RESOURCE_VISIBLE...
2004-07-01 impAfter re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE...
2004-07-01 brooksAdd support to the uftdi driver for Intrepid Control...
2004-07-01 impAdd ability to set start/end for rman
2004-07-01 impSoften __RMAN_RESOURCE_VISIBLE a little: expose rman...
2004-07-01 pjdRemove unused argument for good.
2004-07-01 mpFix build: the return type for t_break changed from...
2004-07-01 gallatinCatch up with __RMAN_RESOURCE_VISIBLE enough to get...
2004-07-01 pjdFree only if pointer isn't NULL.
2004-07-01 nyanThis needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.
2004-07-01 nyanMFi386: revision 1.1163
2004-07-01 nyanMerged from sys/dev/sio/sio.c revision 1.446.
2004-07-01 grehanModify loop test when cycling through phys_avail array...
2004-07-01 grehanCatch up with __RMAN_RESOURCE_VISIBLE change
2004-07-01 grehanMove soft structs back to C files to avoid exposing...
2004-07-01 jhbTrim a few things from the dmesg output and stick them...
2004-07-01 psUse a separate flag when doing a kernel coredump when...
2004-07-01 psWhen building a kernel or the loader, let the hostname...
2004-07-01 jhbAs per discussion at today's developer summit, add...
2004-07-01 brooksProduct and vendor ids for SIIG US2308 USB to Serial...
2004-07-01 marksSet WARNS=2 for the module build of ACPI.
2004-07-01 marcelFix build: forward declare struct tty before defining...
2004-07-01 greenIt's not very useful to set a softc refcount around...
2004-07-01 njlRework the code that waits for a response from the...
2004-06-30 marcelUnbreak build: define __RMAN_RESOURCE_VISIBLE
2004-06-30 tjrThis commit was generated by cvs2svn to compensate...
2004-06-30 mariusThese need __RMAN_RESOURCE_VISIBLE, too.
2004-06-30 julianRemove the home-grown metadata facility in favour of...
2004-06-30 phkDefine the tty methods as typedefs.
2004-06-30 impRemove extra RMAN_RESOURCE_VISISBLE
2004-06-30 imppuc needs to peek into struct resource too.
2004-06-30 phkThis needs __RMAN_RESOURCE_VISIBLE
2004-06-30 njlAdd missing function debug trace macros to the new...
2004-06-30 impWe need to make resources visible here as well.
2004-06-30 impHide struct resource and struct rman. You must define
2004-06-30 njlMove flags into a private ivar so it can't collide...
2004-06-30 njlAdd a method for referencing/switching power resources...
2004-06-30 njlDisable the EC GPE in the shutdown path. This is corre...
2004-06-30 njlDiff reduction for style.
2004-06-30 impMy last commit broke oldcard. Rather than duplicate...
2004-06-30 njlMove acpi_if.m to files.{amd64,i386,ia64}. This should...
next