]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
First shot at documenting DemiSable, Sable, Lynx & Rawhide. Owners/users
[FreeBSD/FreeBSD.git] / sys /
2000-06-04 Duncan BarclayMain changes are resurection of mutlicast code (jgibbs...
2000-06-04 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-04 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-04 Robert Watsono If FFS_EXTATTR is defined, don't print out an error...
2000-06-04 Robert Watsono Modify jail to limit creation of sockets to UNIX...
2000-06-04 Kenneth D. MerryDisable multi-lun probing on Hitachi DK31* drives.
2000-06-03 Andrey A. ChernovVersion bump to indicate libxpg4 merging to libc
2000-06-03 Bruce EvansFixed some style bugs in the signal handling funcations...
2000-06-03 Bruce EvansFixed style bugs that I unfortunately noticed because...
2000-06-03 Bruce EvansThe change to do a longword compare in the previous...
2000-06-03 Bruce EvansFixed regression of the type of the `header' member...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Doug RabsonRecord the new PALcode revision in the pcs structure...
2000-06-03 Bruce EvansUse the genassym script here too. The linux and svr4...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-02 Archie CobbsDon't try to apply ipfw filtering to non-IP packets.
2000-06-02 Jonathan LemonAdd boundary checks against IP options.
2000-06-02 Daniel C. SobralApply a number of fixes for the Alpha platform.
2000-06-02 Matt Jacobfix KASSERT usage
2000-06-02 Jonathan LemonWhen attempting to transmit a packet, if the system...
2000-06-02 Daniel C. SobralAdd something that was missing from the original 2...
2000-06-02 Bruce EvansUse "nm | awk ..." instead of genassym(1) to generate...
2000-06-02 Chris CostelloUpdate the comment for fdesc_setattr to reflect that...
2000-06-02 Chris Costello- Do not allow VOP_SETATTR to modify underlying vnodes...
2000-06-02 Greg Leheyparityrebuild: write the parity block back to the corre...
2000-06-02 Greg LeheyRemove an incorrect comment, adjust white space.
2000-06-02 Greg LeheyAdd 'dumpconfig' keyword.
2000-06-02 Greg LeheyRemove a redundant statement.
2000-06-02 Greg Leheyopen_drive: Recognize "wd" device type. This is going...
2000-06-02 Greg Leheygive_sd_to_plex: Initialize sd->plexno correctly. ...
2000-06-01 Bill PaulDarn it... left if_aue.c out of the last commit. (Fix...
2000-06-01 Bill PaulHandle watchdog timeouts better. We can't really call...
2000-06-01 Poul-Henning KampDon't panic if ifpromisc() returnes ENXIO, it's probabl...
2000-06-01 Poul-Henning Kamped_ioctl() can be called from ifpromisc() after the...
2000-06-01 Daniel C. SobralAdd "int" sized manipulation words.
2000-06-01 Peter WemmWith this evil hack the DS1 driver works on our Intel...
2000-06-01 Cameron Grantif a device has no play or no record channels, set...
2000-06-01 Archie CobbsFix bug where receive statistics for the bundle were...
2000-06-01 Cameron Grantif we get bad values for playctrlsize, the firmware...
2000-05-31 Mike SmithFurther fixes for multiple-IO-APIC systems from Tor...
2000-05-31 Cameron Grantadd a bit more diagnostic info for the bus_dmamap_load...
2000-05-31 Mike SmithBump the default NBUS value to 8.
2000-05-31 Mike SmithBump the default NBUS value to 8, in lieu of actually...
2000-05-31 Bruce EvansPack the SWI bits to save some time and space.
2000-05-31 Bruce EvansAdd SWI_TQ_MASK to all interrupt masks except SWI_CLOCK...
2000-05-31 Yoshihiro TakahashiUpdate of isa drivers using compatability shims to...
2000-05-31 Yoshihiro TakahashiSync with sys/isa/ppc.c revision 1.27.
2000-05-31 Yoshihiro TakahashiRemoved ICMP_BANDLIM option. It no longer exists.
2000-05-31 Yoshihiro TakahashiFixed most disordering.
2000-05-31 Yoshihiro TakahashiSync with sys/i386/include/bus_at386.h revision 1.9.
2000-05-31 Bill PaulRework the support for the internal autonegotiation...
2000-05-31 Cameron Grantyamaha ds1/ds1e pci sound driver - work in progress...
2000-05-30 Brian FeldmanChange sl(4) configuration lines to reflect its new...
2000-05-30 Brian FeldmanMake sl(4) SLIP devices dynamically expansible. Yay! =)
2000-05-30 Doug RabsonStyle fixes.
2000-05-30 Warner LoshAdd support for the modem side of the 56k combo card.
2000-05-29 Matthew Dillon This is a cleanup patch to Peter's new OBJT_PHYS...
2000-05-29 Guido van RooijFix a panic resulting from an obvious null pointer...
2000-05-29 Doug RabsonDeclare splsoftqtassert().
2000-05-29 Doug RabsonAdd SWI_TQ_MASK to imask definition.
2000-05-29 Doug RabsonBrucify the pmap_enter_temporary() changes.
2000-05-29 Andrey A. ChernovFix the TAB not cause scrolling when entered at the...
2000-05-29 Yoshihiro TakahashiSync with the following changes.
2000-05-29 Jun KuriyamaAdd more ESS1869 PnP Sound Card PnPid.
2000-05-29 Warner LoshICMP_RATELIM is no longer an option.
2000-05-29 Warner LoshAdd ACTIONTECH #define for plug and play. Also add...
2000-05-29 Matthew Dillon Fix bug in vm_pageout_page_stats() that always...
2000-05-28 Duncan BarclayRemove unused ioctl locking
2000-05-28 Duncan BarclayMade RAY_COM_DUMP a real debug called RAY_DCOM
2000-05-28 Duncan BarclayA bit of a messy monster.
2000-05-28 Andrew GallatinPart of AS2100 support that I neglected to commit last...
2000-05-28 Gerard Roudier- Make the NVRAM debug code compile and work.
2000-05-28 Peter WemmOops, nearly forgot to commit this one. Use correct...
2000-05-28 Peter WemmEncapsulate the old PCI compatability support and APIs...
2000-05-28 Peter WemmMake this compile without depending on the FreeBSD...
2000-05-28 Peter WemmMake this compile without the old 2.2 compatability...
2000-05-28 Peter WemmFix a reference to an old FreeBSD 2.2 register name.
2000-05-28 Peter WemmDo not depend on FreeBSD 2.2 compatability defines.
2000-05-28 Peter WemmFix some leakage from inside #ifdef PCI_COMPAT (the...
2000-05-28 Peter WemmUse the correct register name. s/PCI_COMMAND_STATUS_REG...
2000-05-28 Peter WemmUse the correct name for the PCI command register ...
2000-05-28 Peter WemmUse the correct register names. s/PCI_COMMAND_STATUS_R...
2000-05-28 Peter WemmWarn that this as an oldpci device..
2000-05-28 Peter WemmUse correct register values. This one was in aic7xxx...
2000-05-28 Doug RabsonAdd a new pmap entry point, pmap_enter_temporary()...
2000-05-28 Peter WemmUse the correct register names. s/PCI_MAP_REG_START...
2000-05-28 Peter WemmUse the correct register names, not the FreeBSD 2.2...
2000-05-28 Doug RabsonAdd taskqueue system for easy-to-use SWIs among other...
2000-05-28 Peter WemmUse the correct name for a mapping register, not the...
2000-05-28 Peter WemmMass update of isa drivers using compatability shims...
2000-05-28 Peter WemmThe dreaded isa_compat.h tables are no longer used...
2000-05-28 Peter WemmRedo the isa compat driver shim so that each driver...
2000-05-28 Andrey A. ChernovManipulate with AltGR Led (really CapsLock Led) only...
2000-05-28 Peter Wemmncr.c is no longer a COMPAT_OLDPCI device - remove...
2000-05-28 Peter WemmRemove haveseen_iobase() - it is no longer called from...
2000-05-28 Søren SchmidtCosmetics: dont say Unknown but Generic chipset in...
2000-05-28 Søren SchmidtFix alignment problem on the alpha reported by several...
2000-05-28 Andrew GallatinAdd AlphaServer 2000 (demi-sable), 2100 (sable), and...
next