]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-05-10 Peter Wemm#if 0 some unused code (debug?) to quiet a warning.
1999-05-09 Peter WemmClean out some unused leftovers from before the split...
1999-05-09 Peter WemmUn-duplicate DO_SETBITS() (it was identical for both...
1999-05-09 Peter WemmFor what it's worth, idelayed is declared as a volatile...
1999-05-09 Peter Wemmloadandclear() uses an atomic instruction (even on...
1999-05-09 Peter Wemm#ifdef BRIDGE around a goto label used by the bridge...
1999-05-09 Stefan EßerReally support Ultra-2 chips. Symbios redefined a regis...
1999-05-09 Peter WemmMove KERNEL?=kernel to top of the file where it's more...
1999-05-09 Peter WemmPut an example of 'makeoptions KERNEL=foo' to replace...
1999-05-09 Andrzej BialeckiSilence message about absence of PnP overrides.
1999-05-09 Peter WemmRemove hackish foot protection.. If you ask for an...
1999-05-09 Peter WemmLites2 seems to have pretty much disappeared from the...
1999-05-09 Peter WemmMake COM_ESP and COM_MULTIPORT compile for LINT. It...
1999-05-09 Poul-Henning... don't confuse units and devices.
1999-05-09 Peter WemmFor the ioctl that reads the pci configuration, look...
1999-05-09 Peter WemmGC unused variable in struct.
1999-05-09 Brian SomersRevert to the previous behaviour of only doing a utmp
1999-05-09 Nick HibmaEnable the support for a file interface on the HID...
1999-05-09 Brian SomersDeal with the fact that as we now mbuf_Read the fsm
1999-05-09 Kirk McKusickPut back changes that might be causing trouble on Alpha.
1999-05-09 Nick HibmaReserve 124 for USB Communications Class Drivers
1999-05-09 Nick HibmaAdd the USB Mass Storage manual page
1999-05-09 Peter Wemms/main/mi_startup/
1999-05-09 Peter Wemms/main/mi_startup/ for the kernel entry point so that...
1999-05-09 Peter WemmMove a couple of bits of (now) static content from...
1999-05-09 Peter WemmPut on my viking helmet from the closet, and get out...
1999-05-09 Nick HibmaAdded Thrustmaster Fusion Digital Gamepad
1999-05-09 Poul-Henning... Make minor, major and makedev inline functions so we...
1999-05-09 Peter WemmWe don't have composite devices here either.
1999-05-09 Poul-Henning... No point in swapdev being a static global when used...
1999-05-09 Poul-Henning... config(8) lobotomy, please see commit msg in sys.
1999-05-09 Peter WemmMissing revision markers.
1999-05-09 Peter WemmSimplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can...
1999-05-09 David E. O... Turn on compat22 dist.
1999-05-09 Peter WemmOptimize out a couple of places where com_addr() is...
1999-05-09 Poul-Henning... Oops. If ROOTDEVNAME isn't defined, have -r call -a.
1999-05-09 Poul-Henning... no longer used.
1999-05-09 Poul-Henning... Major lobotomy of config(8). The
1999-05-09 Peter WemmDelete the #if'ed out old isa bus probe/attach routines
1999-05-09 Peter WemmMake the pci vga detection work so that the card is...
1999-05-09 Peter WemmFix a couple of warnings and some bitrot in comments.
1999-05-09 Peter WemmAlways use the module system, rather than in an #ifdef.
1999-05-09 Peter WemmArgh, don't clobber the pci device list if there are...
1999-05-09 Kris KennawayMore typos.
1999-05-09 Kris KennawayTypo.
1999-05-09 Peter WemmQuiet a warning, put a #if 0 around some (I believe...
1999-05-09 Poul-Henning... major(something) can never become NODEV.
1999-05-09 Poul-Henning... remove cast from dev_t to dev_t.
1999-05-09 Peter WemmMove opt_sio.h options to conf/options and activate...
1999-05-09 Poul-Henning... Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about...
1999-05-09 Doug RabsonRemove DDB.
1999-05-09 Doug RabsonBack out the last change to disk.c - a kernel change...
1999-05-09 Doug RabsonHack the diskslice stuff so that it allows the alpha...
1999-05-09 Poul-Henning... add some amount of sanity to the way the gdb stuff...
1999-05-09 Peter WemmFix two warnings.
1999-05-09 Peter WemmFix warnings.
1999-05-09 Poul-Henning... Yet a major/dev_t confusion
1999-05-09 Poul-Henning... siocngetc & putc can be staticized.
1999-05-09 Poul-Henning... Yet another place which knew too much. Still not sure...
1999-05-09 Poul-Henning... fix some DRIVER_TYPE / INTR_TYPE confusions.
1999-05-09 Poul-Henning... Don't confuse dev_t and major numbers in DEV_MODULE()
1999-05-09 Poul-Henning... Peter beat me to half this patch, but didn't do the...
1999-05-09 Peter WemmComment advising ordering of cdevsw_add and bdevsw_add...
1999-05-09 Poul-Henning... Duh, bdevsw() takes dev_t arg.
1999-05-09 John BirrellMutex test program.
1999-05-09 John BirrellAdd mutex test program.
1999-05-09 KATO TakenoriRemoved DRIVER_TYPE_TTY field.
1999-05-09 Kazutaka YOKOTAReserve a major number for the frame buffer device.
1999-05-09 KATO TakenoriSync with sys/isa/sio.c revision 1.234.
1999-05-09 Kazutaka YOKOTADon't confuse cursor keys with numpad keys when composi...
1999-05-09 Kazutaka YOKOTAMinor tweak after the introduction of new-bus to i386...
1999-05-09 Kazutaka YOKOTARevive APM hooking code for i386 arch now that the...
1999-05-09 Kazutaka YOKOTAMake apm_probe() properly return an error code when...
1999-05-09 Kazutaka YOKOTAAdded backward compatibility to set key repeat rate.
1999-05-09 KATO TakenoriRemoved DRIVER_TYPE_TTY field.
1999-05-09 KATO TakenoriSync with sys/isa/atkbd_isa.c revision 1.4.
1999-05-09 KATO TakenoriSync with sys/i386/isa/wd.c revision 1.197.
1999-05-09 KATO TakenoriSync with sys/i386/isa/pcausio.c revision 1.48.
1999-05-09 KATO TakenoriSync with sys/i386/isa/npx.c revision 1.61.
1999-05-09 KATO TakenoriSync with sys/i386/isa/mse.c revision 1.42.
1999-05-09 KATO TakenoriSync with sys/i386/isa/fd.c revision 1.142.
1999-05-09 KATO TakenoriSync with sys/i386/i386/userconfig.c revision 1.141.
1999-05-09 KATO TakenoriSync with sys/i386/conf/majors.i386 revision 1.72.
1999-05-09 KATO TakenoriSync with sys/i386/conf/files.i386 revision 1.238.
1999-05-09 KATO TakenoriSync with sys/i386/conf/Makefile.i386 revision 1.149.
1999-05-09 Kenneth D.... Add a facility in the CAM error handling code to retry...
1999-05-08 Dmitrij TejblumFix a freelist trashing under following confitions:
1999-05-08 Doug RabsonMove the declaration of the interrupt type from the...
1999-05-08 Kenneth D.... The 2930U2 and 3950U2 are supported by the Adaptec...
1999-05-08 Peter WemmTrivial tweak to avoid a warning.
1999-05-08 Peter WemmAdd some notes about the globalness of certain things...
1999-05-08 Peter WemmFix a typo (eisa<->isa) and some minor cosmetics.
1999-05-08 Peter WemmGC some #if 0 junk
1999-05-08 Kenneth D.... Devices are hardwired with "unit 0", not "lun 0" as...
1999-05-08 Doug RabsonMake libdisk see the existing partitiions on the alpha.
1999-05-08 Peter WemmPrint 'irq nn' on the device attach line like the old...
1999-05-08 Peter WemmPrint the child IRQ on it's identification line.
1999-05-08 Peter WemmDon't print 'interrupting at irq nn' on the x86 family...
1999-05-08 Peter WemmBrace initializers to avoid a warning.
1999-05-08 Peter WemmI'm sick of the automatic rename of /kernel to /kernel...
next