summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-08-15-Wall, -Wstrict-prototypes and some KNF cleanupNiklas Hallqvist
1996-08-15Change old -c flag to -C, support -c for BOOT_CONFIGNiklas Hallqvist
1996-08-15Remove unnecessary prototypeNiklas Hallqvist
1996-08-15for NEC 210 CD-ROM driversshawn
1996-08-15isapnp0 in GENERICTheo de Raadt
1996-08-15whoops, i made a fatal typoTheo de Raadt
1996-08-15pass in sc_delayioh tooTheo de Raadt
1996-08-15perfect attach messages, use bcopy/bzeroTheo de Raadt
1996-08-15do not attempt to isamatch pnp devicesTheo de Raadt
1996-08-15repair protoTheo de Raadt
1996-08-15warn about 0x666 thingy; use correct isa_attach_args for extent mapsTheo de Raadt
1996-08-15oops, forgot to exclude those unused extents before adding to mapshawn
1996-08-14IMPORTANT FIX: arbitrary page could be removed during collapse.Niklas Hallqvist
Sanitize "fake" page handling once more.
1996-08-14Pentium Pro supportdm
1996-08-14restrict some raw ip packets that may crash ip_output(); from freebsdTheo de Raadt
1996-08-14rudimentary plug-and-play support, see pnp(4)shawn
1996-08-14ipaddrs are int; like many other things found after spotting a similar ↵Theo de Raadt
netbsd commit...
1996-08-14Remove extra underscore from _randseedNiklas Hallqvist
1996-08-14incorrect size calculation in mbuf copying, netbsd pr#2692; fix from ↵Theo de Raadt
explorer@flame.org
1996-08-14Added support in the driver for the Pentium Pro (pctrctl still needs todm
be done, though).
1996-08-13Clean up vm_object_collapse_aux's dirty page game. Pun intended :-)Niklas Hallqvist
1996-08-13Document PG_CLEANs role in collapseNiklas Hallqvist
1996-08-13Revert back to Theo's eeprom.h.Jason Downs
1996-08-13microtime for srandomTheo de Raadt
1996-08-13Kludge to make DDB reverse symbol lookup work again.Niklas Hallqvist
I will soon deal with this mess in a 64-bit clean way which the old code was anything but.
1996-08-13Remove unused variableNiklas Hallqvist
1996-08-12Clarify precedense with parenthesisNiklas Hallqvist
1996-08-12Another VITAL VM patch. Boundary condition not solid, which last commitNiklas Hallqvist
triggered.
1996-08-12repair XDC_HWAIT macro to handle the fact that waithead is nowchuck
unsigned. should fix xdc watchdog timeouts noted in port-sparc by nathanw@mit.edu.
1996-08-12one last fixTheo de Raadt
1996-08-12Fixed CRITICAL bug hitting in former swap leak scenariosNiklas Hallqvist
when collapsing two objects a formerly COWed page might lose it's backing store causing stuff like lost ld.so fixups of shared lib images. Also handle fake pages in all cases. In short: UPDATE!
1996-08-12safe ioctl onlyTheo de Raadt
1996-08-12mmu_3l changesTheo de Raadt
1996-08-12fixed typoNiklas Hallqvist
1996-08-12Missed a couple things and blew something away by accident.Jason Downs
1996-08-12Revert part of that last change; mapdev()/mapiodev() should be done all atJason Downs
once.
1996-08-12MMU_3L always on for sun4, what the heckTheo de Raadt
1996-08-12Merge revs 1.2 through 1.3: counter, mapiodev.Jason Downs
1996-08-12merge 1.2 mmu_pagein decl; 1.3-5 4/300 writethrough vac bugTheo de Raadt
1996-08-12from 1.2-4, vac is writethroughTheo de Raadt
1996-08-12Merge the rest of our changes; mostly just softc changes in order to supportJason Downs
more devices, more cleanly.
1996-08-11Merge back rev 1.5: always set mouse to B1200.Jason Downs
1996-08-11A couple slight changes, revs 1.1 through 1.3.Jason Downs
1996-08-11Merge back revs 1.2 and 1.3.Jason Downs
1996-08-11limit ioctl priviledgesTheo de Raadt
1996-08-11Merge back revision 1.2.Jason Downs
1996-08-11Merge back revisions 1.2 through 1.4.Jason Downs
1996-08-11make -Wstrict-prototypes happyNiklas Hallqvist
1996-08-11default to INSECURETheo de Raadt
1996-08-11disable LFSTheo de Raadt