]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Don't get stuck in a loop calling exit from an atexit routine. Clean
[FreeBSD/FreeBSD.git] / sys / sys /
2000-07-17 Mark MurrayAdd randomness write functionality. This does absolutel...
2000-07-16 Andrey A. ChernovBump __FreeBSD_version to indicate mtree defaults chang...
2000-07-15 Andrzej BialeckiThese patches implement dynamic sysctls. It's possible...
2000-07-15 Alfred PerlsteinMake mbstat.m_mtypes seperate and viewable via sysctl...
2000-07-14 Archie CobbsBump __FreeBSD_version to mark the ether_ifattach(...
2000-07-14 Paul SaabThis commit was generated by cvs2svn to compensate...
2000-07-13 Robert Watsono Commit two of two, introducing __cap_{get,set}_{fd...
2000-07-11 Kirk McKusickAdd snapshots to the fast filesystem. Most of the chang...
2000-07-11 Kirk McKusickClean up warning about undeclared function by declaring...
2000-07-11 Seigo TanimuraFinally merge newmidi.
2000-07-09 Mark MurrayYarrow tweaks; separate the fast and slow reseed tasks...
2000-07-07 David E. O'BrienMFS: adjust University of California's copyright.
2000-07-07 Mark MurrayDarn; didn't commit this with the rest of the entropy...
2000-07-07 Kris KennawayBump __FreeBSD_version to note KAME upgrade
2000-07-05 John BaldwinSupport for unsigned integer and long sysctl variables...
2000-07-05 Robert Watsono Introduce cap_{get,set}_{file,fd}() syscall wrappers...
2000-07-04 Jun-ichiro itojun... sync with kame tree as of july00. tons of bug fixes...
2000-07-04 Poul-Henning KampPrevious commit changing SYSCTL_HANDLER_ARGS violated...
2000-07-04 Kirk McKusickGet userland visible flags added for snapshots to give...
2000-07-04 Kirk McKusickSimplify and rationalise the management of the vnode...
2000-07-04 Kirk McKusickMove the truncation code out of vn_open and into the...
2000-07-03 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-07-03 Poul-Henning KampPull the rug under block mode devices. they return...
2000-07-03 Poul-Henning KampAdd device_set_softc() which does the obvious.
2000-07-03 Poul-Henning KampStyle police catches up with rev 1.26 of src/sys/sys...
2000-07-03 Peter WemmThis commit was generated by cvs2svn to compensate...
2000-07-02 Brian FeldmanModify ktrace's general I/O tracing, ktrgenio(), to...
2000-06-29 Satoshi AsamiIncrement __FreeBSD_version to mark perl5 upgrade in...
2000-06-26 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-25 Mark MurrayThis commit was generated by cvs2svn to compensate...
2000-06-25 Mark MurrayAdd extra flag needed by nulldev/mmap.
2000-06-25 Mark MurrayForgot this earlier; delete the old /dev/random driver...
2000-06-22 Alfred Perlsteinfix races in the uidinfo subsystem, several problems...
2000-06-22 Alfred Perlsteinfix warning, declare function static.
2000-06-22 Brian FeldmanFunctions may be static and __inline, but not extern...
2000-06-20 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-20 Alfred Perlsteinreturn of the accept filter part II
2000-06-18 Alfred Perlsteinbackout accept optimizations.
2000-06-16 Bill PaulImplement SIOCSIFLLADDR, which allows you to change...
2000-06-16 Poul-Henning KampARGH! I have too many source trees :-(
2000-06-16 Poul-Henning KampVirtualizes & untangles the bioops operations vector.
2000-06-15 Robert WatsonSecond of two commits adding capability manipulation...
2000-06-15 Poul-Henning KampAdd disk_enumerate() for finding names of disks. Vinum...
2000-06-15 Alfred Perlsteinadd socketoptions DELAYACCEPT and HTTPACCEPT which...
2000-06-14 Bruce EvansFixed syntax errors and style bugs in previous commit...
2000-06-14 Bruce EvansFixed disordering and misformatting in previous commit.
2000-06-14 Bruce Evanssys/malloc.h:
2000-06-14 Bruce EvansRemoved support for generating inline code for MALLOC...
2000-06-12 Alfred Perlsteinunstatic getfp() so that other subsystems can use it.
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-10 Jonathan LemonAdd KASSERT() to mbuf free routines in order to allow...
2000-06-10 Doug RabsonIncrement __FreeBSD_version to allow detection of AGP...
2000-06-09 Mike Smithtaskqueue_swi is a pointer, not a struct. Fix a commen...
2000-06-09 Doug RabsonA driver for programming the AGP hardware. This is...
2000-06-07 Robert Watsono Include file for POSIX.1e capabilities support
2000-06-05 Robert Watsono bde suggested moving the SYSCTL from kern_mib to...
2000-06-05 Robert Watsono Introduce kern.suser_permitted, a sysctl that disable...
2000-06-04 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-04 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-04 Robert Watsono Modify jail to limit creation of sockets to UNIX...
2000-06-03 Andrey A. ChernovVersion bump to indicate libxpg4 merging to libc
2000-06-03 Bruce EvansFixed regression of the type of the `header' member...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-02 Bruce EvansUse "nm | awk ..." instead of genassym(1) to generate...
2000-05-31 Mike SmithFurther fixes for multiple-IO-APIC systems from Tor...
2000-05-30 Doug RabsonStyle fixes.
2000-05-29 Doug RabsonDeclare splsoftqtassert().
2000-05-28 Doug RabsonAdd taskqueue system for easy-to-use SWIs among other...
2000-05-27 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-05-26 Jeroen Ruigrok van... This commit was generated by cvs2svn to compensate...
2000-05-26 Jake BurkholderBack out the previous change to the queue(3) interface.
2000-05-26 David E. O'BrienBump __FreeBSD_version after the Binutils upgrade ...
2000-05-24 Peter WemmThis commit was generated by cvs2svn to compensate...
2000-05-24 Darren ReedThis commit was generated by cvs2svn to compensate...
2000-05-23 Jake BurkholderChange the way that the queue(3) structures are declare...
2000-05-22 Paul SaabThis commit was generated by cvs2svn to compensate...
2000-05-21 Jake BurkholderMajor style cleanup; make ordering and internal use...
2000-05-18 Bill Fumerolabump __FreeBSD_version for the bio/buf divorce by phk.
2000-05-18 Jeroen Ruigrok van... This commit was generated by cvs2svn to compensate...
2000-05-18 Mike SmithImplement real read/write barriers for the i386. Despi...
2000-05-15 Matthew Dillon Change f_count and f_msgcount from short to int...
2000-05-15 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-05-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-05-13 John PolstraAdd a comment explaining the obscure lines:
2000-05-12 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-05-12 Kenneth D. MerryAdd support for the DVD ioctl interface.
2000-05-11 Bruce EvansFixed a syntax error (a stray semicolon caused by a...
2000-05-11 Bruce EvansName the `struct bio *' parameter of devstat_end_transa...
2000-05-09 Poul-Henning KampChange the "bdev-whiner" to whine when open is attempte...
2000-05-09 Bruce EvansRegenerated (fixed the type of mmap()'s padding arg).
2000-05-06 Poul-Henning KampRemove devstat_end_transaction_buf() everybody uses
2000-05-05 Poul-Henning KampSeparate the struct bio related stuff out of <sys/buf...
2000-05-04 Jonathan LemonChange the definition of sdata from u_long --> intptr_t...
2000-05-03 Poul-Henning KampConvert the vm_pager_strategy() interface to take a...
next