summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-27sync after amd64 MACHINE_ARCH change.Miod Vallat
2004-02-27Fix a botched strchr() inlining in vga_load_font and avoid dereferencingTodd C. Miller
data->name if it is NULL. Fixes the WSDISPLAY_USEFONT ioctl. Adapted from a patch by Benjamin Lewis; NULL check from NetBSD. OK tdeval@
2004-02-27move to amd64 MACHINE_ARCHTheo de Raadt
2004-02-27Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done.Todd C. Miller
Fixes a panic that can occur when trying to link from a local filesystem to an nfs-mounted one. Problem pointed out by Jim Rees, fix exists in Net and Free. OK tedu@ csapuntz@
2004-02-27cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we wantTheo de Raadt
the toolchain to remain at the name x86_64. Tested on all other architectures that care. Done as very small snippets, so that espie does not blow a fuse.
2004-02-27change url; jjy2+@pitt.eduTheo de Raadt
2004-02-27syncTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
2004-02-27JVC MP-XP7250 Builtin USB WLANHenning Brauer
tested by Michael Schmidt <Michajnz@freenet.de> ok drahn@
2004-02-27syncHenning Brauer
2004-02-27another wi@usb variantHenning Brauer
2004-02-27crank ramdisk to 3584Theo de Raadt
2004-02-27implement tcp_drain() similar to ip_drain(); ok mcbride@Markus Friedl
2004-02-27Teach gcc the proper "set" syntax for __attribute__ ((alias)) to workMiod Vallat
on mvme88k. ok deraadt@ espie@
2004-02-27API change; counter for upcoming tcp_drain(); ok deraadtMarkus Friedl
2004-02-27regenNiklas Hallqvist
2004-02-27Add support for BCM5788Niklas Hallqvist
2004-02-27Cleanup no functional changes. OK henning@Claudio Jeker
2004-02-27It is possible to end up in prefix_add with a prefix that needs to be moved.Claudio Jeker
This caused troubles with show rib because of an ENSURE. OK henning@
2004-02-27mention ifconfig create; update gif(4) examples; ok henning, deraadt, friesMarkus Friedl
2004-02-27make pfctl -s all a bit more useful again by not printing a lllooooooottttt ofHenning Brauer
OS fingerprints and a list of interface drivers... cedric deraadt ok
2004-02-27(C)-2004Hakan Olsson
2004-02-27Follow RFC 2408 more closely regarding how to better check the proposalHakan Olsson
returned by the other peer (the responder). Some implementations (notably the Cisco PIX) does not follow a SHOULD in section 4.2 of the RFC. With certain proposal combinations this caused us to setup the wrong SA resulting in us being unable to process incoming IPsec traffic (over this tunnel). Tested against a number of different IKE implementations. hshoexer@ ok.
2004-02-26add src.track timeout and src-nodes limitDavid Krause
ok mcbride@
2004-02-26add bgpd.conf and missing mail filesDavid Krause
ok millert@
2004-02-26sync yds with i386; miodMarkus Friedl
2004-02-26Avoid using regexp when removing a user from /etc/group entries inTodd C. Miller
userdel since a username may contain regexp special chars. Fix a memory leak on error and chmod before moving the new group file is moved into place instead of after. Saner error messages in rm_user_from_groups() (cut & pastos) OK deraadt@, tdeval@ and otto@; error message fixes courtesy of otto@
2004-02-26fix datalen, from Esben Norby. ok deraadt itojunTed Unangst
2004-02-26Deal correctly with printing interfaces with multiple trailing digits.Todd C. Miller
E.g. "ifconfig vlan1" should only match vlan1, not vlan1, vlan10, vlan11, etc. OK tdeval@, hshoexer@, otto@. Closes PR 3693.
2004-02-26better englishMarkus Friedl
2004-02-26bring over needed piecesTheo de Raadt
2004-02-26logf -> logmsg; daniel@lucq.orgTheo de Raadt
2004-02-26add __va_copy(), follow (old) ISO C 89 behavior, used by gnu software.Dale Rahn
ok espie@ millert@ deraadt@
2004-02-26syncTheo de Raadt
2004-02-26Implement "show rib" and "show rib <astype> <AS>" commands to dump theClaudio Jeker
RIB. OK henning@
2004-02-26show rib infrastructure. At least full dumps and per as dumps. Per prefixClaudio Jeker
dump need some more work. OK henning@
2004-02-26Clean up comments and replace a if with a ENSURE because NULL nexthops areClaudio Jeker
illegal. OK henning@
2004-02-26Fix/Simplify printing of titles with "pfctl -s all". ok mcbride@Cedric Berger
2004-02-26remove unused code. noticed by ho@Hans-Joerg Hoexer
ok ho@
2004-02-26Implement "enforce neighbor-as yes|no" which is by default on for ebgpClaudio Jeker
neighbors. While doing that check also that the nexthop is valid (not class D or E and not in 127/8 range). Kill some TODO and XXX and rename the british neighbour to neighbor as used everywhere else. OK henning@
2004-02-26No comma at the end of the keywords array. OK henning@Claudio Jeker
2004-02-26Fix pfctl -sa output. Found by David Krause, ok mcbride@Cedric Berger
2004-02-26bring in log_init() from bgpd which gives us openlog(), ryan okHenning Brauer
2004-02-26cure my spelingAnil Madhavapeddy
2004-02-26staring->starting in commentAnil Madhavapeddy
2004-02-26Add per netwok definition filter sets. So you can now useClaudio Jeker
network 10.0.0.0/8 set localpref 100 OK henning@
2004-02-26don't leak one here either.Bob Beck
2004-02-26print tcps_rcvmemdrop; ok deraadtMarkus Friedl
2004-02-26don't leak an fd here.Bob Beck
2004-02-26Add ommitted copyright.Bob Beck