Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-27 | fictitious disklabels for scsi disks | Todd C. Miller | |
1998-03-26 | correctly count ru_majflt. the fix pulled in from netbsd pr#1397 is | chuck | |
incorrect. calling vm_pager_get() doesn't count as a "majflt" unless the pager returns VM_PAGER_OK. when walking an object chain we can get VM_PAGER_FAIL (indicating that the requested data does not reside in this object and we must continue to walk the chain) -- we don't want to count this as a majflt. i also added code to count ru_minflt. | |||
1998-03-26 | typo in last commit | Niklas Hallqvist | |
1998-03-26 | Amiga works more stably with the old MAX_KMAP* entries, besides they | Niklas Hallqvist | |
are dynamic today anyhow. I want to look into this a bit more after release because this a bit XXX | |||
1998-03-26 | Use new defs from MI endian.h for swapping, remove register | Niklas Hallqvist | |
1998-03-26 | Some KNF | Niklas Hallqvist | |
1998-03-26 | Remove register specifiers, add one explicit int | Niklas Hallqvist | |
1998-03-26 | fix Id; add comments | Jason Wright | |
1998-03-25 | Add a missing ntohs. fixes llc/snap connections. | chuck | |
from: bouyer@netbsd | |||
1998-03-25 | for *utimes(), deal with tv_sec == VNOVAL; problem noted by ↵ | Theo de Raadt | |
syssgm@dtir.qld.gov.au | |||
1998-03-25 | ppc needs a pci chip bug workaround | Per Fogelstrom | |
1998-03-25 | Use INT slot 7 for on chip timer | Per Fogelstrom | |
1998-03-25 | flush -> sync | Per Fogelstrom | |
1998-03-25 | DDB vs DEBUG | Per Fogelstrom | |
1998-03-25 | We now have DDB, use std generic config | Per Fogelstrom | |
1998-03-25 | another config | Per Fogelstrom | |
1998-03-25 | call vm_set_page_size | Per Fogelstrom | |
1998-03-25 | DDB vs DEBUG | Per Fogelstrom | |
1998-03-25 | Driver for the 8 leds on the back of sun4 machines. | Jason Wright | |
1998-03-25 | add SIOCGIFDATA; fetches ifdata structure attached to each interface | Theo de Raadt | |
1998-03-25 | Config file with MRG_ADB as a default. Should be handy for | gene | |
testing. | |||
1998-03-24 | pretty | Theo de Raadt | |
1998-03-24 | nicer output | Theo de Raadt | |
1998-03-24 | sync | Theo de Raadt | |
1998-03-24 | QLogic calls themselves QLogic | Theo de Raadt | |
1998-03-24 | correct isp header | Theo de Raadt | |
1998-03-24 | add isp driver from netbsd, more munging needed | Theo de Raadt | |
1998-03-23 | Also digest the leftovers. | janjaap | |
1998-03-23 | regen | Todd C. Miller | |
1998-03-23 | Emulated version of SunOS ostime(2) wass totally wrong. For now | Todd C. Miller | |
we will just return EPERM. Correct code is #if 0'd out as it needs to call settime() which is static to kern_time.c (and it's not clear that we really want to be setting the clock from an emulated program anyway). | |||
1998-03-23 | Emulate otimes(2) | Todd C. Miller | |
1998-03-23 | fix printing for these; ignore model number | Theo de Raadt | |
1998-03-22 | correct a comment | Todd C. Miller | |
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 | |