]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-11-11 dillon Remove special case socket sharing code in order...
1999-11-11 dfrReorganise the code so that I can add custom identify...
1999-11-11 nyanSync with sys/isa/fd.c revision 1.167.
1999-11-11 obrienMake `-r -s' also match the BSDI output.
1999-11-11 dfrAdd code to support ISA PnP.
1999-11-11 alcCorrect a locking error in apause: It should always...
1999-11-11 brianOops, netgraph.o -> ether.o for the RELEASE build.
1999-11-10 archieMore bug fixes.
1999-11-10 archieMinor change to the configuration of number of slots.
1999-11-10 dfrRe-organise the code which manages the owner of the...
1999-11-10 sosDont listen to disks that say they can only do 0 sector...
1999-11-10 impvsprintf -> vsnprintf in msg().
1999-11-10 sheldonhDecremement by 1 the value taken for %j before assignin...
1999-11-10 sheldonhAllow the year to be specified with an optional century.
1999-11-10 sheldonhDon't call bash(1) a Korn shell clone. Instead, use...
1999-11-10 phkFinding root devices is a much more sane thing now.
1999-11-10 dfrioctlname() is actually passed a register_t.
1999-11-10 sosMake the atapi device return sensible errno's back...
1999-11-10 archieUpdate to reflect changes in the node type.
1999-11-10 archieFix some bugs; seems to work now. Minor change to the...
1999-11-10 archieMove handling of the address and control fields into...
1999-11-10 alcTwo changes: (1) Use vm_page_unqueue_nowakeup in vm_pag...
1999-11-10 davidnFix cosmetic bug in time display. Current day logins...
1999-11-09 brianIf dev->connected is already set to CARRIER_OK in ether...
1999-11-09 brianDon't recurse into datalink_UpdateSet() after
1999-11-09 dfrFix a boatload of warnings in the generated code on...
1999-11-09 dfrFix the output of 'netstat -I de0 1' for the alpha...
1999-11-09 brianCorrect the ``-unix X'' parsing (last time I only corrected
1999-11-09 dfrDrop ipl to zero before calling ast(). Make sure that...
1999-11-09 dfrFix a warning.
1999-11-09 dfrFix a warning.
1999-11-09 sosAdd devices from the ATA driver (ad, acd, afd, ast).
1999-11-09 brianBe a bit smarter when identifying a netgraph node
1999-11-09 obrienChange the "-r" output format to match BSDI's default...
1999-11-09 phkNext step in the device cleanup process.
1999-11-09 soscleanup the IDE cases a bit, add the ad driver to the...
1999-11-09 yokotaCorrectly record the mouse position in the current...
1999-11-09 nyan- Commented out ed driver.
1999-11-09 yokotaFix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.
1999-11-09 nyanSync with sys/i386/conf/options.i386 revision up to...
1999-11-09 yokotaFix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize...
1999-11-09 acheFix dead loop if locale contains / and not all categori...
1999-11-09 phkAdd libnetgraph
1999-11-09 acheChange default to whois.crsnic.net - new Central Shared...
1999-11-09 peterRe-support "tape" as an alias for device and clean...
1999-11-09 wesAdd information about Intel managed EEPro card.
1999-11-09 alcPassing "0" or "FALSE" as the fourth argument to vm_fau...
1999-11-09 yokotaCosmetic change: correct formatting error in my previou...
1999-11-09 brianDon't treat -unit as a mode flag when counting mode...
1999-11-09 julianRemove a null pointer reference
1999-11-09 phantomRemove useless section.
1999-11-09 phantomRestore sub-chapters order.
1999-11-09 phantomstyle fix
1999-11-09 brianAdd an empty netgraph.o when building a release to...
1999-11-09 phantomFix comments: LKM -> KLD, /etc/objectformat -> /etc...
1999-11-08 n_hibmaThe Qtronix keyboard has a built in PS/2 port for a...
1999-11-08 n_hibmaAdd QTronix keyboard with PS/2 mouse connector
1999-11-08 n_hibmaremove superfluous header include
1999-11-08 sosUnbreak ATAPI on the Aladdin chipset, only DMA access...
1999-11-08 n_hibmaRemove superfluous header file includes
1999-11-08 n_hibmaRemove superfluous header file includes.
1999-11-08 guidoThis commit was generated by cvs2svn to compensate...
1999-11-08 guidoImport of ipfilter 3.3.3 in anticipation of its revival.
1999-11-08 phkA little bit of nitpicking in the 'syncing disks.....
1999-11-08 dillon Fix nfssvc_addsock() to not attempt to free a NULL...
1999-11-08 jhayMake sigreturn() work properly by zeroing mc_onstack...
1999-11-08 jkhAdd the latest categories.
1999-11-08 jkhDefensive coding to prevent a potential segfault.
1999-11-08 yokota- Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_RE...
1999-11-08 phkremove a confusing and stale comment.
1999-11-08 phkOops, a bit too hasty there.
1999-11-08 jkhAllow distributions to be excluded more easily in scripts.
1999-11-08 phkIgnore leading 'r' in base of root device name.
1999-11-08 yokota- This is the new version of libvgl jointly developed...
1999-11-08 yokota- Added the following options; they have existed in...
1999-11-08 yokota- Added a new kernel configuration option: SC_TWOBUTTON...
1999-11-08 phkVarious cleanups.
1999-11-08 phksimplify check for device.
1999-11-08 yokota- Removed SC_VIDEO_DEBUG. It is broken and useless...
1999-11-08 peterZap DEV_DRIVER_MODULE(). The New world order is that...
1999-11-08 peterZap devsw_module_handler().
1999-11-08 peterUse cdevsw_add() explicitly and DRIVER_MODULE().
1999-11-08 peterCall id_drvinit() from attach, not probe as the OS...
1999-11-08 peterTake a shot at using cdevsw_add() to get it working...
1999-11-08 peterUse cdevsw_add() until the rest of the devices are...
1999-11-08 peterUse DRIVER_MODULE(), apm.c already takes care of it...
1999-11-08 phkRename remove_dev() to destroy_dev().
1999-11-08 peterUse (temporarily) cdevsw_add() so we can change from...
1999-11-08 peterUse cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODU...
1999-11-08 peterUse DEVICE_MODULE() directly instead of DEV_DRIVER_MODU...
1999-11-08 peterUse cdevsw_add() explicitly as a workaround for DEV_DRI...
1999-11-08 peterNo need to use DEV_DRIVER_MODULE() since the bktr drive...
1999-11-08 peterDon't let drivers that use DEV_DRIVER_MODULE() compile...
1999-11-08 peterulpt.c and ums.c already uses make_dev(), so there...
1999-11-08 peterDon't indirect via devsw_module_handler() for DEV_MODUL...
1999-11-08 peterA hack basically.. We have a bunch of code that used...
1999-11-08 sefExplain why Warner is right, and I am wrong, in the...
1999-11-08 jkoshyDocument startup behaviour of mail(1).
1999-11-08 peterUpdate for fileops.fo_stat() addition. Note, this...
1999-11-08 peterUpdate the stream socket fileops table to match fo_stat...
next