Age | Commit message (Expand) | Author |
2001-07-17 | Since normal malloc reports "data modified on free list" with | Artur Grabowski |
2001-07-17 | Use 64 bits integer for ipcomps_ibytes and ipcomps_obytes. 32 bits was | Jean-Jacques Bernard-Gundol |
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 |
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 |
2001-07-17 | Rework exphymatch so that it uses positive logic. Makes more sense. | Nathan Binkert |
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 |
2001-07-16 | Ignore O_TRUNC on open() if we are not opening a regular file. | Todd C. Miller |
2001-07-16 | add support for the PHY on a 3c920 / 3c980C found on Tyan Thunder K7 | Peter Galbavy |
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 |
2001-07-16 | Make truncating a device a no-op instead of returning an error. We can | Constantine Sapuntzakis |
2001-07-16 | Don't try to truncate anything except for symlinks, directories, and | Constantine Sapuntzakis |
2001-07-15 | increase src->state to 1 when creating state from intermediate (non-SYN) pack... | Daniel Hartmeier |
2001-07-15 | add install target | assar |
2001-07-15 | add macros for spinlockinit, spinlockmgr to build for MULTIPROCESSOR | assar |
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 |
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 |
2001-07-13 | initialize bus width and number of luns supported. | Michael Shalayeff |
2001-07-13 | Change references to inic-950 to inic-940/950 to reflect chips | Kenneth R Westerback |
2001-07-13 | Remove static'ness of functions in line with normal OpenBSD | Kenneth R Westerback |
2001-07-13 | everytime i clean in here, i get a 250 line diff... | Theo de Raadt |
2001-07-12 | extra wddone caused biodone panics occasionally | Constantine Sapuntzakis |
2001-07-12 | Rework of probe code. Try better to deal with floating buses. Depending | Constantine Sapuntzakis |
2001-07-11 | Eliminate use of static functions in line with normal OpenBSD | Kenneth R Westerback |
2001-07-11 | Simplify pf_pull_hdr(), don't use inner IP header's ip_len or ip_off | Daniel Hartmeier |
2001-07-11 | need to save hint (verified from current netbsd uvm_map.c) -- need mod | mts |
2001-07-10 | Use offsetof() from sys/param.h, not a local define. | Kenneth R Westerback |
2001-07-10 | Missing breaks. | Marc Espie |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie |
2001-07-10 | another lame OpenBSD tag. | Federico G. Schwindt |
2001-07-10 | ether_input_mbuf() conversion; thanks to drahn@ for testing. | Federico G. Schwindt |
2001-07-10 | Unbreak commit to use memset.c instead of bzero.c | Dale Rahn |
2001-07-10 | Until fxp and if_de are fixed with the correct parameter to vtophys() | Dale Rahn |