]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Merge ACPICA 20091112.
[FreeBSD/FreeBSD.git] / sys / sys /
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...
2009-08-18 pjdRemove unused taskqueue_find() function.
2009-08-17 attilio* Change the scope of the ASSERT_ATOMIC_LOAD() from...
2009-08-17 pjdRemove OpenSolaris taskq port (it performs very poorly...
2009-08-14 bzAdd a new macro to test that a variable could be loaded...
2009-08-14 kibAdd the address of the lock to the KTR_LOCK trace.
2009-08-13 attilio* Completely Remove the option STOP_NMI from the kernel...
2009-08-13 bzMake it possible to change the vnet sysctl variables...
2009-08-12 bzPut minimum alignment on the dpcpu and vnet section...
2009-08-02 attilioMake the newbus subsystem Giant free by adding the...
2009-08-01 rwatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-30 rwatsonAdd two new privileges for use by OpenAFS, which will...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-26 bzMake the in-kernel logic for the SIOCSIFVNET, SIOCSIFRV...
2009-07-25 jamieSome jail parameters (in particular, "ip4" and "ip6...
2009-07-24 brooksIntroduce a new sysctl process mib, kern.proc.groups...
2009-07-24 jhbBump __FreeBSD_version for the introduction of OBJT_SG.
2009-07-24 brooksRevert the changes to struct kinfo_proc in r194498...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-23 rwatsonIntroduce and use a sysinit-based initialization scheme...
2009-07-19 rwatsonNormalize field naming for struct vnet, fix two debuggi...
2009-07-19 kensmithBump the version of all non-symbol-versioned shared...
2009-07-19 rwatsonExpose the definitions of 'struct vnet' and 'VNET_MAGIC...
2009-07-19 rwatsonReimplement and/or implement vnet list locking by repla...
2009-07-17 jamieRemove the interim vimage containers, struct vimage...
2009-07-14 kibAdd new msleep(9) flag PBDY that shall be specified...
2009-07-14 rwatsonBuild on Jeff Roberson's linker-set based dynamic per...
next