dragonfly.git
2004-09-26 Jeroen Ruigrok... Add WARNS, set to 0.
2004-09-26 Jeroen Ruigrok... Bump WARNS to 6.
2004-09-26 Jeroen Ruigrok... Add, if not present, WARNS and set to 6.
2004-09-26 Joerg Sonnenberger- make process() static and take const arguments
2004-09-26 Jeroen Ruigrok... Bump hostname to WARNS 6 by initialising silen.
2004-09-26 Jeroen Ruigrok... Make ls compile under WARNS 6.
2004-09-26 Jeroen Ruigrok... Set NCURSES_CONST to const.
2004-09-26 Jeroen Ruigrok... Add WARNS and set to 5.
2004-09-26 Jeroen Ruigrok... Set WARNS to 6.
2004-09-26 Jeroen Ruigrok... Add, if not already present, WARNS and set to 6.
2004-09-26 Jeroen Ruigrok... Add WARNS and set to 3.
2004-09-26 Jeroen Ruigrok... Add WARNS and set to 6.
2004-09-26 Jeroen Ruigrok... Add WARNS, set to 6.
2004-09-26 Jeroen Ruigrok... Bump WARNS to 6.
2004-09-26 Jeroen Ruigrok... Make WARNS ?= instead of = per all the other Makefiles.
2004-09-26 Jeroen Ruigrok... Add WARNS, set to 3.
2004-09-26 Jeroen Ruigrok... Fix spammage introduced by dillon's commit in r1.5.
2004-09-26 Jeroen Ruigrok... Synchronise with FreeBSD-CURRENT as of 2004-09-26.
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-09-26 Matthew DillonThe wrong vendor-id was used when adding Adaptec ServeR...
2004-09-26 Matthew DillonGet rid of some conditionalized code which the pmap...
2004-09-26 Matthew DillonDocument the additional vendors applicable to the ...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-09-25 Matthew DillonOnly assume a numeric group id if the ENTIRE string...
2004-09-25 Joerg SonnenbergerAllow ip_output to be called with rt=NULL by making...
2004-09-25 Joerg SonnenbergerFrom FreeBSD:
2004-09-25 Matthew DillonFix a bug where DragonFly's nat was closing TCP connect...
2004-09-24 Joerg SonnenbergerAdd GPL-free patch. This is the extended version of...
2004-09-24 Joerg SonnenbergerFix typo
2004-09-24 Matthew DillonThe inode size must be unsigned-extended to a quad...
2004-09-23 Matthew DillonAdd support for the LinkSys EG1032 GigE PCI card, and...
2004-09-23 Scott UllrichWhile I'm here, convert other strcpy -> strlcpy
2004-09-23 Scott UllrichConvert strcpy -> strlcpy and convert strcpy and strcat...
2004-09-23 Matthew DillonAdd the -L and -l options to install. -L allows an...
2004-09-23 Joerg SonnenbergerBYTE_ORDER ==> _BYTE_ORDER
2004-09-23 Joerg SonnenbergerChange the conditionals to use the protected _BYTE_ORDE...
2004-09-23 Joerg SonnenbergerTypo.
2004-09-23 Joerg SonnenbergerUse the protected names for BYTE_ORDER and co, the...
2004-09-23 Hidetoshi ShimokawaUpdate FireWire device nodes.
2004-09-23 Hidetoshi ShimokawaAdd dcons(4).
2004-09-23 Jeroen Ruigrok... Unbreak addump().
2004-09-23 Hidetoshi ShimokawaHooks to build dcons(4)/dcons_crom(4).
2004-09-23 Hidetoshi ShimokawaAdd dcons(4) related manpages.
2004-09-23 Hidetoshi Shimokawadconschat - user interface to dcons(4)
2004-09-23 Hidetoshi ShimokawaAdd support for eui64(5) to libc.
2004-09-23 Hidetoshi ShimokawaUse opt_dcons.h.
2004-09-23 Hidetoshi ShimokawaAdd dcons(4), a pseudo console driver for FireWire...
2004-09-23 Matthew DillonRemove unused variable.
2004-09-22 Jeroen Ruigrok... Fix typo of->pf.
2004-09-22 Joerg SonnenbergerThis should read const char *, not char char *.
2004-09-22 Joerg Sonnenbergers/pidfile/my_pidfile/
2004-09-22 Joerg SonnenbergerAdd pidfile(3).
2004-09-22 Joerg SonnenbergerUse const char* for tcpstates
2004-09-21 Joerg SonnenbergerUesrland part of PF
2004-09-21 Joerg SonnenbergerPF uses -1 as rule number for the default entry. To...
2004-09-21 Joerg SonnenbergerInclude machine/cpu.h for userland to get clear_lwkt_re...
2004-09-21 Joerg SonnenbergerSync defines with sys/globaldata.h.
2004-09-21 Joerg SonnenbergerUse libcaps_free_stack instead of kmem_free for userland
2004-09-21 Joerg SonnenbergerAdd a new option "TIMER_USE_1", which allows switching...
2004-09-21 Matthew DillonFixup the location of openssl / fix release builds.
2004-09-20 Matthew DillonHook the new bc and dc into the tree. Unhook the old...
2004-09-20 Joerg SonnenbergerAdd various ICMP defines used by PF.
2004-09-20 Joerg SonnenbergerInstall PF header files.
2004-09-20 Eirik NygaardAdd KTR, a facility that logs kernel events to help...
2004-09-20 Joerg SonnenbergerAlso define global uid_t and gid_t variables and remove...
2004-09-20 Jeroen Ruigrok... Switch to 9.2.4rc7.
2004-09-20 Joerg SonnenbergerWARNS=6 cleanes
2004-09-20 Jeroen Ruigrok... Remove a '+', remnant of patchset.
2004-09-20 Jeroen Ruigrok... Merge from vendor branch BIND:
2004-09-20 Jeroen Ruigrok... Add BIND 9.2.4rc7.
2004-09-20 Matthew DillonM_NOWAIT -> M_WAITOK
2004-09-20 Matthew DillonM_NOWAIT -> M_INTWAIT/M_WAITOK. Plus fix a NULL free...
2004-09-20 Matthew DillonHere are (BSD licensed) replacements for bc and dc:
2004-09-20 Matthew DillonUse the appropriate #defines instead of hard-coding...
2004-09-20 Matthew Dillonif_pfsync.h needs pfvar.h for struct pf_addr. The...
2004-09-20 Matthew DillonDo not unconditionally fork() after accept(). accept...
2004-09-19 Matthew DillonAdd a missing #include and add a missing semicolon.
2004-09-19 Matthew DillonQuick cleanup in preparation for a more complete cleanup.
2004-09-19 Joerg SonnenbergerKernel part of PF
2004-09-19 Matthew Dillontesting
2004-09-19 Jeroen Ruigrok... From NetBSD 1.11:
2004-09-19 Joerg SonnenbergerThe CIS vendor and product string routines return the...
2004-09-19 Joerg SonnenbergerChange getgrouplist(3) to take gid_t arguments for...
2004-09-19 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-19 Jeroen Ruigrok... Belatedly remember that in Nordic languages the aa...
2004-09-19 Jeroen Ruigrok... Update per recent newsletters of the ISO3166 committee.
2004-09-19 Matthew DillonRemove timeout() and untimeout() plus all related suppo...
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*. NDIS hides the callou...
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dilloncleanup syntax a bit. non functional changes.
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
next