| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly decode GetAllNext SNS Response back *as* | mjacob | 2001-12-11 | 2 | -4/+59 |
* | Add VOP_GETEXTATTR(9) passthrough support to pseudofs. | green | 2001-12-11 | 2 | -0/+55 |
* | Remove an obsolete prototype for procfs_kmemaccess(). | des | 2001-12-11 | 1 | -3/+0 |
* | Correct a comment that should have been updated in rev 1.43, when | sheldonh | 2001-12-11 | 1 | -2/+2 |
* | Fix boot -p for DDBless kernels | guido | 2001-12-11 | 1 | -0/+6 |
* | Wrap Dangerously Dedicated printf under if (bootverbose) | peter | 2001-12-11 | 1 | -2/+4 |
* | Avoid an unnecessary copy of a packet if it is already in a single mbuf. | luigi | 2001-12-11 | 4 | -4/+14 |
* | Delete some leftover code from a bygone age. We dont have an array of | peter | 2001-12-11 | 2 | -22/+2 |
* | - Add 'fwrite' and 'fseek' words for writing to and seeking on files. | jhb | 2001-12-11 | 8 | -27/+96 |
* | Major restructuring for swizzling to the request queue and unswizzling from | mjacob | 2001-12-11 | 9 | -579/+1500 |
* | Add support for writing blocks to the loader's disk cache. | jhb | 2001-12-11 | 1 | -21/+92 |
* | Add support for writing to BIOS disks. | jhb | 2001-12-11 | 1 | -3/+169 |
* | Missed an assignment of arg6 in previous commit. | obrien | 2001-12-10 | 1 | -0/+1 |
* | Get rid of irritating (bogus) message: | guido | 2001-12-10 | 1 | -2/+5 |
* | Adjust for the addition of CTR6. | obrien | 2001-12-10 | 1 | -1/+1 |
* | Complete the CTR6 addition (and TR6 and ITR6...) | obrien | 2001-12-10 | 1 | -11/+11 |
* | Add new boot flag to i386 boot: -p. | guido | 2001-12-10 | 8 | -2/+37 |
* | Regen from usbdevs rev 1.70: added some AGFA scanners | sheldonh | 2001-12-10 | 2 | -2/+51 |
* | Add some AGFA scanners: | sheldonh | 2001-12-10 | 1 | -0/+7 |
* | I missed a string concatenation. | obrien | 2001-12-10 | 1 | -1/+1 |
* | Add identification string for AMD-761 host to PCI bridge. | murray | 2001-12-10 | 2 | -0/+6 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 92 | -306/+309 |
* | Update to C99, s/__FUNCTION__/__func__/. | obrien | 2001-12-10 | 1 | -1/+1 |
* | Update to C99, s/__FUNCTION__/__func__/. | obrien | 2001-12-10 | 6 | -25/+25 |
* | Repeat after me -- "Use of ANSI string concatenation can be bad." | obrien | 2001-12-10 | 4 | -38/+38 |
* | Add a CTR6, we need it now. | obrien | 2001-12-10 | 1 | -0/+8 |
* | o Eliminate compilation warnings on 64-bit architectures. | alc | 2001-12-10 | 1 | -3/+3 |
* | Remove PAO3 dependent part where I missed to remove at last commit. | non | 2001-12-10 | 1 | -4/+0 |
* | Add a NO_6_BYTE quirk for the D-series olympus digital cameras. | iedowse | 2001-12-09 | 1 | -0/+7 |
* | We need machine/{signal,ucontext}.h to build a cross GCC compiler. | obrien | 2001-12-09 | 2 | -0/+138 |
* | Following sys/i386/include/ansi.h rev 1.33, add additional integer types | obrien | 2001-12-09 | 1 | -9/+57 |
* | style(9) | obrien | 2001-12-09 | 5 | -44/+50 |
* | We need machine/types.h to build a cross GCC compiler. | obrien | 2001-12-09 | 1 | -0/+72 |
* | machine/limits.h | obrien | 2001-12-09 | 2 | -0/+430 |
* | Disable sleep requests for 5 sec after wakeup. This is needed for | iwasaki | 2001-12-09 | 2 | -0/+17 |
* | - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. | arr | 2001-12-09 | 3 | -3/+3 |
* | o Eliminate unnecessary synchronization from filt_aiodetach(). | alc | 2001-12-09 | 1 | -5/+3 |
* | The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requires | msmith | 2001-12-09 | 1 | -1/+11 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 20 | -37/+73 |
* | Pull in more stuff from procfs now that it's been pseudofsized. | des | 2001-12-09 | 1 | -31/+3 |
* | Fix various bugs in the debugging code and reenable it. | des | 2001-12-09 | 2 | -9/+9 |
* | Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__. | des | 2001-12-09 | 1 | -3/+3 |
* | p_trespass() has been dead for over a year. | des | 2001-12-08 | 1 | -1/+0 |
* | Replace %i formatting characters with %d since printf(9) doesn't support %i. | alfred | 2001-12-08 | 1 | -1/+1 |
* | Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ... | des | 2001-12-08 | 2 | -3/+5 |
* | The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which is | dillon | 2001-12-08 | 1 | -6/+12 |
* | Update the comment about System initialization to reflect the use of | davidc | 2001-12-08 | 1 | -8/+6 |
* | o Expand list of tunables documented in loader.8 to include kern.maxusers, | rwatson | 2001-12-07 | 1 | -0/+8 |
* | - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it | arr | 2001-12-07 | 1 | -5/+5 |
* | o Our currenty userland boot code (due to rc.conf and rc.network) always | rwatson | 2001-12-07 | 1 | -1/+1 |