]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
A Perl5 version of makedevops.sh. Fixes a bug in the sh/awk version
[FreeBSD/FreeBSD.git] / sys /
1998-10-29 wollmanA Perl5 version of makedevops.sh. Fixes a bug in the...
1998-10-29 wollmanThe new resource manager, hopefully in a reasonably...
1998-10-28 rvbChange the way unmounting happens to guarantee that the
1998-10-28 rvbUpdate
1998-10-28 rvbVenus must be passed O_CREAT flag on VOP_OPEN iff this is
1998-10-28 msmithSimplify the "is a character ready" test, so that we...
1998-10-28 dgFixed wrong comments in and about vm_page_deactivate().
1998-10-28 dgAdded a second argument, "activate" to the vm_page_unwi...
1998-10-28 katoSync with sys/i386/conf/Makefile.i386 revision 1.127.
1998-10-28 jkhClarify a rather ambiguous debugging message.
1998-10-28 dfrAdd BUS_DEBUG option in opt_bus.h
1998-10-27 rnordierAvoid interruptions while talking to keyboard controller.
1998-10-27 rnordierbiosboot compatibility fix: change behavior of backspac...
1998-10-27 dgAdded needed splvm() protection around object page...
1998-10-27 bdeOops, the redundant tests for major numbers weren't...
1998-10-27 dfrLots of debugging code and some bugfixes.
1998-10-27 dfrSome optimisations to the fragment reassembly code.
1998-10-27 dfrFix a bug in the new fragment reassembly code which...
1998-10-26 bdeRemoved redundant bitrotted checks for major numbers...
1998-10-26 bdeUpdated the major number check in vfs_object_create...
1998-10-26 bdeCheck the major number of the boot device more carefull...
1998-10-26 bdeFixed breakage of the GPROF case of statclock() in...
1998-10-25 bdeOops, back out some local changes that shouldn't have...
1998-10-25 bdeFixed breakage of the !SMP case of roundrobin() in...
1998-10-25 bdeDon't follow null bdevsw pointers. The `major(dev...
1998-10-25 bdeDon't follow null bdevsw pointers. The `major(dev...
1998-10-25 bdeDon't follow null bdevsw pointers. The `major(dev...
1998-10-25 phkNitpicking and dusting performed on a train. Removes...
1998-10-25 bdeFixed device number checking in bdevvp():
1998-10-25 bdeFixed sysctl attachment for statically configured vfs's.
1998-10-25 phkAdd some missing dependencies.
1998-10-25 paulFix the interrupt mask generated for enabling/disabling...
1998-10-24 phkUpdate to current reality. We can now track several...
1998-10-24 phkUpdate and add timekeeping code.
1998-10-24 phkHeader file for XRPU devices.
1998-10-24 msmithDon't complain about SIOCGIFMEDIA; it's harmless and...
1998-10-24 msmithDon't put 0x in front of %p, it does it already.
1998-10-24 msmithReserve some space for the stack in the region we recov...
1998-10-23 msmithClean the ${BASE}.sym file as well.
1998-10-23 msmithRemove a debugging copy of offsetof() that snuck in.
1998-10-23 msmithEnable the PCI BIOS PnP enumerator.
1998-10-23 msmithPnP enumerator using the PCI BIOS. This is needlessly...
1998-10-23 bdeIgnore `vector xxxintr' specifications except for check...
1998-10-23 katoSync with sys/i386/isa/clock.c revision 1.128.
1998-10-23 peterRefer to vinum driver sources in a single location...
1998-10-23 peterMove the kld stuff to here.
1998-10-23 phkUpdate timecounters to new interface.
1998-10-23 phkChange the way we simulate stable storage for timecounters.
1998-10-23 phkRemove the tc_cost field from timecounters.
1998-10-23 dgOops, revert part of last fix. vm_pager_dealloc() can...
1998-10-23 dgFixed two bugs in recent commit: in vm_object_terminate...
1998-10-22 kenFix a problem with the way we handled device invalidati...
1998-10-22 msmithPnP BIOS enumerator; mostly useful for hunting PnP...
1998-10-22 msmithAdd a dependancy on the BTX crt0 object
1998-10-22 msmithAdd biospnp.c
1998-10-22 msmithPop the return address off the stack before making...
1998-10-22 msmithExport an interface for presetting the ISA PnP read...
1998-10-22 wpaulClose PR #8409:
1998-10-22 bdeRemoved all `vector xxxintr' specifications. Interrupt...
1998-10-22 wpaulClose PR #8384:
1998-10-22 bdeRemoved all `vector xxxintr' specifications. Interrupt...
1998-10-22 bdeRemoved all `vector xxxintr' specifications. Interrupt...
1998-10-22 bdeQuote port names that have a digit in them. IO_TIMER1...
1998-10-22 bdeRemoved all `vector xxxintr' specifications. Interrupt...
1998-10-22 bdeFixed the ifdef for `uart' driver being present. The...
1998-10-22 katoAdded rl driver.
1998-10-22 luigiFix behaviour of the driver with small files -- due...
1998-10-22 bdeThe previous change was much too simple to actually...
1998-10-22 bdeInitialize isa_devtab entries for interrupt handlers...
1998-10-22 dgMake the VM system handle the case where a terminating...
1998-10-22 dgDefer rundown (m_freem) of completed transmit buffers...
1998-10-22 dgConvert fake page allocs to use the zone allocator...
1998-10-21 dgSet m->object to NULL in dev_pager_getfake().
1998-10-21 msmithBye-bye setdefs.
1998-10-21 msmith - Enable PnP and ISA PnP code.
1998-10-21 msmithDon't depend on being part of the kernel tree. If...
1998-10-21 msmithMake ISA PnP work. This successfully enumerates as...
1998-10-21 rnordierGet things limping along again for the 80386 and friend...
1998-10-21 jdpEliminate a superfluous comment.
1998-10-21 dgNuked PG_TABLED flag. Replaced with m->object != NULL.
1998-10-21 dgAdd a diagnostic printf for freeing a wired page. This...
1998-10-21 dgDecrement the now unused page table page's wire_count...
1998-10-21 grogconfig.c:
1998-10-20 rnordierMake serial port, data format, and bps configurable.
1998-10-20 msmithHex constants should only have one '0x' prefix.
1998-10-19 wpaulModify the transmit packet queuing strategy a bit to...
1998-10-19 rnordierMake configurable (a) whether to use int 0x13 extension...
1998-10-19 dfrReclaim the 48k used by the first bootstrap stage by...
1998-10-18 dfrRename boot2 to loader.
1998-10-18 dfrR_ALPHA_RELATIVE relocations need to add the value...
1998-10-18 wpaulAdd driver support for PCI fast ethernet adapters based...
1998-10-18 katoCommented out aic.
1998-10-18 peterSome cleanups and optimizations:
1998-10-18 peterAdd an ELF_MACHINE_OK() macro for compatability with...
1998-10-18 katoUpdate SMP-GENERIC98 to something a bit more recent...
1998-10-18 katoSync with sys/i386/conf/GENERIC revision 1.125.
1998-10-18 phkAdd a missing ++.
1998-10-18 phkAdded missing dependency for bus_if.o on bus_if.h
1998-10-18 peterInitialize earlier (ie: before npx) in case it makes...
1998-10-18 peterPrint a message if bootverbose that the emulator is...
next