]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Fixed s style bug in previous commit (tab lossage). Fixed some nearby
[FreeBSD/FreeBSD.git] / sys / sys /
2004-03-28 bdeFixed s style bug in previous commit (tab lossage)...
2004-03-27 alcRevise the direct or optimized case to use uiomove_from...
2004-03-27 marcelChange the type of the various CPU masks to cpumask_t...
2004-03-27 mtmRegen for libthr thread synchronization syscalls.
2004-03-27 mtmSeparate thread synchronization from signals in libthr...
2004-03-27 tjrBump FreeBSD version for UTF-8 locale addition. This...
2004-03-25 desThis commit was generated by cvs2svn to compensate...
2004-03-25 desImport the original directly from NetBSD instead of...
2004-03-22 njlBump FreeBSD version to indicate new bus_alloc_resource...
2004-03-20 marcelIntroduce the cpumask_t type. The purpose of the type...
2004-03-20 alcIntroduce uiomove_fromphys(). This is a variant of...
2004-03-19 desSync with OpenBSD (two-year old bug fix)
2004-03-19 desThis commit was generated by cvs2svn to compensate...
2004-03-18 njlThis commit was generated by cvs2svn to compensate...
2004-03-17 jhb- Replace wait1() with a kern_wait() function that...
2004-03-17 njlAdd bus_alloc_resource_any(9), which does bus_alloc_res...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-16 alcRefactor the existing machine-dependent sf_buf_free...
2004-03-16 dwmaloneNudge Giant as far as I can into kern_open(). Mark...
2004-03-16 tjrMake vfs_nmount() public. The Linux emulator needs...
2004-03-16 truckmanRename the wiredlen member of struct sysctl_req to...
2004-03-15 jhbRegen for ptrace being safe again.
2004-03-15 mlaierMove GID/UID_MAX under __BSD_VISIBLE protection.
2004-03-15 sosAdd SATA support fields
2004-03-14 peterMake the process_exit eventhandler run without Giant...
2004-03-14 peterMove the process_fork event out from under Giant. ...
2004-03-14 mdoddDefine AF_ARP/PF_ARP.
2004-03-13 peterRegen for mpsafe kse_create()
2004-03-12 trhodesThese are changes to allow to use the Intel C/C++ compi...
2004-03-12 jhb- Remove old sleep queues.
2004-03-12 phkFix copy&paste-o.
2004-03-11 phkWhen I was a kid my work table was one cluttered mess...
2004-03-11 desThis commit was generated by cvs2svn to compensate...
2004-03-11 phkProperly vector all bwrite() and BUF_WRITE() calls...
2004-03-11 phkRemove unused mnt_reservedvnlist field.
2004-03-11 phkRemove unused second arg to vfinddev().
2004-03-11 phkAdd clone_setup() function rather than rely on lazy...
2004-03-10 phkFix a long-standing deadlock issue with vnode backed...
2004-03-10 gadUndo the previous commit, which was just plain wrong...
2004-03-10 gadIncrease __FreeBSD_version to reflect the transition...
2004-03-10 phkRemove the /* 1.2 */ comment which was orphaned by...
2004-03-09 njlHook CPUs up to newbus. CPUs will ultimately be a...
2004-03-08 mlaierBump __FreeBSD_version for the pf install and write...
2004-03-05 markmBump __FreeBSD_version for the NULL == ((void *)0)
2004-03-05 markmMake NULL a (void*)0 whereever possible, and fix the...
2004-03-04 bdeFixed the XXX'ed namespace pollution in rev.1.54 by...
2004-03-04 bdeDon't manually optimize for 20 year old compilers by...
2004-03-04 bdeFixed some style bugs (mainly misformatting, and pointe...
2004-03-04 bdeFixed insertion sort errors in includes and prototypes...
2004-03-01 rwatsonRename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and...
2004-03-01 phkMove the "fast" but unused eventhandlers to pasture...
2004-03-01 acheThis commit was generated by cvs2svn to compensate...
2004-03-01 rwatsonRename dup_sockaddr() to sodupsockaddr() for consistenc...
2004-02-29 rwatsonModify soalloc() API so that it accepts a malloc flags...
2004-02-29 phkMove boottime from <sys/kernel.h> to <sys/time.h> where...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 phkAdd a generic watchdog facility which through a single...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-27 jhbSwitch the sleep/wakeup and condition variable implemen...
2004-02-27 jhbAdd an implementation of a generic sleep queue abstract...
2004-02-27 desAdd sysctl_move_oid() which reparents an existing OID.
2004-02-27 jhbFix a few style nits. do { } while(0) are only used...
2004-02-27 jhbClarify and tweak some comments.
2004-02-26 rwatsonForward declare struct proc, struct sockaddr, and struc...
2004-02-26 desBump CTL_MAXNAME from 12 to 24.
2004-02-26 rwatsonForward declare struct bpf_d, struct ifnet, struct...
2004-02-26 desThis commit was generated by cvs2svn to compensate...
2004-02-26 mlaierTweak existing header and other build infrastructure...
2004-02-26 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-26 truckmanSplit the mlock() kernel code into two parts, mlock...
2004-02-25 mlaierRe-remove MT_TAGs. The problems with dummynet have...
2004-02-25 acheThis commit was generated by cvs2svn to compensate...
2004-02-25 acheBump FreeBSD_version for getopt_long_only() adding
2004-02-22 deischenAdd sysctls to allow showing threads for pgrp, tty...
2004-02-22 pjdReimplement sysctls handling by MAC framework.
2004-02-22 rwatsonUpdate my personal copyrights and NETA copyrights in...
2004-02-21 phkBump __FreeBSD_version to mark cdevsw megapatching.
2004-02-21 phkDevice megapatch 6/6:
2004-02-21 phkDevice megapatch 5/6:
2004-02-21 phkDevice megapatch 4/6:
2004-02-21 phkDevice megapatch 2/6:
2004-02-18 bdeFixed some style bugs (spaces instead of tabs in macro...
2004-02-18 mlaierBackout MT_TAG removal (i.e. bring back MT_TAGs) for...
2004-02-17 bdeBacked out previous commit since it just causes panics...
2004-02-16 desBack out previous commit; it doesn't seem to do what...
2004-02-16 obrienIncrease the size of MSGBUF_SIZE if booted with -v.
2004-02-16 desAvoid code duplication on platforms where int and long...
2004-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2004-02-14 rwatsonBy default, when a process in jail calls getfsstat...
2004-02-14 njlFix hw.acpi.os_name by renaming it to hw.acpi.osname...
2004-02-13 mlaierThis set of changes eliminates the use of MT_TAG "pseud...
2004-02-13 acheThis commit was generated by cvs2svn to compensate...
2004-02-10 phkChange the kernels definition of NODEV from ((dev_t...
2004-02-10 desThis commit was generated by cvs2svn to compensate...
2004-02-08 ruThis commit was generated by cvs2svn to compensate...
2004-02-08 silbyAdd the SF_NODISKIO flag to sendfile. This flag causes...
2004-02-08 silbyMove m_uiotombuf from uio.h to mbuf.h, where I should...
next