]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
The V* flags passed using an accmode_t to the access() and open()
[FreeBSD/FreeBSD.git] / sys / sys /
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...
2008-09-17 edSmall consistency bug: remove named function attribute.
2008-09-16 rodrigcBump __FreeBSD_version to reflect that kernel NFS mount...
2008-09-16 kibWhen attempt is made to suspend a filesystem that is...
2008-09-16 kibGarbage-collect vn_write_suspend_wait().
2008-09-15 jhbExpose a new public routine intr_event_execute_handlers...
2008-09-14 marcelWiden psaddr_t from uintptr_t to uint64_t. This result...
2008-09-10 jhbTeach WITNESS about the interlocks used with lockmgr...
2008-09-10 jhbVarious whitespace fixes.
2008-09-10 traszRemove VSVTX, VSGID and VSUID. This should be a no-op,
2008-09-08 kibBump __FreeBSD_version for per-CPU GDT on amd64.
2008-09-07 lulf- Add a new ioctl for getting the provider name of...
2008-09-06 edSmall style(9) nit in <sys/termios.h>.
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 rpauloAdd a couple more Apple GPT entries and NetBSD GPT...
2008-09-04 edImplement pts(4) packet mode.
2008-09-04 edFix an awful bug inside our COMPAT_43TTY code.
2008-08-31 attilioDecontextualize vfs_busy(), vfs_unbusy() and vfs_mount_...
2008-08-30 edFix some edge cases in the TTY queues:
2008-08-29 edRestore assertion that was removed in r182444.
2008-08-29 edBackport two small fixes from the MPSAFE TTY branch...
2008-08-28 obrienProtect _IOC's 'len' and 'inout' parameters so that...
2008-08-28 attilioDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-28 kibIntroduce the VV_FORCEINSMQ vnode flag. It instructs...
2008-08-26 kibImplement WNOWAIT flag for wait4(2). It specifies that...
2008-08-25 julianAnother V_ forgotten
2008-08-25 julianWe left out V_static_len from ip_fw2.c
2008-08-24 rwatsonRegenerate following r182123.
2008-08-23 impMinor style nits.
2008-08-22 jhbA suspended thread can, in fact, be swapped out. Thus,
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-22 nyanBack FreeBSD(98)'s copyright to 2003.
2008-08-20 edRemove the now unused `lbolt' variable from the kernel.
2008-08-20 edCorrect misbehaviour of patching sys/sys/tty.h.
2008-08-20 edUpdate system call tables.
2008-08-20 edIntegrate the new MPSAFE TTY layer to the FreeBSD opera...
2008-08-20 julianFix wierd integration error
2008-08-20 julianFix some of the formatting fixes.. It's amazing how...
2008-08-20 julianA bunch of formatting fixes brough to light by, or...
2008-08-19 jhbExport 'struct pcpu' to userland w/o requiring _KERNEL...
2008-08-18 bzAs part of step 1.5 of the vimage framework resolve...
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-15 kmacyAdd strcspn to libkern for use by xenbus routines....
2008-08-13 attilioIntroduce some WITNESS improvements:
2008-08-13 edBump __FreeBSD_version to 800043, because of the bpf...
2008-08-13 edFix compilation of arm's AVILA.
2008-08-09 desAdd sbuf_new_auto as a shortcut for the very common...
2008-08-09 desSwitch to simplified BSD license (with phk's approval...
2008-08-08 delphijAdd prototype defination for setfib(2) to sys/socket.h.
2008-08-08 stas- Bump __FreeBSD_version for cpuctl(4) added.
2008-08-08 stas- Add cpuctl(4) pseudo-device driver to provide access...
2008-08-07 jhbDocument the new return values for sleepq_abort(),...
2008-08-05 jhbIf a thread that is swapped out is made runnable, then...
2008-08-02 samadd callout_schedule; besides being useful it also...
2008-08-02 impAdd ELF relocation types for mips.
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-31 kmacymove sockbuf locking macros in to sockbuf.h
2008-07-31 csjpCurrently, BSM audit pathname token generation for...
2008-07-30 jhbTrim some noise from some #ifdef's. This had leaked...
2008-07-30 marcelChange the type of psaddr_t from void* to uintptr_t...
2008-07-29 kmacy remove redundant ifdef ... lol
2008-07-29 kmacyfix build by forward declaring thread and hiding socket...
2008-07-29 cognetUnbreak the build by protecting kernel-only functions...
2008-07-29 kmacyFactor sockbuf, sockopt, and sockstate out of socketvar...
next