summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-01-03add get/set colormap functions (mostly stolen from macppc)Jason Wright
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
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
2002-01-02at least ; required after label or case; openbsd@davidkrause.comTheo de Raadt
2002-01-02commented out maxi radioMichael Shalayeff
2002-01-02use pci_mapreg_map() instead of pci_io_find+bus_space_mapMichael Shalayeff
2002-01-02Back out a few more uvm changes, especially wrt swap usage.Miod Vallat
2002-01-02Add more vocabulary (commands) to ddb, from NetBSD.Miod Vallat
2002-01-02probe does not print anythingMichael Shalayeff
2002-01-02allow for setting of the loopback MTU, set IFF_RUNNING on address configurationDug Song
2002-01-02at least ; required after label or case; openbsd@davidkrause.comTheo de Raadt
2002-01-02remove doubled #define; openbsd@davidkrause.comTheo de Raadt
2002-01-02Don't forget to deallocate on failure.Jason Wright
2002-01-02missing radiotrack entries, fix the others (all still commented outMichael Shalayeff
2002-01-02regenMichael Shalayeff
2002-01-02a couple of 3c515 entries, commented outMichael Shalayeff
2002-01-02do not unmap io space while it's still in use (in *probe)Michael Shalayeff
2002-01-02proper data length handling on read; from toby@svector.co.ukMichael Shalayeff
2002-01-02On the road to serial console support. stage one, if of console is serialDale Rahn
2002-01-02Remove duplicate definition. deraadt@ okThomas Nordin
2002-01-02Remove reference to timeout table. deraadt@ okThomas Nordin
2002-01-02register_t is not an int, so don't use it that way.Artur Grabowski
2002-01-01This is ugly: make a specialized deep copy in bridge_broadcast() thatJason Wright
2002-01-01don't whine about no carrier here either.Jason Wright
2002-01-01Don't whine about not having carrier... ifconfig on the interface will say so.Jason Wright
2002-01-012002Theo de Raadt
2001-12-31man says bus_space_map() returns non-zero, not negative on failureMichael Shalayeff
2001-12-31unmap io space on failures and happy new year in russianMichael Shalayeff
2001-12-31Fix a glitch in _dmamap_load_buffer introduced in the last commit.Miod Vallat
2001-12-31only require write mode for modifying ioctls; dhartmei@, frantzen@, deraadt@ okMichael Shalayeff
2001-12-31support playing mono; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp>Michael Shalayeff
2001-12-31add a mono-to-stereo versions; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp>Michael Shalayeff
2001-12-31missing nl, from art@Michael Shalayeff
2001-12-29Enable the RAIDFrame auto-configuration feature.Thierry Deval
2001-12-29finer spl granularity, allowing ints to happen; pointed out and tested on vax...Michael Shalayeff
2001-12-28syncJason Wright
2001-12-28hifn 7811Jason Wright
2001-12-28sync. -mojMats O Jansson
2001-12-28Add some more VIATECH. -mojMats O Jansson
2001-12-28sync. -mojMats O Jansson
2001-12-28Add VIATECH VT8366. -mojMats O Jansson
2001-12-28move experimental icmp6 type to 200; 141-142 are used for inverse neighborJun-ichiro itojun Hagino
2001-12-27makes a new accept() socket have the nonblock behavior.Federico G. Schwindt
2001-12-27Increment reference count when copying session pointer pr#2112. ok deraadt@Thomas Nordin
2001-12-27Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not reallyMiod Vallat
2001-12-27revision 1.12 lacks paren around && within || (gcc warns and compilation stops).Jun-ichiro itojun Hagino
2001-12-26misplaced (), causing tcp header be examined in non-tcp packetsMichael Shalayeff