]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).
[FreeBSD/FreeBSD.git] / sys /
2007-06-17 ariffFlush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).
2007-06-17 scottlPrepare for future integration between CAM and newbus...
2007-06-17 mjacobInitialize key to zero.
2007-06-17 mjacobTry a cheap way to get around gcc4.2 believing that...
2007-06-17 kmacy- switch adapter and port lock over to using sx so...
2007-06-17 mjacobInitialize mouse resolution to zero if converting from
2007-06-17 mjacobCheck for pte being NULL in return from pmap_pte_pde...
2007-06-17 mjacobInitialize lastaddr to zero to make gcc4.2 happy.
2007-06-17 mjacobDon't declare inline a function which isn't.
2007-06-17 mjacobMake sure object is NULL- there is a possible case...
2007-06-17 mjacobInitialize reqpage to zero.
2007-06-17 mjacobgcc4.2 somehow doesn't believe that finaldst can stay...
2007-06-17 mjacobMake gcc4.2 happy and zero save_ip for the unlikely...
2007-06-17 rrs - For sctp_input/sctp6_input add announcment when...
2007-06-17 mjacobReplace incorrect local OFFSET_OF macro with the correc...
2007-06-17 mjacobSimplification to quiet a gcc4.2 warning. Just by setti...
2007-06-17 marius- Make better use of the global chosen, memory and...
2007-06-17 gallatinAlso mark writecombine as enabled when PAT is used...
2007-06-16 marius- Don't register the over-temperature and power-fail...
2007-06-16 marius- Use the newly introduced pcib_mtx spin lock to lock...
2007-06-16 rwatsonRather than passing SUSER_RUID into priv_check_cred...
2007-06-16 imponly register a ithread handler if the card requests...
2007-06-16 marius- Remove zstty spin lock for no longer existing zs(4).
2007-06-16 marius- In gem_bitwait() check that the bit clears/was set...
2007-06-16 marius- Add support for sending IPIs with USIII and greater...
2007-06-16 marius- Flesh out the support for the EBus variant which...
2007-06-16 mariusExport mc146818_def_{read,write}() so the front-end...
2007-06-16 mariusRemove the code for displaying the OFW hostid during...
2007-06-16 mariusIn OF_init() check the return value of OF_getprop().
2007-06-16 marius- Restore the machine independency of sys/dev/ofw/openf...
2007-06-16 mariusMove the gallant 12 x 22 font data from a .h to a ...
2007-06-16 marius- Remove dupe and unused declarations and prototypes.
2007-06-16 mariusSync the styles of sys/boot/ofw/libofw/openfirm.c and
2007-06-16 marius- Define data of struct gfb_font a const as it's only...
2007-06-16 alcIf attempting to cache a "busy", panic instead of print...
2007-06-16 ariffUse signed int, since all the samples are in that form.
2007-06-16 wilkoPer request (to core) by the person refered to in the...
2007-06-16 scottlRevert an accidental change from the previous rev.
2007-06-16 scottlWork around the other uses of M_WAITOK.
2007-06-16 scottlWork around a malloc locking problem.
2007-06-16 cognetThe iop34x has 128 interrupts.
2007-06-16 rrs- Better handle sending large pkt-drops. We were not...
2007-06-16 bz'spi' and the return value of ntohl are unsigned. Remov...
2007-06-16 mjacobCheck for a NULL return from rpcclnt_buildheader- it...
2007-06-16 alcUpdate a comment.
2007-06-16 samCorrect state machine handling of AUTH -> AUTH transiti...
2007-06-16 alcEnable the new physical memory allocator.
2007-06-16 ariffLast (again ?!?) major commit for RELENG_7, featuring...
2007-06-16 rrs- Raise max range of sctp_logging sysctl so panda does...
2007-06-16 yongariDisable TSO support.
2007-06-16 davidch- Migrated IPMI fix from RELENG_6.
2007-06-16 delphijMFp4: Add tmpfs, an efficient memory file system.
2007-06-16 simokawa- Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.
2007-06-16 rrs- Matthew's changes to get inlines out, plus a few...
2007-06-16 bzIn case of failure we can directly return ENOBUFS because
2007-06-15 mjacobInitialize some variables that GCC4.2 thinks might...
2007-06-15 bzAdd a missing return so that we drop out in case of...
2007-06-15 peterPrototype (but functional) Linux-ish /dev/nvram interfa...
2007-06-15 mjacobGarbage collect unused variables.
2007-06-15 mjacobGarbage collect some debug code that not only no longer...
2007-06-15 bzWith the current code 'src' is never NULL. Nevertheless...
2007-06-15 bzLooking at {ah,esp}_input_cb it seems we might be able...
2007-06-15 emasteRemove stale 'XXX implement' comments for syscalls...
2007-06-15 thompsaThe mac address must be written a word length at a...
2007-06-15 bzs,#,*, in a multi-line comment. This is C.
2007-06-15 bzThough we are only called for the three security protoc...
2007-06-15 rrsName change SCTP_KTR_SUBSYS -> KTR_SCTP
2007-06-15 rrsRemove extraneous extern (its gotten from sctp_sysctl.h)
2007-06-15 kmacyFix build warnings
2007-06-15 rrsWhen removing a stream from the output-stream-wheel...
2007-06-15 jeff - Fix an off by one error in sched_pri_range.
2007-06-15 rrs- Update the comment lines in sctp_input.c
2007-06-15 bmsStub out imported IGMPv3 definitions which clash with...
2007-06-15 njlConvert magic to a uintptr_t. This should get rid...
2007-06-15 rrs- Issue one, new stack reduction left packet_drop handl...
2007-06-15 jasoneSimplify/optimize RB_NFIND().
2007-06-15 rwatsonIn setaudit_addr(), drop the process lock in error...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 rrs- Add VRF id to sctp_ifa structure, needed mainly in...
2007-06-15 csjp- Conditionally pickup Giant around the network interface
2007-06-15 rrsKTR_GEN -> KTR_SUBSYS (for Kris).
2007-06-15 rrs- Oppps, forgot to update out the notes file for LINT...
2007-06-14 rwatsonRemove the restriction that rtprio(2) cannot be used...
2007-06-14 rrs- Fix so ifn's are properly deleted when the ref count...
2007-06-14 gallatincorrect some limits on interrupt proccessing so that
2007-06-14 rwatsonOnly require privilege to set the current time adjustme...
2007-06-14 delphijEnable SCTP by default for GENERIC kernels in order...
2007-06-14 impExpand callout compatibility macros in the main usb...
2007-06-14 impMove PWR_* from usb_port.h to usb.h
2007-06-14 impMove malloc definitions to usb.h.
2007-06-14 simokawa- Suppress compiler optimization so that orb[1] must...
2007-06-14 ariffBuffer optimization and locking cleanup. Don't resize...
2007-06-14 ariffDrain all callout handlers during driver detach appropr...
2007-06-14 ariffDon't push too hard waiting/looping for codec detection...
2007-06-14 ariff- Add option to allow sleeping malloc(9).
2007-06-14 rwatsonSpell statistics more correctly in comments.
2007-06-13 rwatsonInclude priv.h to pick up suser(9) definitions, missed...
2007-06-13 jhbDon't clobber tf_err with the eva from a page fault...
2007-06-13 rwatsonClose a very narrow race that might cause a trigger...
next