| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - correct logic of per-address input packet counts for lo0 | ume | 2001-04-05 | 1 | -16/+29 |
* | Soften the dire warnings about this code. Things are kinda working | imp | 2001-04-05 | 1 | -8/+3 |
* | More error handling cleanups. | sos | 2001-04-05 | 1 | -14/+11 |
* | On burners that return faulty ready on fixate, wait for the | sos | 2001-04-05 | 1 | -33/+45 |
* | Add new flag ATPR_F_QUIET to atapi_request. | sos | 2001-04-05 | 3 | -39/+39 |
* | Correct the sysctl names to match the tuneables. | sos | 2001-04-05 | 1 | -3/+4 |
* | Don't call prom_open() multiple times. This confuses some versions of SRM | dfr | 2001-04-05 | 1 | -8/+22 |
* | test should be for == 0, not < 0 | alfred | 2001-04-05 | 1 | -1/+1 |
* | WI_TIMEOUT is 65536 | alfred | 2001-04-05 | 1 | -3/+2 |
* | Don't leak resources: | alfred | 2001-04-05 | 1 | -5/+12 |
* | o Rather than arbitrarily construct a credential in the nfs_statfs() | rwatson | 2001-04-05 | 2 | -12/+4 |
* | Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, which | bmilekic | 2001-04-05 | 1 | -2/+2 |
* | Various style fixes. | bmilekic | 2001-04-05 | 1 | -21/+28 |
* | Fix bpf devices so select() recognizes that they are always writable. | gad | 2001-04-04 | 1 | -5/+8 |
* | Don't allow immediate values of 0 for operations that can take either an | ken | 2001-04-04 | 1 | -0/+5 |
* | Redo a lot of the target mode infrastructure to be cognizant of Dual Bus | mjacob | 2001-04-04 | 1 | -188/+215 |
* | call a watchdog timeout like it is. | alfred | 2001-04-04 | 1 | -1/+1 |
* | Roll platform minor. | mjacob | 2001-04-04 | 1 | -15/+11 |
* | Complete some Ansification. Check to make sure, in tdma_mk, that we won't | mjacob | 2001-04-04 | 1 | -17/+37 |
* | Perform some more Ansification. Remove and then replace the isp_putback_atio | mjacob | 2001-04-04 | 1 | -84/+49 |
* | Amazing. The bits to enable tagged queing in target mode, grok that a | mjacob | 2001-04-04 | 1 | -11/+29 |
* | Add some target mode definitions and firmware (FC only) attribute definitions. | mjacob | 2001-04-04 | 1 | -0/+13 |
* | Ansification of source. | mjacob | 2001-04-04 | 1 | -1/+1 |
* | After loading f/w, for FC cards print out Firmware Attributes. | mjacob | 2001-04-04 | 1 | -51/+72 |
* | If we have and error and are booting verbosely, don't be complaining | mjacob | 2001-04-04 | 1 | -1/+7 |
* | Change the type of the VLAN interface from IFT_PROPVIRTUAL, | yar | 2001-04-04 | 2 | -3/+3 |
* | Add recently assigned interface types. | yar | 2001-04-04 | 1 | -0/+7 |
* | Sync up to NetBSD, Step 2: | yar | 2001-04-04 | 1 | -0/+136 |
* | Sync up to NetBSD again, Step 1: | yar | 2001-04-04 | 1 | -5/+5 |
* | Centralize DMA buffer configuration. | orion | 2001-04-04 | 1 | -53/+38 |
* | Doh! Last second change introduced two compile warnings. Fix them. | imp | 2001-04-04 | 1 | -2/+2 |
* | Try to INIT the cards up to 5 times in a row rather than just once. | imp | 2001-04-04 | 1 | -9/+15 |
* | De __P() while I'm here. Done as a separate commit since it is just | imp | 2001-04-03 | 2 | -90/+90 |
* | Make this file C++ safe. It defines many useful functions (inb, outb) | imp | 2001-04-03 | 2 | -0/+8 |
* | o Indent sub-section headings to be consistent with README.extattr. | rwatson | 2001-04-03 | 1 | -2/+2 |
* | Regen after adding linux_sched_get_priority_max() and | gallatin | 2001-04-03 | 3 | -7/+15 |
* | Add linux_sched_get_priority_max() and linux_sched_get_priority_min() to | gallatin | 2001-04-03 | 1 | -2/+2 |
* | o Introduce a README file describing briefly how to use access control | rwatson | 2001-04-03 | 1 | -0/+51 |
* | o Introduce a README file describing briefly how to use extended | rwatson | 2001-04-03 | 1 | -0/+86 |
* | Again initialize a mutex well, then lock it. | tanimura | 2001-04-03 | 1 | -1/+3 |
* | - Change the msleep()s to condition variables. | bmilekic | 2001-04-03 | 2 | -54/+58 |
* | o Change the default from using IO_SYNC on EA set and delete operations | rwatson | 2001-04-03 | 1 | -9/+23 |
* | Use only one mutex for the entire mbuf subsystem. | alfred | 2001-04-03 | 2 | -70/+75 |
* | Change stop() to require the sched_lock as well as p's process lock to | jhb | 2001-04-03 | 1 | -6/+8 |
* | Allow MOD_UNLOADs of if_tun, and handle event handler registration | brian | 2001-04-03 | 2 | -10/+44 |
* | Fix probing on the alpha. It still causes the alpha to panic during | ps | 2001-04-03 | 1 | -1/+1 |
* | Remove bogus block device major now that bdev majors are gone. | jhb | 2001-04-02 | 1 | -2/+1 |
* | If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flags | brian | 2001-04-02 | 1 | -0/+4 |
* | Return 0 and do nothing when we get a SIOCSIFFLAGS. | brian | 2001-04-02 | 1 | -0/+1 |
* | - Move the second stop() of process 'p' in issignal() to be after we send | jhb | 2001-04-02 | 1 | -3/+2 |