Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-03 | sync | Nathan Binkert | |
2002-01-03 | Add devices and reorganize. | Nathan Binkert | |
Some stuff from NetBSD | |||
2002-01-03 | Restore entropy_count calculation. mickey@ ok | Thomas Nordin | |
2002-01-03 | If the dma decides to perform I/O on memory that is not mapped, panic | Dale Rahn | |
immediately instead of writing on random memory addresses. Could the mapping be faulted in, no? | |||
2002-01-02 | at least ; required after label or case; openbsd@davidkrause.com | Theo de Raadt | |
2002-01-02 | commented out maxi radio | Michael Shalayeff | |
2002-01-02 | use pci_mapreg_map() instead of pci_io_find+bus_space_map | Michael Shalayeff | |
2002-01-02 | Back 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-02 | Add more vocabulary (commands) to ddb, from NetBSD. | Miod Vallat | |
ok art@ (manual page update coming soon) | |||
2002-01-02 | probe does not print anything | Michael Shalayeff | |
2002-01-02 | allow for setting of the loopback MTU, set IFF_RUNNING on address configuration | Dug Song | |
2002-01-02 | at least ; required after label or case; openbsd@davidkrause.com | Theo de Raadt | |
2002-01-02 | remove doubled #define; openbsd@davidkrause.com | Theo de Raadt | |
2002-01-02 | Don't forget to deallocate on failure. | Jason Wright | |
2002-01-02 | missing radiotrack entries, fix the others (all still commented out | Michael Shalayeff | |
2002-01-02 | regen | Michael Shalayeff | |
2002-01-02 | a couple of 3c515 entries, commented out | Michael Shalayeff | |
2002-01-02 | do 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-02 | proper data length handling on read; from toby@svector.co.uk | Michael Shalayeff | |
2002-01-02 | On the road to serial console support. stage one, if of console is serial | Dale Rahn | |
force to display, zs(macppc) doesn't support console yet... | |||
2002-01-02 | Remove duplicate definition. deraadt@ ok | Thomas Nordin | |
2002-01-02 | Remove reference to timeout table. deraadt@ ok | Thomas Nordin | |
2002-01-02 | register_t is not an int, so don't use it that way. | Artur Grabowski | |
Fixes PT_{READ,WRITE}_{I,D} on sparc64. | |||
2002-01-01 | This is ugly: make a specialized deep copy in bridge_broadcast() that | Jason 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-01 | don't whine about no carrier here either. | Jason Wright | |
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright | |
2002-01-01 | 2002 | Theo de Raadt | |
2001-12-31 | man says bus_space_map() returns non-zero, not negative on failure | Michael Shalayeff | |
2001-12-31 | unmap io space on failures and happy new year in russian | Michael Shalayeff | |
2001-12-31 | Fix a glitch in _dmamap_load_buffer introduced in the last commit. | Miod Vallat | |
jason@ ok | |||
2001-12-31 | only require write mode for modifying ioctls; dhartmei@, frantzen@, deraadt@ ok | Michael Shalayeff | |
2001-12-31 | support playing mono; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp> | Michael Shalayeff | |
2001-12-31 | add a mono-to-stereo versions; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp> | Michael Shalayeff | |
2001-12-31 | missing nl, from art@ | Michael Shalayeff | |
2001-12-29 | Enable 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-29 | finer spl granularity, allowing ints to happen; pointed out and tested on ↵ | Michael Shalayeff | |
vax by hugh@ | |||
2001-12-28 | sync | Jason Wright | |
2001-12-28 | hifn 7811 | Jason Wright | |
2001-12-28 | sync. -moj | Mats O Jansson | |
2001-12-28 | Add some more VIATECH. -moj | Mats O Jansson | |
2001-12-28 | sync. -moj | Mats O Jansson | |
2001-12-28 | Add VIATECH VT8366. -moj | Mats O Jansson | |
2001-12-28 | move experimental icmp6 type to 200; 141-142 are used for inverse neighbor | Jun-ichiro itojun Hagino | |
discovery. sync with kame | |||
2001-12-27 | makes 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-27 | Increment reference count when copying session pointer pr#2112. ok deraadt@ | Thomas Nordin | |
2001-12-27 | Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not really | Miod Vallat | |
ours. | |||
2001-12-27 | revision 1.12 lacks paren around && within || (gcc warns and compilation stops). | Jun-ichiro itojun Hagino | |
2001-12-26 | misplaced (), causing tcp header be examined in non-tcp packets | Michael Shalayeff | |
2001-12-26 | cosmetic | Jun-ichiro itojun Hagino | |
2001-12-25 | Oops, I barfed there, too. | Miod Vallat | |