summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-17a few more manualsTheo de Raadt
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly.
2001-12-16KNF the code blockTheo de Raadt
2001-12-16Delay a cache invalidation in a 68060-only loop.Miod Vallat
Also, better tests for validity bits in STEs.
2001-12-16Provide a more useful error message if no mount_foo helper program can beMiod Vallat
found. ok millert@
2001-12-16diagnostic incorrect; vlada@openbsd.czTheo de Raadt
2001-12-1668060 CPUs need a few more TLB operations. Oops.Miod Vallat
2001-12-16match piix icu type on 82810ba/m; from netbsdMichael Shalayeff
2001-12-16- Call pf_test6() after we have checked header length and protocol version.jasoni
- If pf_test6 returns a NULL mbuf, just return. - Reinitialize pointer to header after pf_test6(). ok frantzen@
2001-12-15document exit command at Boot: prompt; pvalchev testedTheo de Raadt
2001-12-15first i gave you one of the reasons it mmakes thing better.Michael Shalayeff
second i did not see the final diff. third i never said you should commit this. fourth, 10x for running around offending lusers i'm trying to resolve their problems with.
2001-12-15Fix a long-standing alignment bug by removing the 32-but call/returnKjell Wooding
on Lchr. Notice Lmessage is using Lchr's return, and it has always been a 16-bit call. This should be the root of many (most?) of the Drive:0 Partition:3 hangs. tip o the hat to mickey, who fixed it without necessarily knowing it, and toby, who put the final nail in. gas sucks.
2001-12-15Document SIGTTIN and SIGTTOU now that we deal with them too.Todd C. Miller
2001-12-15Optimize (reduce) the pmap_changebit() calls for 68060 processors.Miod Vallat
2001-12-15KNF (A completely different idea)Jason Wright
2001-12-15add support for creating span ports so that one can snoop a bridgeJason Wright
from another interface/machine/network.
2001-12-15Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.Todd C. Miller
2001-12-15Disestablish the powerhook on detach. ok jason@Thomas Nordin
2001-12-15support LXT-961; hostmaster@bsws.deTheo de Raadt
2001-12-15syncTheo de Raadt
2001-12-15Get this damn diff out of my tree. ok from weingart@, deraadt@ and others.Kjell Wooding
Add a -u flag to fdisk which updates MBR code, but leaves the partition table intact. There are still issues with 'update' having different behavior, but I'll resolve those shortly
2001-12-15Slightly reorganize.Miod Vallat
2001-12-15Clarify description of the vnode life cycle and locksConstantine Sapuntzakis
2001-12-14add wskbd, wsmouse, and wsmux cdev entriesJason Wright
2001-12-14add ukbd* at hub? and wskbd* at ukbd?Jason Wright
(with minimal ddb tricks I have a working vga console with usb keyboard on blade100)
2001-12-14syncJason Wright
2001-12-14Add EnableSemi 88E1000 and 88E1000S product IDs.Jason Wright
2001-12-14Remove the ugly protection_codes[] array, only used by the pte_prot()Miod Vallat
macro, by a different version of the aforementioned macro.
2001-12-14less confusing variable namesJason Wright
2001-12-14unbreak comment.Mike Pechkin
2001-12-14RFC 959 wasn't clear about what happens around a PASV reply, and inBob Beck
fact RFC 1123 does say that it may not contain parenthesis, and you just have to look at the end of the line. Tholo managed to find a TOPS20 ftp server (toad.xkl.com) that doesn't put parens around the reply - This fixes it so it will handle either case.
2001-12-14decice -> device. Spotted by cruz@openbsd.ruMike Pechkin
2001-12-14document 0x20000 flagMichael Shalayeff
2001-12-14on some sony vaios (con dios) battery life is reportedMichael Shalayeff
in big endian order, swap if flags was given. reported by: Hans-Joerg Hoexer <Hans-Joerg.Hoexer@yerbouti.franken.de>
2001-12-14add vgafb (disabled), and while here add cgsix/cgthree as disabledJason Wright
2001-12-14Driver for vga framebuffers on sparc64 based on cgsix (which is based onJason Wright
cgsix from sparc and vgafb from macppc).
2001-12-14Add gem (disabled) and hme (...)Dale Rahn
gem works, but is not overly stable yet, sometimes recieves one packet and stops. hme works fine, if the interrupts are connected properly (not yet).
2001-12-14Use default mapping type (little endian) if the type is 0, otherwise useJason Wright
the passed in type. This allows PCI devices to create big endian mappings which is necessary for vgafb.
2001-12-14pass zero as type for bus_space_map2 (the current argument isn't used byJason Wright
the upper layer anyway).
2001-12-14From NetBSD:Dale Rahn
Attempt to deal with pci-pci bridges and the irq handling. It is incorrect, but allows one port of a 4 port hme card to work.
2001-12-14hme can build on macppc, and and would work if the pci-pci bridge wouldDale Rahn
route the interrupts correctly.
2001-12-14Remove cmmu_remote_[gs]et() here too, then...Miod Vallat
2001-12-14Duplicate #include line.Miod Vallat
2001-12-14Sync compilation flags definition accross m68k-based arches.Miod Vallat
mvme68k still lacks some -Wfoo flags, until it is warnings clean.
2001-12-14SMALL_KERNEL -> outline splxNiklas Hallqvist
2001-12-14Repair MVME187 after MVME197 merge.Steve Murphree
2001-12-14GENERIC allocates 64 ptys, not 32; Keoki SeuTodd C. Miller
2001-12-14New hz value needed by AlphaServer 1200 and a couple other machinesNathan Binkert
2001-12-14Workaround a compiler bug on m68k.Artur Grabowski
2001-12-14garbage collect some unused stuff.Jason Wright