]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
This commit was generated by cvs2svn to compensate for changes in r92899,
[FreeBSD/FreeBSD.git] / sys / sys /
2002-03-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-20 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-20 John BaldwinChange the way we ensure td_ucred is NULL if DIAGNOSTIC...
2002-03-20 John Baldwin- Push down Giant into crfree() in the case that we...
2002-03-20 John BaldwinDocument that MD pcpu fields are defined in PCPU_MD_FIE...
2002-03-20 Poul-Henning KampVarious style issues from a recent brucification:
2002-03-20 Jeff RobersonBackout part of my previous commit; I was wrong about...
2002-03-20 Jeff RobersonRemove references to vm_zone.h and switch over to the...
2002-03-19 Alfred PerlsteinRemove __P.
2002-03-19 Alfred PerlsteinRemove __P
2002-03-19 Poul-Henning KampAdd five GEOM oriented ioctls to get basic information...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Jeff RobersonThis is the first part of the new kernel memory allocat...
2002-03-18 Alfred Perlsteinhave the SYSCALL_MODULES macro provide an initializer...
2002-03-18 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-18 Andrew R. Reiter- Lock down the ``module'' structure by adding an SX...
2002-03-17 Kirk McKusickAdd a flags parameter to VFS_VGET to pass through the...
2002-03-16 Maxim SobolevExtend CONS_GETINFO ioctl to provide information about...
2002-03-16 Mark MurrayBump the FreeBSD version to mark the import of Perl...
2002-03-16 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-16 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-16 Bruce EvansFixed some style bugs:
2002-03-16 Dag-Erling SmørgravImplement PT_IO (read / write arbitrary amounts of...
2002-03-16 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-03-16 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-03-16 Dag-Erling SmørgravMove the definition of PT_[GS]ET{,DB,FP}REGS from the...
2002-03-15 John BaldwinFix a stupid whitespace style bogon from way back in...
2002-03-15 Kirk McKusickIntroduce the new 64-bit size disk block, daddr64_t...
2002-03-14 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-14 Alfred PerlsteinFixes to make select/poll mpsafe.
2002-03-13 Brian FeldmanRename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the...
2002-03-13 Jake BurkholderLABELOFFSET is 128 for sparc64.
2002-03-13 Archie CobbsAdd realloc() and reallocf(), and make free(NULL, ...
2002-03-12 Jeff RobersonThis patch adds the "LOCKSHARED" option to namei which...
2002-03-11 Brian FeldmanThis commit was generated by cvs2svn to compensate...
2002-03-11 Brian FeldmanThis commit was generated by cvs2svn to compensate...
2002-03-11 Poul-Henning KampAugment struct bio for GEOM.
2002-03-11 Poul-Henning KampAdd a field to struct disk for GEOM
2002-03-11 Dima DorfmanDon't depend on ucred.h to include sys/queue.h for us.
2002-03-10 Poul-Henning KampMake the proposed name arg to dev_stdclone() const.
2002-03-09 Mike Barcrofto Don't require long long support in bswap64() functions.
2002-03-09 Poul-Henning KampHide the DIOCGPART ioctl from userland where it has...
2002-03-08 Poul-Henning KampMove the mount of the root filesystem to happen in...
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Brian FeldmanAdd new errno ``ENOATTR''.
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Jake BurkholderAdd needed includes of machine/smp.h, remove nested...
2002-03-05 Robert WatsonReserve a mount flag, MNT_MULTILABEL, used by the MAC...
2002-03-05 Robert WatsonMerge reservation of two SI_SUB constants for the MAC...
2002-03-05 Eivind Eklund* Move bswlist declaration and initialization from...
2002-03-05 Eivind EklundChange wmesg to const char * instead of char *
2002-03-05 Robert WatsonPart II: update various mechanically generated files...
2002-03-05 Poul-Henning KampMove sysctl debug.sizeof into sys/sysctl.h where it...
2002-03-05 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-05 Jeff RobersonAdd a new variable mp_maxid. This is used so that...
2002-03-04 Søren SchmidtUpdate header.
2002-03-04 Mitsuru IWASAKIAdd generalized power profile code.
2002-03-03 Mark MurrayProvide infrastructure for harvesting SWI entropy.
2002-03-03 Mark MurrayMassive lint-inspired cleanup.
2002-03-03 Søren SchmidtAdd new command definition for rebuilding RAID arrays.
2002-03-03 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-01 David E. O'BrienFix syntax error, where this was not compile tested...
2002-02-28 Mike BarcroftRemove the now unused NTOHL() family of macros.
2002-02-28 Andrew R. Reiter- Style(9) makeover.
2002-02-27 John BaldwinBack out part of KSE/M2 that snuck in under the radar...
2002-02-27 Thomas MoestlAdd the following functions/macros to support byte...
2002-02-27 Robert DrehmelMake getcredhostname() take a buffer and the buffer...
2002-02-27 Robert DrehmelAdd a function which returns the correct hostname for...
2002-02-27 Alfred PerlsteinFirst rev at making pipe(2) pipe's MPsafe.
2002-02-27 Dima DorfmanIntroduce a version field to `struct xucred' in place...
2002-02-27 Alfred Perlsteinremove trailing semi-colons from macro definitions.
2002-02-26 Matthew Dillonrevert last commit temporarily due to whining on the...
2002-02-26 Mike BarcroftRather than include namespace pollution in <grp.h>...
2002-02-26 Matthew DillonSTAGE-1 of 3 commit - allow (but do not require) interr...
2002-02-26 Mike BarcroftHide GCCisms in the non-GCC case.
2002-02-24 Alfred Perlsteinbump __FreeBSD_version for usb structure rename.
2002-02-24 Poul-Henning KampAdd a generation number to timecounters and spin if...
2002-02-23 Dag-Erling SmørgravFix namespace pollution introduced in previous commit.
2002-02-23 Seigo TanimuraLock struct pgrp, session and sigio.
2002-02-23 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-02-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-22 Julian ElischerAdd some DIAGNOSTIC code.
2002-02-22 Poul-Henning KampConvert p->p_runtime and PCPU(switchtime) to bintime...
2002-02-22 Poul-Henning KampGC: BIO_ORDERED, various infrastructure dealing with...
2002-02-22 Poul-Henning KampReplace bowrite() with BUF_WRITE in ufs.
2002-02-22 Poul-Henning KampGC: bufqueues are not used under -current, we use bioqu...
2002-02-22 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-02-21 Bruce EvansReserved one of the spare fields in struct gmon to...
2002-02-19 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-02-19 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-02-19 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-19 Julian ElischerAdd stub syscalls and definitions for KSE calls.
next