Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-09 | Catch lines w/o EOF. Previously they were silently ignored. | Todd C. Miller | |
2003-03-09 | same edge case for LOOP_THROUGH in totally different context | Henning Brauer | |
2003-03-09 | test an edge case in LOOP_THROUGH behaviour | Henning Brauer | |
fails right now | |||
2003-03-09 | Use "np != NULL", not just "np" in TAILQ example for consistency | Todd C. Miller | |
(and style(9)); from Pedro Bastos | |||
2003-03-09 | use 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-09 | bad license | Matthieu Herrb | |
2003-03-09 | sync | Theo de Raadt | |
2003-03-09 | Originally 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-09 | kill whitespace at eol | David Krause | |
ok henning@ | |||
2003-03-09 | $OpenBSD$ | David Krause | |
ok mickey@ | |||
2003-03-09 | grammar fixes | David Krause | |
ok millert@ | |||
2003-03-09 | .Dd Month day, year | David Krause | |
ok jmc@ | |||
2003-03-09 | stests may not have +x set, so prefix the call with sh | David Krause | |
ok millert@ | |||
2003-03-09 | fix wording of sentence. | Brad Smith | |
deraadt@ ok | |||
2003-03-09 | missed memset, found by dhartmei@ | Bob Beck | |
2003-03-09 | Move zx to supported list. | Miod Vallat | |
2003-03-09 | A simple zx(4) manual page and references to it... | Miod Vallat | |
2003-03-09 | fix magic chars | Theo de Raadt | |
2003-03-09 | Add and enable zx. Not put in RAMDISK yet, need to check if this still fits | Miod Vallat | |
on the floppies first. | |||
2003-03-09 | Correctly switch back and forth the 8-bit overlay plane (used in console | Miod 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-09 | autri flags here too. pointed out by deraadt@ | Ted Unangst | |
2003-03-09 | autri now takes flags, provide sample 0x0000 | Ted Unangst | |
2003-03-09 | doc flags for swapping stereo | Ted Unangst | |
2003-03-09 | flag stereo channels as reversed. those rare people without swapped stereo | Ted Unangst | |
can use config -e to set flags to 0x0001. ok deraadt@ mickey@ | |||
2003-03-09 | sync | Theo de Raadt | |
2003-03-09 | A 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-09 | When a sparc machine is running with serial console, the zskbd probe would | Miod 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-09 | Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGID | Todd C. Miller | |
is set). deraadt@ and tholo@ OK. | |||
2003-03-09 | Make 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-09 | As 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-09 | der Mouse, ie. "Mike Parker", adamantly refuses to let us put his real | Theo 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-09 | if fopen fails, do not bork; rob@animoid-row.org | Theo de Raadt | |
2003-03-09 | Move WANT_LIBMILTER bits until after bsd.own.mk has been pulled in. | Todd C. Miller | |
2003-03-09 | Pull in bsd.own.mk early so we can get WANT_* from there. | Todd C. Miller | |
2003-03-08 | Honor the :sh: flag in the local printcap for remote printers too | Todd 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-08 | Bleah, someone beat me to this but I have some minor chages | Todd 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-08 | regen | Michael Shalayeff | |
2003-03-08 | a bunch of fw ids for ti and ricoh | Michael Shalayeff | |
2003-03-08 | knf | Theo de Raadt | |
2003-03-08 | remove some more ambigious bs | Bob Beck | |
2003-03-08 | typos; | Jason McIntyre | |
2003-03-08 | typos; | Jason McIntyre | |
2003-03-08 | typos; | Jason McIntyre | |
2003-03-08 | no backslashes here. | Bob Beck | |
2003-03-08 | tweak | Theo de Raadt | |
2003-03-08 | spamd typos; | Jason McIntyre | |
ok beck@ | |||
2003-03-08 | fix err/errx uses; andrushock@korovino.net | Theo de Raadt | |
2003-03-08 | message discussion is now slightly less awful | Bob Beck | |
2003-03-08 | clarity, for small values thererof. Speling. | Bob Beck | |