Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-11-29 | put text after #endif in comment (compile w/ gcc3) | Peter Valchev | |
2004-11-29 | missing full stop; | Jason McIntyre | |
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar | |
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@ | |||
2004-11-28 | logging fixes: | Henning Brauer | |
-don't prefix ftpd: in syslog(), it does that for us -replace a bad (too late) err() by syslog + exit from moritz | |||
2004-11-28 | remove .Xr to self in SEE ALSO; | Jason McIntyre | |
2004-11-28 | sort SEE ALSO; | Jason McIntyre | |
2004-11-28 | use gettimeofday() instead of time() in functions called from signal ↵ | Theo de Raadt | |
handlers; henning ok | |||
2004-11-28 | slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theo | Henning Brauer | |
2004-11-28 | bump version | Henning Brauer | |
2004-11-28 | remove no longer appropriate bugs section | Henning Brauer | |
2004-11-28 | fix ttyline setting, fixes proctitle. | Henning Brauer | |
notice independently by theo and pval, fix from moritz jodeit |