]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-03-24 luigiadd missing #include "opt_bdg.h"
1999-03-24 brianMove natd from network_pass3 to network_pass1
1999-03-24 brianDocument natd_program
1999-03-24 brianAdd natd_program and change a comment.
1999-03-24 grogCosmetic changes for troff output
1999-03-24 grogAdd a tutorial-like section "How to set up Vinum"
1999-03-24 n_hibmaAdded a number of device names: Konica, Microsoft,...
1999-03-24 peterUpdate Specialix download microcode for the transputer...
1999-03-24 peterFix a (relatively harmless) braino. I confused myself...
1999-03-24 grog'start' command: check that the objects in question...
1999-03-24 grogCorrect the text of an obscure error message.
1999-03-23 grogCorrect ioctl calls VINUM_STARTCONFIG. The last commit...
1999-03-23 billfRemove duplicate line.
1999-03-23 n_hibmaCheck whether the PIRQD enable bit is set in LegSup...
1999-03-23 n_hibma1) clean up debugging output
1999-03-23 dfrCall the module's unload handler before removing the...
1999-03-23 peterRemove last remaining references to malloc/realloc...
1999-03-23 phkAdd a sysctl variable which can help stop chroot(2...
1999-03-23 phkFix some nasty hangs if garbage were passed.
1999-03-23 bdeFixed a couple of missing drive selects in wdreset...
1999-03-23 jkhSet X11BASE to something deliberately bogus in elf_buil...
1999-03-23 gibbsFix a typo.
1999-03-23 gibbsAdd support for the 3950U2B controller.
1999-03-23 gibbsUse TCL_CHANNEL/SCSI_ID/etc. macros in more locations.
1999-03-23 jb o Runnable threads are now maintained in priority...
1999-03-23 jb [ The author's description... ]
1999-03-23 jkoshyTypo fix.
1999-03-23 grogDescribe the new semantics of 'create':
1999-03-23 grogPrint correct message if the wrong module is loaded.
1999-03-23 grogvinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG.
1999-03-23 grogChange the definition of VINUM_STARTCONFIG to take...
1999-03-23 grogAdd flag VF_FORCECONFIG for use by the config_drive...
1999-03-23 grogvinum_start:
1999-03-23 grogVINUM_STARTCONFIG:
1999-03-23 groginit_drive:
1999-03-23 grogChange the declaration of start_config.
1999-03-23 grogstart_config:
1999-03-23 grogAdd partition type for Vinum.
1999-03-23 bdeSimplified using new SYMLINKS macro, mainly to test...
1999-03-23 bdeRemoved all traces of LN_FLAGS. It was only used to...
1999-03-22 alexTypo fix (set --> get).
1999-03-22 n_hibmaCosmetical changes.
1999-03-22 n_hibmaImplementation of the keyboard driver.
1999-03-22 n_hibmaMoved timeout initialisation a bit earlier in the proce...
1999-03-22 phkMake the same size rounding error both ways.
1999-03-22 phkNuke old copies of /usr/include/timepps.h
1999-03-22 phkAddress our users in a civilized manner. (They may...
1999-03-22 bdeDisplay floats with format %*.0f instead of as "**...
1999-03-22 obrienfix conflicts.
1999-03-22 obrienUpdate to latest version.
1999-03-22 obrienThis commit was generated by cvs2svn to compensate...
1999-03-22 obrienVirgin import of ISC-DHCP v2.0b1pl18
1999-03-21 jkhThe attached patch to /usr/src/sbin/dump/optr.c changes...
1999-03-21 alcTwo changes:
1999-03-21 jkhAdd cdev 120 as the audit device.
1999-03-21 joergFinally remove the ancient `-exec rm -f {} ;' cruft...
1999-03-21 phkNow bb structures are linked together.
1999-03-21 phkLink the bb structures together as we find them.
1999-03-21 phkRemove the linker-set hack we used for BB profiling.
1999-03-21 bdeRestored objlink. The previous commit was confused...
1999-03-21 impDon't be so selective about which errors cause us to...
1999-03-20 billfAn even number of nodes, not node pairs are required...
1999-03-20 jkhNote that the upgrade target exists, and what it does.
1999-03-20 alcEliminate a pointless TLB flush from the SMP idle loop.
1999-03-20 dcsRevert bootinfo to 1.4 and use a different solution...
1999-03-20 foxfairOops! forgot to introduce the src file in my last commit.
1999-03-20 dcsFix a couple of nasty errors in the README.
1999-03-20 foxfairSupporting locale for Chinese Big5 completely.
1999-03-20 desDocument net.inet.ip.fastforwarding, and the fact that...
1999-03-20 wesTurn on PCI bus mastering in driver attach routine
1999-03-20 billfmdoc fixes
1999-03-20 billfUse the proper mdoc macro
1999-03-20 billfsecurity(1) doesn't exist, but security(7) does.
1999-03-19 katoSync with sys/i386/isa/if_ed.c revision 1.150.
1999-03-19 katoSync with sys/boot/i386/loader/version revision 1.4.
1999-03-19 katoSync with sys/boot/i386/libi386/bootinfo.c revision...
1999-03-19 dfrDon't lower the ipl for splsoftcam, splsoftvm and splso...
1999-03-19 jkhOffer an X Kern Developer collection, by user request...
1999-03-19 bdeFixed a serious bug in rev.1.202. getnewbuf() sometime...
1999-03-19 brianDo away with some literal text that is never switched
1999-03-19 jkhAdd /etc/rc.firewall to list of "save after upgrade...
1999-03-19 grogClarify yet again that we need to synchronize the debug...
1999-03-19 grogIf we fail to open the super device, open the "wrong...
1999-03-19 grogDefine two superdevices for vinum(8), depending on...
1999-03-19 grogVolState: return an enum volumestate, not a (non-existe...
1999-03-19 grogPerform all of vinumstrategy at splbio. This doesn...
1999-03-19 grogUse microtime, not getmicrotime, to note the times...
1999-03-19 grogAdd debug flags DEBUG_BIGDRIVE, designed for testing...
1999-03-19 grogCoalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFI...
1999-03-19 grogfree_vinum: don't change loop bounds for deleting drive...
1999-03-19 alcConstruct the free queue(s) in descending order (by...
1999-03-19 brianReplace hardcoded quoting with Sq or Dq.
1999-03-19 msmithmore $d -> %d fixes
1999-03-19 msmithFix some $d -> %d mistakes.
1999-03-19 brianDon't forget to fully initialise the configured values
1999-03-18 grogModify to compile with egcs.
1999-03-18 grogClarify the synchronization options in additional plexe...
1999-03-18 brianUse ``Sx'' when xref'ing sections.
1999-03-18 brianRemove all remaining [ and ] characters (and do things...
1999-03-18 jlemonCast (u_char *) to (vm_offset_t) to silence compiler...
next