summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-29regen manpages in obj/Marc Espie
disable regen of stuff that needs tools we don't have.
2003-11-29regenerate source for manpages in depend stage so MAN= doesn't fall over.Marc Espie
2003-11-29re-add java parser. It's a re-entrant parser, so yacc doesn't compete soMarc Espie
far.
2003-11-29OpenBSD build engine.Marc Espie
2003-11-29Rebuild of parser in obj directory.Marc Espie
2003-11-29Add OpenBSD specific features:Marc Espie
- stub for bounded - kprintf format. - no strict aliasing in -O2 - no ident for each object file. - recognize stack-protector option.
2003-11-29disable gmake's parallel build checks, and allow libgcc to build correctlyMarc Espie
with our make.
2003-11-29Berkeley yacc is allowed to use unpoisoned malloc.Marc Espie
2003-11-29regen files in the obj/ directory.Marc Espie
2003-11-29grab libiberty from other locationMarc Espie
2003-11-29Supplementary test for java iconv stuff.Marc Espie
2003-11-29Add OpenBSD specific configurations.Marc Espie
2003-11-29also import this dir.Marc Espie
2003-11-29resurrect dead filesMarc Espie
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
considerations.
2003-11-29allow ':' (range including boundaries) to be used whereever '><' (rangeDaniel Hartmeier
excluding boundaries) is legal. already supported by kernel, requires only removal of three error messages. ok henning@
2003-11-28remove "or uninstrumented" from "unknown or uninstrumented protocol";Jason McIntyre
simplified by marc@ and ok millert@;
2003-11-28- some fixes from PR 1446Jason McIntyre
- much simpler groff macros - sync SYNOPSIS with reality - document which options are broken (-bap, -ip, -ln, -sob) - remove groff macros - document defaults - document -lcn Together with pjanzen's fixes (rev. 1.10), fixes PR 1446
2003-11-28netstat.1:Jason McIntyre
- In SYNOPSIS, -a goes with interface display, not -s - In SYNOPSIS, -i and -I are mutually exclusive - expand -a description (shows multicast with interface display) - expand -b and -d descriptions and fix parenthesis typo - consistently refer to multicast (not Multicast) and MTU (not mtu) - expand -I description (interaction with -a) - two missing full stops - update SEE ALSO main.c: - sync with SYNOPSIS
2003-11-28fix regexp for group namesNikolay Sturm
ok millert@
2003-11-28More pf stats fixups:Ryan Thomas McBride
- Don't double count double count icmp packets. - We only want to increment rule and state counters if we're passing the packet, unless it's a 'drop' rule. ok dhartmei@ henning@
2003-11-28crank max sizes. from millert. believed to solve pr3561Ted Unangst
2003-11-27syncAlexander Yurchenko
2003-11-27Realtek 8169 found on a hammer boardAlexander Yurchenko
2003-11-27openbsd tagMarco S Hyman
2003-11-27on behalf of tdeval@:Henning Brauer
fix several errnous error messages (hah) partitially from PR3566
2003-11-27Reduce iterations so test runs faster.Marco S Hyman
2003-11-27permit trailing '$' in usernames, from Tom CosgroveNikolay Sturm
ok provos@, henning@
2003-11-27document that `s' must be of type SOCK_STREAM; from Alf Schlichting;Jason McIntyre
also .Xr unix(4);
2003-11-27add quirk for Datum Networks SSF-7X USB Multi PlayersHenning Brauer
PR3580; Aldo Cortesi <aldo@nullcube.com>
2003-11-27syncHenning Brauer
2003-11-27Datum Networks SSF-7X Multi PlayersHenning Brauer
from PR3580; Aldo Cortesi <aldo@nullcube.com>
2003-11-27fix printfHenning Brauer
From: Alf Schlichting <leopold-bloom@foni.net>
2003-11-27fix prontf arguments and a typoHenning Brauer
From: Erick Borsboom <erick@bonzai.space-ei.nl>
2003-11-27fix printf arguments and two typos in commentsHenning Brauer
From: Erick Borsboom <erick@bonzai.space-ei.nl>
2003-11-27gcc3 wants "m" operands to be lvalues.Marc Espie
okay toby, mickey.
2003-11-27Bad #undef, spotted by gcc3.Marc Espie
okay toby, mickey.
2003-11-27This var is volatile. gcc3 complains if the CV qualifiers don't match.Marc Espie
ok toby, mickey
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
sense when specifying a boot device than does `wd*' or `sd*', and replace examples with it; in line with what nick has already done to the faq; ok nick@ mickey@ weingart@
2003-11-26syncAlexander Yurchenko
2003-11-26Consistency in smbus controllers namesAlexander Yurchenko
ok mickey@
2003-11-26fix #ifdef before #define; ok markus@Damien Miller
2003-11-26Discard first 256 bytes of keystream, as per recommendation inDamien Miller
"Weaknesses in the Key Scheduling Algorithm of RC4", Fluhrer, Mantin and Shamir. ok itojun@
2003-11-26small update for openssl dsa and sort options;Jason McIntyre
2003-11-26remove reference to defunct Digital Pathways, and note that SNK-004 tokensJason McIntyre
are no longer available; kill some .Pp's before displays; diff from Alex Holst;
2003-11-26Test reading uninitialized array locations.Otto Moerbeek
2003-11-26Avoid a core dump on reading uninitiazed array locations.Otto Moerbeek
2003-11-26Make source valid preprocessor tokens.Marc Espie
ok hin@
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-26Replace log() with logit() since ISO C reserves log() for the mathTodd C. Miller
library and gcc 3.x will complain. Replacement name taken from NetBSD. espie@ OK.