]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-11-14 David E. O... Enter complier upgrade mode again. We need to cut...
1999-11-13 David E. O... Turn on the -fforce-addr and -fschedule-insns optimizat...
1999-11-13 Brian FeldmanMake fstat work with file arguments again after being...
1999-11-13 Eivind EklundDocument changed calling conventions (lost WILLRELE...
1999-11-13 Eivind EklundRemove WILLRELE from VOP_SYMLINK
1999-11-13 Andrey A. ChernovFix time printing bug
1999-11-13 Doug RabsonAdd the es1888 PnP helper.
1999-11-13 Doug RabsonEnable mixer on alpha.
1999-11-13 Doug Rabson* Ignore the wierd fakechan workarounds for simplex...
1999-11-13 Brian SomersDon't insist on 4 digit umasks in ``set server''.
1999-11-13 Brian SomersMake the meaning of the provider part of the PPPoE...
1999-11-13 Roger HardimanUpdate to driver 2.05
1999-11-13 Eivind EklundFix style bugs from last commit
1999-11-13 Yoshihiro TakahashiFixed the size of array.
1999-11-13 Yoshihiro TakahashiFixed missing changes from sys/i386/conf/GENERIC.
1999-11-13 John BaldwinFix man so that it does not allow command line argument...
1999-11-12 Nick HibmaAdd many new devicelabels
1999-11-12 Bill Fumerola(1) Remove ISO support, it's dead in the kernel anyway.
1999-11-12 Marcel MoolenaarReplace 'i386' with '${MACHINE_ARCH}' in preparation...
1999-11-12 Poul-Henning... Set the queue length.
1999-11-12 Jordan K. HubbardRemove obsolete token ring support comments.
1999-11-12 Jordan K. HubbardReserve #134 for vak@hanoi.cronyx.ru - Cronyx Tau-PCI...
1999-11-12 Marcel MoolenaarMake binutils for Alpha work on i386 machine, by proper...
1999-11-12 Peter WemmGo to a bit more trouble to make it absolutely clear...
1999-11-12 Marcel MoolenaarMake cross-compilation work for Alpha on i386 machines...
1999-11-12 Peter WemmRepo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile...
1999-11-12 Marcel MoolenaarReserve space for FPU state in struct sigcontext. Fix...
1999-11-12 Yoshihiro TakahashiSync with sys/i386/i386/machdep.c revision 1.375.
1999-11-12 Marcel MoolenaarChange the type of sf_addr in struct {o}sigframe from...
1999-11-12 Marcel MoolenaarFix bootpd for Alpha.
1999-11-12 Marcel MoolenaarFix the case where there's no path and doscmd defaults...
1999-11-12 Bill Fumerola'Dq' -> '.Dq'
1999-11-12 Eivind EklundRemove WILLRELE from VOP_RENAME
1999-11-11 Nick HibmaFix the computation of the status of the transfers...
1999-11-11 Julian ElischerOops forgot to put the source MAC address on outgoing...
1999-11-11 Brian SomersProvide an empty name to getsockname() if one hasn...
1999-11-11 Nick HibmaAvoid the usurping message
1999-11-11 Matthew Dillon Give nfsd the ability to bind to specific IP addres...
1999-11-11 Matthew Dillon Remove special case socket sharing code in order...
1999-11-11 Doug RabsonReorganise the code so that I can add custom identify...
1999-11-11 Yoshihiro TakahashiSync with sys/isa/fd.c revision 1.167.
1999-11-11 David E. O... Make `-r -s' also match the BSDI output.
1999-11-11 Doug RabsonAdd code to support ISA PnP.
1999-11-11 Alan CoxCorrect a locking error in apause: It should always...
1999-11-11 Brian SomersOops, netgraph.o -> ether.o for the RELEASE build.
1999-11-10 Archie CobbsMore bug fixes.
1999-11-10 Archie CobbsMinor change to the configuration of number of slots.
1999-11-10 Doug RabsonRe-organise the code which manages the owner of the...
1999-11-10 Søren SchmidtDont listen to disks that say they can only do 0 sector...
1999-11-10 Warner Loshvsprintf -> vsnprintf in msg().
1999-11-10 Sheldon HearnDecremement by 1 the value taken for %j before assignin...
1999-11-10 Sheldon HearnAllow the year to be specified with an optional century.
1999-11-10 Sheldon HearnDon't call bash(1) a Korn shell clone. Instead, use...
1999-11-10 Poul-Henning... Finding root devices is a much more sane thing now.
1999-11-10 Doug Rabsonioctlname() is actually passed a register_t.
1999-11-10 Søren SchmidtMake the atapi device return sensible errno's back...
1999-11-10 Archie CobbsUpdate to reflect changes in the node type.
1999-11-10 Archie CobbsFix some bugs; seems to work now. Minor change to the...
1999-11-10 Archie CobbsMove handling of the address and control fields into...
1999-11-10 Alan CoxTwo changes: (1) Use vm_page_unqueue_nowakeup in vm_pag...
1999-11-10 David NugentFix cosmetic bug in time display. Current day logins...
1999-11-09 Brian SomersIf dev->connected is already set to CARRIER_OK in ether...
1999-11-09 Brian SomersDon't recurse into datalink_UpdateSet() after
1999-11-09 Doug RabsonFix a boatload of warnings in the generated code on...
1999-11-09 Doug RabsonFix the output of 'netstat -I de0 1' for the alpha...
1999-11-09 Brian SomersCorrect the ``-unix X'' parsing (last time I only corrected
1999-11-09 Doug RabsonDrop ipl to zero before calling ast(). Make sure that...
1999-11-09 Doug RabsonFix a warning.
1999-11-09 Doug RabsonFix a warning.
1999-11-09 Søren SchmidtAdd devices from the ATA driver (ad, acd, afd, ast).
1999-11-09 Brian SomersBe a bit smarter when identifying a netgraph node
1999-11-09 David E. O... Change the "-r" output format to match BSDI's default...
1999-11-09 Poul-Henning... Next step in the device cleanup process.
1999-11-09 Søren Schmidtcleanup the IDE cases a bit, add the ad driver to the...
1999-11-09 Kazutaka YOKOTACorrectly record the mouse position in the current...
1999-11-09 Yoshihiro Takahashi- Commented out ed driver.
1999-11-09 Kazutaka YOKOTAFix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.
1999-11-09 Yoshihiro TakahashiSync with sys/i386/conf/options.i386 revision up to...
1999-11-09 Kazutaka YOKOTAFix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize...
1999-11-09 Andrey A. ChernovFix dead loop if locale contains / and not all categori...
1999-11-09 Poul-Henning... Add libnetgraph
1999-11-09 Andrey A. ChernovChange default to whois.crsnic.net - new Central Shared...
1999-11-09 Peter WemmRe-support "tape" as an alias for device and clean...
1999-11-09 Wes PetersAdd information about Intel managed EEPro card.
1999-11-09 Alan CoxPassing "0" or "FALSE" as the fourth argument to vm_fau...
1999-11-09 Kazutaka YOKOTACosmetic change: correct formatting error in my previou...
1999-11-09 Brian SomersDon't treat -unit as a mode flag when counting mode...
1999-11-09 Julian ElischerRemove a null pointer reference
1999-11-09 Alexey ZelkinRemove useless section.
1999-11-09 Alexey ZelkinRestore sub-chapters order.
1999-11-09 Alexey Zelkinstyle fix
1999-11-09 Brian SomersAdd an empty netgraph.o when building a release to...
1999-11-09 Alexey ZelkinFix comments: LKM -> KLD, /etc/objectformat -> /etc...
1999-11-08 Nick HibmaThe Qtronix keyboard has a built in PS/2 port for a...
1999-11-08 Nick HibmaAdd QTronix keyboard with PS/2 mouse connector
1999-11-08 Nick Hibmaremove superfluous header include
1999-11-08 Søren SchmidtUnbreak ATAPI on the Aladdin chipset, only DMA access...
1999-11-08 Nick HibmaRemove superfluous header file includes
1999-11-08 Nick HibmaRemove superfluous header file includes.
1999-11-08 Guido van RooijThis commit was generated by cvs2svn to compensate...
next