Age | Commit message (Expand) | Author |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-15 | Missed one place to check for bpp == NULL | Artur Grabowski |
2001-11-15 | cdev glue for crypto(9) [Not known to work, but will as soon as interrupt | Jason Wright |
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff |
2001-11-14 | use substract when comparing keys, for ip addrs as well. | Michael Shalayeff |
2001-11-14 | Don't yell about clock drift for ridiculous (less than 48 hours) deltas. | Miod Vallat |
2001-11-14 | add bridge control bit definitions up to pci2.2, via netbsd | Michael Shalayeff |
2001-11-14 | Better exit codes. ok mickey,millert,miod,deraadt | Hakan Olsson |
2001-11-14 | in poll, if fd is < 0, clear revents; bjy@mogua.org | Theo de Raadt |
2001-11-14 | Harmonize tabs. | Hugh Graham |
2001-11-14 | Change Vax LDPGSZ to 4k. | Hugh Graham |
2001-11-14 | Compat layer for 1k Vax aout, from NetBSD. | Hugh Graham |
2001-11-14 | New MID for Vax bins with 4k logical page size. | Hugh Graham |
2001-11-14 | - Move rng buffer allocation (bus_dmamem_map/unmap) to attach instead of during | Jason Wright |
2001-11-14 | Define the TRDY timeout and RETRY timeout registers (not used... yet) | Jason Wright |
2001-11-14 | - Sprinkle more htole16/htole32s so that this thing has a chance of working | Jason Wright |
2001-11-13 | cleanup whole lots of spaces and tabs, while muffling | Michael Shalayeff |
2001-11-13 | and for the case where it allocates a bunch at a time, also make sure the | Theo de Raadt |
2001-11-13 | incorrect check | Theo de Raadt |
2001-11-13 | garbage in my last commit | Theo de Raadt |
2001-11-13 | fix pf from going off into the weeds on an ipv6 icmp packet with certain option | Mike Frantzen |
2001-11-13 | sync | Jason Wright |
2001-11-13 | Davicom 9102 | Jason Wright |
2001-11-13 | Allow balloc to get NULL for bpp. Don't get the buffer in that case. | Artur Grabowski |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-11-13 | Add two controlled panics instead of some code that I need to write later. | Artur Grabowski |
2001-11-13 | Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return the | Artur Grabowski |
2001-11-12 | Remove unnecessary check for NULL vnode in reassignbuf. | Artur Grabowski |
2001-11-12 | Redo the ICU interrupt handling system to better emulate an APIC system. | Niklas Hallqvist |
2001-11-12 | Sprinkle with htole32, add a garnish of htole16 and finish off with a | Jason Wright |
2001-11-12 | Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results from | Jason Wright |
2001-11-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | Artur Grabowski |
2001-11-11 | Let ltsleep take a const wmesg. | Artur Grabowski |
2001-11-11 | Remove local defines for SCSI status codes and use those now | Kenneth R Westerback |
2001-11-11 | Add missing values for SCSI status byte. Add new name for 0x28 to | Kenneth R Westerback |
2001-11-11 | Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply di... | Theo de Raadt |
2001-11-11 | Fix matching brace error. Fortunately PGM errors do not happen in the | Dale Rahn |
2001-11-11 | Sync in more stuff from NetBSD. | Artur Grabowski |
2001-11-11 | LOCK_ASSERT - like KASSERT but ifdef LOCKDEBUG | Artur Grabowski |
2001-11-10 | properly report >= 2GB of ram; bug found by matthieu | Theo de Raadt |
2001-11-10 | Move maxdmap and maxsmap to kern_resource.c | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-09 | Use bufpool, not malloc. | Artur Grabowski |
2001-11-09 | Create bufpool - a pool of struct bufs. | Artur Grabowski |
2001-11-09 | When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m... | Artur Grabowski |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-09 | unbreak | Artur Grabowski |
2001-11-09 | various style fixes. | Artur Grabowski |
2001-11-09 | minor sync to NetBSD. | Artur Grabowski |
2001-11-09 | be way more sure that software cannot be used | Theo de Raadt |