summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2002-01-07If the handler for SIGCHLD is set to SIG_IGN, act as if theTodd C. Miller
SA_NOCLDWAIT (don't create zombies) flag has been specified. This is consistent with most other operating systems and is what XPG4.2 specifies.
2002-01-07Paranoia on my part, do not let the condition exist where kvm space couldDale Rahn
be claimed by the pre kvm init stealing process and kvm.
2002-01-07On cache flushing, if start is not cacheline aligned, add to the lenghtDale Rahn
to make sure the whole region is flushed. from conversation with pefo.
2002-01-07Do not enter ddb twice in a row on console break.Miod Vallat
2002-01-07- increment uvmexp.intrs on interrupts (oops)Miod Vallat
- change more fatal situations into panics - reorganize the execution flow to be shorter if no device interrupt handler are registered - minor style/KNF changes as well
2002-01-06remove bogus diagnostic check.Eric Jackson
pr#2298
2002-01-06add ums and wsmuxJason Wright
2002-01-06That was no fix, that broke things. If the pte entry is currently foundDale Rahn
in the po lists, it will NOT have the PTE_VALID bit set. Thus valid mappings could be ignored if enough mappings existed for that PTEG pair. This explains the bus_dma panics.
2002-01-06pte_spill() is executed on a special stack in real mode (vm not enabled).Dale Rahn
It is not valid to call pool_put() from that context. If called from that context, put the freed item on one of two lists (race safe), poalloc() will attempt to fetch from there, and pofree() will clean up if called from a normal context.
2002-01-06Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn'tJason Wright
appear to).
2002-01-05support detach, from netbsdMichael Shalayeff
2002-01-05Avoid using an uninitialized variable. dhartmei@ okThomas Nordin
2002-01-04Use [eid]cache-size to determine cache sizes and fall back to (?cache-nlines ↵Jason Wright
* ?cache-linesize) if it fails (from NetBSD).
2002-01-04add 600x read for 744 rev < 2 - from netbsdEric Jackson
cleanup dmesg output
2002-01-04Add handling for cmap get/put (mostly from sparc)Jason Wright
2002-01-04regenMichael Shalayeff
2002-01-04no wires needed and their/isil wlans; from Maurice Nonnekes <maurice@amaze.nl>Michael Shalayeff
2002-01-04match on ericsson wlan; from lha@stacken.kth.se, pr 2295Michael Shalayeff
2002-01-04regenMichael Shalayeff
2002-01-04Socket Communications Low Power WLAN; from netbsdMichael Shalayeff
2002-01-04ericsson wlan, from lha@stacken.kth.seMichael Shalayeff
2002-01-04correct comment: USB scanners aren't generic devicesJason Wright
2002-01-04oops, move cdev_decls to conf.hJason Wright
2002-01-04add the full suite of USB devices: usb, uhid, ugen, ulpt, urio, ucom, uscannerJason Wright
2002-01-04Bring in a closer shape to other arches Makefile, also reorder the dependMiod Vallat
order so that assym.h is created in time for the libkern depend phase, since hppa libkern depends on it. mickey@ ok (and the previous commit as well).
2002-01-04Use LEAF_ENTRY not ENTRY.Miod Vallat
2002-01-04Add support for get/put colormap (mostly borrowed from sparc)Jason Wright
[XXX the bt458 stuff should be shared and will be later].
2002-01-04mmap functionality for cgthee (mostly from NetBSD)Jason Wright
2002-01-04expose sbus_bus_addr() so cgsix actually compiles (oops)Jason Wright
2002-01-04Handle truncation to the middle of a file hole. deraadt@ okThomas Nordin
From FreeBSD
2002-01-04Standardize on EFBIG for bus_dma returning failure if caller is too griddy.Miod Vallat
2002-01-04add mmap functionality (most from NetBSD)Jason Wright
2002-01-03call ukbd_cnattach() if the console keyboard is usbJason Wright
[XXX this probbably doesn't belong here, but I haven't found a better place yet and I'm bloody tired of using boot -d to set ukbd_is_console].
2002-01-03new names, nate broke the treeTheo de Raadt
2002-01-03stdout and stdin are integers not pointers (use 0 not NULL)Jason Wright
2002-01-03define a new wsemul_sun attribute and add it to the sparc64 framebuffersJason Wright
[This needs to be extended to the vt100 and dumb emulations too.. in time]. (This allows the removal of WSEMUL_SUN from sparc64/conf/GENERIC)
2002-01-03Add the pci_findvendor functionNathan Binkert
If compiled with PCI_VERBOSE, this function looks up a vendor string based on a vendor id. Otherwise, it returns NULL. From NetBSD
2002-01-03Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.Miod Vallat
2002-01-03Add the bus to the cardbus_attach_argsNathan Binkert
From NetBSD
2002-01-03cdev_decl(wsdisplay) is already done in <sys/conf.h>Miod Vallat
2002-01-03Proper va_end calling (no double calls)Jason Wright
2002-01-03more devices from NetBSDNathan Binkert
2002-01-03add get/set colormap functions (mostly stolen from macppc)Jason Wright
add WSSCREEN_WSCOLORS attribute (doesn't seem to matter much, tho)
2002-01-03add WSEMUL_SUN so we get the sun emulation stuffJason Wright
2002-01-03syncNathan Binkert
2002-01-03Add devices and reorganize.Nathan Binkert
Some stuff from NetBSD
2002-01-03Restore entropy_count calculation. mickey@ okThomas Nordin
2002-01-03If the dma decides to perform I/O on memory that is not mapped, panicDale Rahn
immediately instead of writing on random memory addresses. Could the mapping be faulted in, no?
2002-01-02at least ; required after label or case; openbsd@davidkrause.comTheo de Raadt
2002-01-02commented out maxi radioMichael Shalayeff