summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
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
This unbreaks m68k m88k sparc and perhaps others, which eventually froze when hitting swap. Tested by various people on various platforms. ok art@
2002-01-02Add more vocabulary (commands) to ddb, from NetBSD.Miod Vallat
ok art@ (manual page update coming soon)
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
missing new lines and replace panics w/ printf+return. idea from netbsd's port.
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
force to display, zs(macppc) doesn't support console yet...
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
Fixes PT_{READ,WRITE}_{I,D} on sparc64.
2002-01-01This is ugly: make a specialized deep copy in bridge_broadcast() thatJason Wright
ensures that the payload after the ethernet header is nicely aligned (basically this is two copies, one for the ethernet header and one for the payload) and glue the two copies together. bridge_filter() assumes it has been handed a nicely aligned packet. This should address pr#2248.
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
jason@ ok
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
This permits one to setup a kernel able to automatically retrieve, during boot, the raid configuration from disks previously used in a RAIDFrame set. Moreover, one can define a raid set to contain a bootable partition that will be mounted on / before the system has started. A new RAID_AUTOCONFIG kernel option is used, in conjunction with the raid pseudo-device, to activate the feature. ok drahn@, deraadt@
2001-12-29finer spl granularity, allowing ints to happen; pointed out and tested on ↵Michael Shalayeff
vax by hugh@
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
discovery. sync with kame
2001-12-27makes a new accept() socket have the nonblock behavior.Federico G. Schwindt
slightly modified version from the original diff by theo, based on comments by niels@ and deraadt@; both ok'ed.
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
ours.
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
2001-12-26cosmeticJun-ichiro itojun Hagino
2001-12-25Oops, I barfed there, too.Miod Vallat