summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-08-18Remove clearing of interrupt after character output in cnputci(). ClearingPer Fogelstrom
the int will make the tty stop if output is currently active.
1998-08-18indent # properly; garnett@bogus.cs.colorado.eduTheo de Raadt
1998-08-18Add sparc_btop and sparc_ptob for consistency with other portsTodd C. Miller
1998-08-18fixed passing of bugargs to kernel.Steve Murphree
1998-08-18New bootblocks code to work with bootxx.Steve Murphree
1998-08-18Changed volume id to m88k. Fixed command line args.Steve Murphree
1998-08-17Make sure the file system is unbusied on error.Constantine Sapuntzakis
1998-08-17Fix turd left over from soft updates patch.Constantine Sapuntzakis
MNT_LAZY is not a bit flag.
1998-08-17Fix for FFS leaking buffer cache data on segfaults during write.Constantine Sapuntzakis
Thanks to Chuck Silvers (chuq@chuq.com)
1998-08-17Fix i386 kernel crash so that register context is saved in a better place.Constantine Sapuntzakis
1998-08-17syncTheo de Raadt
1998-08-17ACC PCI SCSTheo de Raadt
1998-08-16change seek to intTheo de Raadt
1998-08-16don't map DMA across boundaries; from NetBSD (don't know who).Jason Downs
1998-08-16typoTodd C. Miller
1998-08-15fix kbd generated NULs from CTRL-@ and CTRL-SPkstailey
1998-08-14Make printf output during card probe more compact.Matthieu Herrb
1998-08-13Make loadbsd aware of poolmem (mainly, kill poolmem before scanning theMarc Espie
memory list)
1998-08-13MD devicesMichael Shalayeff
1998-08-13syncTheo de Raadt
1998-08-13oopsTheo de Raadt
1998-08-13syncTheo de Raadt
1998-08-13new viatech devices discovered on cvsTheo de Raadt
1998-08-13a proto; fgsch@olimpo.com.brTheo de Raadt
1998-08-13Fix card list: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-13Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-12poll proto only for userlandTheo de Raadt
1998-08-11poll() protoTheo de Raadt
1998-08-11Added 3c980, sync with pcidevsMats O Jansson
1998-08-11Added 3c980Mats O Jansson
1998-08-11put irq number on the line with the other info, not on its own lineTodd C. Miller
1998-08-10no need for microcode deps. aic is fine anywayMichael Shalayeff
1998-08-10use drq2 for record drq in gus configuration instead of flags, reported byNiels Provos
xkill@uq.net.au.
1998-08-10syncTodd C. Miller
1998-08-10allow -d option to work with -c [change screen]Todd C. Miller
1998-08-10Add SIS 5598 and some descriptinos for other SiS chips used in 5591-based ↵Todd C. Miller
motherboards. Data from http://www.halcyon.com/scripts/jboemler/pci/pcicode
1998-08-10reflect realityTodd C. Miller
1998-08-09Wait for ACK's back from the kbd controller when setting typematic rate.Todd C. Miller
Fixes a hang when starting X windows on pc's with picky kbd controllers.
1998-08-08Split ioh allocations so that the devices no longer overlap.Jason Downs
Also disable the diag return check in wdc.c for now.
1998-08-08compile when fd is not listed in config file; andrew@creep.netTodd C. Miller
1998-08-08Document the locking discipline a bit betterConstantine Sapuntzakis
1998-08-08Some programs would like to use the old tty support..., compile withDale S. Rahn
COMPAT_43
1998-08-08The world doesn't need 'em.Jason Downs
1998-08-07fix PMS_INT_DISABLETheo de Raadt
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit.
1998-08-07environment is there tooMichael Shalayeff
1998-08-07fdc is fdc, fd is fdMichael Shalayeff
1998-08-07Add kernel support for debugging with gdb. This also make /proc allowDale S. Rahn
access to the registers. The format of the registers returned in ptrace, /proc and in the coredump header match what gdb was expecting. Floating point registers are not yet copied into the structure. The location of the fpr needs to be found and copied. <- TODO Changes to trap.c was to add some interm debugging. code is commented out. powerpc does not currently have a MID_* type, since it uses ELF instead of a.out, one was never added. Currently the coredump is done in form of MID_NONE. What is the correct approach for this?? Elf format coredumps... maybe?
1998-08-07Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy.Dale S. Rahn
1998-08-07Fix portal FS & PR #556Constantine Sapuntzakis
Basically, if file system consumes the slashes at the end of a component, don't require that the component is a directory.