add the 'y' and 'Y' options to ps, and add the 'iac' keyword. The 'y'
[dragonfly.git] / sys / conf /
2004-07-27 Jeroen Ruigrok/asmodaiAdd Pentium 4 Thermal Control Circuit support.
2004-07-26 Joerg SonnenbergerImport generic 802.11 layer.
2004-07-23 Joerg SonnenbergerAdd RC4 to the crypto module / device. This will be...
2004-07-21 Joerg SonnenbergerAdd handling of patches to the module framework.
2004-07-18 David RhodusBump the rev to 1.1-CURRENT.
2004-07-14 Matthew DillonUpdate release to 1.0A
2004-07-11 Matthew DillonUpdate the version to 1.0-RELEASE.
2004-07-08 Matthew Dillonugenbuf is associated with the 'ugen' device, not the...
2004-07-08 Matthew DillonJulian Elischer posted an interesting proof-of-concept...
2004-07-05 Matthew DillonUpdate newvers.sh to RC2
2004-07-05 Matthew Dillonacpica5 update part 1/3: Implement support for acpica...
2004-06-28 Matthew DillonChange the version string to RC1
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-05 Matthew DillonAdd the MSFBUF API. MSFBUFs are like SFBUFs but they...
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-05-21 Hiten PandyaIt is DragonFly BSD, not FreeBSD. Correct config(8...
2004-05-20 Matthew DillonMake the primary PQ_ macros available to modules by...
2004-05-15 Joerg SonnenbergerUpdate bktr(4) to FreeBSD current's version. This most...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-04-29 Joerg SonnenbergerMove the Plug'n'Play BIOS support into a separate file...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-17 David RhodusAdd in kernel config file options that were
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Matthew Dillonget rid of TCP_DISTRIBUTED_TCBINFO, it only added confu...
2004-04-12 Eirik NygaardTell awk where the arguments for the program ends and...
2004-04-05 Matthew Dillonper-cpu tcbinfo[]s aren't ready for prime time yet...
2004-03-31 Matthew DillonTrash the vmspace_copy() hacks that CAPS was previously...
2004-03-31 Matthew DillonHook XIO up to the kernel build.
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2004-03-24 David RhodusShould have been on last commit.
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-18 Matthew DillonAdjust the Makefile's to move the iconv files to libico...
2004-03-16 Joerg SonnenbergerAdd support for building dependent modules automatically by
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.
2004-03-07 Eirik NygaardRemove perl from the i386 kernel build.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.
2004-02-24 Joerg SonnenbergerHide ISA compatibility layer under COMPAT_OLDISA
2004-02-24 Joerg SonnenbergerUse -fformat-extensions when building kernel with GCC2.
2004-02-24 Joerg SonnenbergerSplit off the PCI-PCI bridge and the PCI-ISA bridge...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-19 Joerg SonnenbergerAdd PCCARD match routines sio and the disk drivers.
2004-02-19 Joerg SonnenbergerRemove duplicate line for if_ray
2004-02-18 David Rhodus* Remove ufs_disksubr.c from kernel build files.
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-16 Matthew DillonUndo part of the last commit. Part of a different...
2004-02-16 Matthew DillonRemove duplicate declarations for -fno-common
2004-02-16 Matthew DillonCompile the kernel with -fno-common to guarentee that...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonRewrite the IP checksum code. Get rid of all the inlin...
2004-02-13 Joerg SonnenbergerSync if_ed with FreeBSD current
2004-02-10 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-09 Matthew DillonSplit the lwkt_token code out of lwkt_thread.c. Give...
2004-02-04 Robert GarrettDisable -fformat-extensions temporarily
2004-02-02 Matthew DillonAMD64 infrastructure stage 1/99. This is just a prelim...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 David Rhodus* Add kern_systimer.c to the kernel build process.
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-15 Joerg SonnenbergerAdd pcib_if.m
2004-01-15 David Rhodus* Add in support for the IBM ServeRAID controller.
2004-01-11 Joerg SonnenbergerSplit off the PCCARD specific driver parts of fd and...
2004-01-09 David Rhodus* Remove the HTT option from the kernel as we...
2004-01-07 Joerg SonnenbergerMove the FreeBSD 2.2 and 3.x PCI compatibility code...
2004-01-06 Matthew DillonImport the libkern/fnmatch code from FreeBSD-5.
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-12-10 Matthew DillonAdd -fstack-protector support for the kernel.
2003-12-10 Matthew DillonAdd strlcpy and strlcat to libkern
2003-12-07 Matthew DillonPCI compat cleanup, part 1. This brings in the LNC...
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-19 Matthew DillonChange the system name from 'FreeBSD' to 'DragonFly...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-16 Matthew DillonFix a missing backslashed in the 1.9 commit.
2003-11-16 Jeroen Ruigrok/asmodaiRework the logic in the kernel config files.
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-15 Matthew DillonMove bsd.kern.mk from /usr/src/share/mk to /usr/src...
2003-11-14 David P. Reese, Jr.Split mmap().
2003-11-14 David P. Reese, Jr.Move ogethostname(), osethostname(), ogethostid(),...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-11-04 Matthew Dillonadd cmpdi2 and ucmpdi2 to conf/files to fix LINT build.
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-10-31 Jeroen Ruigrok/asmodaiAdd nForce AGP support, taken from FreeBSD with some...
2003-10-25 Matthew DillonAdd a DEBUG_INTERRUPTS option for debugging unexpected...
2003-10-24 Matthew DillonThis is FreeBSD 5.x's code to dump the kernel's identif...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
next