]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Improve the example FreeBSD/Beastie poster a bit:
[FreeBSD/FreeBSD.git] / sys /
2001-08-07 ddIntroduce a force option, MD_FORCE, that instructs...
2001-08-07 jhbGrab Giant arond page faults. ia64 boots again in...
2001-08-07 scottlAdding missing () in a KASSERT format string.
2001-08-07 rumdoc(7) police:
2001-08-07 nyanMerged from sys/dev/syscons/syscons.c revisions 1.370...
2001-08-07 nyanMerged from sys/dev/syscons/scterm-sc.c revision 1.16.
2001-08-07 yokotaDon't call wakeup() while we are in DDB. The patch was
2001-08-06 brooksAdd PCI ID for Cisco Aironet 350 Series cards. The...
2001-08-06 scottlMake AAC_COMPAT_LINUX optional once again.
2001-08-06 umeprinted current sequence number of the SA. accordingly...
2001-08-06 umedo not play too much trick with evaluation order. ...
2001-08-06 umefixed to make a response in key_spdadd(). reported...
2001-08-06 umemerged key_cmpsaidx_*.
2001-08-06 nate-Finished cleanup of old 'ThinkPad' comments that are...
2001-08-06 jhbGet the order of the sys/_lock.h and sys/_mutex.h heade...
2001-08-06 greenPreviously, the ELF linker would always just store...
2001-08-06 dfrMake this compile again.
2001-08-06 dfrRemove usage of nonexistent vm_mtx.
2001-08-06 chrisRemove the fildesc_clone() function and its associated...
2001-08-06 scottlPut the linux compat ioctl interface on death row....
2001-08-06 scottlMissed this one in my 80-column sweep.
2001-08-06 jakeHandle dmmu protection faults as well as misses. Enabl...
2001-08-06 jakeAdd page fault and high level tsb miss handlers.
2001-08-06 jakeHandle switching switching mmu contexts and mapping...
2001-08-06 jakeSave the primary mmu context around calls to the prom...
2001-08-06 jakeRemove some debug code.
2001-08-06 jakeHandle managed and unmanaged mapping better. Allocate...
2001-08-06 jakeAdd trap handlers for dmmu faults from user mode, and...
2001-08-06 jakeThe kernel runs at a much lower address now.
2001-08-06 jakeFix macros for dealing with tte contexts.
2001-08-06 jakeOops. Last commit to tsb.h should have gone here.
2001-08-06 jakeFix macros for setting and extracting the context field...
2001-08-06 jakeAdd a vm_object and page count to struct pmap for alloc...
2001-08-06 jakeAdd code model medlow to cflags and move the kernel...
2001-08-05 msmithThe Intel 440MX ACPI timer seems to work properly,...
2001-08-05 gibbs aic7xxx.c:
2001-08-05 nate- Removed comment about ThinkPad keyboards from the...
2001-08-05 scottlOnce again throw out the calculation of si_iosize_max...
2001-08-05 impNow that we are setting a bit in the PCIC_INT_GEN ...
2001-08-05 impOrder PCIC_INT_GEN bits large to small, like all other...
2001-08-05 scottlBugfixes. Close a race and logic bug in the timeout...
2001-08-05 scottlFix a couple of copyright issues and an 80 column nit...
2001-08-05 tmmAdd a missing semicolon to unbreak the kernel build...
2001-08-05 tmmSigh. Add two files needed for the sparc64 fp contect...
2001-08-04 jhbWhitespace fixes.
2001-08-04 jhbAxe unused and invalid astpending globaldata member.
2001-08-04 jhbAxe unused and invalid GD_ASTPENDING symbol.
2001-08-04 jhb- Fix a comment.
2001-08-04 tmmAdd a zdestroy() function to the zone allocator. This...
2001-08-04 tmmAdd floating point context switching code for sparc64.
2001-08-04 tmmExport the tk_nin and tk_nout variables (number of...
2001-08-04 tmmExport the head structure for the device statistics...
2001-08-04 umeWhen running aplication joined multicast address,
2001-08-04 impKill debug output for sn device. It is confusing the...
2001-08-03 jhbAdd KTR_INTR tracepoints for when clock interrupts...
2001-08-03 umeWhen global anycast address was assigned to lo0, wrong...
2001-08-03 rwatsonAnton kindly pointed out (and fixed) a bug in the Jail...
2001-08-03 rwatsonRemove dangling prototype for the now defunct procfs_km...
2001-08-03 dcsMFS: Avoid dropping fragments in the absence of an...
2001-08-03 rwatsonCollapse a Pmem case in with the other debugging files...
2001-08-03 rwatsonRemove read permission for group on the /proc/*/mem...
2001-08-03 rwatsonPrior to support for almost all ps activity via sysctl...
2001-08-03 fennerDon't terminate the uiomove() loop on a zero-length...
2001-08-03 msmithReverse the logic here again with regards to "trusted...
2001-08-03 msmithShoud build resources in the _CRS buffer. Oops.
2001-08-03 msmithMove the resource pointer when we reallocate the buffer.
2001-08-03 bmilekicRename mb_init() mbuf subsystem initialization routine...
2001-08-03 jakeRemove some code that appears to have endian problems...
2001-08-03 jakeMove some code related to managing pv entries from...
2001-08-03 jakeFix a bug translating virtual translation table entry...
2001-08-03 jakeDefine proc0paddr. Call init_param() as early as possible.
2001-08-03 jakeAdd a Makefile, ldscript, and config magic for sparc64...
2001-08-03 jakeAdd an Elfhashelt type for sparc64.
2001-08-03 scottlReformat for 80 columns. Sorry, but I had to do it.
2001-08-03 peterFurther Makefile.* sync (from Makefile.ia64). The...
2001-08-03 peterMove MKMODULESENV+= *after* MKMODULESENV=
2001-08-02 peterAdd a cosmetic comment.
2001-08-02 jhbUse 'p' instead of the potentially more expensive ...
2001-08-02 greidSet up the via_chinfo structures properly so we write...
2001-08-02 impMake the fmt arguments to make_dev and make_dev_alias...
2001-08-02 jonfix memory leak when error during opening of routing...
2001-08-02 yokotaInclude opt_splash.h.
2001-08-02 yokotaUse #ifdef DEV_SPLASH (from opt_splash.h) rather than
2001-08-02 yokotaAdd FBIO_BLANK ioctl support. Return ENODEV for yet...
2001-08-02 yokotaAdd some definitions. Their actual support will be...
2001-08-02 sheldonhWhen building a debugging kernel with modules, build...
2001-08-02 sobomax- Deny detaching requests until device is still open...
2001-08-02 brianPack struct uniqtag declarations to stop our data field...
2001-08-02 sheldonhWhen building a debugging kernel with modules, build...
2001-08-02 yokotaRefine cursor type/shape control escape sequences and
2001-08-02 alfredFixups for the initial allocation by dillon:
2001-08-02 mjacobOops- don't set 'goal' twice when you mean to set ...
2001-08-01 mjacobRevert part of previous- I misunderstood the use of...
2001-08-01 peterTemporarily back out kern_sig.c rev 1.125 and kern_exit...
2001-08-01 ddFix grammar nit.
2001-08-01 impTI cardbus bridges, 12xx and newer, have an interesting...
2001-08-01 mjacobDon't initialize a clock twice (it's not a function...
2001-08-01 iedowseFix a client-side memory leak in nfs_flush(). The code...
2001-08-01 grogopen_device: Recognize ar device.
2001-08-01 gshapiroThis commit was generated by cvs2svn to compensate...
next