]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Remove performance counter headers. This code came from NetBSD, but our
[FreeBSD/FreeBSD.git] / sys / sys /
2009-10-01 Edward Tomasz Napi... Provide default implementation for VOP_ACCESS(9), so...
2009-10-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.3p1.
2009-09-30 Attilio RaoWhen releasing a read/shared lock we need to use a...
2009-09-30 Robert WatsonRegenerate system call files following r197636.
2009-09-28 Edwin GroothuisMFV of tzdata2009n
2009-09-28 Xin LIAdd two new fcntls to enable/disable read-ahead:
2009-09-27 Alexander MotinAdd more defines from recent and not only specs.
2009-09-23 Stanislav Sedov- Bump __FreeBSD_version to reflect the point when...
2009-09-22 Roman DivackyChange unsigned foo to u_foo as required by style(9).
2009-09-22 Edward Tomasz Napi... Add pieces of infrastructure required for NFSv4 ACL...
2009-09-21 Konstantin BelousovRemove forward_roundrobin(), it is unused for quite...
2009-09-19 Alan CoxAdd getpagesizes(3). This functions either the number...
2009-09-19 Ed SchoutenMake the keyboard layer Unicode aware.
2009-09-18 Alan CoxAdd a new sysctl for reporting all of the supported...
2009-09-17 Roman DivackyFix the style of the previous commit.
2009-09-17 Roman DivackyMake these argument/variable unsigned as the defines...
2009-09-16 Ed SchoutenExtend the keyboard character size to 24 bits.
2009-09-16 Stacey SonAdd EV_RECEIPT to kevents.
2009-09-16 Stacey SonAdd the EV_DISPATCH flag to kevents.
2009-09-16 Stacey SonAdd EVFILT_USER to kevents.
2009-09-16 Stacey SonAdd optional touch event filter hooks to kevents.
2009-09-15 Attilio RaoUse explicit int values for the device states in order...
2009-09-13 Attilio RaoRevert r196779 in order to implement a different scheme...
2009-09-11 Jung-uk KimMFV: r196804
2009-09-10 Dag-Erling SmørgravIf a certain feature that was present in FreeBSD 7...
2009-09-09 Konstantin Belousovkern_select(9) copies fd_set in and out of userspace...
2009-09-09 Warner Loshkern_execve.c hasn't been around in ages, so update...
2009-09-09 Xin LI - Port x86emu to FreeBSD.
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
2009-09-08 Poul-Henning KampGet rid of the _NO_NAMESPACE_POLLUTION kludge by creati...
2009-09-08 Poul-Henning KampMove the duplicate definition of struct sockaddr_storag...
2009-09-06 Ed SchoutenMove ptmx into pty(4).
2009-09-06 Ed SchoutenPerform cleanups to the TTY headers:
2009-09-03 Attilio RaoAdd intermediate states for attaching and detaching...
2009-09-01 Konstantin BelousovReintroduce the r196640, after fixing the problem with...
2009-08-30 Bjoern A. ZeebMake sure FreeBSD binaries without .note.ABI-tag sectio...
2009-08-29 Konstantin BelousovReverse r196640 and r196644 for now.
2009-08-29 Konstantin BelousovRemove the altkstacks, instead instantiate threads...
2009-08-28 John BaldwinExtend the device pager to support different memory...
2009-08-27 Edwin GroothuisMFV of r195794
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-24 Bjoern A. ZeebFix handling of .note.ABI-tag section for GNU systems...
2009-08-24 Ed SchoutenAllow multiple console devices per driver without insan...
2009-08-23 Simon L. B. NielsenMerge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-23 Ed SchoutenAdd ttydisc_rint_simple().
2009-08-22 Ken SmithMake head 9.0-CURRENT in preparation for lifting code...
2009-08-20 John BaldwinChange the 'resid' parameter to sglist_consume_uio...
2009-08-20 John BaldwinTemporarily revert the new-bus locking for 8.0 release...
2009-08-18 Pawel Jakub DawidekRemove unused taskqueue_find() function.
2009-08-17 Attilio Rao* Change the scope of the ASSERT_ATOMIC_LOAD() from...
2009-08-17 Pawel Jakub DawidekRemove OpenSolaris taskq port (it performs very poorly...
2009-08-14 Bjoern A. ZeebAdd a new macro to test that a variable could be loaded...
2009-08-14 Konstantin BelousovAdd the address of the lock to the KTR_LOCK trace.
2009-08-13 Attilio Rao* Completely Remove the option STOP_NMI from the kernel...
2009-08-13 Bjoern A. ZeebMake it possible to change the vnet sysctl variables...
2009-08-12 Bjoern A. ZeebPut minimum alignment on the dpcpu and vnet section...
2009-08-02 Attilio RaoMake the newbus subsystem Giant free by adding the...
2009-08-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
2009-08-01 Robert WatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-30 Robert WatsonAdd two new privileges for use by OpenAFS, which will...
2009-07-29 Xin LIUpdate less to v436. This is considered as a bugfix...
2009-07-29 Doug BartonUpdate to version 9.6.1-P1 which addresses a remote...
2009-07-26 Bjoern A. ZeebMake the in-kernel logic for the SIOCSIFVNET, SIOCSIFRV...
2009-07-25 Jamie GrittonSome jail parameters (in particular, "ip4" and "ip6...
2009-07-24 Brooks DavisIntroduce a new sysctl process mib, kern.proc.groups...
2009-07-24 John BaldwinBump __FreeBSD_version for the introduction of OBJT_SG.
2009-07-24 Brooks DavisRevert the changes to struct kinfo_proc in r194498...
2009-07-24 John BaldwinAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-23 Robert WatsonIntroduce and use a sysinit-based initialization scheme...
2009-07-19 Robert WatsonNormalize field naming for struct vnet, fix two debuggi...
2009-07-19 Ken SmithBump the version of all non-symbol-versioned shared...
2009-07-19 Robert WatsonExpose the definitions of 'struct vnet' and 'VNET_MAGIC...
2009-07-19 Robert WatsonReimplement and/or implement vnet list locking by repla...
2009-07-17 Jamie GrittonRemove the interim vimage containers, struct vimage...
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-14 Konstantin BelousovAdd new msleep(9) flag PBDY that shall be specified...
2009-07-14 Robert WatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-13 Lawrence StewartReplace struct tcpopt with a proxy toeopt struct in...
2009-07-12 Lawrence StewartPad the following TCP related structs to allow MFCs...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
2009-07-09 Konstantin BelousovExtend the cn_flags field of the struct componentname...
2009-07-08 Edward Tomasz Napi... Regenerate after lpathconf(2) addition.
2009-07-08 Edward Tomasz Napi... There is an optimization in chmod(1), that makes it...
2009-07-08 Marcel MoolenaarRevert revisions 188839 and 188868. Use of the ioctl...
2009-07-07 Konstantin BelousovFix poll(2) and select(2) for named pipes to return...
2009-07-01 John BaldwinImprove the handling of cpuset with interrupts.
2009-06-30 Ed MasteAdd FIONSPACE from NetBSD. FIONSPACE is provided so...
2009-06-30 Stanislav Sedov- Add support to atomically set/clear individual bits...
2009-06-29 Brooks DavisRemove support for the /dev/net/* per-interface devices...
2009-06-28 Stanislav Sedov- Turn the third (islocked) argument of the knote call...
2009-06-28 Poul-Henning KampThere are a number of ways an application can check...
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-25 Konstantin BelousovChange the type of uio_resid member of struct uio from...
2009-06-25 John BaldwinRemove the d_spare2_t typedef. The d_spare2 field...
2009-06-25 Edward Tomasz Napi... Tweak comment.
2009-06-25 Edward Tomasz Napi... Add NFSv4 ACL support to libc.
2009-06-25 Jeff Roberson - Use DPCPU for SCHED_STATS. This is somewhat awkward...
2009-06-25 Jeff Roberson - Add a sysctl_dpcpu_long to support long typed pcpu...
next