summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-09Catch lines w/o EOF. Previously they were silently ignored.Todd C. Miller
2003-03-09same edge case for LOOP_THROUGH in totally different contextHenning Brauer
2003-03-09test an edge case in LOOP_THROUGH behaviourHenning Brauer
fails right now
2003-03-09Use "np != NULL", not just "np" in TAILQ example for consistencyTodd C. Miller
(and style(9)); from Pedro Bastos
2003-03-09use MGETHDR instead of MGET for the first mbuf.Kenjiro Cho
altq expects struct pkthdr in a mbuf chain. this fixes a panic caused by uninitialized m_pkthdr.tags when altq is enabled on ppp. also, initialize m_pkthdr.len and m_pkthdr.rcvif as a caller of MGETHDR is supposed to do. report and test by matthieu@ ok deraadt@, henning@, dhartmei@
2003-03-09bad licenseMatthieu Herrb
2003-03-09syncTheo de Raadt
2003-03-09Originally from gcc:Henric Jungheim
2002-06-14 Jeff Sturm <jsturm@one-point.com> * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS. 2002-03-12 Andrew MacLeod <amacleod@redhat.com> * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in address calculation. through Hiroaki Etoh (thanks). This gets "__builtin_return_address()" to work on sparc64. ok deraadt@
2003-03-09kill whitespace at eolDavid Krause
ok henning@
2003-03-09$OpenBSD$David Krause
ok mickey@
2003-03-09grammar fixesDavid Krause
ok millert@
2003-03-09.Dd Month day, yearDavid Krause
ok jmc@
2003-03-09stests may not have +x set, so prefix the call with shDavid Krause
ok millert@
2003-03-09fix wording of sentence.Brad Smith
deraadt@ ok
2003-03-09missed memset, found by dhartmei@Bob Beck
2003-03-09Move zx to supported list.Miod Vallat
2003-03-09A simple zx(4) manual page and references to it...Miod Vallat
2003-03-09fix magic charsTheo de Raadt
2003-03-09Add and enable zx. Not put in RAMDISK yet, need to check if this still fitsMiod Vallat
on the floppies first.
2003-03-09Correctly switch back and forth the 8-bit overlay plane (used in consoleMiod Vallat
mode) and the 24-bit plane (used in graphics mode) for proper X11 support. Partly borrowed from the XFree86 SunLeo driver source.
2003-03-09autri flags here too. pointed out by deraadt@Ted Unangst
2003-03-09autri now takes flags, provide sample 0x0000Ted Unangst
2003-03-09doc flags for swapping stereoTed Unangst
2003-03-09flag stereo channels as reversed. those rare people without swapped stereoTed Unangst
can use config -e to set flags to 0x0001. ok deraadt@ mickey@
2003-03-09syncTheo de Raadt
2003-03-09A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers,Miod Vallat
from NetBSD. This was initially written for Linux, then each iteration attempted to replace more 0x12345 magic numbers with meaningful constants. The lack of documentation for the hardware still makes some areas a guess orgy. No doc, no kernel configuration file entries, and X11 is disabled on purpose at the moment. This will be coming soon.
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
try to use short cuts, and would not correctly initialize its channel if a keyboard is connected to it, which might have been done on purpose. It would then become impossible to run X11 on this machine afterwards. Fix this by being more cautious during the probe, at the extent of a couple of seconds if no keyboard is present. Tested by various, ok deraadt@
2003-03-09Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGIDTodd C. Miller
is set). deraadt@ and tholo@ OK.
2003-03-09Make the semantics of the P_SUGIDEXEC flag match the issetugid(2)Todd C. Miller
man page. Instead of just clearing P_SUGIDEXEC if real and effective uids/gids matched, we now set P_SUGIDEXEC if there is a mismatch in the real, effective, or saved uid/gid and clear it otherwise. deraadt@ and tholo@ OK.
2003-03-09As pointed out by Perry, mailwrapper is never invoked directly,Todd C. Miller
err/warn will show names like sendmail, mailq, etc which is confusing. However, prefixing "mailwrapper" to the string passed to err/warn is ugly too. The least evil alternative seems to be to stash the value of __progname for checking and assign "mailwrapper" to __progname.
2003-03-09der Mouse, ie. "Mike Parker", adamantly refuses to let us put his realTheo de Raadt
name on a copyright notice, therefore legally this file is not free software. Mike thinks I am rude for saying that a non-legal license is not free software. Well, I am sorry, but legally we *must* remove it. I can't believe how IRC some people are... Anyone want to step up and write a free replacement for this page? If you can write a free replacement in a day or so, that would be awesome.
2003-03-09if fopen fails, do not bork; rob@animoid-row.orgTheo de Raadt
2003-03-09Move WANT_LIBMILTER bits until after bsd.own.mk has been pulled in.Todd C. Miller
2003-03-09Pull in bsd.own.mk early so we can get WANT_* from there.Todd C. Miller
2003-03-08Honor the :sh: flag in the local printcap for remote printers tooTodd C. Miller
instead of forcing the user to use lpr's "-h" flag. Adapted from a patch in FreeBSD from Scott James Remnant.
2003-03-08Bleah, someone beat me to this but I have some minor chagesTodd C. Miller
2003-03-08.Xr's for section9:Jason McIntyre
- MLINKS for uvm stuff - MLINK vgone.9 vgonel.9 - typos - fixed SYNOPSIS of extattr(9) lots of help from miod and art ok miod@ art@
2003-03-08regenMichael Shalayeff
2003-03-08a bunch of fw ids for ti and ricohMichael Shalayeff
2003-03-08knfTheo de Raadt
2003-03-08remove some more ambigious bsBob Beck
2003-03-08typos;Jason McIntyre
2003-03-08typos;Jason McIntyre
2003-03-08typos;Jason McIntyre
2003-03-08no backslashes here.Bob Beck
2003-03-08tweakTheo de Raadt
2003-03-08spamd typos;Jason McIntyre
ok beck@
2003-03-08fix err/errx uses; andrushock@korovino.netTheo de Raadt
2003-03-08message discussion is now slightly less awfulBob Beck
2003-03-08clarity, for small values thererof. Speling.Bob Beck