]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
1999-11-08 Guido van RooijImport of ipfilter 3.3.3 in anticipation of its revival.
1999-11-08 Poul-Henning... A little bit of nitpicking in the 'syncing disks.....
1999-11-08 Matthew Dillon Fix nfssvc_addsock() to not attempt to free a NULL...
1999-11-08 John HayMake sigreturn() work properly by zeroing mc_onstack...
1999-11-08 Jordan K. HubbardAdd the latest categories.
1999-11-08 Jordan K. HubbardDefensive coding to prevent a potential segfault.
1999-11-08 Kazutaka YOKOTA- Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_RE...
1999-11-08 Poul-Henning... remove a confusing and stale comment.
1999-11-08 Poul-Henning... Oops, a bit too hasty there.
1999-11-08 Jordan K. HubbardAllow distributions to be excluded more easily in scripts.
1999-11-08 Poul-Henning... Ignore leading 'r' in base of root device name.
1999-11-08 Kazutaka YOKOTA- This is the new version of libvgl jointly developed...
1999-11-08 Kazutaka YOKOTA- Added the following options; they have existed in...
1999-11-08 Kazutaka YOKOTA- Added a new kernel configuration option: SC_TWOBUTTON...
1999-11-08 Poul-Henning... Various cleanups.
1999-11-08 Poul-Henning... simplify check for device.
1999-11-08 Kazutaka YOKOTA- Removed SC_VIDEO_DEBUG. It is broken and useless...
1999-11-08 Peter WemmZap DEV_DRIVER_MODULE(). The New world order is that...
1999-11-08 Peter WemmZap devsw_module_handler().
1999-11-08 Peter WemmUse cdevsw_add() explicitly and DRIVER_MODULE().
1999-11-08 Peter WemmCall id_drvinit() from attach, not probe as the OS...
1999-11-08 Peter WemmTake a shot at using cdevsw_add() to get it working...
1999-11-08 Peter WemmUse cdevsw_add() until the rest of the devices are...
1999-11-08 Peter WemmUse DRIVER_MODULE(), apm.c already takes care of it...
1999-11-08 Poul-Henning... Rename remove_dev() to destroy_dev().
1999-11-08 Peter WemmUse (temporarily) cdevsw_add() so we can change from...
1999-11-08 Peter WemmUse cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODU...
1999-11-08 Peter WemmUse DEVICE_MODULE() directly instead of DEV_DRIVER_MODU...
1999-11-08 Peter WemmUse cdevsw_add() explicitly as a workaround for DEV_DRI...
1999-11-08 Peter WemmNo need to use DEV_DRIVER_MODULE() since the bktr drive...
1999-11-08 Peter WemmDon't let drivers that use DEV_DRIVER_MODULE() compile...
1999-11-08 Peter Wemmulpt.c and ums.c already uses make_dev(), so there...
1999-11-08 Peter WemmDon't indirect via devsw_module_handler() for DEV_MODUL...
1999-11-08 Peter WemmA hack basically.. We have a bunch of code that used...
1999-11-08 Sean Eric FaganExplain why Warner is right, and I am wrong, in the...
1999-11-08 Joseph KoshyDocument startup behaviour of mail(1).
1999-11-08 Peter WemmUpdate for fileops.fo_stat() addition. Note, this...
1999-11-08 Peter WemmUpdate the stream socket fileops table to match fo_stat...
1999-11-08 Peter WemmUse fo_stat() rather than Yet Another duplication of...
1999-11-08 Peter WemmAdd a vnode fo_stat() entry point.
1999-11-08 Peter WemmUpdate socket file type for fo_stat(). soo_stat()...
1999-11-08 Peter WemmUpdate pipe code for fo_stat() entry point - pipe_stat...
1999-11-08 Peter WemmUse fo_stat() rather than duplicating knowledge of...
1999-11-08 Peter WemmCreate a fileops fo_stat() entry point. This will...
1999-11-08 Archie CobbsUpdate to better reflect reality.
1999-11-08 Archie CobbsAdd missing documentation for the two control messages...
1999-11-08 Archie CobbsAdd some more clarification.
1999-11-08 Archie CobbsFix crash when trying to duplicate a NULL meta.
1999-11-08 Archie CobbsGet rid of the 'sync2' hook, which was a hack. Instead...
1999-11-08 Archie CobbsAdd support for the IFF_MULTICAST flag. There's not
1999-11-08 Alan CoxRemove unused declarations.
1999-11-07 Alan CoxRemove unused #include's.
1999-11-07 Steve PriceCorrect logic from previous commit - middle processes...
1999-11-07 Poul-Henning... Use vop_panic() instead of spec_badop().
1999-11-07 Poul-Henning... Make vop_panic() a little more informative.
1999-11-07 Poul-Henning... Simplify and de-bogotify check for raw disk.
next