]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
[FreeBSD/FreeBSD.git] / sys /
2005-10-05 glebius- Don't pollute opt_global.h with DEVICE_POLLING and...
2005-10-05 glebius- Don't include opt_global.h, it is always included...
2005-10-05 glebiusDefine HAVE_KERNEL_OPTION_HEADERS when building kernel...
2005-10-05 impAdd if_ed_rtl80x9.c
2005-10-05 impRemove debug that crept in..
2005-10-05 impMFp4:
2005-10-04 peterDon't set segment registers via ptrace yet. Its not...
2005-10-04 impWhen data passed into devctl_notify is NULL, don't...
2005-10-04 cognetRemove a never reached RET.
2005-10-04 cognetstrd needs the destination to be double-word aligned...
2005-10-04 thompsaWhen bridging is enabled and an ARP request is recieved...
2005-10-04 andreCorrect brainfart in SO_BINTIME test.
2005-10-04 andreMake SO_BINTIME timestamps available on raw_ip sockets.
2005-10-04 rwatsonRe-order MAC and DAC checks in shmget() in order to...
2005-10-04 cognetdump_avail has nothing to do with ARM_USE_SMALL_ALLOC...
2005-10-04 rikUse FILEDESC_UNLOCK(fdp) after FILE_UNLOCK(p), not...
2005-10-04 csjpProtect PID initializations for statistics by the bpf...
2005-10-04 ddsUpdate the vnode's access time after an mmap operation...
2005-10-04 csjpUse the correct object's backing_object_offset while...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 cognetRemove duplicate entry for DDB.
2005-10-04 cognetReally detect if DDB is enabled.
2005-10-04 cognetMake arm/disassem.c depends on DDB
2005-10-04 cognetFix build when DDB isn't defined.
2005-10-04 csjpStandard Giant push down operations for the Mandatory...
2005-10-04 csjpConditionally pickup Giant in mac_cred_mmapped_drop_per...
2005-10-04 rwatsonRename net.isr.enable to net.isr.dispatch.
2005-10-04 scottlFor some utterly bizarre reason, sparc64 coerces PAGE_S...
2005-10-04 scottlOops, left a compile option enabled that should not...
2005-10-04 truckmanAdd missing word to comment.
2005-10-03 cognetBring in the good version of this file.
2005-10-03 truckmanInitialize the inode i_flag field in ffs_valloc() to...
2005-10-03 jhbUse the constants for the syscall names from syscall...
2005-10-03 jhb- Use if_printf() and device_printf() and axe lge_unit...
2005-10-03 jhb- Use PCIR_BAR().
2005-10-03 cognetAdd dma and aau.
2005-10-03 cognetImport dummy drivers for the i80321 DMA controller...
2005-10-03 cognetMake mem.c know about the pages allocated with ARM_USE_...
2005-10-03 cognetExport the variables needed for the copy/zero API.
2005-10-03 cognetMake sure the interrupt is masked before processing...
2005-10-03 cognetIf a thread already tries to allocate a new memory...
2005-10-03 cognetProvide a dump_avail[] variable, which contains the...
2005-10-03 glebiuso Move a lot of parameter checking from netisr_poll...
2005-10-03 cognet- Provide the kernel l1pt physical address, for userland.
2005-10-03 cognetAdd a new API to let platform-specific ports provide...
2005-10-03 cognetExport the virtual and physical address in which the...
2005-10-03 cognetMakefile magic for the ELF trampoline.
2005-10-03 cognetImport a small ELF trampoline, in which the kernel...
2005-10-03 cognet*blush*
2005-10-03 cognetOnly save the registers that are used.
2005-10-03 cognetasm versions of in_cksum_hdr() and in_pseudo().
2005-10-03 cognetDefine KERNELDUMP_ARM_VERSION.
2005-10-03 cognetImplement savectx().
2005-10-03 cognetKernel dump for arm, ripped from the ia64/amd64 version.
2005-10-03 cpercivaIf sufficiently bad things happen during a call to...
2005-10-03 rwatsonUnlock Giant symmetrically with respect to lock acquire...
2005-10-03 rwatsonAcquire Giant conditionally in in_addmulti() and in_del...
2005-10-03 scottlReintroduce the lmc T1/E1/T3 WAN driver. This version...
2005-10-03 umemake saved cpu level stackable.
2005-10-03 yarImprove handling flags that must be propagated
2005-10-03 yarClean up consistency checks in if_setflag():
2005-10-03 yarLog a message about entering or leaving permanently...
2005-10-02 truckmanAlways wire the sysctl output buffer in sysctl_kern_pro...
2005-10-02 cognet- Call db_setup_paging() for traceall.
2005-10-02 thompsaDo not packet filter in the bridge_start() routine...
2005-10-02 netchild* Fixed rate operation for es1370 chip to solve conflicting
2005-10-02 netchildEmulate pcm mixer controller for any uaudio device...
2005-10-02 netchildThe cmi9739_patch function which is referenced by ac97...
2005-10-02 netchildsys/dev/sound/pcm/sndstat.c:
2005-10-02 netchildGeneral spl* cleanup. It doesn't serve any purpose...
2005-10-02 netchildsys/dev/sound/pcm/ac97.c:
2005-10-02 netchildSoft volume implementation for audio devices without...
2005-10-02 rwatsonAdd a DDB "traceall" function, which stack traces all...
2005-10-02 rwatsonInclude kdb.h so that kdb_active is declared regardless...
2005-10-02 rwatsonComplete removal of mac_create_root_mount/mpo_create_ro...
2005-10-02 maximo Teach sysctl_drop() how to deal with the sockets...
2005-10-02 bpAllow user to override default port numbers used by...
2005-10-02 avatarFixing WEP bustage in hostap mode since 5.2-RELEASE.
2005-10-02 avatarHonouring ic->ic_dtim_period.
2005-10-01 rwatsonSecond attempt at a work-around for fifo-related socket...
2005-10-01 phkMake sure the clone lists are sorted in the right order.
2005-10-01 truckmanCorrect previous commit to fix the sense of the TDP_NOR...
2005-10-01 glebiusBig polling(4) cleanup.
2005-10-01 truckmanCopy new process argument list in do_execve() before...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-30 trhodesAllow the root user to be aware of other credentials...
2005-09-30 impUse ansi function definitions in preference to K&R...
2005-09-30 impNot sporttings on other cards
2005-09-30 phkThe NWFS code in RELENG_6 is broken due to a typo in
2005-09-30 truckmanUn-staticize waitrunningbufspace() and call it before...
2005-09-30 teggeMove some devstat collection to below where large IO...
2005-09-30 impciphy wasn't included here.
2005-09-30 impAdd a more generic version of the mii_phy_match routine...
2005-09-30 impAdd macros which follow the miidevs design pattern...
2005-09-30 nyanMFi386: revision 1.33.
2005-09-30 nyanUse 'PC Card'
2005-09-30 davidxuFox a LOR of sleep and sched_lock by using a timeout...
2005-09-30 truckmanUn-staticize runningbufwakeup() and staticize updateproc.
2005-09-29 fjoe- Fix "end_blk out of range" panic when INVARIANTS.
2005-09-29 truckmanAfter a rmdir()ed directory has been truncated, force...
next