summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-19emulation names are not changeableTed Unangst
2004-01-19fake consumption for half closed channels since the peer is waiting forMarkus 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-19Clean up creation and expiry timestamp calculations.Ryan Thomas McBride
2004-01-19test taken from /usr/include/db.hMarc Espie
ok millert@
2004-01-19Sane default size for afs cache, and leave example ualberta.ca inBob Beck
ThisCell, so anonymous access will work. ok deraadt@
2004-01-19Update to sendmail 8.12.11. I've been runninga beta version of this forTodd C. Miller
some time without problems. See the RELEASE_NOTES for the change log.
2004-01-19little wflag fallout spotted by atle kristensenTed Unangst
2004-01-19Rename 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-18don't include bsd.own.mk, it's included at the top of bsd.lib.mkMarco S Hyman
2004-01-18don't include bsd.own.mk a second timeMarco S Hyman
'I don't see the harm in that --millert@'
2004-01-18clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC.Bob Beck
ok deraadt@, todd@
2004-01-18add regression tests for /dev/ptm.Bob Beck
ok deraadt@
2004-01-18Port is already stored in network byte order, no need to convert.Ryan Thomas McBride
2004-01-18track interface type and baudrate as wellHenning Brauer
ok claudio@
2004-01-18Unbreak *grep -w -l. ok millert@Otto Moerbeek
2004-01-18make sure ln.len gets initialized. Okay millert@Marc Espie
2004-01-18Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogusOtto Moerbeek
DNS traffic. ok canacar@ jakob@
2004-01-18Create log files if they do not already exist, but do not followCan Erkin Acar
symlinks. ok markus@
2004-01-18Silence match() unless DEBUG.Miod Vallat
2004-01-18print link state for RTM_IFINFO messages, flush stdout correctlyMarkus Friedl
if message contains no address; ok mpf@, deraadt@, mcbride@
2004-01-18send RTM_IFINFO on carp state changes; with mpf@; ok mcbride@, mpf@Markus Friedl
2004-01-18document port specific systrace.filterNikolay Sturm
2004-01-18sort options;Jason McIntyre
ok claudio@ henning@
2004-01-18this is where dhclient will start surgeryTheo de Raadt
2004-01-18spacingTheo de Raadt
2004-01-17Add _PATH_SSH, remove the restTodd C. Miller
2004-01-17Now that the phys_map_vaddr bug is out of the way, it's time to bring backMiod 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-17Exec 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-17Read product id and revision from pci conf space only onceAlexander Yurchenko
and then use the saved values. ok costa@
2004-01-17keep track of interface link state and invalidate connected routes dependingHenning 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-17add a couple of new RR types; ok deraadt@Jakob Schlyter
2004-01-17Kill kerberos4 code; OK deraadt@Todd C. Miller
2004-01-17Make it possible to announce own networks. In the RDE these prefixes areClaudio Jeker
attached to a pseudo peer and inserted like all other prefixes into the RIB. OK henning@
2004-01-17KNFHenning Brauer
2004-01-17print interface name instead of indexHenning Brauer
2004-01-17keep & track interface names as well, not only indicesHenning Brauer
2004-01-17implement "show interfaces"Henning Brauer
2004-01-17allow the interfaces as bgpd sees 'em to be queried via imsgsHenning Brauer
2004-01-17actually update interface flags in if_change()Henning Brauer
2004-01-17use 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-17NetBSD-current (1.6ZH) with ip_id randomization signature from itojun@Mike Frantzen
2004-01-17Major stability improvement. Fix a variety of systems and problemsKenneth 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-17Use SC_DEBUG() to display debug messages. Makes SCSIDEBUG output better.Kenneth R Westerback
ok tdeval@.
2004-01-17prettyTheo de Raadt
2004-01-17syncTheo de Raadt
2004-01-17Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG.Kenneth R Westerback
2004-01-16Do not switch to the fpsp exception vectors if we are not running on anMiod 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-16Use __packed instead of __attribute__((packed)).Alexander Yurchenko
ok millert@
2004-01-16spacingTheo de Raadt
2004-01-16Fix IPv6 stateful tcp scrubbing by not dereferencing a null pointer.Ryan Thomas McBride
ok dhartmei@ frantzen@