summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-03-26Some KNFNiklas Hallqvist
1998-03-26Remove register specifiers, add one explicit intNiklas Hallqvist
1998-03-26fix Id; add commentsJason Wright
1998-03-25Add a missing ntohs. fixes llc/snap connections.chuck
from: bouyer@netbsd
1998-03-25for *utimes(), deal with tv_sec == VNOVAL; problem noted by ↵Theo de Raadt
syssgm@dtir.qld.gov.au
1998-03-25ppc needs a pci chip bug workaroundPer Fogelstrom
1998-03-25Use INT slot 7 for on chip timerPer Fogelstrom
1998-03-25flush -> syncPer Fogelstrom
1998-03-25DDB vs DEBUGPer Fogelstrom
1998-03-25We now have DDB, use std generic configPer Fogelstrom
1998-03-25another configPer Fogelstrom
1998-03-25call vm_set_page_sizePer Fogelstrom
1998-03-25DDB vs DEBUGPer Fogelstrom
1998-03-25Driver for the 8 leds on the back of sun4 machines.Jason Wright
1998-03-25add SIOCGIFDATA; fetches ifdata structure attached to each interfaceTheo de Raadt
1998-03-25Config file with MRG_ADB as a default. Should be handy forgene
testing.
1998-03-24prettyTheo de Raadt
1998-03-24nicer outputTheo de Raadt
1998-03-24syncTheo de Raadt
1998-03-24QLogic calls themselves QLogicTheo de Raadt
1998-03-24correct isp headerTheo de Raadt
1998-03-24add isp driver from netbsd, more munging neededTheo de Raadt
1998-03-23Also digest the leftovers.janjaap
1998-03-23regenTodd C. Miller
1998-03-23Emulated version of SunOS ostime(2) wass totally wrong. For nowTodd 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-23Emulate otimes(2)Todd C. Miller
1998-03-23fix printing for these; ignore model numberTheo de Raadt
1998-03-22correct a commentTodd C. Miller
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-22Tell the SCSI driver that we expect data in from the changer device when weThorsten Lockert
request status; makes it work properly on NCR controllers (and probably on some others as well).
1998-03-22Fix some minor type error and a ++ sideeffect error in a macro call.Per Fogelstrom
1998-03-20Some cleanup of page stealsNiklas Hallqvist
1998-03-20Add PnP 'ep' driver.dgregor
1998-03-20New PnP 'ep' driver.dgregor
1998-03-20small (aka 'fixed' from X) fonts for raster consoles < 800*600 in sizeTodd T. Fries
this changes the choice to be at run-time from compile time
1998-03-20for SIOCGIF{NETMASK,DSTADDR,BRDADDR} calls match address to if aliases entriesTheo 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-19This should fix some problems with the aliases.Angelos D. Keromytis
1998-03-19import the pmax bootblocks uuencoded until someone fixes the bootThomas 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-18initialize all fileds in vfsconf when installing a new filesystem.Artur Grabowski
1998-03-18Changes, changes.Angelos D. Keromytis
1998-03-18more SDEV_AUTOSAVE devicesTheo de Raadt
1998-03-18typeless declarationMichael Shalayeff
1998-03-18pass MACHINE{,_ARCH} into libkern/Makefile so cross-build worksMichael Shalayeff
no 64bit math for sgi (;
1998-03-18Update.Angelos D. Keromytis
1998-03-18Add bit in boothowto to control console selectionPer Fogelstrom
1998-03-18minor fixPer Fogelstrom
1998-03-18flush -> syncPer Fogelstrom
1998-03-18adapt function arguments to get the expected prototype.Niels Provos
1998-03-18Fix 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 propagationMichael Shalayeff