]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Merge from pprojects/mips to head by hand.
[FreeBSD/FreeBSD.git] / sys / sys /
2010-01-09 impMerge from pprojects/mips to head by hand.
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 attilioIntroduce the new kernel thread called "deadlock resolver".
2010-01-08 attilio- Fix a bug in sched_4bsd where the timestamp for the...
2010-01-06 impMerge from head at r201628.
2010-01-05 davidxuUse umtx to implement process sharable semaphore, to...
2010-01-04 edMake TIOCSTI work again.
2010-01-04 kibBump __FreeBSD_version for scandir(3) and alphasort...
2010-01-04 davidxuAdd user-level semaphore synchronous type, this change...
2010-01-02 impWelcome to 2010.
2009-12-31 brooksThe devices that supported EVFILT_NETDEV kqueue filters...
2009-12-29 rnolandUpdate d_mmap() to accept vm_ooffset_t and vm_memattr_t.
2009-12-28 edUse ANSI declarations instead of K&R.
2009-12-28 mavAdd BIO_DELETE support to ada(4):
2009-12-26 jkoshyLog process mappings for existing processes at PMC...
2009-12-24 mavAdd two disk ioctls, giving user-level tools informatio...
2009-12-22 traszCosmetic fixes.
2009-12-21 traszImplement NFSv4 ACL support for UFS.
2009-12-21 kibVI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBE...
2009-12-19 edLet access overriding to TTYs depend on the cdev_priv...
2009-12-16 impRevert 200606.
2009-12-16 impFix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COM...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-14 rpauloAdd apple-boot and apple-ufs.
2009-12-14 rpauloAdd more Apple partition types.
2009-12-13 bzThroughout the network stack we have a few places of
2009-12-12 attilioIn current code, threads performing an interruptible...
2009-12-11 luigionly export bio_cmd and flags to userland (bio_cmd are
2009-12-09 jhbFor some buses, devices may have active resources assig...
2009-12-06 edAdd a libutempter compatibility interface to libulog.
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-02 kibBump __FreeBSD_version for sigpause(3) addition [1...
2009-12-01 mavAdd CAM_ATAIO_DMA ATA command flag to mark DMA protocol...
2009-11-28 edDecompose <sys/termios.h>.
2009-11-28 bzAdd SDT_PROBE[1-5] in the same way we have SDT_PROBE_DE...
2009-11-26 kibImplement rtld part of the support for -z nodlopen...
2009-11-26 kibImplement sighold, sigignore, sigpause, sigrelse, sigse...
2009-11-26 mavDrop USB mass storage devices support from ata(4)....
2009-11-23 marcelDon't make MJUMPAGESIZE equal to PAGE_SIZE unconditionally.
2009-11-17 kibAmong signal generation syscalls, only sigqueue(2)...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 delphijRevert revision 199201 for now as it has introduced...
2009-11-12 gonzoMFC @199204
2009-11-11 delphijAdd interface description capability as inspired by...
2009-11-10 kibIn r198506, kern_sigsuspend() started doing cursig...
2009-11-10 kibExtract the code that records syscall results in the...
2009-11-06 edAdd MAP_ANONYMOUS.
2009-11-04 mavMFp4:
2009-11-03 mavFix constants.
2009-11-03 edMake /dev/klog and kern.msgbuf* MPSAFE.
2009-11-03 jkimFix VESA color palette corruption:
2009-11-03 attilioSplit P_NOLOAD into a per-thread flag (TDF_NOLOAD).
2009-10-31 edTurn unused structure fields of cdevsw into spares.
2009-10-30 kibTrapsignal() and postsig() call kern_sigprocmask()...
2009-10-29 emasteAdd additional featuresState.fBits entries to simplify...
2009-10-29 mavDefine identify fields described in CF specification.
2009-10-29 ruHZ is now 1000 on most platforms, update a comment.
2009-10-28 thompsaAllow a scratch buffer to be set in order to be able...
2009-10-27 kibRegenerate
2009-10-27 kibCurrent pselect(3) is implemented in usermode and thus...
2009-10-27 kibIn kern_sigsuspend(), better manipulate thread signal...
2009-10-23 jhb- Fix several off-by-one errors when using MAXCOMLEN...
2009-10-23 jhbStyle fix.
2009-10-23 jhbProperly sort the intr_event_describe_handler() prototype.
2009-10-20 ruRandom number generator initialization cleanup:
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-19 edProperly set the low watermarks when reducing the baud...
2009-10-15 jhbStyle fixes to the function prototypes for bus_alloc_re...
2009-10-15 jhbAdd a facility for associating optional descriptions...
2009-10-11 kibCurrently, when signal is delivered to the process...
2009-10-07 rwatsonAdd a new errno, ENOTCAPABLE, to be returned when a...
2009-10-02 gonzo- MFC
2009-10-02 rpauloReserve numbers for XScale.
2009-10-01 traszProvide default implementation for VOP_ACCESS(9), so...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-30 attilioWhen releasing a read/shared lock we need to use a...
2009-09-30 rwatsonRegenerate system call files following r197636.
2009-09-28 delphijAdd two new fcntls to enable/disable read-ahead:
2009-09-27 mavAdd more defines from recent and not only specs.
2009-09-23 stas- Bump __FreeBSD_version to reflect the point when...
2009-09-22 rdivackyChange unsigned foo to u_foo as required by style(9).
2009-09-22 traszAdd pieces of infrastructure required for NFSv4 ACL...
2009-09-21 kibRemove forward_roundrobin(), it is unused for quite...
2009-09-19 alcAdd getpagesizes(3). This functions either the number...
2009-09-19 edMake the keyboard layer Unicode aware.
2009-09-18 alcAdd a new sysctl for reporting all of the supported...
2009-09-17 rdivackyFix the style of the previous commit.
2009-09-17 rdivackyMake these argument/variable unsigned as the defines...
2009-09-16 edExtend the keyboard character size to 24 bits.
2009-09-16 ssonAdd EV_RECEIPT to kevents.
2009-09-16 ssonAdd the EV_DISPATCH flag to kevents.
2009-09-16 ssonAdd EVFILT_USER to kevents.
2009-09-16 ssonAdd optional touch event filter hooks to kevents.
2009-09-15 attilioUse explicit int values for the device states in order...
2009-09-13 attilioRevert r196779 in order to implement a different scheme...
2009-09-11 jkimMFV: r196804
2009-09-10 desIf a certain feature that was present in FreeBSD 7...
2009-09-09 kibkern_select(9) copies fd_set in and out of userspace...
2009-09-09 impkern_execve.c hasn't been around in ages, so update...
next