]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Dont call free on non-alloc'd items.
[FreeBSD/FreeBSD.git] / sys /
2006-06-28 sosDont call free on non-alloc'd items.
2006-06-28 sosUpdate AHCI support to be more generic.
2006-06-28 glebius- Recognize more device IDs adding support for BCM5754...
2006-06-27 rinkUpdated the XBOX kernel to use the new nfe(4) driver...
2006-06-27 netchildCorrectly calculate a buffer length. It was off by...
2006-06-27 netchildImprove linprovfs to provide/fix the
2006-06-27 jhbRegen.
2006-06-27 jhbUse kern_shmctl() in svr4_sys_shmctl() and drop use...
2006-06-27 jhbAxe the stackgap macros as the Linux ABIs no longer...
2006-06-27 jhb- Add a kern_semctl() helper function for __semctl...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 jhbRegen.
2006-06-27 jhb- Expand the scope of Giant some in mount(2) to protect...
2006-06-27 anholtFix breakage of CHIP_I855 in the last revision.
2006-06-27 glebiusA netgraph node that can do different manipulations...
2006-06-27 pjd- Use suser_cred(9) instead of directly comparing cr_uid.
2006-06-27 pjd- Use suser_cred(9) instead of directly comparing cr_uid.
2006-06-27 pjd- Use suser_cred(9) instead of directly checking cr_uid.
2006-06-27 pjdCompress direct cr_ruid comparsion and jailed() call...
2006-06-27 pjdUse suser_cred(9) instead of checking cr_uid directly.
2006-06-27 pjd- Use suser_cred(9) instead of checking cr_ruid directly.
2006-06-27 alcMake several changes to pmap_enter_quick_locked():
2006-06-27 alcCorrect a very old and very obscure bug: vmspace_fork...
2006-06-27 thompsaSimplify ipsec_bpf by using bpf_mtap2().
2006-06-26 obrienAdd a pure open source nForce Ethernet driver, under...
2006-06-26 thompsaAdd a pseudo interface for packet filtering IPSec conne...
2006-06-26 babkinBacked out the change by request from rwatson.
2006-06-26 wpaulAdd support for the RealTek 8169SC/8110SC and RTL8101E...
2006-06-26 jhbRegen.
2006-06-26 jhbChange svr4_sys_break() to just call obreak() and mark...
2006-06-26 jhblinux_brk() is MPSAFE.
2006-06-26 jhb- Sync with master: rmdir(), mkdir(), and extattr_...
2006-06-26 jhbAddress a problem I missed in removing Giant from the...
2006-06-26 jhbRemove duplicate security checks already performed...
2006-06-26 andreIn syncache_respond() do not reply with a MSS that...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienImport the nfe (nForce Ethernet) driver from OpenBSD.
2006-06-26 rwatsonTrim basically unused 'unp' in uipc_connect().
2006-06-26 andreSome cleanups and janitorial work to tcp_syncache:
2006-06-26 andreSome cleanups and janitorial work to tcp_dooptions():
2006-06-26 andreReverse the source/destination parameters to in[6]_pcbl...
2006-06-26 rwatsonIn tcp6_usr_attach(), return immediately if SS_ISDISCON...
2006-06-26 mjacobVMWare ESX reports > 16 targets for the LSI-Logic
2006-06-26 mjacobGrumble. VMWare ESX and VMWare WorkStation have *slight...
2006-06-26 samenable rx of control frames when in monitor mode
2006-06-26 scottlFix a memory leak and a nested 'for' loop in the spare...
2006-06-26 samClose race in handling mcast traffic when operating...
2006-06-26 sobomaxImprove check for protective MBR. Instead of assiming...
2006-06-25 alcEliminate a comment that became stale after revision...
2006-06-25 alcEliminate a comment that became stale after revision...
2006-06-25 alcSynchronize accesses to the PTEG table.
2006-06-25 babkinThe common UID/GID space implementation. It has been...
2006-06-25 anholtReplace the three copies of the list of pci ids with...
2006-06-25 rwatsonUse suser_cred() instead of a direct comparison of...
2006-06-25 iedowseIf linker_release_module() fails then we still hold...
2006-06-25 andreDecrement the global syncache counter in syncache_expan...
2006-06-25 mjacobMajor Fixes:
2006-06-24 pjdSimplify the code and remove two mutex operations.
2006-06-24 marcelUpdate to SDM 2.2:
2006-06-24 samremove duplicate ifname in debug msg
2006-06-24 mjacobVMware disk volumes are only on LUN 0, and
2006-06-24 marcelSync up with SDM 2.1:
2006-06-23 cognetBackout previous commit, Warner committed at91_pio...
2006-06-23 cognetThere's no need to allocate that much phdr/shdr from...
2006-06-23 cognetAdd the arm9_setup() prototype.
2006-06-23 cognetComment out at91_pio.c, it's not in CVS.
2006-06-23 jhbFix the name of the data set item for the SYSUNINIT...
2006-06-23 netchildThe linux times syscall can be called with a NULL point...
2006-06-23 samnew stats
2006-06-23 jhbMove the code to handle the vm.blacklist tunable up...
2006-06-23 mohansSize the NFS server dupreq cache on the basis of nmbclu...
2006-06-22 cognetarm9_setup() is now needed even if we're not using...
2006-06-22 marcelAdd the UUID of Apple's HFS file system as can be found...
2006-06-22 andreMove the syncookie MD5 context from globals to the...
2006-06-22 ume- Pullup even when the extention header is unknown...
2006-06-22 ddsMove conditional preprocessing out of the SYSCTL_ADD_ST...
2006-06-22 njlClean up style and some printf messages. Note that...
2006-06-22 marcelIdentify the cual-core Montecito.
2006-06-21 impNitsville: the routine is called initarm, not init_arm...
2006-06-21 jhbReplace the kld_mtx mutex with a kld_sx sx lock and...
2006-06-21 jhbAdd a sx_xlocked() macro which returns true if the...
2006-06-21 jhb- Push down Giant in kldfind() and kldsym().
2006-06-21 jhbWhoops, revert accidental commit.
2006-06-21 jhbFix two comments and a style fix.
2006-06-21 jhbVarious whitespace fixes.
2006-06-21 yarFix the VLAN_ARRAY case, mostly regarding improper...
2006-06-21 kibMake the mincore(2) return ENOMEM when requested range...
2006-06-21 cognetDon't forget to define uart_sa1110_vaddr.
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-21 netchildCommit the DUMMY stuff (printing messages for missing...
2006-06-21 yarTrack interface department events and detach vlans...
2006-06-21 glebius- First initialize ifnet, and then insert it into global
2006-06-20 impCompute physmem so we can print it correctly on boot.
2006-06-20 psFix a potential problem when mfi_get_log_state and...
2006-06-20 psInstead of using scsi probes to do device discovery...
2006-06-20 psFix a typo when getting the log_state and set the flags...
2006-06-20 jhbConditionally acquire Giant around VFS operations.
2006-06-20 thompsaAllow gif interfaces to be added as span ports, the...
2006-06-20 psCleanup dcmd firmware processing into a single function...
2006-06-20 jhbAdd a new section in this file for functions that are...
next