]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Massive lint-inspired cleanup.
[FreeBSD/FreeBSD.git] / sys / sys /
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.
2002-02-19 Julian ElischerAdd the first shot at minimum KSE interface definitions.
2002-02-18 Mike Barcrofto Move NTOHL() and associated macros into <sys/param...
2002-02-18 Matthew DillonAdd kern_giant_ucred to instrument Giant around ucred...
2002-02-18 Poul-Henning KampMake v_addpollinfo() visible and non-inline.
2002-02-18 Julian ElischerRemove __P() before committing new prototypes with...
2002-02-18 Robert WatsonAdd a 'strvalid()' call to libkern. Given a character...
2002-02-17 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-02-17 Poul-Henning KampMove the stuff related to select and poll out of struct...
2002-02-17 Poul-Henning KampCollect the VN_KNOTE() macro definitions on vnode.h
2002-02-17 Poul-Henning Kampv_lease is unused, zap it.
2002-02-17 Daniel EischenRegenerate these files after change to syscalls.master.
2002-02-17 Daniel EischenUse struct __ucontext in prototypes and associated...
2002-02-17 Julian ElischerPurely whitespace changes
2002-02-17 Matthew Dillonreplace the embedded cr_mtx in the ucred structure...
2002-02-17 Julian ElischerIf the credential on an incoming thread is correct...
2002-02-17 Julian Elischerremove __P before next commit
2002-02-16 Juli MallettThis commit was generated by cvs2svn to compensate...
2002-02-16 Brian FeldmanAdd revoke_and_destroy_dev(), to be used by devices...
2002-02-15 Garrett WollmanResurrect one of the easiest changes from my big includ...
2002-02-14 John BaldwinRemove an unneeded include of sys/sx.h. An older pre...
2002-02-14 Bruce EvansFixed sign extension bugs in previous commit. They...
2002-02-11 Julian ElischerIn a threaded world, differnt priorirites become prope...
2002-02-11 Bruce EvansMove the declaration of panic() from sys/param.h back...
2002-02-10 Poul-Henning KampGC the unused einval()
2002-02-10 Robert WatsonStyle consistency fix for MAC ioctls added previously.
2002-02-10 Robert WatsonPart II: Update system calls for extended attributes...
2002-02-10 Robert WatsonPart I: Update extended attribute API and ABI:
2002-02-10 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-02-08 Peter WemmFix world breakage (compiling libstdc++):
2002-02-07 Poul-Henning KampRemove the inline assembly optimized versins of bintime...
2002-02-07 Poul-Henning KampRevise timercounters to use binary fixed point format...
2002-02-07 Julian ElischerPre-KSE/M3 commit.
2002-02-05 Poul-Henning KampLet the number of timecounters follow hz, otherwise...
2002-02-05 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-02-05 Matthew DillonGet rid of the twisted MFREE() macro entirely.
2002-02-04 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-02-04 Mark MurrayBack out the "upgrading" of NBBY to unsigned, as it...
2002-02-03 Mark MurrayZero functional difference; make some integer constants...
2002-02-02 Robert Watsono Add the prototype of cr_cansignal() from an earlier...
2002-02-01 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-02-01 Bruce EvansRegenerate to make osigreturn standard.
2002-02-01 Maxim SobolevThis commit was generated by cvs2svn to compensate...
2002-01-31 Matthew DillonGC P_BUFEXHAUST leftovers, we've had a new mechanism...
2002-01-31 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-01-30 Robert Watsono Reserve two interface ioctl values, 38, and 38, for...
2002-01-30 Alfred Perlsteinfget_locked fixes.
2002-01-30 Bruce EvansRegenerate just this file after unbreaking makesyscalls...
2002-01-30 Bruce EvansRegenerate _after_ the commit to syscalls.master.
2002-01-29 Alfred PerlsteinAttempt to fixup select(2) and poll(2), this should...
2002-01-29 Alfred PerlsteinBump __FreeBSD_version for sendfile fix to properly...
2002-01-27 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-01-27 Kris KennawayThis commit was generated by cvs2svn to compensate...
2002-01-24 David MaloneThis commit was generated by cvs2svn to compensate...
2002-01-23 Alfred PerlsteinRemove holdfp() prototype now that the function no...
2002-01-22 Brian FeldmanRemove bogus _POSIX_ACL_PATH_MAX definition.
2002-01-22 Giorgos KeramidasTiny style change. Whitespace only change.
2002-01-21 Mike PritchardFix a typo in a comment field.
2002-01-20 Alfred Perlsteinuse mutex pools for "struct file" locking.
2002-01-20 Alfred Perlsteinuse mutex pool mutexes for uidinfo locking.
2002-01-18 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-01-17 Bruce EvansUninlined most of the bloated inline functions in ...
2002-01-17 Bruce EvansGarbage-collect vestiges of disksort(). We now have...
2002-01-15 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-01-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
next