]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
open_drive: open drives directly rather than going via namei and
[FreeBSD/FreeBSD.git] / sys /
2000-02-29 Greg Leheyopen_drive: open drives directly rather than going...
2000-02-29 Greg LeheyRemove references to vnode pointers, including debug...
2000-02-29 Greg LeheyRemove declarations of read_drive and write_drive and...
2000-02-29 Greg LeheyAdd support for RAID-4, even though it is inferior...
2000-02-29 Greg LeheyChange the startup sequence of the vinum volume from...
2000-02-29 Greg LeheyCosmetic changes.
2000-02-29 Matt JacobAdd in mailbox return codes for failed fabric logins...
2000-02-29 Matt JacobMinor non-FreeBSD changes (keeping source sync'd).
2000-02-29 Matt JacobPrettier print of fabric devices being attached- say...
2000-02-29 Matt JacobSlightly cleaner fabric support (whiter whites! redder...
2000-02-29 Matt JacobClean up defines for correct 12160/1080 exclusion....
2000-02-29 Matt JacobSome minor fixing - final for 4.0. Debugging messages...
2000-02-29 Greg LeheyAdd SI_SUB_VINUM startup sequence for Vinum. This...
2000-02-28 Paul SaabLimit the maximum permissible TCP window size to 65535...
2000-02-28 Brian S. DeanReset the hardware debug registers when exec'ing a...
2000-02-28 Guido van RooijThis fixes a problem where the SIOCGIFCONF ioctl goes...
2000-02-28 Marcel MoolenaarFix accept(2) behavior in that accepted sockets don...
2000-02-28 Bruce EvansFixed configuration of fast interrupts for the pci...
2000-02-28 Bruce EvansFixed configuration of fast interrupts for the isa...
2000-02-28 Paul SaabUpdate a comment in elf_coredump to reflect that if...
2000-02-28 Paul SaabAdd MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_COR...
2000-02-28 Brian FeldmanFix a repetition typo about the settings the settings.
2000-02-28 Alfred Perlstein-it do, among other things, clear out any
2000-02-27 Duncan BarclayCompleted start/join code (well only infrastructure...
2000-02-27 Duncan BarclayInitial import
2000-02-27 Yoshinobu InoueWrap if_up() by splnet.
2000-02-27 Yoshinobu InoueAt detaching IPv6 raw socket, also finish IPv6 multicas...
2000-02-27 Søren SchmidtFix the problem that caused the boot to fail when modul...
2000-02-27 Brian FeldmanDo some cleanups of the IPv6 stuff. This is a non...
2000-02-27 Kris KennawayCrank __FreeBSD_version for OpenSSH
2000-02-26 Jordan K. HubbardEnable IPv6 options
2000-02-26 Jordan K. HubbardEnable IPv6 support by default.
2000-02-26 Poul-Henning KampImplement queue-limiting based on bandwidth.
2000-02-26 Duncan BarclaySnap shot check in.
2000-02-26 Matthew N. DoddMCA is supported to some extent. Modify a comment...
2000-02-25 Jordan K. HubbardAdd new oid, debug.boothowto. This allows userland...
2000-02-25 Kazutaka YOKOTADo not add children (atkbd and psm) if they are disabled.
2000-02-25 Søren SchmidtAdd (partial) support for the Cypress ATA controller.
2000-02-25 Boris PopovFix the loader to handle module dependencies properly...
2000-02-25 John PolstraFix two bugs in the fault handler for copy{in,out}...
2000-02-24 Matthew Dillon Fix a 'freeing free block' panic in UFS. The probl...
2000-02-24 Yoshinobu InoueAdd length check to sbcreatecontrol().
2000-02-24 Mark MurrayThis commit was generated by cvs2svn to compensate...
2000-02-24 Mark MurrayThis commit was generated by cvs2svn to compensate...
2000-02-24 Mark MurrayThis commit was generated by cvs2svn to compensate...
2000-02-24 Mark MurrayThis commit was generated by cvs2svn to compensate...
2000-02-23 Doug RabsonAdd a workaround to allow us to detect the second pci...
2000-02-23 Guido van RooijRemove option IPFILTER_KLD. In case you wanted to kldlo...
2000-02-23 Guido van RooijRemove option IPFILTER_KLD. In case you wanted to kldlo...
2000-02-23 Jason EvansAdd the VFS_AIO config option and leave it off by defau...
2000-02-22 Bill Fumerolao No need to print the vendor/device ID for things...
2000-02-22 Søren SchmidtAdd UDMA66 support to the Intel ICH chip.
2000-02-22 Robert WatsonAfter much consulting with bde, concluded that this...
2000-02-21 Bill FumerolaAdd the ESS Maestro and the ATI Mobility-1 to the gener...
2000-02-21 Søren SchmidtFix the changer code, dont wait for device ready on...
2000-02-21 Brian S. DeanFix an __asm operand constraint which broke the -O3...
2000-02-21 Warner Losh/tmp/msg
2000-02-21 Gary JennejohnNewbus-ify the USR Sportster TA Intern driver.
2000-02-20 Andrey A. ChernovFix possible SLIOCSUNIT panic
2000-02-20 Brian S. DeanDon't forget to reset the hardware debug registers...
2000-02-20 Peter WemmFollowup to previous commit; change fd_mask from signed...
2000-02-20 Duncan BarclaySkeleton framework for network driver and initial probi...
2000-02-20 Nick HibmaUpdate the documentation to reflect Bill Paul's latest...
2000-02-20 Nick HibmaMove the warning on wrong IRQ values to the right place...
2000-02-20 Peter WemmFix select(2) for the Alpha. (!!) It was never returni...
2000-02-20 Søren SchmidtHide the "devclass_alloc_unit: %s%d already exists...
2000-02-20 Sheldon HearnFix buffer overrun in pcfclock_read(). The submitter...
2000-02-20 Kenneth D. MerryFix 'camcontrol inquiry'. The inquiry data structure...
2000-02-20 Robert WatsonDisable chflags() from within jail() so that root withi...
2000-02-19 Doug RabsonRemove the vga-pci driver. It serves no purpose and...
2000-02-18 Søren SchmidtUpdate the ata driver to take more advantage of newbus...
2000-02-17 Mike SmithIncrease the time we spend waiting for the controller...
2000-02-17 Mike SmithChange the mountroot prompt to something that doesn...
2000-02-17 Bruce EvansDon't include <machine/ipl.h> in <sys/systm.h> in the...
2000-02-17 KATO TakenoriMerged from sys/isa/sio.c rev 1.288.
2000-02-17 KATO TakenoriSynced with sys/i386/i386/userconfig.c rev 1.173.
2000-02-17 Warner LoshAdd the VIA 82C596B PCI ISA south bridge on my ASUS...
2000-02-17 Mike SmithClose a file descriptor leak in the code which loads...
2000-02-16 Matthew Dillon Fix null-pointer dereference crash when the system...
2000-02-16 Justin T. GibbsRemove a diagnostic printf.
2000-02-16 John BaldwinThis patch to BTX fixes several small things:
2000-02-16 Kazutaka YOKOTAMake it clear that 'options XSERVER' is for pcvt and...
2000-02-16 Matthew N. DoddTrack if_i{bytes,packets,errors}.
2000-02-16 Matt JacobInclude the file that defines PCIM_CMD_BUSMASTEREN.
2000-02-16 Mike SmithEnsure that the busmaster enable bit is set; we can...
2000-02-15 Joerg WunschHide the boring ``not probed (disabled)'' messages...
2000-02-15 Andrew Gallatino Wilko Bulte has tested our AlphaServer 1000A ("Norita...
2000-02-15 Jordan K. HubbardAdd userconfig entries for the new atapi devices.
2000-02-15 Bruce EvansFixed regressions in rev.1.274:
2000-02-15 Poul-Henning KampDon't try to account for the partial quantum unless...
2000-02-15 Martin CracauerAllow comments in interpreter specification lines as in
2000-02-15 Matt JacobAdd comments about 12160 options.
2000-02-15 Matt JacobFix ITDEBUG macro.
2000-02-15 Matt JacobCorrectly identify which bus of dual bus SCSI adapters...
2000-02-15 Matt JacobClean up some target mode debug messages. Fix (finally...
2000-02-15 Matt JacobIf the CDB length is greater than 12 for parallel SCSI...
2000-02-15 Matt JacobClean out residual bogosity for fast posting stuff...
2000-02-14 Cameron Grantfix ess end-of-buffer repeating
2000-02-14 Peter WemmFix is_splxxx() warnings when not compiled with INVARIA...
2000-02-14 Peter WemmAvoid a panic in __getcwd(2) when combined with umount -f.
next