summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-28make compile; update for pci, cardbus, usb, pcmciaTodd T. Fries
2001-02-28for completeness, copy pw_gecos tooTheo de Raadt
2001-02-28do not blindely bus_space_ma the vga bios,Michael Shalayeff
it could be of a different size than 0x8000, and now bios(4) does it for us the right way. besides, would the prom be at the same address on non-i386?
2001-02-28scan the isa hole for `optional rom's.Michael Shalayeff
found proms are excluded from the iomem_ex such that devices cannot map on the same memory. next step would be for pcic and similar devices to choose memory windows from unused spots in the iomem_ex. currently prom checksum test is not enforced due to broken stinkpad bioses, which do not pass the checksum test. testing from aaron@, fgsch@, fries@, millert@
2001-02-28unify debug messagesMarkus Friedl
2001-02-28in ssh protocol v2 use ignore messages for padding (instead of trailing \0).Markus Friedl
2001-02-28make sure remote stderr does not get truncated.Markus Friedl
remove closed fd's from the select mask.
2001-02-28Make sure the default lifetimes in the General section are taken intoAngelos D. Keromytis
consideration.
2001-02-28fix byte counts for ssh protocol v1Markus Friedl
2001-02-28Pretty.Angelos D. Keromytis
2001-02-28syncTheo de Raadt
2001-02-28do not kill the subprocess on termination (we will see if this helps thingsTheo de Raadt
or hurts things)
2001-02-28pull in protosTheo de Raadt
2001-02-28Handle failures more gracefully.Angelos D. Keromytis
2001-02-28Keep the last packet sent or received that matched an SPD entry, andAngelos D. Keromytis
retransmit if we eventually have an SA setup for that policy.
2001-02-28Update to sendmail 8.11.3. This is a maintenance release whichTodd C. Miller
contains bug fixes for problems found after 8.11.2 was released. Systems which use buffered file I/O (like OpenBSD) were not properly fsync()'ing the data (df) file. Although there is little chance of data loss, this is an important fix.
2001-02-28If net.inet.ipip.allow is set to 2, don't check for loopback addressAngelos D. Keromytis
spoofing of encapsulated packets (useful for single-machinet testing of isakmpd)
2001-02-28ipip.allow can also be set to 2, which skips the loopback spoofAngelos D. Keromytis
checking (for single-machine testing purposes).
2001-02-27consistent printfJason Wright
2001-02-27tweak for working with wish8.3Todd T. Fries
2001-02-27crank NKMEMCLUSTERS fron 4MB to 32MB.Artur Grabowski
2001-02-27+primes; ok millert@Todd T. Fries
2001-02-27Move buf_undirty and tbp flags manipulation back before calling theConstantine Sapuntzakis
soft updates code
2001-02-27support SSH-2.0-2.1 ; from Christophe_Moret@hp.comMarkus Friedl
2001-02-27fix random paddingMarkus Friedl
2001-02-27Remove superfluous printf in Angelos last commitNiklas Hallqvist
2001-02-27Cosmetic fixes.Artur Grabowski
From FreeBSD, through NetBSD.
2001-02-27Move a brelse to after the last access to bp->b_data.Artur Grabowski
I found this in 1998. Why didn't I commit it then?
2001-02-27art@ found a race in getnewbuf. bawrite can block so we need to restartConstantine Sapuntzakis
the whole buffer allocation process
2001-02-27Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processesConstantine Sapuntzakis
2001-02-27Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do ↵Artur Grabowski
vn_lock(..LK_NOWAIT..). Also, when we fail to get the lock on the vnode we want to sync, push it ahead one second in time. XXX - this could lead to some vnodes not being synced for a long time, but that is better than a panic.
2001-02-27Half support for this D-Link DFE-650 model that has completely differentFederico G. Schwindt
vendor; from kart@hal-pc.org.
2001-02-27Match realityThorsten Lockert
2001-02-27Always fully reset the card on an_init()Thorsten Lockert
Call an_init() when setting and clearing promisc; makes transmitter work after turning off promiscuous mode Identify RID in an_read_record() on failure
2001-02-27Sync with anreg.h -- this should be redone to not duplicate information...Thorsten Lockert
2001-02-27Garbage collect unused flagThorsten Lockert
Newer firmware has larger stats struct
2001-02-26fix tlbd_l for a new register usage conventionMichael Shalayeff
2001-02-26spellingTodd T. Fries
2001-02-26spellingTodd T. Fries
2001-02-26Resolve broken MLINKS found by espie's script.Aaron Campbell
2001-02-26Fix copyright; ericj@Aaron Campbell
2001-02-26spellingTodd T. Fries
2001-02-26Fix typo: authenication -> authentication.Aaron Campbell
2001-02-26Better vnode man pageConstantine Sapuntzakis
2001-02-26Move #define STATICConstantine Sapuntzakis
Get rid of unnecessary comment to self
2001-02-26Fix a couple panics caused by not freeing locks at the right times.Constantine Sapuntzakis
Thanks gluk for the patch Free locks before calling panic
2001-02-26regenArtur Grabowski
2001-02-26Since VLOCKSWORK is only set when LOCKDEBUG is defined,Artur Grabowski
ifdef the VOP_ISLOCKED code with LOCKDEBUG instead of DIAGNOSTIC.
2001-02-26Since netbsd_sys_fdatasync is the same code as sys_fsync, weArtur Grabowski
can simply call sys_fsync instead of copying code.
2001-02-26regenArtur Grabowski