]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Use standard types in preference to BSD types so that these header files
[FreeBSD/FreeBSD.git] / sys /
2010-03-28 gibbsUse standard types in preference to BSD types so that...
2010-03-27 alcCorrectly handle preemption of pmap_update_pde_invalida...
2010-03-27 alcSimplify pmap_growkernel(), making the i386 version...
2010-03-27 mavFix lock leakage.
2010-03-27 marcelBring up-to-date:
2010-03-27 marcelImplement interrupt to CPU binding. Assign interrupts...
2010-03-27 marcelRemove nx_pcibus from the nexus resource. Nexus is...
2010-03-27 jfvUpdate the driver to Intel version 2.1.6
2010-03-26 marcelRename disable_intr() to ia64_disable_intr() and rename...
2010-03-26 mjacobD'oh- isp_handle_index' logic was reversed (not used...
2010-03-26 rpauloPass the correct pointer to fled_cb().
2010-03-26 mjacobClean up some printing stuff so that we can have a...
2010-03-26 netchildRevert r205683 to resolve some code quality issues...
2010-03-26 fabientHandling SIGPIPE will cause deadlock/crash.
2010-03-26 netchildFix some bogus values in linprocfs.
2010-03-26 jhSupport only LOOKUP operation for "/" in relookup(...
2010-03-26 netchild- add some usb devices (scanner, printer, usb storage)
2010-03-26 mavUse last 16 bytes of serial number in metadata instead...
2010-03-26 netchildFix a typo in a comment.
2010-03-26 netchildFix some problems which may lead to a panic:
2010-03-26 neelReplace sb_store64()/sb_load64() with mips3_sd()/mips3_...
2010-03-26 marcelOnly use the interval timer for clock interrupts on...
2010-03-26 rmacklemPatch the experimental NFS server in a manner analagous...
2010-03-26 delphijOur boot loader is capable of booting both i386 and...
2010-03-26 rmacklemPatch the regular NFS server so that it returns ESTALE...
2010-03-26 nwhitehornFix the ia64 build.
2010-03-25 jkimDo not penalize correct or correctable VESA mode tables...
2010-03-25 alcA ptrace(2) by one processor may trigger a promotion...
2010-03-25 yongariUse pci_get_max_read_req() and pci_set_max_read_req...
2010-03-25 jkimRevert accidentally committed initial real mode %sp...
2010-03-25 jkimOptimize real mode page table lookup.
2010-03-25 jkimFix stupid typos. Some VESA BIOSes directly call BIOS...
2010-03-25 nwhitehornAdd the ELF relocation base to struct image_params...
2010-03-25 nwhitehornChange the arguments of exec_setregs() so that it recei...
2010-03-25 nwhitehornChange the way text_addr and data_addr are computed...
2010-03-25 netchildPropagate CONF_CFLAGS (from makeoptions) to the module...
2010-03-25 bzWe are holding a write lock here so avoid aquiring...
2010-03-25 glebiusRemove disabled code. In 99% cases exports are send...
2010-03-24 rrsAdds the option of keeping per-cpu statistics in SCTP...
2010-03-24 rrslagging file I forgot to commit with my nr-sack fixes...
2010-03-24 rrsFix for NR-Sack code. The code was NOT working properly...
2010-03-24 bzPrint the pointer to the lock with the panic message...
2010-03-24 luigimake the module loadable
2010-03-24 mavDo not fetch precise time of request start when stats...
2010-03-24 jkimAlign memory access of 24-bit pixel renderer to word...
2010-03-24 jkimTeach VGA framebuffer about 8-bit palette format for...
2010-03-24 luigiHonor ip.fw.one_pass when a packet comes out of a pipe...
2010-03-24 jhbAdd missing Giant locking for the vfsconf list.
2010-03-24 neelFix periodic "t_delta 16.01359db7eb5eb3c0 too long...
2010-03-24 nwhitehornThe nargvstr and nenvstr properties of arginfo are...
2010-03-24 alcAdapt r204907 and r205402, the amd64 implementation...
2010-03-24 rmacklemFix the experimental NFS subsystem so that it uses...
2010-03-23 marcelFix an off-by-one bug for the number of slots on a...
2010-03-23 jkimAdd my copyright here. It seems I have contributed...
2010-03-23 jkimBe extremely careful when we determine bytes per scan...
2010-03-23 rmacklemWhen the regular NFS server replied to a UDP client...
2010-03-23 jkimFall back to VGA palette functions if VESA function...
2010-03-23 jkimMap entire video memory again. This is a partial backo...
2010-03-23 jkimSeparate 24-bit pixel draw from 32-bit case. Although...
2010-03-23 jhbImplement /proc/filesystems.
2010-03-23 jhbReject attempts to create a MAP_ANON mapping with a...
2010-03-23 marcelAdd definitions for a 4th PCI host controller. No Frees...
2010-03-23 delphijAdd PCI ID for MCS9901's parallel port.
2010-03-23 marcelEnable power management for E500 cores. Use "doze"...
2010-03-23 rpauloWhen receiving a management frame, pass the mbuf to...
2010-03-23 rpauloAdd MCS to the list of media types.
2010-03-23 rpauloAdd a new field for extended HT capabilities.
2010-03-23 nwhitehornGet nexus(4) out of the RTC business. The interface...
2010-03-23 rrsFixes a bug where SACKs in the face of
2010-03-23 nwhitehornOpen Firmware on powerpc is generally non-reetrant...
2010-03-23 nwhitehornDo not declare the various OFW command buffers static...
2010-03-23 marcelActually pass a pointer to the trapframe to powerpc_ext...
2010-03-22 kmacy- boot-time size the ipv4 flowtable and the maximum...
2010-03-22 kmacy- enable alignment on amd64 only
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-22 jkimSupport memory wraparound instead of high memory as...
2010-03-22 marcelo Remove the pmap argument to pmap_invalidate_all...
2010-03-22 jkimFix i386 PAE kernel build.
2010-03-22 jhbRemove unneeded type specifiers from 64-bit constants...
2010-03-22 emasteMerge r197455 from amd64:
2010-03-22 marcelDrop the pmap argument to pmap_invalidate_page(). It...
2010-03-22 marcelWith preemption, the high FP registers may get enabled...
2010-03-22 marcelFix interrupt handling by extending the critical region...
2010-03-22 marcelDisable interrupts when calling into SAL for PCI config...
2010-03-22 marcelDefine curthread as an inline function that loads the...
2010-03-21 marcelPrint MD fields in the pcpu to aid debugging.
2010-03-21 marcelDon't include <machine/_regset.h> when _MACHINE_REGSET_...
2010-03-21 cognetMake sure we insert and remove the PV entries related...
2010-03-21 edActually make O_DIRECTORY work.
2010-03-21 mav- Spec tells that CCC interrupt is edge triggered....
2010-03-21 luigiAdd a priority-based packet scheduler.
2010-03-21 luigino need for ipfw_flush_tables(), we just need ipfw_dest...
2010-03-21 luigirevise documentation
2010-03-21 mavAdd some more codec IDs.
2010-03-21 mjacobAdd 'rotate' and 'getactive' verbs to provide some...
2010-03-21 emasteAvoid holding the VLAN_LOCK() over the parent interface...
2010-03-21 marius- The firmware of Sun Fire V1280 has a misfeature of...
2010-03-21 alcEliminate a pointless TLB invalidation from pmap_bootst...
2010-03-21 alcI am told by AMD that the machine check hardware on...
2010-03-20 mariusImprove the KVA space sizing of 186682; on machines...
next