Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-22 | Tell the SCSI driver that we expect data in from the changer device when we | Thorsten Lockert | |
request status; makes it work properly on NCR controllers (and probably on some others as well). | |||
1998-03-22 | Fix some minor type error and a ++ sideeffect error in a macro call. | Per Fogelstrom | |
1998-03-20 | Some cleanup of page steals | Niklas Hallqvist | |
1998-03-20 | Add PnP 'ep' driver. | dgregor | |
1998-03-20 | New PnP 'ep' driver. | dgregor | |
1998-03-20 | small (aka 'fixed' from X) fonts for raster consoles < 800*600 in size | Todd T. Fries | |
this changes the choice to be at run-time from compile time | |||
1998-03-20 | for SIOCGIF{NETMASK,DSTADDR,BRDADDR} calls match address to if aliases entries | Theo de Raadt | |
so that correct information is returned (previously information about the primary address was returned). If the address cannot be found on the interface, return information about the primary (for OSIOC* compatibility). work by angelos and myself. | |||
1998-03-19 | This should fix some problems with the aliases. | Angelos D. Keromytis | |
1998-03-19 | import the pmax bootblocks uuencoded until someone fixes the boot | Thomas Graichen | |
code to compile (it never compiled in OpenBSD and i aslo couldn't find the sources NetBSD/pmax builds it's bootblocks from) pmax bootblocks should be rewritten anyway to be able to load elf kernels etc. | |||
1998-03-18 | initialize all fileds in vfsconf when installing a new filesystem. | Artur Grabowski | |
1998-03-18 | Changes, changes. | Angelos D. Keromytis | |
1998-03-18 | more SDEV_AUTOSAVE devices | Theo de Raadt | |
1998-03-18 | typeless declaration | Michael Shalayeff | |
1998-03-18 | pass MACHINE{,_ARCH} into libkern/Makefile so cross-build works | Michael Shalayeff | |
no 64bit math for sgi (; | |||
1998-03-18 | Update. | Angelos D. Keromytis | |
1998-03-18 | Add bit in boothowto to control console selection | Per Fogelstrom | |
1998-03-18 | minor fix | Per Fogelstrom | |
1998-03-18 | flush -> sync | Per Fogelstrom | |
1998-03-18 | adapt function arguments to get the expected prototype. | Niels Provos | |
1998-03-18 | Fix tunnel mode input processing (use ip4_input instead of ipe4_input), | Niels Provos | |
fix some old code leftovers in ah_new_input (adjust to variable hash length), avoid double ip encapsulation in tunnel mode. Problems reportd by Petr Novak <petr@internet.cz>. | |||
1998-03-18 | ${DEBUG} var propagation | Michael Shalayeff | |
1998-03-18 | Add FreeBSD patch (check for SYN packets arriving at a socket in | Angelos D. Keromytis | |
LISTEN state with source address/port == destination address/port). | |||
1998-03-18 | Update. | Angelos D. Keromytis | |
1998-03-18 | Add an example PC164SX configuration. | Angelos D. Keromytis | |
1998-03-18 | BROKEN_PROM_CONSOLE is only defined if SANE_PROM is not defined. The | Angelos D. Keromytis | |
latter can be defined in a kernel config file. | |||
1998-03-17 | sync | Michael Shalayeff | |
1998-03-17 | add matrox mystique-220 | Michael Shalayeff | |
1998-03-17 | Code to handle mips non coherent caches added. Also a fix for the 'data | Per Fogelstrom | |
buffer on stack' problem. Everything ifdefed __mips__ Still needs some fix for scsi clock freq. check on mips. | |||
1998-03-17 | sync | Theo de Raadt | |
1998-03-17 | add adaptec raid controller info; no support yet | Theo de Raadt | |
1998-03-17 | add a VIATECH card too | Theo de Raadt | |
1998-03-17 | support a few more NE2000 PCI cards | Theo de Raadt | |
1998-03-17 | sync | Theo de Raadt | |
1998-03-17 | add more PCI NE2000 devices | Theo de Raadt | |
1998-03-17 | support db_console switch for disabling console ddb | Theo de Raadt | |
1998-03-17 | fix vfs lkms + some indentation | Artur Grabowski | |
1998-03-17 | Allow wd and acd device boot. | Angelos D. Keromytis | |
1998-03-17 | delete extra print | Theo de Raadt | |
1998-03-16 | doc machine commands | Michael Shalayeff | |
1998-03-16 | slightly improved SMC autodetection | Jason Downs | |
1998-03-16 | raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortage | Thomas Graichen | |
on fat kerneles (often reported in the last time) | |||
1998-03-16 | "Take us to DDB!" | Per Fogelstrom | |
1998-03-16 | DDB. | Per Fogelstrom | |
Support for Algorithmics R5000/R10000 evaluation board. So far only the RM5260 is supported. RM5270 - RM7000 later. R5000 and R10000 depending on access to cpu modules. vm_machdep.c moved to arch/mips/mips. | |||
1998-03-16 | please gcc (couldn't find any reference, so just deleted offending declaration) | Jason Downs | |
1998-03-16 | DDB for mips, first cut. Will add some machine dep commands and tune | Per Fogelstrom | |
up a little. Basically works. Still needs symbol table support. Load store counting does not handle branch likely situations. Also, some code moved into here as 'machine independent'. | |||
1998-03-16 | Add the option SOFTWARE_SSTEP_EMUL. This is used with mips processors | Per Fogelstrom | |
together with SOFTWARE_SSTEP to do single stepping. We don't need the dual BP at branch since we always evaluate the correct next location. | |||
1998-03-16 | Regenerate pnpdevs.h | dgregor | |
1998-03-16 | PnP IDs are case-sensitive. Make them all uppercase | dgregor | |
1998-03-15 | Make machine word size a factor in max_softdeps. Keeps alpha from | Todd C. Miller | |
panic'ing. |