]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r37535,
[FreeBSD/FreeBSD.git] / sys /
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-09 julianSlight optimisation. Don't do the same calculation...
1998-07-08 julianDon't update superblock if mounted readonly,
1998-07-08 katoOops, I broke netboot.
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-08 bdeUse not-so-new printf formats %r and/or %z instead...
1998-07-08 bdeFixed (un)sign extension bugs in %+n format. -4 became
1998-07-08 bdeFixed bogus type of valuep in struct db_variable. ...
1998-07-08 katoSync with sys/i386/isa/syscons.c revision 1.265.
1998-07-08 katoSync with sys/i386/boot/netboot/Makefile revision 1.19.
1998-07-08 dgWhen not acting as a router (ipforwarding=0), silently...
1998-07-08 bdeFixed db_printf format errors.
1998-07-08 sefAdd support for run-time configuration of core file...
1998-07-08 bdeFixed db_printf format errors (except for ones using...
1998-07-08 peterMerge changes from vendor branch.
1998-07-08 peterImport NetBSD-current version of if_de driver onto...
1998-07-08 julianCatch a few corner cases where FreeBSD differs enough...
1998-07-07 jdpAdd definitions for PT_LOPROC and PT_HIPROC.
1998-07-07 bdeChanged `#if defined(i386)' to `#ifdef __i386__'.
1998-07-07 bdeDon't depend on gcc's feature of casting lvalues.
1998-07-07 bdeDon't assume that longs are 32 bits in struct dos_parti...
1998-07-07 bdeQuick fix for type mismatches which were fatal if longs...
1998-07-07 bdeAdded a `build-tools' target for internal tools.
1998-07-07 bdeFinished previous fix - don't forget to add one dummy...
1998-07-07 bdeAdded a `build-tools' target for internal tools. ...
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-06 fennerIntroduce (fairly hacky) workaround for odd TCP behavio...
1998-07-06 gibbsAttempt to load serial eeprom contents in both 93c46...
1998-07-06 eivind"vender" -> "vendor"
1998-07-06 eivindShorten line.
1998-07-06 katoSync with sys/i386/isa/fd.c and wd.c revisions 1.115...
1998-07-06 julianoops ended comment before the comment ended..
1998-07-06 julianBring back some slight cleanups from 2.2
1998-07-06 impAdd the ability to suspend as well as hibernate to...
1998-07-06 julianDon't expect the new code to be used without the right...
1998-07-06 julianFix braino in switching to TAILQ macro.
1998-07-06 julianForgot to register the IPFIREWALL_FORWARD option.
1998-07-06 julianSupport for IPFW based transparent forwarding.
1998-07-05 julianDEVFS completely bypasses the cdevsw and bdevsw tables...
1998-07-05 julianfix braino from yesterdays' megacommit
1998-07-05 dfrAdd support for kernel gdb.
1998-07-05 dfrUse byte/word access in badaddr if relevant.
1998-07-05 dfrSupport channel B as well as channel A.
1998-07-05 dfrAdd basic support for 2117x pci chipsets. Currently...
1998-07-05 dfrAdd macros for byte/word sized load and store instructions.
1998-07-05 dfrAdd declaration of the NetBSD/alpha bootinfo.
1998-07-05 dfrFirst steps at supporting EB164 (AlphaPC 164, 164LX...
1998-07-05 dfrDefine bio_imask to allow the ncr driver to compile...
1998-07-05 dfrMake the prom console work as a real device as well...
1998-07-05 dfrMake sure hold_count for level 2 maps is maintained...
1998-07-05 dfrDon't truncate the return value of mmap to sizeof(int).
1998-07-05 dfrMinor tidying.
1998-07-05 dfrUse u_int32_t in NQFHHASH instead of u_long.
1998-07-05 dfrRemove the two single step breakpoints in the reverse...
1998-07-05 dfrAdd symtab parameter to X_db_symbol_values.
1998-07-05 dfrSupport 'g' format for printing 8 byte values.
1998-07-04 julianThere is no such thing any more as "struct bdevsw".
1998-07-04 julianVOP_STRATEGY grows an (struct vnode *) argument
1998-07-04 phkHmm, braino in last commit.
1998-07-04 phkChange the sign on a race-condition, so that instead...
1998-07-04 steveRemove '???' because it generates an annoying message...
1998-07-04 semenuFix some strange errors of shutting transmitter up...
1998-07-04 julianDon't use a struct buf (malloc'd) without first initial...
1998-07-03 bdeRestored revs.1.89-1.90 which I somehow clobbered in...
1998-07-03 bdeSync timestamp changes for inodes of special files...
1998-07-03 bdeCentralized in-core inode update. Update the in-core...
1998-07-03 jkhCheck for missing keyboard.
1998-07-03 phkUpdate M_EXT support in m_copypacket().
1998-07-03 dgReset MNT_ASYNC flag if needed if unmount() should...
1998-07-02 phkWhen we transfer time from one timecounter to the next...
1998-07-02 wpaulAdd workaround to allow the FreeBSD boot block to work on
1998-07-02 sosFix the N'th occurance of missed bits due to opt_?...
1998-07-02 katoMoved `#ifndef NFS_NOSERVER' after including nfs.h.
1998-07-02 katoSync with sys/i386/conf/options.i386 revision 1.82.
1998-07-02 katoSync with sys/i386/i386/machdep.c revision 1.302.
1998-07-02 katoSync with sys/i386/boot/netboot/Makefile, bootmenu...
1998-07-02 julianRemove out of date comment.
1998-07-02 julianRemove unused option
1998-07-02 julianRemove the option to keep IPFW diversion backwards...
1998-07-01 bdeFixed missing options headers. Options that affect...
1998-07-01 bdeAdded opt_vmpage.h to SRCS so that it actually gets...
1998-06-30 phkAdd 3 sysctl variables for future use by ps)1_
1998-06-30 phkAdd PSE36 to the bits we know by name.
1998-06-30 sosLeading whitespace in Makefile are TABS not spaces....
1998-06-30 bdeNuked opt_defunct.h and kern_opt.c. config(8) now...
1998-06-30 jmgadd new opt_nfs.h to cleanfiles...
1998-06-30 jmgfix more of my breakage... :(
1998-06-30 phkSigh, we need this one now.
1998-06-30 jmgfix buildworld hopefully be3fore anyone complains...
1998-06-30 phkThese are a selection of small problems and annoyances...
1998-06-30 phk#include sys/libkern.h instead of stdlib.h.
1998-06-30 phkByte count statistics of multicast vifs are invalid.
1998-06-30 jmgremove option LINUX as it did nothing, add DEBUG_LINUX...
1998-06-30 jmgmove OVERRIDE_TUNER from i386 to general options.....
1998-06-30 jmgdocument options to hardwire GUS irq/dmas...
1998-06-30 jmgdocument PCI_QUIET that prevents pci from compiling...
1998-06-30 jmgdocument some VM paging options for cache sizes:
1998-06-30 jmgmake NO_SCSI_SENSE a proper option (already documented...
1998-06-30 jmgdocument and make EXPORTMFS a new style option
1998-06-30 jmgconvert some nfs tunables to options, these are:
next