Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-23 | Fix one-byte overflow in interrupt handling allocator. henning@, miod@ ok | Aaron Campbell | |
2004-06-23 | pfr_commit_ktable calls functions that can result in the current | Ryan Thomas McBride | |
ktable being destroyed, which makes it unsafe in a SLIST_FOREACH. Fix from Chris Pascoe | |||
2004-06-23 | Remove useless debug code. | Miod Vallat | |
2004-06-23 | Make AHD_DEBUG compile. ok krw@ | Marco Peereboom | |
2004-06-23 | Add atw(4), commented out for now. | Todd C. Miller | |
2004-06-23 | enable ahd by default (still some work for marco and krw, but it no | Theo de Raadt | |
longer locks at boot on mine) | |||
2004-06-23 | Missed this in the atw(4) commit. | Todd C. Miller | |
2004-06-23 | tabs vs spaces | Aaron Campbell | |
2004-06-23 | Remove some ifdef notyet symbols for non-existent floppy driver. art@ ok | Aaron Campbell | |
2004-06-23 | When servicing 88110 exceptions, reset dsr and isr as fast as possible. | Miod Vallat | |
While there, simplify badaddr() handling on 88110. | |||
2004-06-23 | Since the NMI interrupt source on 88110 is, well, non maskable, it is | Miod Vallat | |
possible to receive it during autoconf. In this case, do not enable _other_ interrupts while we are servicing it. Note that, on the MVME197, since we are using the BUG for console output during autoconf, it is still possible to abort the bootstrap and return to the BUG with the NMI/ABORT switch. | |||
2004-06-23 | Hook cdbr and cdboot into the build (though nothing uses them yet). | Tom Cosgrove | |
suggested by deraadt@ ok weingart@ | |||
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove | |
Testing krw@ and todd@, thanks. assistance, testing and ok weingart@ | |||
2004-06-23 | daa should be 0x27 and aaa 0x37 | Andreas Gunnarsson | |
ok deraadt@ | |||
2004-06-22 | atw(4) driver from NetBSD (dyoung). Based in part on a port by | Todd C. Miller | |
Matthew Gream. Unfortunately, the adm8211 card I have with me does not work correctly with the driver yet so real testing will have to wait until I get my hands on an adm8211-based DWL-650 or something similar. | |||
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau | |
use compat-specific MAXNAMLEN values where appropriate ok millert@, pedro@ | |||
2004-06-22 | Remove... almost 10 years, and things have changed enough that this | Tobias Weingartner | |
is more historic than anything else. If ya want it, find it in the Attic. ok tom@ | |||
2004-06-22 | Change of variable name from read to nread, to reduce difference | Tom Cosgrove | |
from NetBSD version. ok weingart@ | |||
2004-06-22 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Not currently hooked into the build. Based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org, who agreed to change to a 3-clause BSD licence. Thanks. assistance, testing and ok weingart@ | |||
2004-06-22 | During exception processing, we are not supposed to fault immediately | Miod Vallat | |
after re-enabling the FPU (unless exception handling code is suffering from bugs, of course). Should this happen, invoke the error fault handler, but at least clear the exception state first, so that it gets a chance to run. | |||
2004-06-22 | Import current NetBSD/FreeBSD 802.11 framework. | Todd C. Miller | |
Based in part on a diff from Matthew Gream. | |||
2004-06-22 | Add M_LINK0 for net80211; OK markus@ and mcbride@ | Todd C. Miller | |
2004-06-22 | Enable ahd interrupts and reset the channel before scanning the bus | Kenneth R Westerback | |
for devices. This is how ahc is done too. Fixes probe hang on Theo's box with the 7902B chip. ok marco@ | |||
2004-06-22 | Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELAN | Todd C. Miller | |
instead of SIOCSIFASYNCMAP and SIOCGIFASYNCMAP. Needed for upcoming 802.11 framework. OK deraadt@ | |||
2004-06-22 | The Prism device driver's manual makes a distinction in naming of | Todd C. Miller | |
config comands and other types but we don't so remove the CNF_ from WI_RID_CNF_ENH_SECURITY and WI_RID_CNF_DBM_ADJUST for consistency and compat with Net and Free. | |||
2004-06-22 | do not bcopy wrong stuff there | Theo de Raadt | |
2004-06-22 | Spacing. ok krw@ | Marco Peereboom | |
2004-06-22 | Remove all static functions. ok krw@ | Marco Peereboom | |
2004-06-22 | Change various macro and symbol names in order to have recognizable *100* | Miod Vallat | |
and *110* names for processor-dependent code. No functional change. | |||
2004-06-22 | Do not use db_printf() without a godd reason; while there, shrinken some | Miod Vallat | |
messages. | |||
2004-06-22 | If there is no CIS info the cardbus attach would print an extra | Todd C. Miller | |
double quote; now it doesn't. OK openbsd!beck | |||
2004-06-22 | support for rcc osb4 and csb5; tested on quad-zion and another box i have | Michael Shalayeff | |
2004-06-22 | make sure real/avail mem printfs do unsigned ariths; found by beck@ | Michael Shalayeff | |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger | |
No need to reconfig kernel or rebuild userland stuff. requested deraadt@, help beck@ | |||
2004-06-22 | Turn m88k_protection() into a macro again, compensating for 88110 | Miod Vallat | |
quirks locally where necessary; pmap_enter() does most of the dirty work. | |||
2004-06-22 | After 88110 exception processing, do not reset the in-frame [di][lp]ar | Miod Vallat | |
values, they won't be put back to registers anyways... | |||
2004-06-22 | On 88110, simplify enip processing: | Miod Vallat | |
- always fetch its value when building trapframe, it is faster than only doing it after checking if it will have a meaningful value. - don't bother setting it to a safe value if we change exip to a non-delayslot address. | |||
2004-06-22 | Unbreak previous commit ok markus@ | Can Erkin Acar | |
2004-06-22 | Do not access [id][pl]ar registers from C code - we only care about their | Miod Vallat | |
values in trapframes. | |||
2004-06-22 | Add a new "filter drop" flag to bpf and related ioclts. | Can Erkin Acar | |
When enabled, it notifies the calling interface that the packet matches a bpf filter and should be dropped. ok henning@ markus@ frantzen@ | |||
2004-06-22 | Don't use time-based random number generation | Thorsten Lockert | |
ok millert@ deraadt@ | |||
2004-06-22 | Switch amd64 to __HAVE_CPUINFO | Artur Grabowski | |
deraadt@ ok | |||
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom | |
More informative failure message and silence "already open" message. ok krw@ | |||
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom | |
More informative failure message and silence "already open" message. ok krw@ | |||
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert | |
things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | |||
2004-06-21 | When in_ifinit fails and we've created a new address, clean it up before | Ryan Thomas McBride | |
returning. ok markus@ | |||
2004-06-21 | Put back the moving of schedstate_percpu into sched.h. This time expose | Artur Grabowski | |
it to userland so that i386 builds (other architectures didn't show the problem). deraadt@ ok | |||
2004-06-21 | don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@ | Markus Friedl | |
2004-06-21 | don't accept SADB_X_EXT_UDPENCAP if encapsulation is disabled; ok ho@ | Markus Friedl | |
2004-06-21 | move the IFF_UP check to bpfwrite; ok canacar@ | Markus Friedl | |