Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-30 | Martin Luther King is elected president of the Montgomery Improvement | Daniel Hartmeier | |
Association on December 5th 1955 http://www.stanford.edu/group/King/about_king/encyclopedia/MIA.html | |||
2004-11-30 | resolve the buses and rosa parks; noticed by dhartmei@ | Michael Shalayeff | |
2004-11-30 | sync | Theo de Raadt | |
2004-11-30 | - simplify grammar | Jason McIntyre | |
- rearrange EXAMPLES somewhat - .Xr pppoe 4 | |||
2004-11-30 | remove useless comments, once used for header file generation and delete | Otto Moerbeek | |
parameter names from prototypes. ok millert@ | |||
2004-11-30 | need to pass MAKEOBJDIR to prereq and includes | Michael Shalayeff | |
2004-11-30 | Check strlc{py,at} return value and return NULL upon truncation instead | Todd C. Miller | |
of silently truncating. OK deraadt@ otto@ | |||
2004-11-30 | breada() is gone, help and ok jmc@ | Pedro Martelletto | |
2004-11-30 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat | |
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). [file excluded in previous commit by mistake. spotted by claudio@] | |||
2004-11-30 | mcintyre learns the hard way that $int should be \$if when passed to | Jason McIntyre | |
ifconfig(8); | |||
2004-11-30 | kill breada(), from Sven Dehmlow. ok tedu@ millert@ | Pedro Martelletto | |
2004-11-30 | missing $OpenBSD | Markus Friedl | |
2004-11-30 | correct path for spppcontrol; | Jason McIntyre | |
from bernd ahlers; | |||
2004-11-30 | `option' keyword, not `options'; | Jason McIntyre | |
2004-11-30 | one more ifconfig.if -> hostname.if; | Jason McIntyre | |
2004-11-30 | repair DEBUG kernels | Martin Reindl | |
ok miod@ | |||
2004-11-30 | provide a more accurate assembly delay() routine | Martin Reindl | |
ok miod@ >From: NetBSD | |||
2004-11-30 | Use %s, not %d to print the interface name. From Max Laier. | Ryan Thomas McBride | |
2004-11-30 | * make sure we leave the thread's cancellation point before we return | Patrick Latifi | |
* plug a memory leak and FD_UNLOCK properly in writev ok marc | |||
2004-11-29 | tweaks; | Jason McIntyre | |
ok miod@ | |||
2004-11-29 | ansi + some knf, no binary change | Hans-Joerg Hoexer | |
ok deraadt | |||
2004-11-29 | Add missing pppoe(4) manual page. Adapted from NetBSD version. | Can Erkin Acar | |
Reminded by mickey@, with help from jmc@ | |||
2004-11-29 | fix nasty signal races by blocking signals in signal handlers. | Henning Brauer | |
with moritz jodeit and theo, ok theo | |||
2004-11-29 | Save an useless use of grep while cooking bsd.scsi3 | Miod Vallat | |
ok deraadt@ | |||
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat | |
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). | |||
2004-11-29 | Clarify what a category is and update the list of categories to match our | Todd C. Miller | |
current machine architectures. Based on a diff from jmc@ | |||
2004-11-29 | lowercase for consistency; | Jason McIntyre | |
from josh weber; ok millert@ | |||
2004-11-29 | tiny knf, no binary change. | Hans-Joerg Hoexer | |
ok otto jsg henning pat markus deraadt fgs | |||
2004-11-29 | plug memory leaks on error | Patrick Latifi | |
ok canacar markus millert | |||
2004-11-29 | sync | Theo de Raadt | |
2004-11-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat | |
due to lack of hardware. | |||
2004-11-29 | The last item in an enum should not have a trailing comma | Todd C. Miller | |
2004-11-29 | update to sudo 1.6.8p5 | Todd C. Miller | |
2004-11-29 | Don't use seltrue() in poll ops since it requires v_rdev dereferencing | Alexander Yurchenko | |
which is not possible here. Problem found and fixed by form@. ok millert@ fgsch@ pedro@ | |||
2004-11-29 | More test cases involving back-references. | Otto Moerbeek | |
2004-11-29 | Better fix for the "unbounded recursion case", for example | Otto Moerbeek | |
\(b*\)\(a*\1\)*, more cases in regress/lib/libc/regexp/test. Only stop evaluation of a back reference if the match lenght is zero and the recursion level is too deep. With help from jaredy@ Problem case found by Andrew Brown in NetBSD PR 28126. ok deraadt@ millert@ | |||
2004-11-29 | checking lazy evaluation of recursive variables | Marc Espie | |
2004-11-29 | Build the table of created directories in-memory, instead of using | Otto Moerbeek | |
a tmp file. Makes it possible to unpack an archive without using /tmp, while memory usage is still within every reasonable limit. "love it" deraadt@ ok millert@ jaredy@ | |||
2004-11-29 | sync | Theo de Raadt | |
2004-11-29 | remove old header. everything should use net80211/ stuff. | Federico G. Schwindt | |
as for the ports, i could only find one. if there are more, they will be fixed in the tree as discussed with peter. deraadt@ pvalchev@ ok. | |||
2004-11-29 | Do not Xr boot_config anymore. | Miod Vallat | |
2004-11-29 | Oops, sorting buglet | Miod Vallat | |
2004-11-29 | knf/ansi. No binary change. | Jonathan Gray | |
ok henning@ | |||
2004-11-29 | sync | Alexander Yurchenko | |
2004-11-29 | CSR BlueCore, from anil. | Alexander Yurchenko | |
2004-11-29 | Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@ | Jonathan Gray | |
ok miod@, otto@ | |||
2004-11-29 | ansi. ok deraadt@ | Jonathan Gray | |
2004-11-29 | Some small fixes from moritz@jodeit.org. ok deraadt@ | Damien Miller | |
2004-11-29 | From FreeBSD: Correct URL of the programming manual. | Jonathan Gray | |
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ |