Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-05 | sync with netbsd: 4/300 dma fix | Jason Wright | |
1998-02-05 | oops, need include file | Theo de Raadt | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-03 | sync with netbsd | Jason Wright | |
1998-02-03 | bail out for sourcerouted packets earlier, also do not forward | Theo de Raadt | |
sourcerouted packets ever if ipforwarding is off; tqbf@secnet.com | |||
1998-02-03 | void *ss_sp; XPG | Theo de Raadt | |
1998-02-03 | more pci subclasses and such; netbsd | Theo de Raadt | |
1998-02-03 | more bridge types | Theo de Raadt | |
1998-02-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt | |
1998-02-03 | Sync with NetBSD 970827. Forgot this one last time. -moj | Mats O Jansson | |
1998-02-03 | Fix the non-MACHINE_NONCONTIG case for Jason's fix. | Todd C. Miller | |
1998-02-02 | support non-ISA case | Theo de Raadt | |
1998-02-02 | enable a few more drivers | Theo de Raadt | |
1998-02-02 | Replay revisions 1.8 and 1.9. | Jason Downs | |
1998-02-02 | The "fix" for running out of kernel maps, from FreeBSD. Integrated by | Jason Downs | |
myself a couple of weeks ago; reviewed and tested by a few people since then. | |||
1998-02-01 | undo wildcard loopback stuff; it was not checked by other developers | Theo de Raadt | |
1998-02-01 | support wildcard loopbacks. that is, setting up lo1 like: | Michael Shalayeff | |
ifconfig lo1 inet 192.168.1.1 netmask 255.255.255.0 link1 would force it to act like all the addresses from net 192.168.1 were added to the interface. todo: man lo | |||
1998-01-29 | add support for disks and tapes on a second scsi controller (asc1) | Thomas Graichen | |
-> originally from m. hitch -> tested by Andris Strazdins <andzs@latnet.lv> | |||
1998-01-29 | Wrong name | Per Fogelstrom | |
1998-01-29 | New try with conf, take two | Per Fogelstrom | |
1998-01-29 | New try with conf | Per Fogelstrom | |
1998-01-29 | Some more mips files | Per Fogelstrom | |
1998-01-29 | Some more arc/sgi fixes | Per Fogelstrom | |
1998-01-29 | Make profiling work, mostly from NetBSD | Niklas Hallqvist | |
1998-01-28 | Undo the 4/300 dmaselect hack and fix it correctly | Jason Wright | |
1998-01-28 | Missing files, noted by Marco S Hyman <marc@snafu.org> | Niklas Hallqvist | |
1998-01-28 | Moving around files for new mips arch layout | Per Fogelstrom | |
1998-01-28 | First set of Mips mi files. | Per Fogelstrom | |
1998-01-28 | ok - now the full and correct patch for this problem - thanks again to | Thomas Graichen | |
Nino Margetic <nino@well.ox.ac.uk> and Per Kristian Gjermshus <pergj@ifi.uio.no> | |||
1998-01-28 | Includes for generic Mips | Per Fogelstrom | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1998-01-25 | typo | Niklas Hallqvist | |
1998-01-25 | Disable the new buffer policy for now | Niklas Hallqvist | |
1998-01-25 | Remove redundant splbio I added yesterday | Niklas Hallqvist | |
1998-01-24 | On the other hand... no need for recursive locks. | Niklas Hallqvist | |
1998-01-24 | Well when MP comes.. we need locks | Niklas Hallqvist | |
1998-01-24 | Protect allocation of ccd physmem of ccd interrupts | Niklas Hallqvist | |
1998-01-24 | Eek, missing splbio, although splx was there. marging two "if"s | Niklas Hallqvist | |
1998-01-24 | sysctl for def sizes for tcp/udp send/recv queues | Michael Shalayeff | |
1998-01-24 | NULL deref | Niklas Hallqvist | |
1998-01-23 | additional ioctls, makes workman and workbone working. | Niels Provos | |
1998-01-22 | Switch off CPU-PCI write posting for the Saturn chipset; it is known | Theo de Raadt | |
to cause problems with PCI busmasters; fvdl | |||
1998-01-22 | crank maxusers | Theo de Raadt | |
1998-01-22 | Split up the buffercache between low (<16MB) and high memory, so that | Niklas Hallqvist | |
at least 2MB always will remain free in low memory for drivers to allocate DMA buffers in | |||
1998-01-21 | support expanded panicstr; and add vsprintf back | Theo de Raadt | |
1998-01-21 | rcvif not needed. | Niels Provos | |
1998-01-21 | doc keys; ian@darwinsys.com | Theo de Raadt | |
1998-01-21 | typo | Niklas Hallqvist | |
1998-01-21 | Prevent a NULL-deref in the autoconf_verbose case | Niklas Hallqvist | |