]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Expand X_AS_PKG so that we don't declare distribution bitmasks or menus
[FreeBSD/FreeBSD.git] / sys /
2002-11-27 Mitsuru IWASAKIResolve conflicts arising from the ACPI CA 20021118...
2002-11-27 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-11-27 Mitsuru IWASAKIVendor import of the Intel ACPI CA 20021118 drop.
2002-11-27 Warner LoshNeed more parens here.
2002-11-27 Robert DrehmelDo not set a variable (vp->p_pollinfo) to NULL if we...
2002-11-27 David E. O'BrienFix for non-GCC compilers.
2002-11-27 Maxim KonovalovSmall SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly...
2002-11-27 Mitsuru IWASAKIDisable debug output from acpi_pci_link.
2002-11-27 Alan CoxHold the page queues lock while performing pmap_page_pr...
2002-11-27 Scott LongMinor updates to the aicasm:
2002-11-27 Warner LoshXircom cards store the MAC address in the CIS, so get...
2002-11-27 Warner LoshImplement PCI_IVAR_ETHADDR. Cardbus has the MAC addr...
2002-11-27 Warner LoshAdd a new cardbus specific ivar: PCI_IVAR_ETHADDR....
2002-11-27 Warner LoshMFp4:
2002-11-27 Tim J. Robbinso Initialise each mbuf's m_len to 0 in m_getm(); mb_put...
2002-11-27 Warner LoshMake the rman_{get,set}_* macros into real functions...
2002-11-27 Kirk McKusickCreate a new 32-bit fs_flags word in the superblock...
2002-11-26 Tim J. RobbinsFix a fatal typo introduced in revision 1.13 that cause...
2002-11-26 Julian Elischerfixes for this driver:
2002-11-26 Cameron Grant(hopefully) fix build breakage some people are seeing
2002-11-26 Bill FennerDon't hold acct_mtx over limcopy(), since it's unnecess...
2002-11-26 Sam Lefflercorrect function names in KASSERT's for 2 m_tag routines
2002-11-26 Robert WatsonUnhook LOMAC kernel module since the functionality...
2002-11-26 Robert WatsonCorrect two warnings by staticizing a function and...
2002-11-26 Robert WatsonHook up the mac_lomac module build.
2002-11-26 Robert WatsonHook up kernel options and build information for mac_lomac.
2002-11-26 Robert DrehmelTo avoid sleeping with all sorts of resources acquired...
2002-11-26 Robert WatsonImport an implementation of LOMAC (Low-Watermark Mandat...
2002-11-26 John BaldwinIf the file descriptors passed into do_dup() are negati...
2002-11-26 Robert WatsonUn-staticize mac_cred_mmapped_drop_perms() so that...
2002-11-26 Yaroslav TykhiyEliminate references to defunct kernel tunables.
2002-11-25 Alan CoxAcquire and release the page queues lock around calls...
2002-11-25 John Baldwin- Assume a bus number of zero if evaluating _BBN fails...
2002-11-25 John BaldwinFix a couple of bugs in host_pcib_get_busno():
2002-11-25 Luigi RizzoFix IFF_ALLMULTI handling.
2002-11-25 Luigi RizzoAdd polling support to the "em" driver.
2002-11-25 Nate LawsonRemove unnecessary includes and add sys/{lock,mutex}.h
2002-11-25 Luigi RizzoFix handling of IFF_ALLMULTI. The same bug in various...
2002-11-25 Cameron Grantvarious fixes to eliminate locking warnings
2002-11-25 Cameron Grantvarious fixes to eliminate locking warnings
2002-11-25 Cameron Grantif the list of supported formats is empty, fail the...
2002-11-25 Mike SilbersackImport some relevant changes from Via's if_fet driver:
2002-11-25 Scott LongFix make_dev() to use 0644 instead of 0x644 for default...
2002-11-25 Scott LongFix printf format problems that were stopping LINT...
2002-11-25 Alan CoxAssert that the page queues lock is held in pmap_remove...
2002-11-25 Alan CoxAcquire and release the page queues lock around pmap_re...
2002-11-24 Alan CoxAdd page queues locking to vunmapbuf(); reduce differen...
2002-11-24 Alan CoxAdd page queues locking to vunmapbuf().
2002-11-24 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-11-24 Marcel MoolenaarMFp4:
2002-11-24 Marcel MoolenaarFix comparison that caused a 1-off bug. This appeared...
2002-11-24 Marcel MoolenaarAdd ITANIUM2 as a global option.
2002-11-24 Marcel MoolenaarMFp4:
2002-11-24 Alan CoxExtend the scope of the page queues/fields locking...
2002-11-24 Mitsuru IWASAKIAdd `if (!cold)' checkings for functions which is calle...
2002-11-23 Nate LawsonWhitespace cleanup that was missed by quirks commit...
2002-11-23 Warner LoshRemove a comple of bogus debug printfs that snuck in...
2002-11-23 Nate LawsonAllow acd(4) and cd(4) to support old behavior for...
2002-11-23 Nate LawsonUpdate quirks, adding PR references and fixing a capita...
2002-11-23 Alan CoxHold the page queues/flags lock when calling vm_page_se...
2002-11-23 Alan CoxAssert that the page queues lock rather than Giant...
2002-11-23 Alan Cox - Assert that the page queues lock is held in pmap_rem...
2002-11-23 Alan CoxAdd page queue and flag locking in vnode_pager_setsize().
2002-11-22 Maxime HenrionUnder certain circumstances, we were calling kmem_free...
2002-11-22 Nate LawsonNew SCSI target emulator code
2002-11-22 Daniel C. SobralThe new "all sound drivers" driver name is snd_driver...
2002-11-22 John BaldwinAccording to the ACPI spec, the bus number of the child...
2002-11-22 John BaldwinAdd a function host_pcib_get_bnsno() that attempts...
2002-11-21 John Baldwin*sigh*. It seems that in the ACPICA code, Intel define...
2002-11-21 Eric MooreAdded support for DELL Perc4/DI.
2002-11-21 Scott LongHook the RAIDFrame module up to the build
2002-11-21 Jeff Roberson - Add the new sched_pctcpu() function to the sched_...
2002-11-21 Jeff Roberson - Add an event that is triggered when the system is...
2002-11-21 Jeff Roberson - Move scheduler specific macros and defines out of...
2002-11-21 Jeff Roberson - Move FSCALE back to kern_sync. This is not schedule...
2002-11-21 Warner LoshFix make buildkernel.
2002-11-21 Jeff Roberson - Implement a mechanism for allowing schedulers to...
2002-11-21 Julian ElischerMake the bluetooth modules
2002-11-20 Julian ElischerThe second try a committing the bluetooth code
2002-11-20 Poul-Henning KampRemember to update the providers idea of its size when...
2002-11-20 Luigi RizzoMove fw_one_pass from ip_fw2.c to ip_input.c so that...
2002-11-20 Luigi RizzoBack out some style changes. They are not urgent,
2002-11-20 Luigi RizzoBack out the ip_fragment() code -- it is not urgent...
2002-11-20 Poul-Henning KampDo not call the dumpconf method unless there is one.
2002-11-20 Robert WatsonIntroduce p_label, extensible security label storage...
2002-11-20 Alfred Perlsteinreapply 1.26 through 1.28.
2002-11-20 John BaldwinFix compile in the case of SMP defined but DDB not...
2002-11-20 Alfred Perlsteinforgot about 5.x freeze, backout 1.26 through 1.28...
2002-11-20 Alfred Perlsteinremove useless casts, unused macros and cleanup a line...
2002-11-20 Alfred Perlsteincomment and untwist error return logic
2002-11-20 Alfred PerlsteinRemove an outdated comment complaining about exporting...
2002-11-20 Kirk McKusickThe target for the maximum number of dependencies has...
2002-11-20 Kirk McKusickIf an error occurs while writing a buffer, then the...
2002-11-19 Robert WatsonMerge kld access control checks from the MAC tree:...
2002-11-19 Mike SilbersackAdd a sysctl to control the generation of source quench...
2002-11-19 Sam Lefflercorrect function declarations of stubs used for buildin...
2002-11-18 Robert WatsonWe leaked a process lock reference in the event an...
2002-11-18 David XuMake sure only update wall clock at upcall time, slight...
2002-11-18 Jeff Roberson - Wakeup the correct address when a zone is no longer...
2002-11-18 Jake BurkholderCreate the ofwcons device at SI_SUB_CONFIGURE instead...
next