dragonfly.git
2005-09-25 Jeroen Ruigrok... getchar() is void in its prototype.
2005-09-25 Sascha WildnerAdd iwi (fixes building of LINT).
2005-09-25 Simon SchubertRework Makefile logic so that it actually does what...
2005-09-25 Jeroen Ruigrok... Remove bin/ls from the bootstrap-tools.
2005-09-25 Jeroen Ruigrok... Get rid of ls and use basic sh/echo constructs.
2005-09-25 Jeroen Ruigrok... Replace use of ls with echo and tr.
2005-09-25 Jeroen Ruigrok... Use echo instead of ls to test for files, change test...
2005-09-25 Jeroen Ruigrok... Add usr.bin/stat to bootstrap-tools:
2005-09-25 Sascha WildnerReplace FreeBSD mailing list aliases with appropriate...
2005-09-25 Sascha WildnerSync with FreeBSD. This enables 'set -o emacs' by defau...
2005-09-25 Sepherosa Ziehau- in xl_attach(), print xl card type ("90X"/"90XB"...
2005-09-25 Sascha Wildner* Document the {build,install}world targets instead...
2005-09-24 Sascha WildnerFix a memory leak I introduced when I changed the vtb_b...
2005-09-24 Max OkumotoClean up a little after removing Buf_GetAll()
2005-09-24 Max OkumotoGet rid of Buf_GetAll()
2005-09-24 Max OkumotoMove OPEN_PAREN, CLOSE_PAREN, OPEN_BRACE, and CLOSE_BRA...
2005-09-24 Max OkumotoRemove Var_Exists() and just use Var_Value() and compare
2005-09-24 Max OkumotoChange prototypes to clearify that the input is an...
2005-09-24 Sepherosa Ziehauin if_xl.c, xl_detach():
2005-09-24 Sepherosa Ziehaudo not build following files:
2005-09-24 Sepherosa Ziehau- remove compat junks
2005-09-23 Sascha Wildner* Add braces to while statements and remove the '?...
2005-09-23 Sascha WildnerRemove description of the old release infrastructure.
2005-09-23 Sascha Wildner* Initialize nlist entries and bump WARNS to 6.
2005-09-23 Jeroen Ruigrok... Add the wide character files for ncurses.
2005-09-23 Jeroen Ruigrok... Revert last commit for two reasons:
2005-09-23 Jeroen Ruigrok... Fix accidental reversal of assignment for suffix/suffixlen.
2005-09-23 YONETANI Tomokazu- Catch up with rev 1.157 of sys/dev/acpica/acpi.c...
2005-09-23 Matthew DillonRe-initialize the interrupt mask on ACPI wakeup. This...
2005-09-23 Simon SchubertCorrectly pass arguments. This enables doing e.g.
2005-09-22 Simon SchubertAdd declaration of struct tm to suppress a warning.
2005-09-22 Simon Schubertstyle(9) cleanup
2005-09-22 Simon SchubertUnbreak basename suffix removal introduced in last...
2005-09-22 Jeroen Ruigrok... Enable wide character support in ncurses, since we...
2005-09-22 Max OkumotoMove commandShell from shell.[ch] to job.[ch]
2005-09-22 Noritoshi DemizuSuppress kernel message "mfree: m->m_nextpkt != NULL",
2005-09-22 Simon SchubertImplement permanent answers to confirmation questions.
2005-09-21 Jeffrey HsuPrefer the general purpose m_getl() routine for mbuf...
2005-09-21 Jeffrey HsuMake zalloc() and zfree() non-blocking for ZONE_INTERRU...
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-09-21 Simon Schubertpull changes from gcc34/libstdc++: rename ctype class...
2005-09-20 Jeroen Ruigrok... Fix the function declaration.
2005-09-20 Jeroen Ruigrok... Document and order the wlan devices.
2005-09-20 Jeroen Ruigrok... Actually hook up ipw.
2005-09-20 Jeroen Ruigrok... Actually add a manual page for xe(4).
2005-09-20 Sepherosa ZiehauSetup intr in the last step of uhci_pci_attach().
2005-09-20 Jeroen Ruigrok... Pull in sys/types.h if it has not been parsed yet.
2005-09-20 Sepherosa Ziehaucheck pointer for NULL before calling free()
2005-09-20 Matthew DillonFix the infinite-watchdog timeout problem. the pending...
2005-09-19 Jeroen Ruigrok... Fix strmode()'s parameters to reflect the reality it...
2005-09-19 Jeroen Ruigrok... Synchronise with FreeBSD:
2005-09-19 Jeroen Ruigrok... Synchronise with v1.73:
2005-09-19 Jeroen Ruigrok... Bump OpenBSD Id.
2005-09-19 Jeroen Ruigrok... Get rid of the third clause where we can.
2005-09-19 Jeroen Ruigrok... Fix broken comment.
2005-09-19 Jeroen Ruigrok... Get rid of the third clause.
2005-09-19 Jeroen Ruigrok... Reflect type change and remove third clause.
2005-09-19 Jeroen Ruigrok... Synchronise with NetBSD:
2005-09-19 Sepherosa Ziehaucheck NULL pointer, before free()
2005-09-19 Sepherosa ZiehauPort rue(4) from FreeBSD:
2005-09-18 Jeroen Ruigrok... Synchronise with FreeBSD up to and including v1.86.
2005-09-18 Jeroen Ruigrok... Synchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok... Synchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok... Bump FreeBSD Id.
2005-09-18 Jeroen Ruigrok... Partial synch with FreeBSD 1.74:
2005-09-18 Jeroen Ruigrok... Add inttypes.h for intmax_t.
2005-09-18 Jeroen Ruigrok... Partial synch with FreeBSD v1.74:
2005-09-18 Jeroen Ruigrok... Welcome to 2005:
2005-09-18 Jeroen Ruigrok... Restore the MAXPATHLEN comparison in basename.c, don...
2005-09-18 Jeroen Ruigrok... Rework dirname() with the same logic Joerg introduced...
2005-09-18 Jeroen Ruigrok... Fix one last nit: compare the result of strlcpy() only...
2005-09-18 Jeroen Ruigrok... Move the Ids down to where they should be.
2005-09-18 Jeroen Ruigrok... Update FreeBSD Id and synchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok... Fix long standing logic bug in basename() introduced...
2005-09-18 Jeroen Ruigrok... Synchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok... Synchronise with FreeBSD v1.65:
2005-09-18 Jeroen Ruigrok... Make sure err() does not use a NULL format string,...
2005-09-18 Jeroen Ruigrok... Synchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok... Update FreeBSD Id.
2005-09-18 Jeroen Ruigrok... ls.1: Add y to SYNOPSIS line.
2005-09-18 Jeroen Ruigrok... Use warnx() instead of home-rolled fprintf() constructions.
2005-09-18 Jeroen Ruigrok... Make len size_t, since strlen() returns a size_t, case...
2005-09-18 Jeroen Ruigrok... Get rid of the third clause from the UCB license.
2005-09-18 Jeroen Ruigrok... Move the termwidth declaration over to extern.h, where...
2005-09-18 Jeroen Ruigrok... Synchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok... No need to prototype main().
2005-09-17 Matthew DillonUsing the ACPI idle hook while shutting down ACPI durin...
2005-09-17 Joerg SonnenbergerToo many windhills in the third party software world...
2005-09-17 Max OkumotoChange shell.c API to reduce usage of global commandShell.
2005-09-17 Matthew DillonWith the new FSMID flag scheme we can optimize the...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-17 Matthew DillonAdd an option, -y, which displays the 64 bit FSMID...
2005-09-16 Matthew DillonSplit spinlock.h into spinlock.h and spinlock2.h so...
2005-09-16 Matthew DillonReserve the same amount of space for the spinlock struc...
2005-09-16 Matthew DillonBump __Dragonfly_version to 130006 (+ slip preview...
2005-09-16 Matthew DillonAdd -d /cvs to tag update targets.
2005-09-16 Matthew DillonBump the development sub-version to 6, covering the...
2005-09-16 Matthew DillonCleanup a couple of serious issues with vinum.
2005-09-15 Sepherosa Ziehau- include stdio.h
2005-09-15 Sepherosa Ziehaudiag.c:
next