summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-08-17do not reset/disable for fails on some laptops; rees@umich.edu from someone elseTheo de Raadt
1996-08-17do not panic for common driver bugsTheo de Raadt
1996-08-16only safe ioctlTheo de Raadt
1996-08-16fix for sun4 netbsd mergesccappuc
1996-08-16note ipxMichael Shalayeff
1996-08-16record real symtab end.Michael Shalayeff
1996-08-16ipx.Michael Shalayeff
1996-08-16initial commit of Free's netipx w/ some changes.Michael Shalayeff
ip<-->ipx encapsulations does not work still. spx suspected to do too.
1996-08-16: 0 devicesTheo de Raadt
1996-08-16add symtab list public iterator.Michael Shalayeff
1996-08-16someone send me an i386 assembler bookTheo de Raadt
1996-08-16spin processing ast events before going back to userland; my fixTheo de Raadt
1996-08-16Some mostly cosmetic bug fixes.dm
1996-08-15isapnp0Theo de Raadt
1996-08-15Clear p_pctcpu when a process exitThorsten Lockert
1996-08-15compatible, not compatiAbleshawn
1996-08-15make use of compatiable device id; delete redundant argumentshawn
1996-08-15clean up. we no longer need these.shawn
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