]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Be more careful about freeing memory after parsing commands.
[FreeBSD/FreeBSD.git] / sys / i386 /
2002-01-05 peterConvert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET...
2002-01-05 jhbChange the preemption code for software interrupt threa...
2002-01-05 peterGC unfinished function selected_proc_ipi(). It is a...
2002-01-03 peterAllow a specific setting for pv entries. This avoids...
2002-01-01 julianAdd the nullmodem device
2001-12-31 dillonGrrr. The tlb code is strewn over 3 files and I misrea...
2001-12-31 dillonYou know those 'XXX what about SMP' comments in pmap_ke...
2001-12-30 phkGC an alternate trap_pfault() which has rotted away...
2001-12-26 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-22 gjAdd the ifpi2 driver.
2001-12-22 gjAdd support for the AVM Fritz!Card PCI version 2 contro...
2001-12-21 tmmUse the new resource_list_print_type() function.
2001-12-21 ruThis commit was generated by cvs2svn to compensate...
2001-12-21 pirzykAdd support for the Intel 82443MX chipset
2001-12-20 jhbIntroduce a standard name for the lock protecting an...
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 peterI am not sure if it is a good idea or not to have my...
2001-12-20 peterReplace a bunch of:
2001-12-20 peterFix some whitespace nits, and a minor error that I...
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-19 phkComment out DEVICE_POLLING so that LINT compiles again.
2001-12-18 jhbAxe stale extern for a non-existent variable.
2001-12-18 julianIn a couple of places, we recalculated addresses we...
2001-12-18 jhbVarious assembly fixes mostly in the form of using...
2001-12-18 jhbAllow the ATOMIC_ASM() macro to pass in the constraints...
2001-12-18 obrienThis commit was generated by cvs2svn to compensate...
2001-12-18 obrienWith GCC 3, we *must* use the GCC stdarg.h. We can...
2001-12-18 jhbModify the critical section API as follows:
2001-12-17 jhbSmall cleanups to the SMP code:
2001-12-14 luigiAdd description of DEVICE_POLLING option.
2001-12-14 luigiClarify the comments related to DUMMYNET and HZ
2001-12-14 luigiDevice Polling code for -current.
2001-12-14 iedowseEnable UFS_DIRHASH in the GENERIC kernel.
2001-12-14 nyanFixed to draw mouse cursor. The syscons driver for...
2001-12-14 rwatsono Clarify the comments on AIO to note that yes, AIO...
2001-12-14 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-14 dillonAdd maxusers auto-sizing description to NOTES file...
2001-12-12 jhbAxe an unneeded PCPU_SET(spinlocks, NULL) that I missed...
2001-12-11 jhbOverhaul the per-CPU support a bit:
2001-12-11 peterDelete some leftover code from a bygone age. We dont...
2001-12-10 guidoAdd new boot flag to i386 boot: -p.
2001-12-10 murrayAdd identification string for AMD-761 host to PCI bridge.
2001-12-10 obrienUpdate to C99, s/__FUNCTION__/__func__/,
2001-12-09 obrienstyle(9)
2001-12-09 dillonAllow maxusers to be specified as 0 in the kernel confi...
2001-12-05 rwatsono Whitespace sync to GENERIC
2001-12-05 mckusickUpdate pathnames for creation of tags file.
2001-12-04 desPROCFS requires PSEUDOFS.
2001-12-04 desPROCFS requires PSEUDOFS. I forgot that GENERIC didn...
2001-12-04 desPROCFS requires PSEUDOFS now.
2001-12-04 jhbAdd a missing open paren to a macro that's been broken...
2001-12-01 mikeo Stop abusing MD headers with non-MD types.
2001-11-30 petercpuid bit 30 is 'IA64', for when you're running in...
2001-11-28 jhbWhitespace fixes so thre 386 versoion of __uint8_swap_u...
2001-11-28 msmithThis commit was generated by cvs2svn to compensate...
2001-11-28 jhbClean up some of the gross macros whitespace wise befor...
2001-11-27 msmithAdd the 'ciss' driver, which supports the Compaq SmartR...
2001-11-26 impMFS: I was confused. This code wasn't in -current...
2001-11-21 fjoeAdd driver for Granch SBNI12-xx ISA and PCI network...
2001-11-20 pbConvert BSD trap codes to i386.
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-18 iwasakiYet another verbose printing cleanup. Remove debug_wak...
2001-11-17 peterFix the non-KSTACK_GUARD case.. It has been broken...
2001-11-17 peterStart bringing i386/pmap.c into line with cleanups...
2001-11-16 iedowseHandle the IBCS2 FIONREAD ioctl. I have only tested...
2001-11-16 peterOops, I accidently merged a whitespace error from the...
2001-11-16 peterConverge/fix some debug code (#if 0'ed on alpha, but...
2001-11-15 sobomaxAllow bit 21 of EFLAGS register (PSL_ID) be changed...
2001-11-15 asmodaiDocument the atkbd flags of 0x03 and be explicit to...
2001-11-15 jhb- Don't enable interrupts in trap() if we trapped while...
2001-11-15 jhbAxe NFS_NOSERVER since it doesn't do anything anymore...
2001-11-13 keramidaReplace use of "0" constraints in inline asm with ...
2001-11-12 keramidaChange constraints to use "+" in inline asm instead...
2001-11-12 jhbUse newer constraints for atomic_cmpset().
2001-11-12 jhbUse newer constraints for inline assembly for an operan...
2001-11-11 impBack out last commit, it was accidental
2001-11-11 imps/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable...
2001-11-11 iwasakiAdd two minor changes.
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-08 peterThis commit was generated by cvs2svn to compensate...
2001-11-06 obrienFix tab damage in rev 1.326.
2001-11-06 iwasakiAdd S4BIOS sleep (BIOS hibernation) and DSDT overriding...
2001-11-05 phkGC userconfig after Peter axed it 15 months ago.
2001-11-05 phkAlso remove the .h files for the old rp driver.
2001-11-05 phkRemove the old RocketPort driver which was left behind...
2001-11-04 phkDon't call cdevsw_add().
2001-11-04 phkDon't call devsw_add().
2001-11-04 phkDon't call cdevsw_add().
2001-11-04 phkDon't call cdevsw_add()
2001-11-04 phkCall to cdevsw_add() no longer needed.
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 mikeo Add new header <sys/stdint.h>.
2001-11-02 impThe sound drivers live in sound/driver, not sound/drivers
2001-11-01 iwasakiSome fix for the recent apm module changes.
2001-11-01 obrienThis commit was generated by cvs2svn to compensate...
2001-11-01 peterSkip PG_UNMANAGED pages when we're shooting everything...
2001-10-31 mjacobRemove previous revision. smp_started back in subr_smp...
next