- 05 Dec, 2009 1 commit
-
-
+ Numbers for CDI_VIDEO, CDI_AUDIO, CDI_AUDIO_MIXER, CDI_USB_HCD and CDI_USB; these drivers are expected to be the next CDI drivers, hence they must be ordered. Signed-off-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 29 Nov, 2009 3 commits
-
-
+ tcpip: dns_request loest nun Namen in mehrere IP-Adressen auf + libc: POSIX: gethostbyname gibt nun mehrere IPs zurueck Signed-off-by:
Roman Muentener <fmnssun@gmail.com> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
+ tcpip: dns.c: Nach Request wird die Verbindung nun geschlossen Signed-off-by:
Alexander Hartmut Kluth <hartmut@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! tcpip: Wenn ein FIN-Paket gesendet wird, das nicht gleichzeitig auch ACK gesetzt hat, wird das FIN ignoriert. Signed-off-by:
Kevin Wolf <kevin@tyndur.org> Acked-by:
Max Reitz <max@tyndur.org>
-
- 21 Nov, 2009 3 commits
-
-
Kevin Wolf authored
+ getterm: Mit --once wird das Programm nicht neugestartet, nachdem es sich beendet hat + getterm: Mit --auto wird nicht darauf gewartet, dass der Benutzer Enter drueckt Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
+ init: Ueber Parameter env.<name>=<value> koennen Umgebungsvariablen ueber die Modulkommandozeile initialisiert werden Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
* init: Allgemeinen Parser fuer init-Optionen hinzugefuegt und das Parsen von boot=... darauf umgestellt Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 12 Nov, 2009 2 commits
-
-
! cdi: This patch merely fixes warnings in the e1000, pcnet, and sis900 drivers Signed-off-by:
Matthew Iselin <matthew@theiselins.net> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
* Change the pcnet driver to use the cdi_wait_irq function instead of implementing its own solution. Signed-off-by:
Matthew Iselin <matthew@theiselins.net> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 10 Nov, 2009 1 commit
-
-
* kernel: Mit dem Makro MAX_INTERRUPTS in intr.c kann man jetzt die maximale Anzahl von Handlern pro IRQ definieren Signed-off-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 04 Nov, 2009 1 commit
-
-
! kernel2: kprintf.h: Die normale stdarg.h includen statt selber kaputte Varianten zu definieren Signed-off-by:
Patrick Pokatilo <shyxormz@asxsoft.de> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 02 Nov, 2009 1 commit
-
-
* Für den Zugriff auf den Konfigurationsraum muss man das Register nicht zweimal an DWord-Grenzen ausrichten Signed-off-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 25 Oct, 2009 6 commits
-
-
Kevin Wolf authored
! libc: Wenn ntohs tatsaechlich nur auf 16 Bit arbeitet, tut das auch Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! libc: mkstemp darf es nicht bei allen Fehlern nochmal versuchen. git versucht beispielsweise eine temporaere Datei anzulegen, die in einem Verzeichnis liegt, das erst angelegt wird, nachdem ein ENOENT kommt. Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! libc: qsort muss auch null Objekte sortieren koennen (size_t ist unsigned, deswegen geht der Vergleich schief) ! libc: qsort kann ein temporaeres Objekt einfach auf dem Stack anlegen anstatt malloc zu nehmen und dann zu leaken Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! libc: pread() sollte lesen, nicht schreiben Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! config.sh: Die richtige Zeile fuer die Architektur aus der config.h gezielter raussuchen, dann stimmt auch das Ergebnis Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! libc: setjmp ist nicht wirklich plattformunabhaengig, das muss in ein arch-Verzeichnis Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 21 Oct, 2009 1 commit
-
-
+ lpt: lpt moo erklärt alles ;-) Acked-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Alexander Hartmut Kluth <hartmut@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 20 Oct, 2009 3 commits
-
-
* btowc() nimmt ein int, kein wint_t + btowc() zu wchar.h hinzugefügt Signed-off-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
+ libc: iswgraph, iswxdigit, btowc und wctype_t-"Klasse" implementiert Signed-off-by:
Alexander Hartmut Kluth <derhartmut@euirc.eu> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! libc: Tippfehler hat 3 und 4 Byte lange UTF-8-Zeichen kaputtgemacht Signed-off-by:
Kevin Wolf <kevin@tyndur.org> Acked-by:
Max Reitz <max@tyndur.org>
-
- 18 Oct, 2009 2 commits
-
-
+ vterm: Mehr Unicodezeichen Signed-off-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
! ftp: Wenn 'get' mit einer nicht vorhandenen Datei aufgerufen wird hängt das + ftp: 'bye', 'pwd' und 'system' wurden hinzugefügt * ftp: 'account' heisst jetzt 'user' - ftp: 'exit' wurde entfernt Signed-off-by:
Paul Lange <matheeguru@gmx.de> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 09 Oct, 2009 6 commits
-
-
Kevin Wolf authored
! kedit: Nach den letzten Aenderungen wurde der Dateityp nur noch erkannt, wenn eine existierende Datei geoeffnet wird. Jetzt geht es auch wieder mit neu angelegten Dateien und beim Speichern einer unbenannten Datei. Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
* kedit.pas: Feld 'extension' hinzugefügt für die Dateiendung * kedit_tui.pas: Funktion zum Setzen des Syntax-Modus implementiert * kedit_main.pas: Auseinanderfrickeln der Dateiendung und Syntax-Modus setzen Signed-off-by:
Alexander Hartmut Kluth <hartmut@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
+ syntax_atandt.pas: AT&T-Syntax-Highlighting hinzugefügt Hier gleiches wie beim Intel-Highlighting und es fehlen AT&T-Keywords, die sollte bitte einer nachtragen Signed-off-by:
Alexander Hartmut Kluth <hartmut@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
+ syntax_intel.pas: Intel-Assembler_Highlighting hinzugefügt Leider funktioniert das Highlighten der Keywords noch nicht so ganz Signed-off-by:
Alexander Hartmut Kluth <hartmut@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
+ syntax_pas.pas: Pascsal-Highlighting hinzugefügt Signed-off-by:
Alexander Hartmut Kluth <hartmut@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
* syntax.pas: C-Syntax extrahiert, nun nur noch TSyntax-Klasse + syntax_c.pas: C-Syntax hier implementiert Signed-off-by:
Alexander Hartmut Kluth <hartmut@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 07 Oct, 2009 4 commits
-
-
Kevin Wolf authored
+ lpt: Englische Uebersetzung Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
* lpt: Ressourcestrings fuer Meldungen verwenden, damit sie uebersetzt werden koennen Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
+ Pascal-RTL: Unit multilang Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
+ libc: scanf, sscanf, fscanf, vscanf, vsscanf, vfscanf Sollte bis auf Gleitkommazahlen und Multibyte-Supprt vollstaendig sein Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 02 Oct, 2009 2 commits
-
-
+ RAND_MAX hinzugefügt, das braucht die libvorbis auch Signed-off-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
+ pow() und rint() so dürftig als nötig hinzugefügt, damit die libvorbis funktioniert Signed-off-by:
Max Reitz <max@tyndur.org> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 29 Sep, 2009 1 commit
-
-
+ ftp: Befehl rm wurde hinzugefuegt Signed-off-by:
Paul Lange <matheeguru@gmx.de> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 26 Sep, 2009 3 commits
-
-
Kevin Wolf authored
+ Pascal-RTL: dos.GetEnv implementiert Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
+ ftp: Ein neuer FTP-Client Signed-off-by:
Paul Lange <matheeguru@gmx.de> Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
Kevin Wolf authored
! tcpip: Wenn die Verbindung durch fclose geschlossen werden soll, die Gegenstelle aber bereits ihrerseits ein FIN geschickt hat, brauchen wir nicht nochmal ein neues FIN schicken und in einen Timeout rennen. Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-