]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-03-20 Foxfair HuSupporting locale for Chinese Big5 completely.
1999-03-20 Dag-Erling... Document net.inet.ip.fastforwarding, and the fact that...
1999-03-20 Wes PetersTurn on PCI bus mastering in driver attach routine
1999-03-20 Bill Fumerolamdoc fixes
1999-03-20 Bill FumerolaUse the proper mdoc macro
1999-03-20 Bill Fumerolasecurity(1) doesn't exist, but security(7) does.
1999-03-19 KATO TakenoriSync with sys/i386/isa/if_ed.c revision 1.150.
1999-03-19 KATO TakenoriSync with sys/boot/i386/loader/version revision 1.4.
1999-03-19 KATO TakenoriSync with sys/boot/i386/libi386/bootinfo.c revision...
1999-03-19 Doug RabsonDon't lower the ipl for splsoftcam, splsoftvm and splso...
1999-03-19 Jordan K. HubbardOffer an X Kern Developer collection, by user request...
1999-03-19 Bruce EvansFixed a serious bug in rev.1.202. getnewbuf() sometime...
1999-03-19 Brian SomersDo away with some literal text that is never switched
1999-03-19 Jordan K. HubbardAdd /etc/rc.firewall to list of "save after upgrade...
1999-03-19 Greg LeheyClarify yet again that we need to synchronize the debug...
1999-03-19 Greg LeheyIf we fail to open the super device, open the "wrong...
1999-03-19 Greg LeheyDefine two superdevices for vinum(8), depending on...
1999-03-19 Greg LeheyVolState: return an enum volumestate, not a (non-existe...
1999-03-19 Greg LeheyPerform all of vinumstrategy at splbio. This doesn...
1999-03-19 Greg LeheyUse microtime, not getmicrotime, to note the times...
1999-03-19 Greg LeheyAdd debug flags DEBUG_BIGDRIVE, designed for testing...
1999-03-19 Greg LeheyCoalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFI...
1999-03-19 Greg Leheyfree_vinum: don't change loop bounds for deleting drive...
1999-03-19 Alan CoxConstruct the free queue(s) in descending order (by...
1999-03-19 Brian SomersReplace hardcoded quoting with Sq or Dq.
1999-03-19 Mike Smithmore $d -> %d fixes
1999-03-19 Mike SmithFix some $d -> %d mistakes.
1999-03-19 Brian SomersDon't forget to fully initialise the configured values
1999-03-18 Greg LeheyModify to compile with egcs.
1999-03-18 Greg LeheyClarify the synchronization options in additional plexe...
1999-03-18 Brian SomersUse ``Sx'' when xref'ing sections.
1999-03-18 Brian SomersRemove all remaining [ and ] characters (and do things...
1999-03-18 Jonathan LemonCast (u_char *) to (vm_offset_t) to silence compiler...
1999-03-18 Julian ElischerNeed to translate more .h to .ph then just /usr/include &
1999-03-18 Jonathan LemonRemove debugging printf that I overlooked.
1999-03-18 Daniel C. SobralAvoid copying m_args if none exists. (Perhaps this...
1999-03-18 KATO TakenoriInstall the manual page in sys/boot/i386/loader.
1999-03-18 Doug RabsonDon't choke in MOD_ARGS() if mp->m_args is NULL.
1999-03-18 Peter WemmUpdate bmake glue for cvs-1.10
1999-03-18 Peter WemmMerge cvs-1.9.xx -> 1.10 changes onto mainline.
1999-03-18 Peter WemmMerge cvs-1.9.xx -> 1.10 changes onto mainline.
1999-03-18 Peter WemmThis commit was generated by cvs2svn to compensate...
1999-03-18 Peter WemmImport cvs-1.10 onto vendor branch. Merge to follow...
1999-03-18 Jordan K. HubbardThis apparently works now, excise it from TROUBLE.TXT
1999-03-18 Warner LoshAdd pointer sys/boot/README for new boot system (this...
1999-03-18 Jonathan LemonUpdate to use the modified vm86_datacall interface.
1999-03-18 Jonathan LemonChange the vm86_datacall interface so that callers...
1999-03-18 Jonathan LemonChange btrl/btsl to cmpl/movl, since each cpu now has...
1999-03-17 Chuck RobeyThis is a temporary README file, to help those trying...
1999-03-17 Daniel C. SobralVersion bump: kvm & dictionary size.
1999-03-17 Daniel C. SobralDisable trace! until it gets fixed.
1999-03-17 Nate Williams- Mixup of kldstat arguments. Use '-i 1' instead of...
1999-03-17 Nate WilliamsWhoops, fixed typos in PCIC loading command when I...
1999-03-17 Guy HelmerDocument the flags and p parameters to VOP_LOCK and...
1999-03-17 Wolfram SchneiderChange copyright in kernel output at booting time
1999-03-17 Nate WilliamsAdd a Q&D test before loading the pcic module to make...
1999-03-17 Luigi RizzoMF22... add bridging support to the device drivers...
1999-03-17 David E. O... Add new -y/--bzip2/--bunzip2 flag. With all the ports...
1999-03-17 Gary PalmerFix builds for the AXP
1999-03-17 KATO TakenoriSync with sys/i386/conf/options.i386 revision 1.110.
1999-03-17 KATO TakenoriSync with sys/i386/conf/majors.i386 revision up to...
1999-03-17 KATO TakenoriSync with sys/i386/conf/files.i386 revision 1.229.
1999-03-17 KATO TakenoriSync with sys/i386/conf/devices.i386 revision 1.16.
1999-03-17 KATO TakenoriSync with sys/i386/conf/GENERIC revision 1.155.
1999-03-17 Matt JacobPrep for 1080/1240 support. Those fine h/w engineers...
1999-03-17 Matt JacobA wad of changes- prepping for 1080/1240 support (which...
1999-03-17 Bill FumerolaSplit check_quotas into check_quotas and enable_quotas
1999-03-17 Matt Jacobdescribe new ISP options
1999-03-17 Matt JacobAdd options to turn off support for Qlogic 1020/1040...
1999-03-17 Brian SomersRemove all hardcoded [...] syntax.
1999-03-16 Bruce EvansFixed `mount -a -u ...'. Rev.1.19 broke this by trying...
1999-03-16 Mike SmithDon't call int15:820, it's not allowed to be called...
1999-03-16 Mike SmithLook for the right ACPI table signature.
1999-03-16 Warner LoshDisable setgid kmem for now.
1999-03-16 Eivind EklundRemove old reference to needing 'make clean' for QUOTAS...
1999-03-16 Søren SchmidtRewert the atapi CDROM driver's name to wcd.
1999-03-16 Robert NordierAdd cross-reference to loader man page, plus various...
1999-03-16 Søren SchmidtAdd majors for new ATA/ATAPI driver.
1999-03-16 Luigi RizzoFix a dummynet bug caused by passing a bad next hop...
1999-03-16 Brian SomersMention changes to the default authentication behaviour.
1999-03-16 Hellmuth MichaelisMinor adjustments to make LINT compile again (thanks...
1999-03-16 Poul-Henning... Don't run FLL fodder through the median-filter.
1999-03-16 Alan CoxCorrect a problem in kmem_malloc: A kmem_malloc allowin...
1999-03-16 Brian SomersDetect pred1 packets where the length != the packet...
1999-03-16 Brian SomersHost names are case-insensitive.
1999-03-15 John PolstraAdd "-fkeep-inline-functions" to CFLAGS so that higher...
1999-03-15 Guy HelmerSpelling and grammar fixes.
1999-03-15 Guy HelmerFix reference (FreeBSD 3.0.1 -> FreeBSD 3.1), remove...
1999-03-15 Guy HelmerReference the sysctl variables related to various limits.
1999-03-15 David E. O... Add import of ISC's DHCP client & the upgrade of Groff.
1999-03-15 David E. O... Fix conflicts.
1999-03-15 Daniel C. SobralThe man page, version 0.1.
1999-03-15 David E. O... This commit was generated by cvs2svn to compensate...
1999-03-15 David E. O... Virgin import of FSF groff v1.11
1999-03-15 Poul-Henning... Allow !suser() R/O access to ntp_adjtime()
1999-03-15 David NugentFix date parsing to allow '0' (none) date value.
1999-03-15 Daniel C. SobralRemove redundant code.
1999-03-15 Alan CoxTwo changes:
1999-03-15 Julian Elischerfix breakage for alphas.
1999-03-15 Julian ElischerFix breakage in last commit
next