]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r37510,
[FreeBSD/FreeBSD.git] / sys /
1998-07-08 Dmitrij TejblumThis commit was generated by cvs2svn to compensate...
1998-07-08 Bruce EvansUse not-so-new printf formats %r and/or %z instead...
1998-07-08 Bruce EvansFixed (un)sign extension bugs in %+n format. -4 became
1998-07-08 Bruce EvansFixed bogus type of valuep in struct db_variable. ...
1998-07-08 KATO TakenoriSync with sys/i386/isa/syscons.c revision 1.265.
1998-07-08 KATO TakenoriSync with sys/i386/boot/netboot/Makefile revision 1.19.
1998-07-08 David GreenmanWhen not acting as a router (ipforwarding=0), silently...
1998-07-08 Bruce EvansFixed db_printf format errors.
1998-07-08 Sean Eric FaganAdd support for run-time configuration of core file...
1998-07-08 Bruce EvansFixed db_printf format errors (except for ones using...
1998-07-08 Peter WemmMerge changes from vendor branch.
1998-07-08 Peter WemmImport NetBSD-current version of if_de driver onto...
1998-07-08 Julian ElischerCatch a few corner cases where FreeBSD differs enough...
1998-07-07 John PolstraAdd definitions for PT_LOPROC and PT_HIPROC.
1998-07-07 Bruce EvansChanged `#if defined(i386)' to `#ifdef __i386__'.
1998-07-07 Bruce EvansDon't depend on gcc's feature of casting lvalues.
1998-07-07 Bruce EvansDon't assume that longs are 32 bits in struct dos_parti...
1998-07-07 Bruce EvansQuick fix for type mismatches which were fatal if longs...
1998-07-07 Bruce EvansAdded a `build-tools' target for internal tools.
1998-07-07 Bruce EvansFinished previous fix - don't forget to add one dummy...
1998-07-07 Bruce EvansAdded a `build-tools' target for internal tools. ...
1998-07-06 Bill FennerIntroduce (fairly hacky) workaround for odd TCP behavio...
1998-07-06 Justin T. GibbsAttempt to load serial eeprom contents in both 93c46...
1998-07-06 Eivind Eklund"vender" -> "vendor"
1998-07-06 Eivind EklundShorten line.
1998-07-06 KATO TakenoriSync with sys/i386/isa/fd.c and wd.c revisions 1.115...
1998-07-06 Julian Elischeroops ended comment before the comment ended..
1998-07-06 Julian ElischerBring back some slight cleanups from 2.2
1998-07-06 Warner LoshAdd the ability to suspend as well as hibernate to...
1998-07-06 Julian ElischerDon't expect the new code to be used without the right...
1998-07-06 Julian ElischerFix braino in switching to TAILQ macro.
1998-07-06 Julian ElischerForgot to register the IPFIREWALL_FORWARD option.
1998-07-06 Julian ElischerSupport for IPFW based transparent forwarding.
1998-07-05 Julian ElischerDEVFS completely bypasses the cdevsw and bdevsw tables...
1998-07-05 Julian Elischerfix braino from yesterdays' megacommit
1998-07-05 Doug RabsonAdd support for kernel gdb.
1998-07-05 Doug RabsonUse byte/word access in badaddr if relevant.
1998-07-05 Doug RabsonSupport channel B as well as channel A.
1998-07-05 Doug RabsonAdd basic support for 2117x pci chipsets. Currently...
1998-07-05 Doug RabsonAdd macros for byte/word sized load and store instructions.
1998-07-05 Doug RabsonAdd declaration of the NetBSD/alpha bootinfo.
1998-07-05 Doug RabsonFirst steps at supporting EB164 (AlphaPC 164, 164LX...
1998-07-05 Doug RabsonDefine bio_imask to allow the ncr driver to compile...
1998-07-05 Doug RabsonMake the prom console work as a real device as well...
1998-07-05 Doug RabsonMake sure hold_count for level 2 maps is maintained...
1998-07-05 Doug RabsonDon't truncate the return value of mmap to sizeof(int).
1998-07-05 Doug RabsonMinor tidying.
1998-07-05 Doug RabsonUse u_int32_t in NQFHHASH instead of u_long.
1998-07-05 Doug RabsonRemove the two single step breakpoints in the reverse...
1998-07-05 Doug RabsonAdd symtab parameter to X_db_symbol_values.
1998-07-05 Doug RabsonSupport 'g' format for printing 8 byte values.
1998-07-04 Julian ElischerThere is no such thing any more as "struct bdevsw".
1998-07-04 Julian ElischerVOP_STRATEGY grows an (struct vnode *) argument
1998-07-04 Poul-Henning KampHmm, braino in last commit.
1998-07-04 Poul-Henning KampChange the sign on a race-condition, so that instead...
1998-07-04 Steve PriceRemove '???' because it generates an annoying message...
1998-07-04 Semen UstimenkoFix some strange errors of shutting transmitter up...
1998-07-04 Julian ElischerDon't use a struct buf (malloc'd) without first initial...
1998-07-03 Bruce EvansRestored revs.1.89-1.90 which I somehow clobbered in...
1998-07-03 Bruce EvansSync timestamp changes for inodes of special files...
1998-07-03 Bruce EvansCentralized in-core inode update. Update the in-core...
1998-07-03 Jordan K. HubbardCheck for missing keyboard.
1998-07-03 Poul-Henning KampUpdate M_EXT support in m_copypacket().
1998-07-03 David GreenmanReset MNT_ASYNC flag if needed if unmount() should...
1998-07-02 Poul-Henning KampWhen we transfer time from one timecounter to the next...
1998-07-02 Bill PaulAdd workaround to allow the FreeBSD boot block to work on
1998-07-02 Søren SchmidtFix the N'th occurance of missed bits due to opt_?...
1998-07-02 KATO TakenoriMoved `#ifndef NFS_NOSERVER' after including nfs.h.
1998-07-02 KATO TakenoriSync with sys/i386/conf/options.i386 revision 1.82.
1998-07-02 KATO TakenoriSync with sys/i386/i386/machdep.c revision 1.302.
1998-07-02 KATO TakenoriSync with sys/i386/boot/netboot/Makefile, bootmenu...
1998-07-02 Julian ElischerRemove out of date comment.
1998-07-02 Julian ElischerRemove unused option
1998-07-02 Julian ElischerRemove the option to keep IPFW diversion backwards...
1998-07-01 Bruce EvansFixed missing options headers. Options that affect...
1998-07-01 Bruce EvansAdded opt_vmpage.h to SRCS so that it actually gets...
1998-06-30 Poul-Henning KampAdd 3 sysctl variables for future use by ps)1_
1998-06-30 Poul-Henning KampAdd PSE36 to the bits we know by name.
1998-06-30 Søren SchmidtLeading whitespace in Makefile are TABS not spaces....
1998-06-30 Bruce EvansNuked opt_defunct.h and kern_opt.c. config(8) now...
1998-06-30 John-Mark Gurneyadd new opt_nfs.h to cleanfiles...
1998-06-30 John-Mark Gurneyfix more of my breakage... :(
1998-06-30 Poul-Henning KampSigh, we need this one now.
1998-06-30 John-Mark Gurneyfix buildworld hopefully be3fore anyone complains...
1998-06-30 Poul-Henning KampThese are a selection of small problems and annoyances...
1998-06-30 Poul-Henning Kamp#include sys/libkern.h instead of stdlib.h.
1998-06-30 Poul-Henning KampByte count statistics of multicast vifs are invalid.
1998-06-30 John-Mark Gurneyremove option LINUX as it did nothing, add DEBUG_LINUX...
1998-06-30 John-Mark Gurneymove OVERRIDE_TUNER from i386 to general options.....
1998-06-30 John-Mark Gurneydocument options to hardwire GUS irq/dmas...
1998-06-30 John-Mark Gurneydocument PCI_QUIET that prevents pci from compiling...
1998-06-30 John-Mark Gurneydocument some VM paging options for cache sizes:
1998-06-30 John-Mark Gurneymake NO_SCSI_SENSE a proper option (already documented...
1998-06-30 John-Mark Gurneydocument and make EXPORTMFS a new style option
1998-06-30 John-Mark Gurneyconvert some nfs tunables to options, these are:
1998-06-29 Bruce EvansFixed bogus dependency on `beforedepend'. File targets...
1998-06-28 Poul-Henning KampUpdate generated files
1998-06-28 Poul-Henning KampAdd trailing newline to sys/syscall.mk so that diff...
1998-06-28 David GreenmanAdded a sysctl variable kern.sugid_coredump for control...
1998-06-28 Justin T. GibbsSome revisions of the aic7880 have a problem where...
next