]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Log process mappings for existing processes at PMC start time.
[FreeBSD/FreeBSD.git] / sys / sys /
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-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-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 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...
2009-09-09 delphij - Port x86emu to FreeBSD.
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 phkGet rid of the _NO_NAMESPACE_POLLUTION kludge by creati...
2009-09-08 phkMove the duplicate definition of struct sockaddr_storag...
2009-09-06 edMove ptmx into pty(4).
2009-09-06 edPerform cleanups to the TTY headers:
2009-09-03 attilioAdd intermediate states for attaching and detaching...
2009-09-01 kibReintroduce the r196640, after fixing the problem with...
2009-08-30 bzMake sure FreeBSD binaries without .note.ABI-tag sectio...
2009-08-29 kibReverse r196640 and r196644 for now.
2009-08-29 kibRemove the altkstacks, instead instantiate threads...
2009-08-28 jhbExtend the device pager to support different memory...
2009-08-24 bzFix handling of .note.ABI-tag section for GNU systems...
2009-08-24 edAllow multiple console devices per driver without insan...
2009-08-23 edAdd ttydisc_rint_simple().
2009-08-22 kensmithMake head 9.0-CURRENT in preparation for lifting code...
2009-08-20 jhbChange the 'resid' parameter to sglist_consume_uio...
2009-08-20 jhbTemporarily revert the new-bus locking for 8.0 release...
next