Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-18 | sort subr_pool into the right place. | Artur Grabowski | |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski | |
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions. | |||
2001-07-18 | sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior | Jun-ichiro itojun Hagino | |
only if ip6_dst is "neighbor" within p2p prefix. sync with kame | |||
2001-07-18 | zero tcp checksum field before calculating new value. | Marco S Hyman | |
Fixes problem with bad checksums on keepalives OK provos@ | |||
2001-07-17 | Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable. | Dale Rahn | |
This code probably should check which keyboard type is present to figure out operations for the special keys, just commented out for now. Noticed in NetBSD mailing list. | |||
2001-07-17 | support min-ttl, okay dhartmei@ | Niels Provos | |
2001-07-17 | normalize ip_off, make IP_DF stripping optional, return rst is a flag now. | Niels Provos | |
okay markus@ | |||
2001-07-17 | sync | Theo de Raadt | |
2001-07-17 | heck, call RCC ServerWorks | Theo de Raadt | |
2001-07-17 | It takes a greek to put buffer overflow and unterminated string | Theo de Raadt | |
handling into the kernel. Stick with the complicated stuff dude, breaking this simple shit is killing us! | |||
2001-07-17 | ip normalization code | Niels Provos | |
2001-07-17 | split ip normalization out into a separate file, okay dhartmei@ | Niels Provos | |
2001-07-17 | don't bother mapping the status registers, we don't use it. | Jason Wright | |
2001-07-17 | Since normal malloc reports "data modified on free list" with | Artur Grabowski | |
the size we are trying to allocate and not the size of the bucket and malloc_debug is not capable of debugging a prticular bucket, only a size, add a possibility to specify a size range. | |||
2001-07-17 | Use 64 bits integer for ipcomps_ibytes and ipcomps_obytes. 32 bits was | Jean-Jacques Bernard-Gundol | |
used and it gave strange results with netstat -s. Reported by art@ | |||
2001-07-17 | i suk. needs &'s on the locks... | mts | |
2001-07-17 | current netbsd's uvm_map uses a 3-parm SAVE_HINT to perform a test/swap | mts | |
under locked conditions. we currently use a 2-parm SAVE_HINT... to meet the same functionality, we instead need to validate the hint is the one CURRENTLY in the map before substituing it, and we need to do that while the lock is retained. | |||
2001-07-17 | use pool allocator for knotes, adapted from lukem@netbsd, okay art@ | Niels Provos | |
2001-07-17 | addcom and pccom at addcom (commented out) | Jason Wright | |
2001-07-17 | From NetBSD: driver for Addonics FlexPort 8S | Jason Wright | |
KNF'd and interrupt routine rewritten in addition to normal porting. (Interrupts don't appear to work the way they are described, so depend on the slave devices doing the right thing). | |||
2001-07-17 | Rework exphymatch so that it uses positive logic. Makes more sense. | Nathan Binkert | |
tested by jason@ | |||
2001-07-16 | Move altq after pf; suggested by aaron@, kjc@ ok. | Federico G. Schwindt | |
2001-07-16 | Addressing mode work by Jim Uhl: | Hugh Graham | |
- fix PC relative byte displacement in getaddr_byte - add support for word displacement to getaddr_byte This allows certain libm inverse trig functions to work on systems that lack a native polyd instruction. | |||
2001-07-16 | Ignore O_TRUNC on open() if we are not opening a regular file. | Todd C. Miller | |
csapuntz@ OK'd | |||
2001-07-16 | add support for the PHY on a 3c920 / 3c980C found on Tyan Thunder K7 | Peter Galbavy | |
boards. ok'd nate@ | |||
2001-07-16 | regen | Peter Galbavy | |
2001-07-16 | add 3com OUI | Peter Galbavy | |
2001-07-16 | Make gcc 3.0 happy. From Heikki Korpela <heko@iki.fi> | Jean-Jacques Bernard-Gundol | |
2001-07-16 | oops, remove some debugging stuff | Jason Wright | |
2001-07-16 | - Separate out reset function of proc unit | Jason Wright | |
- Handle ram detection errors more gracefully - If things go awry after enabling DMA, turn off polling - Follow hifn's specs for readram and writeram commands more closely - Add bus_dmamap_sync()'s during ram probing as well | |||
2001-07-16 | Make truncating a device a no-op instead of returning an error. We can | Constantine Sapuntzakis | |
fix the rest of the kernel some other time. | |||
2001-07-16 | Don't try to truncate anything except for symlinks, directories, and | Constantine Sapuntzakis | |
regular files. ftruncate and truncate that go through FFS/EXT2FS/MFS will now return EINVAL when done on devices. Bug introduced when VOP_TRUNCATE was removed, thus removing spec_truncate. Thanks to millert@ for tracking this one down. | |||
2001-07-15 | increase src->state to 1 when creating state from intermediate (non-SYN) ↵ | Daniel Hartmeier | |
packets. this fixes one class of BAD state messages (where seqlo=0, seqhi=1). | |||
2001-07-15 | add install target | assar | |
2001-07-15 | add macros for spinlockinit, spinlockmgr to build for MULTIPROCESSOR | assar | |
or LOCKDEBUG | |||
2001-07-15 | (define simple_lock_only_held): add dummy nop macro | assar | |
2001-07-15 | Some more KNF | Niklas Hallqvist | |
2001-07-15 | Comment clarification and indent; ok mickey@ | Niklas Hallqvist | |
2001-07-15 | spelling | Peter Valchev | |
2001-07-15 | regen | Michael Shalayeff | |
2001-07-15 | add support for SOHOware NUB100; from Jason Ackley <jason@ackley.net> | Michael Shalayeff | |
2001-07-14 | use int instead of signed char. doesn't use more memory (padding occurs) and ↵ | Daniel Hartmeier | |
is actually faster. | |||
2001-07-13 | make kern_msgbuf work for sparc, i thought it worked for me before; from miod | Michael Shalayeff | |
2001-07-13 | indent. | Federico G. Schwindt | |
2001-07-13 | delete duplicate definitions | Theo de Raadt | |
2001-07-13 | All two common configurations for DEC EtherWorks cards | Niklas Hallqvist | |
2001-07-13 | On my 10th wedding anniversary I am celebrating by | Niklas Hallqvist | |
committing this driver for technology from back when I got married :-) It is for DEC EtherWorks cards, and comes from NetBSD. I have done severe KNF, and fixed the driver to work with PIO-only cards. Enjoy! | |||
2001-07-13 | initialize bus width and number of luns supported. | Michael Shalayeff | |
this is tested on SmartRAID IV and consistant w/ what netbsd does. | |||
2001-07-13 | Change references to inic-950 to inic-940/950 to reflect chips | Kenneth R Westerback | |
actually supported. Update copyright to include 2001. Fold iha_se2_rd_all() into iha_read_eeprom(), eliminating magic number 31 at the same time, calculating correct offset of checksum at run time instead. Eliminate static global variable iha_nvram in favour of dynamic variable in iha_init_tulip(), which is only place it is used. Rectify a few typos in comments. | |||
2001-07-13 | Remove static'ness of functions in line with normal OpenBSD | Kenneth R Westerback | |
preferences. Rename tul_* functions/variables iha_* for consistancy, since all are now visible. As updating the EEPROM did not work, don't try. Remove now unused static dftNvram variable, and functions used only in trying to write it to EEPROM. Make iha_rate_tbl a const. |