]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add some special handling for AD1986A codec:
[FreeBSD/FreeBSD.git] / sys / sys /
2008-12-24 bmsAdd macro RB_FOREACH_SAFE(), which accepts an additiona...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 samMFH @ 186335
2008-12-20 nwhitehornModularize the Open Firmware client interface to allow...
2008-12-19 samadd makefs to the base system; FreeBSD_version bumped...
2008-12-19 samimport netbsd makefs tool
2008-12-19 kaiwUpdate elf_common.h with new EM_ types found in the...
2008-12-17 peterRemove sysctl debug.elf_trace and the trace field in...
2008-12-17 kmacymerge in 2 buf_ring helper routines for enqueueing...
2008-12-16 attilio1) Fix a deadlock in the VFS:
2008-12-15 qingliThis main goals of this project are:
2008-12-14 marcelAdd __packed to the part sub-structure to compensate for
2008-12-13 mavChange ttyhook_register() second argument from thread...
2008-12-12 jkoshyAdd a field to disambiguate between multiple threads...
2008-12-12 marcusBump __FreeBSD_version for the new VOP_VPTOCNP addition.
2008-12-12 marcusAdd a new error VOP, VOP_ENOENT. This function will...
2008-12-11 edDon't forget to add "npts" to rlimit_ident[] as well.
2008-12-11 bzError in case anyone tried to compile with both options...
2008-12-10 zecConditionally compile out V_ globals while instantiatin...
2008-12-10 jhbRather than using a char array with explicit assumption...
2008-12-08 kmacyadd RW_SYSINIT_FLAGS macro and rw_sysinit_flags initial...
2008-12-05 kibSeveral threads in a process may do vfork() simultaneou...
2008-12-05 jhb- Invoke MOD_QUIESCE on all modules in a linker file...
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 peterkf_offset was supposed to be signed.
2008-12-02 peterMerge user/peter/kinfo branch as of r185547 into head.
2008-12-02 kmacyreturn ENOBUFS when ring is full
2008-12-01 samSwitch to ath hal source code. Note this removes the...
2008-12-01 samimport ath hal
2008-12-01 peterDuplicate another few hundred lines of code in order...
2008-11-30 peterImplement copyout packing more along the lines of what...
2008-11-29 peterWIP kinfo_file/kinfo_vmmentry tweaks. The idea:
2008-11-29 bzMFp4:
2008-11-29 kibIn the nfsrv_fhtovp(), after the vfs_getvfs() function...
2008-11-28 zecUnhide declarations of network stack virtualization...
2008-11-27 jkoshy- Add support for PMCs in Intel CPUs of Family 6, model...
2008-11-24 impThis isn't needed...
2008-11-23 dwmaloneMake the new CCEQ macro a little more like the old...
2008-11-23 samprepare makefs for import to base
2008-11-23 kmacybuf_ring_peek should return NULL if the ring is empty...
2008-11-22 kibAdd sv_flags field to struct sysentvec with intention...
2008-11-22 kmacyAdd flowid to mbuf to allow drivers to uniquely
2008-11-22 kmacy- bump __FreeBSD version to reflect added buf_ring...
2008-11-19 rajInitial storage functionality for U-Boot support library.
2008-11-19 zecChange the initialization methodology for global variab...
2008-11-17 pjdUpdate ZFS from version 6 to 13 and bring some FreeBSD...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-14 edPer request, keep privilege number 20 reserved.
2008-11-11 edSeveral cleanups related to pipe(2).
2008-11-09 jkoshy- Separate PMC class dependent code from other kinds...
2008-11-09 edRegenerate system call tables for r184789.
2008-11-09 edMark uname(), getdomainname() and setdomainname() with...
2008-11-08 edReduce the default baud rate of PTY's to 9600.
2008-11-06 marcelFix copyright notice.
2008-11-05 rodrigcMerge latest DTrace changes from Perforce.
2008-11-05 davidxuRevert rev 184216 and 184199, due to the way the thread...
2008-11-03 attilioRemove the mnt_holdcnt and mnt_holdcntwaiters because...
2008-11-03 dfrRegen.
2008-11-03 dfrImplement support for RPCSEC_GSS authentication to...
2008-11-02 attilioBump __FreeBSD_version in order to reflect vfs_busy...
2008-11-02 attilioImprove VFS locking:
2008-11-01 edReimplement the /dev/console device node.
2008-10-31 peterAdd three extra to the kinfo_proc_vmmap data. kve_offs...
2008-10-28 traszBump __FreeBSD_version after accmode_t introduction.
2008-10-28 traszIntroduce accmode_t. This is required for NFSv4 ACLs...
2008-10-27 edRemove unused consdev structure fields.
2008-10-25 marcelAdd a driver for flash memory that implements to the...
2008-10-23 desRevert the removal of the MALLOC and FREE macros from...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-23 davidxuActually, for signal and thread suspension, extra proce...
2008-10-22 jhbSplit the copyout of *base at the end of getdirentries...
2008-10-21 rdivackyRemove __CC_INT_IS_32BIT define which was used to fix...
2008-10-20 attilioBump __FreeBSD_version in order to reflect prototipes...
2008-10-17 bzAdd cr_canseeinpcb() doing checks using the cached...
2008-10-15 edImport some improvements to the TTY code from the MPSAF...
2008-10-15 davidxuMove per-thread userland debugging flags into seperated...
2008-10-10 attilioRemove the struct thread unuseful argument from bufobj...
2008-10-09 jkoshy- Sparsely number enumerations 'pmc_cputype' and 'pmc_e...
2008-10-06 rwatsonNow that portalfs doesn't directly invoke uipc_connect2...
2008-10-03 rwatsonFurther minor cleanups to UNIX domain sockets:
2008-10-02 rwatsonRemove __Break_the_struct_layout_for_now field from...
2008-10-02 zecStep 1.5 of importing the network stack virtualization...
2008-10-01 peterCollect N identical (or near identical) mkdumpheader...
2008-10-01 edRemove function prototypes of nonexistent TTY functions.
2008-09-28 jkoshyAdd new PMC classes and CPU types.
2008-09-28 jkoshyUpdate a comment.
2008-09-27 edMove uminor() and umajor() to the same place as userspa...
2008-09-26 edRename the `minor' argument of make_dev(9) to `unit'.
2008-09-25 jhbRegen.
2008-09-25 jhbTidy up a few things with syscall generation:
2008-09-24 edAdd another TTY locking migration macro: tty_getlock().
2008-09-23 obrienThe kernel implemented 'memcmp' is an alias for 'bcmp...
2008-09-22 edIntroduce a hooks layer for the MPSAFE TTY layer.
2008-09-22 edFix style(9) issue in TTY header files: document functi...
2008-09-22 jkoshySupport sparsely numbered CPUs.
2008-09-21 edNow that the number of clist consumers have dropped...
2008-09-19 obrienAdd freebsd32 compat shim for nmount(2).
2008-09-18 jhbWhitespace fixes. This file also had 7 space indent...
2008-09-17 attilioDocument the suser(9) and suser_cred(9) interface removal.
2008-09-17 attilioRemove the suser(9) interface from the kernel. It has...
next