Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-03-08 | move stuff to spamd.conf 5 | Bob Beck | |
2003-03-08 | The description of the config file belongs here, not in spamd-setup(8) | Bob Beck | |
2003-03-08 | default spamd.conf file, with entries for spews 1, spews 2, china and korea | Bob Beck | |
2003-03-08 | KNF | Theo de Raadt | |
2003-03-08 | No more Net::Netmask | Bob Beck | |
2003-03-08 | no longer used by spamd, no need to keep. | Bob Beck | |
2003-03-08 | this needs to go too.. | Bob Beck | |
2003-03-08 | It's too damn slow... | Bob Beck | |
2003-03-08 | spamd-setup, in c. ok deraadt@, he wants to clean in situ. | Bob Beck | |
2003-03-08 | duplicate include; andrushock@pisem.net | Theo de Raadt | |
2003-03-08 | Remove unneeded #includes, from Andrey Matveev andrushock(at)pisem(dot)net | Daniel Hartmeier | |
2003-03-08 | fix the obvious: | Henning Brauer | |
since we do not modify the struct pf_altq *a any more but our private copy, we can of course not inherit teh scheduler type from it, since it did not inherit the scheduler type from the parent. so just inherit the scheduler type from the parent directly... ok dhartmei@ cedric@ | |||
2003-03-08 | in expand_queue, make a private copy of the struct pf_altq before modifying | Henning Brauer | |
it. modifying the original one had undesired side effects if a queue was expanded to more than one because it belonged to more than one interface ok pb@ cedric@ dhartmei@ | |||
2003-03-08 | when complaining about a queue's abndwidth beeing to small (below the | Henning Brauer | |
resolution we can handle), don't say it must be >6KB, the value actually depends on quite some factors, including interface MTU. Instead, calculate the real minimum value and show that. mpech@ did a good job in bugging me to fix that ;-) ok pb@ dhartmei@ cedric@ | |||
2003-03-08 | regen after pfctl output change | Henning Brauer | |
2003-03-08 | inlcude queue interals in -gsr and -gsq output; will make debugging easier. | Henning Brauer | |
ok cedric@ pb@ | |||
2003-03-08 | -g in pfload${n}-update | Henning Brauer | |
2003-03-08 | fix fdformat usage(). Ok deraadt@ | Matthieu Herrb | |
2003-03-08 | Talk about chroot defaults, remove Linux note. | Cedric Berger | |
ok jakob@ jmc@ | |||
2003-03-08 | Xr qe 4 | Jason Wright | |
2003-03-08 | CXY08 and DELQA are tested and supported. | Hugh Graham | |
2003-03-08 | qe tested and working well; enable | Hugh Graham | |