Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-08 | Sync with NetBSD | Thorsten Lockert | |
1998-02-08 | Update to match reality | Thorsten Lockert | |
1998-02-08 | nicer | Theo de Raadt | |
1998-02-08 | Forward declare struct proc | Niklas Hallqvist | |
1998-02-07 | sync | Theo de Raadt | |
1998-02-07 | + Packet Engines G-NIC Ethernet | Theo de Raadt | |
1998-02-07 | emulate linux connect() braindamage even better -- only do so on async | Theo de Raadt | |
sockets; pb@fasterix.freenix.org | |||
1998-02-06 | add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, ↵ | Theo de Raadt | |
and something will change about that soon | |||
1998-02-06 | Maintain count of free pages. This bug triggered total hangs on | Niklas Hallqvist | |
big buffer cache systems where the cache got split up between low and high memory | |||
1998-02-05 | need db_var.h | Theo de Raadt | |
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 | |