Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-28 | make compile; update for pci, cardbus, usb, pcmcia | Todd T. Fries | |
2001-02-28 | for completeness, copy pw_gecos too | Theo de Raadt | |
2001-02-28 | do 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-28 | scan 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-28 | unify debug messages | Markus Friedl | |
2001-02-28 | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). | Markus Friedl | |
2001-02-28 | make sure remote stderr does not get truncated. | Markus Friedl | |
remove closed fd's from the select mask. | |||
2001-02-28 | Make sure the default lifetimes in the General section are taken into | Angelos D. Keromytis | |
consideration. | |||
2001-02-28 | fix byte counts for ssh protocol v1 | Markus Friedl | |
2001-02-28 | Pretty. | Angelos D. Keromytis | |
2001-02-28 | sync | Theo de Raadt | |
2001-02-28 | do not kill the subprocess on termination (we will see if this helps things | Theo de Raadt | |
or hurts things) | |||
2001-02-28 | pull in protos | Theo de Raadt | |
2001-02-28 | Handle failures more gracefully. | Angelos D. Keromytis | |
2001-02-28 | Keep the last packet sent or received that matched an SPD entry, and | Angelos D. Keromytis | |
retransmit if we eventually have an SA setup for that policy. | |||
2001-02-28 | Update to sendmail 8.11.3. This is a maintenance release which | Todd 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-28 | If net.inet.ipip.allow is set to 2, don't check for loopback address | Angelos D. Keromytis | |
spoofing of encapsulated packets (useful for single-machinet testing of isakmpd) | |||
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis | |
checking (for single-machine testing purposes). | |||
2001-02-27 | consistent printf | Jason Wright | |
2001-02-27 | tweak for working with wish8.3 | Todd T. Fries | |
2001-02-27 | crank NKMEMCLUSTERS fron 4MB to 32MB. | Artur Grabowski | |
2001-02-27 | +primes; ok millert@ | Todd T. Fries | |
2001-02-27 | Move buf_undirty and tbp flags manipulation back before calling the | Constantine Sapuntzakis | |
soft updates code | |||
2001-02-27 | support SSH-2.0-2.1 ; from Christophe_Moret@hp.com | Markus Friedl | |
2001-02-27 | fix random padding | Markus Friedl | |
2001-02-27 | Remove superfluous printf in Angelos last commit | Niklas Hallqvist | |
2001-02-27 | Cosmetic fixes. | Artur Grabowski | |
From FreeBSD, through NetBSD. | |||
2001-02-27 | Move 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-27 | art@ found a race in getnewbuf. bawrite can block so we need to restart | Constantine Sapuntzakis | |
the whole buffer allocation process | |||
2001-02-27 | Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes | Constantine Sapuntzakis | |
2001-02-27 | Instead 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-27 | Half support for this D-Link DFE-650 model that has completely different | Federico G. Schwindt | |
vendor; from kart@hal-pc.org. | |||
2001-02-27 | Match reality | Thorsten Lockert | |
2001-02-27 | Always 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-27 | Sync with anreg.h -- this should be redone to not duplicate information... | Thorsten Lockert | |
2001-02-27 | Garbage collect unused flag | Thorsten Lockert | |
Newer firmware has larger stats struct | |||
2001-02-26 | fix tlbd_l for a new register usage convention | Michael Shalayeff | |
2001-02-26 | spelling | Todd T. Fries | |
2001-02-26 | spelling | Todd T. Fries | |
2001-02-26 | Resolve broken MLINKS found by espie's script. | Aaron Campbell | |
2001-02-26 | Fix copyright; ericj@ | Aaron Campbell | |
2001-02-26 | spelling | Todd T. Fries | |
2001-02-26 | Fix typo: authenication -> authentication. | Aaron Campbell | |
2001-02-26 | Better vnode man page | Constantine Sapuntzakis | |
2001-02-26 | Move #define STATIC | Constantine Sapuntzakis | |
Get rid of unnecessary comment to self | |||
2001-02-26 | Fix 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-26 | regen | Artur Grabowski | |
2001-02-26 | Since VLOCKSWORK is only set when LOCKDEBUG is defined, | Artur Grabowski | |
ifdef the VOP_ISLOCKED code with LOCKDEBUG instead of DIAGNOSTIC. | |||
2001-02-26 | Since netbsd_sys_fdatasync is the same code as sys_fsync, we | Artur Grabowski | |
can simply call sys_fsync instead of copying code. | |||
2001-02-26 | regen | Artur Grabowski | |