Merge from vendor branch BINUTILS:
[dragonfly.git] / sys /
2004-01-07 Matthew DillonAdd necessary critical sections to microtime() and...
2004-01-07 Matthew DillonFix a bug introduced in the last commit. When calculat...
2004-01-07 Joerg SonnenbergerMove the FreeBSD 2.2 and 3.x PCI compatibility code...
2004-01-07 Matthew Dillonnote last commit based on evidence supplied by: Paul...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-07 Matthew DillonCompensate for the frequency error that occurs at highe...
2004-01-07 Matthew Dillon*** empty log message ***
2004-01-07 Matthew Dillonbktr depends on bktr_mem. Add a KMODDEPS line.
2004-01-06 Jeroen Ruigrok/asmodaiAdd PCI identifier to match against a Dell OEM version...
2004-01-06 Jeroen Ruigrok/asmodaiAdd support for SoundBlaster Audigy and Audigy 2.
2004-01-06 Matthew Dillonif_xname support Part 2b/2: Convert remaining netif...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2004-01-06 Matthew DillonMaintain the fnmatch() API from FreeBSD-5 using an...
2004-01-06 Matthew DillonImport the libkern/fnmatch code from FreeBSD-5.
2004-01-05 Matthew DillonWhen you attempt to kldload snd_sb16 and then unload...
2004-01-05 David Rhodus* Merge in changes from FreeBSD with some modification
2004-01-05 David Rhodus* Add in some basic parameter values that we will use for
2004-01-05 Jeroen Ruigrok/asmodaiReplace the boring beastie with a dragonfly.
2004-01-05 Jeroen Ruigrok/asmodaiAdd entry for the EHCI controller, pretty common these...
2004-01-04 Matthew DillonRemove proc related extern's from sys/proc.h that are...
2004-01-01 David Rhodus* Welcome the DragonFly project into to new year by...
2004-01-01 Matthew DillonFix a bug: remove an extra crit_enter() in the default...
2004-01-01 Matthew DillonRearrange an INVARIANTS overflow test so it works with...
2004-01-01 Matthew DillonGet EHCI to compile. This will make USB2.0 work when...
2003-12-30 Matthew DillonBump the network interface cloning API to what is in...
2003-12-30 Matthew DillonCleanup a DIAGNOSTIC test so LINT compiles.
2003-12-30 Matthew DillonAdd idle entry halt vs spin statistics counters machdep...
2003-12-30 Matthew DillonThese files have been moved to bus/usb.
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-29 Matthew DillonAdd support for cam_calc_geometry(), from FreeBSD-5.
2003-12-29 Matthew DillonAdd missing prototypes in last commit, other minor...
2003-12-29 Matthew DillonGet rid of individual /* $xxx$ */ comments entirely...
2003-12-29 Matthew Dillonminor syntax cleanup
2003-12-29 Matthew DillonPrimarily add a missing lwkt_reltoken() in ntfs_ntput...
2003-12-29 David Rhodus* Merge From FreeBSD
2003-12-29 David Rhodus* Add ending comment to line as to avoid warning messages.
2003-12-29 Matthew DillonFix the peripheral list scan code, which was broken...
2003-12-29 Matthew DillonSynchronize the USB, CAM, and TASKQUEUE subsystems...
2003-12-29 Matthew DillonFreeBSD-5.x removed the 'read interrupt arrived early...
2003-12-28 Matthew DillonTry to catch mbuf cluster mclfree list corruption a...
2003-12-28 David Rhodus* Change __guard back into a multi-character int
2003-12-27 Matthew DillonThe attribution for the last commit was incorrect,...
2003-12-27 David Rhodus* Merge From FreeBSD
2003-12-27 Matthew DillonAdd a p_sched field to accomodate Adam K Kirchhoff...
2003-12-27 Jeffrey HsuMerge from FreeBSD:
2003-12-27 David Rhodus* Add the pst(4) driver to the GENERIC kernel build.
2003-12-27 David Rhodus* Cleanup compiler warnings and other style cleaning...
2003-12-25 Matthew DillonPatch to make the P4S8X run in ATA100 mode. This is...
2003-12-22 Jeffrey HsuMerge from FreeBSD rev 1.43 (original commit made by...
2003-12-21 Eirik Nygaard * Fix typo: becuase -> because
2003-12-21 Jeffrey HsuMerge from FreeBSD:
2003-12-20 Matthew DillonMinor syntax cleanup.
2003-12-20 Matthew DillonFix a syscall separation bug in recvfrom() which someti...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-12-20 Matthew DillonFix a memory leak that occurs when an attempt is made...
2003-12-17 Matthew DillonSupport multicast on the Marvell Yukon Chipset. The...
2003-12-16 Hiten PandyaImprove device identification strings.
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-12-10 Matthew DillonAdd -fstack-protector support for the kernel.
2003-12-10 Jeffrey HsuThis patch improves the performance of sendfile(2)...
2003-12-10 Matthew DillonAdd strlcpy and strlcat to libkern
2003-12-09 David Rhodus* Add a part of the AGP update that was missed.
2003-12-09 Matthew DillonThis patch adds a bunch of stuff from FreeBSD5. It...
2003-12-07 Matthew DillonPCI compat cleanup, part 1. This brings in the LNC...
2003-12-07 Matthew DillonConvert alpm to use the devmethod code.
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
2003-12-07 Matthew DillonAdjust a comment.
2003-12-07 Matthew DillonModify the upcall code to access the critical count...
2003-12-04 Matthew DillonAugment the upcall system calls to support a priority...
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-12-04 Matthew DillonAs part of the libcaps threading work a number of routi...
2003-12-02 Jeroen Ruigrok/asmodaiComment PFIL_HOOKS since it should not be needed in...
2003-12-02 Jeroen Ruigrok/asmodaiAdd the packet filtering files.
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-12-01 Matthew DillonAdd a missing PRELE() when the mfs_mount kernel process...
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-30 David Rhodus* s/FreeBSD/DragonFly at the boot2 prompt.
2003-11-29 David Rhodus* Prevent leakage of wired pages by setting start_entry
2003-11-29 David Rhodus* Add quirk for LEXAR 256MB JUMPDRIVE
2003-11-27 Matthew DillonFix a DOS in rfork(). Disallow kernel-only flags.
2003-11-27 Matthew DillonCleanup POSIX real-time so the kernel compiles without...
2003-11-26 Jeroen Ruigrok/asmodaiAdd support for the ICH 4 mobile chipset.
2003-11-24 Matthew Dillon#include cleanups for lwkt_msgport.c and lwkt_thread...
2003-11-24 Matthew DillonAdd a new library, libcaps, which is intended to encomp...
2003-11-24 Matthew DillonMore LWKT messaging cleanups. Isolate the default...
2003-11-23 Matthew DillonFix the OID_AUTO collision with static sysctl numbers...
2003-11-23 Matthew DillonNETISR_POLL cannot use isr 0. Use isr 1.
2003-11-23 Matthew DillonMake the 'bad isr' panics a little more verbose.
2003-11-22 Jeroen Ruigrok/asmodaiChange $FreeBSD$ to $DragonFly$ on the output files.
2003-11-22 Jeroen Ruigrok/asmodaiAlso revert the VI_UNLOCKED damage.
2003-11-22 Jeroen Ruigrok/asmodaiRemove KTR damage.
2003-11-22 Jeroen Ruigrok/asmodaiAdd two more awk kernel build scripts from FreeBSD.
2003-11-22 Jeroen Ruigrok/asmodaiAdd proper $FreeBSD$ identifier.
2003-11-22 Jeroen Ruigrok/asmodaiRemove haveseen_iobase(), it is not in use in the kernel.
2003-11-22 Jeroen Ruigrok/asmodaiUse malloc() + M_ZERO instead of malloc() + bzero().
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-22 Jeroen Ruigrok/asmodaiUse unsigned integers for the counters, since they...
next