Make setthetime() static per the prototype.
[dragonfly.git] / sys / kern / sys_pipe.c
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-05-21 Hiten PandyaFix SYSCTL description style.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-11 Matthew DillonFix a bug in sys/pipe.c. xio_init_ubuf() might not...
2004-05-11 Matthew DillonAdd an assertion to sys_pipe to cover a possible overru...
2004-05-02 Matthew DillonWe must pmap_qremove() pages that we previously pmap_qe...
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2004-02-20 Matthew DillonImplement a pipe KVM cache primarily to reduce unnecess...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-09-03 Hiten PandyaPass only one argument to vm_page_hold() as a sane...
2003-09-03 Hiten PandyaReturn a more sane error code, EPIPE. The EBADF error...
2003-09-03 Hiten PandyaUse vm_page_hold() instead of vm_page_wire().
2003-08-26 Robert Garrett__P() removal
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: