Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-27 | sync after amd64 MACHINE_ARCH change. | Miod Vallat | |
2004-02-27 | Fix a botched strchr() inlining in vga_load_font and avoid dereferencing | Todd 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-27 | move to amd64 MACHINE_ARCH | Theo de Raadt | |
2004-02-27 | Defer 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-27 | cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we want | Theo 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-27 | change url; jjy2+@pitt.edu | Theo de Raadt | |
2004-02-27 | sync | Theo de Raadt | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo 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-27 | JVC MP-XP7250 Builtin USB WLAN | Henning Brauer | |
tested by Michael Schmidt <Michajnz@freenet.de> ok drahn@ | |||
2004-02-27 | sync | Henning Brauer | |
2004-02-27 | another wi@usb variant | Henning Brauer | |
2004-02-27 | crank ramdisk to 3584 | Theo de Raadt | |
2004-02-27 | implement tcp_drain() similar to ip_drain(); ok mcbride@ | Markus Friedl | |
2004-02-27 | Teach gcc the proper "set" syntax for __attribute__ ((alias)) to work | Miod Vallat | |
on mvme88k. ok deraadt@ espie@ | |||
2004-02-27 | API change; counter for upcoming tcp_drain(); ok deraadt | Markus Friedl | |
2004-02-27 | regen | Niklas Hallqvist | |
2004-02-27 | Add support for BCM5788 | Niklas Hallqvist | |
2004-02-27 | Cleanup no functional changes. OK henning@ | Claudio Jeker | |
2004-02-27 | It 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-27 | mention ifconfig create; update gif(4) examples; ok henning, deraadt, fries | Markus Friedl | |
2004-02-27 | make pfctl -s all a bit more useful again by not printing a lllooooooottttt of | Henning Brauer | |
OS fingerprints and a list of interface drivers... cedric deraadt ok | |||
2004-02-27 | (C)-2004 | Hakan Olsson | |
2004-02-27 | Follow RFC 2408 more closely regarding how to better check the proposal | Hakan 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-26 | add src.track timeout and src-nodes limit | David Krause | |
ok mcbride@ | |||
2004-02-26 | add bgpd.conf and missing mail files | David Krause | |
ok millert@ | |||
2004-02-26 | sync yds with i386; miod | Markus Friedl | |
2004-02-26 | Avoid using regexp when removing a user from /etc/group entries in | Todd 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-26 | fix datalen, from Esben Norby. ok deraadt itojun | Ted Unangst | |
2004-02-26 | Deal 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-26 | better english | Markus Friedl | |
2004-02-26 | bring over needed pieces | Theo de Raadt | |
2004-02-26 | logf -> logmsg; daniel@lucq.org | Theo de Raadt | |
2004-02-26 | add __va_copy(), follow (old) ISO C 89 behavior, used by gnu software. | Dale Rahn | |
ok espie@ millert@ deraadt@ | |||
2004-02-26 | sync | Theo de Raadt | |
2004-02-26 | Implement "show rib" and "show rib <astype> <AS>" commands to dump the | Claudio Jeker | |
RIB. OK henning@ | |||
2004-02-26 | show rib infrastructure. At least full dumps and per as dumps. Per prefix | Claudio Jeker | |
dump need some more work. OK henning@ | |||
2004-02-26 | Clean up comments and replace a if with a ENSURE because NULL nexthops are | Claudio Jeker | |
illegal. OK henning@ | |||
2004-02-26 | Fix/Simplify printing of titles with "pfctl -s all". ok mcbride@ | Cedric Berger | |
2004-02-26 | remove unused code. noticed by ho@ | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-26 | Implement "enforce neighbor-as yes|no" which is by default on for ebgp | Claudio 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-26 | No comma at the end of the keywords array. OK henning@ | Claudio Jeker | |
2004-02-26 | Fix pfctl -sa output. Found by David Krause, ok mcbride@ | Cedric Berger | |
2004-02-26 | bring in log_init() from bgpd which gives us openlog(), ryan ok | Henning Brauer | |
2004-02-26 | cure my speling | Anil Madhavapeddy | |
2004-02-26 | staring->starting in comment | Anil Madhavapeddy | |
2004-02-26 | Add per netwok definition filter sets. So you can now use | Claudio Jeker | |
network 10.0.0.0/8 set localpref 100 OK henning@ | |||
2004-02-26 | don't leak one here either. | Bob Beck | |
2004-02-26 | print tcps_rcvmemdrop; ok deraadt | Markus Friedl | |
2004-02-26 | don't leak an fd here. | Bob Beck | |
2004-02-26 | Add ommitted copyright. | Bob Beck | |