summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-30missing $OpenBSDMarkus Friedl
2004-11-30correct path for spppcontrol;Jason McIntyre
from bernd ahlers;
2004-11-30`option' keyword, not `options';Jason McIntyre
2004-11-30one more ifconfig.if -> hostname.if;Jason McIntyre
2004-11-30repair DEBUG kernelsMartin Reindl
ok miod@
2004-11-30provide a more accurate assembly delay() routineMartin Reindl
ok miod@ >From: NetBSD
2004-11-30Use %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 returnPatrick Latifi
* plug a memory leak and FD_UNLOCK properly in writev ok marc
2004-11-29tweaks;Jason McIntyre
ok miod@
2004-11-29ansi + some knf, no binary changeHans-Joerg Hoexer
ok deraadt
2004-11-29Add missing pppoe(4) manual page. Adapted from NetBSD version.Can Erkin Acar
Reminded by mickey@, with help from jmc@
2004-11-29fix nasty signal races by blocking signals in signal handlers.Henning Brauer
with moritz jodeit and theo, ok theo
2004-11-29Save an useless use of grep while cooking bsd.scsi3Miod Vallat
ok deraadt@
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod 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-29Clarify what a category is and update the list of categories to match ourTodd C. Miller
current machine architectures. Based on a diff from jmc@
2004-11-29lowercase for consistency;Jason McIntyre
from josh weber; ok millert@
2004-11-29tiny knf, no binary change.Hans-Joerg Hoexer
ok otto jsg henning pat markus deraadt fgs
2004-11-29plug memory leaks on errorPatrick Latifi
ok canacar markus millert
2004-11-29syncTheo de Raadt
2004-11-29Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedMiod Vallat
due to lack of hardware.
2004-11-29The last item in an enum should not have a trailing commaTodd C. Miller
2004-11-29update to sudo 1.6.8p5Todd C. Miller
2004-11-29Don't use seltrue() in poll ops since it requires v_rdev dereferencingAlexander Yurchenko
which is not possible here. Problem found and fixed by form@. ok millert@ fgsch@ pedro@
2004-11-29More test cases involving back-references.Otto Moerbeek
2004-11-29Better fix for the "unbounded recursion case", for exampleOtto 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-29checking lazy evaluation of recursive variablesMarc Espie
2004-11-29Build the table of created directories in-memory, instead of usingOtto 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-29syncTheo de Raadt
2004-11-29remove 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-29Do not Xr boot_config anymore.Miod Vallat
2004-11-29Oops, sorting bugletMiod Vallat
2004-11-29knf/ansi. No binary change.Jonathan Gray
ok henning@
2004-11-29syncAlexander Yurchenko
2004-11-29CSR BlueCore, from anil.Alexander Yurchenko
2004-11-29Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@Jonathan Gray
ok miod@, otto@
2004-11-29ansi. ok deraadt@Jonathan Gray
2004-11-29Some small fixes from moritz@jodeit.org. ok deraadt@Damien Miller
2004-11-29From FreeBSD: Correct URL of the programming manual.Jonathan Gray
2004-11-29Spell precede correctly.Jonathan Gray
'looks fine' millert@, krw@. ok jmc@
2004-11-29put text after #endif in comment (compile w/ gcc3)Peter Valchev
2004-11-29missing full stop;Jason McIntyre
2004-11-28In 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-28logging 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-28remove .Xr to self in SEE ALSO;Jason McIntyre
2004-11-28sort SEE ALSO;Jason McIntyre
2004-11-28use gettimeofday() instead of time() in functions called from signal ↵Theo de Raadt
handlers; henning ok
2004-11-28slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theoHenning Brauer
2004-11-28bump versionHenning Brauer
2004-11-28remove no longer appropriate bugs sectionHenning Brauer
2004-11-28fix ttyline setting, fixes proctitle.Henning Brauer
notice independently by theo and pval, fix from moritz jodeit