Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-19 | emulation names are not changeable | Ted Unangst | |
2004-01-19 | fake consumption for half closed channels since the peer is waiting for | Markus Friedl | |
window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@ reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo' | |||
2004-01-19 | Clean up creation and expiry timestamp calculations. | Ryan Thomas McBride | |
2004-01-19 | test taken from /usr/include/db.h | Marc Espie | |
ok millert@ | |||
2004-01-19 | Sane default size for afs cache, and leave example ualberta.ca in | Bob Beck | |
ThisCell, so anonymous access will work. ok deraadt@ | |||
2004-01-19 | Update to sendmail 8.12.11. I've been runninga beta version of this for | Todd C. Miller | |
some time without problems. See the RELEASE_NOTES for the change log. | |||
2004-01-19 | little wflag fallout spotted by atle kristensen | Ted Unangst | |
2004-01-19 | Rename a few defines to avoid namespace pollution. The only one used was ↵ | Kenneth R Westerback | |
'READ' which is now 'NVREAD'. Potential conflict with SCSI 'READ' spotted by tdeval@. | |||
2004-01-18 | don't include bsd.own.mk, it's included at the top of bsd.lib.mk | Marco S Hyman | |
2004-01-18 | don't include bsd.own.mk a second time | Marco S Hyman | |
'I don't see the harm in that --millert@' | |||
2004-01-18 | clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC. | Bob Beck | |
ok deraadt@, todd@ | |||
2004-01-18 | add regression tests for /dev/ptm. | Bob Beck | |
ok deraadt@ | |||
2004-01-18 | Port is already stored in network byte order, no need to convert. | Ryan Thomas McBride | |
2004-01-18 | track interface type and baudrate as well | Henning Brauer | |
ok claudio@ | |||
2004-01-18 | Unbreak *grep -w -l. ok millert@ | Otto Moerbeek | |
2004-01-18 | make sure ln.len gets initialized. Okay millert@ | Marc Espie | |
2004-01-18 | Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogus | Otto Moerbeek | |
DNS traffic. ok canacar@ jakob@ | |||
2004-01-18 | Create log files if they do not already exist, but do not follow | Can Erkin Acar | |
symlinks. ok markus@ | |||
2004-01-18 | Silence match() unless DEBUG. | Miod Vallat | |
2004-01-18 | print link state for RTM_IFINFO messages, flush stdout correctly | Markus Friedl | |
if message contains no address; ok mpf@, deraadt@, mcbride@ | |||
2004-01-18 | send RTM_IFINFO on carp state changes; with mpf@; ok mcbride@, mpf@ | Markus Friedl | |
2004-01-18 | document port specific systrace.filter | Nikolay Sturm | |
2004-01-18 | sort options; | Jason McIntyre | |
ok claudio@ henning@ | |||
2004-01-18 | this is where dhclient will start surgery | Theo de Raadt | |
2004-01-18 | spacing | Theo de Raadt | |
2004-01-17 | Add _PATH_SSH, remove the rest | Todd C. Miller | |
2004-01-17 | Now that the phys_map_vaddr bug is out of the way, it's time to bring back | Miod Vallat | |
diffs which had been suspected of breakage while they were just helping this bug to trigger. Don't flush user tlb in the scheduler, since pmap_activate() will take care of it if necessary. | |||
2004-01-17 | Exec ssh not rlogin or telnet if the user calls us as "rsh host" | Todd C. Miller | |
instead of "rsh host command". requested and OK by deraadt@ | |||
2004-01-17 | Read product id and revision from pci conf space only once | Alexander Yurchenko | |
and then use the saved values. ok costa@ | |||
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer | |
on the interface in question if it has no link now, if you pull the network cable all nexthops beeing in a connected network on this interface get invalidated nicely. ok claudio@ | |||
2004-01-17 | add a couple of new RR types; ok deraadt@ | Jakob Schlyter | |
2004-01-17 | Kill kerberos4 code; OK deraadt@ | Todd C. Miller | |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker | |
attached to a pseudo peer and inserted like all other prefixes into the RIB. OK henning@ | |||
2004-01-17 | KNF | Henning Brauer | |
2004-01-17 | print interface name instead of index | Henning Brauer | |
2004-01-17 | keep & track interface names as well, not only indices | Henning Brauer | |
2004-01-17 | implement "show interfaces" | Henning Brauer | |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer | |
2004-01-17 | actually update interface flags in if_change() | Henning Brauer | |
2004-01-17 | use the new RTM_IFANNOUNCE messages to track interface (de-)appearance, | Henning Brauer | |
especially for cloneable devices like vlan/tun etc ok markus@ and claudio@ a while back | |||
2004-01-17 | NetBSD-current (1.6ZH) with ip_id randomization signature from itojun@ | Mike Frantzen | |
2004-01-17 | Major stability improvement. Fix a variety of systems and problems | Kenneth R Westerback | |
by dealing with various error conditions. Testing by Marco Peereboom, Olivier Cherrier, Alex Holst, Daniel Lucq, deraadt@, beck@ and others. ok deraadt@. | |||
2004-01-17 | Use SC_DEBUG() to display debug messages. Makes SCSIDEBUG output better. | Kenneth R Westerback | |
ok tdeval@. | |||
2004-01-17 | pretty | Theo de Raadt | |
2004-01-17 | sync | Theo de Raadt | |
2004-01-17 | Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG. | Kenneth R Westerback | |
2004-01-16 | Do not switch to the fpsp exception vectors if we are not running on an | Miod Vallat | |
MC68040 CPU. And suddenly MC68060 feels so happier... MVME177 now passes all libm and libc/ieeefp regress (and probably the Perl testsuite, too...) | |||
2004-01-16 | Use __packed instead of __attribute__((packed)). | Alexander Yurchenko | |
ok millert@ | |||
2004-01-16 | spacing | Theo de Raadt | |
2004-01-16 | Fix IPv6 stateful tcp scrubbing by not dereferencing a null pointer. | Ryan Thomas McBride | |
ok dhartmei@ frantzen@ |