]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add the VScom PCI-100L card.
[FreeBSD/FreeBSD.git] / sys / sys /
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...
2008-07-25 kibCall pargs_drop() unconditionally in do_execve(), the...
2008-07-23 desRemove debugging cruft.
2008-07-23 despjd@'s r180759 was intended to revert r180755 due to...
2008-07-23 pjdBack out this change, as it breaks the build and I...
2008-07-23 pjdCheck for negative reference count.
2008-07-22 acheBump __FreeBSD_version for arc4random_buf() and arc4ran...
2008-07-21 pjdImplement the following macros for completeness:
2008-07-21 kmacyAdd accessor functions for socket fields.
2008-07-19 alcCorrect the description of v_cache_count. Eliminate...
2008-07-18 kmacyrevert changes accidentally included in last commit
2008-07-18 kmacyimport vendor fixes to cxgb
2008-07-17 kibPair the VOP_OPEN call from do_execve() with the recipr...
2008-07-16 edMove the TCSA* definitions out of _KERNEL. They are...
2008-07-16 edSort the ioctl's in <sys/ttycom.h> by number.
2008-07-16 edRemove OTTYDISC, NETLDISC and NTTYDISC definitions.
2008-07-14 obrienMatch the implementation of the inline function from...
2008-07-14 jfvAdd an event handler to the vlan driver so the NIC...
2008-07-11 obrienRevert r180431.
2008-07-10 obrienAllow 'elf_file_t' to be used in a wider scope.
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-07 kibThe kqueue_register() function assumes that it is calle...
2008-07-05 rwatsonIntroduce a new lock, hostname_mtx, and use it to synch...
2008-07-02 rwatsonAdd soreceive_dgram(9), an optimized socket receive...
2008-06-29 bzAdd a new priv 'PRIV_SCHED_CPUSET' to check if manipula...
2008-06-27 jhbRework the lifetime management of the kernel implementa...
2008-06-26 jhbChange SEM_VALUE_MAX (maximum value of a POSIX semaphor...
2008-06-26 dfrRe-implement the client side of rpc.lockd in the kernel...
2008-06-24 davidxuAdd two commands to _umtx_op system call to allow a...
2008-06-20 impSplit out the probing magic of device_probe_and_attach...
2008-06-19 delphijRevert rev. 178124 as requested by kris@. Having jail...
2008-06-16 kibStruct cdev is always the member of the struct cdev_pri...
2008-06-16 kibAdd the member2struct() macro, that returns pointer...
2008-06-14 edTurn sgtty into a binary-only compatibility interface.
2008-06-12 edTurn dev2unit(), minor(), unit2minor() and minor2unit...
2008-06-12 marcelDefine APM_ENT_NAMELEN and APM_ENT_TYPELEN for general...
2008-06-11 edDon't enforce unique device minor number policy anymore.
2008-06-09 kibProvide the mutual exclusion between the nfs export...
2008-06-05 edFix faulty character to control-character conversion...
2008-05-29 edRemove the distinction between device minor and unit...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-26 pjdUse _WANT_FILE to make struct file visible from userlan...
2008-05-26 bzBump __FreeBSD_version after netatm and I4B removal.
2008-05-25 attilioReplace direct atomic operation for the file refcount...
2008-05-23 edFix the build by including <sys/param.h> in <sys/clist.h>.
2008-05-23 edMove TTY unrelated bits out of <sys/tty.h>.
2008-05-23 kibAnother problem caused by the knlist_cleardel() potenti...
2008-05-23 jbAllow a rendezvous with just a specified CPU too.
2008-05-23 jbDTrace can enter the debugger from a probe. Add a WHY...
2008-05-23 jbAdd hooks for the Compact C Type Format (CTF) data...
2008-05-23 jbAdd support for the DTrace malloc provider which can...
2008-05-22 edIntroduce REMOVE_NEXT() macro's for SLIST and STAILQ.
2008-05-22 edAdd a new group definition to sys/conf.h: GID_TTY.
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-21 kibImplement the per-open file data for the cdev.
2008-05-18 jbRemove some DTrace hook definitions that are now in...
2008-05-18 jbAdd sysinit levels for DTrace.
2008-05-18 jbAdd the hooks for the extra data that DTrace allocates...
2008-05-17 jbAdd the DTrace shim layer definitions.
2008-05-17 jbAdd the statically defined tracing header.
2008-05-15 gnnUpdate the kernel to count the number of mbufs and...
2008-05-15 attilio- Embed the recursion counter for any locking primitive...
2008-05-09 julianbump __FreeBSD_version
2008-05-09 julianAdd code to allow the system to handle multiple routing...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
next