summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Explicitly decode GetAllNext SNS Response back *as*mjacob2001-12-112-4/+59
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.green2001-12-112-0/+55
* Remove an obsolete prototype for procfs_kmemaccess().des2001-12-111-3/+0
* Correct a comment that should have been updated in rev 1.43, whensheldonh2001-12-111-2/+2
* Fix boot -p for DDBless kernelsguido2001-12-111-0/+6
* Wrap Dangerously Dedicated printf under if (bootverbose)peter2001-12-111-2/+4
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.luigi2001-12-114-4/+14
* Delete some leftover code from a bygone age. We dont have an array ofpeter2001-12-112-22/+2
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-118-27/+96
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-119-579/+1500
* Add support for writing blocks to the loader's disk cache.jhb2001-12-111-21/+92
* Add support for writing to BIOS disks.jhb2001-12-111-3/+169
* Missed an assignment of arg6 in previous commit.obrien2001-12-101-0/+1
* Get rid of irritating (bogus) message:guido2001-12-101-2/+5
* Adjust for the addition of CTR6.obrien2001-12-101-1/+1
* Complete the CTR6 addition (and TR6 and ITR6...)obrien2001-12-101-11/+11
* Add new boot flag to i386 boot: -p.guido2001-12-108-2/+37
* Regen from usbdevs rev 1.70: added some AGFA scannerssheldonh2001-12-102-2/+51
* Add some AGFA scanners:sheldonh2001-12-101-0/+7
* I missed a string concatenation.obrien2001-12-101-1/+1
* Add identification string for AMD-761 host to PCI bridge.murray2001-12-102-0/+6
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-1092-306/+309
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-101-1/+1
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-106-25/+25
* Repeat after me -- "Use of ANSI string concatenation can be bad."obrien2001-12-104-38/+38
* Add a CTR6, we need it now.obrien2001-12-101-0/+8
* o Eliminate compilation warnings on 64-bit architectures.alc2001-12-101-3/+3
* Remove PAO3 dependent part where I missed to remove at last commit.non2001-12-101-4/+0
* Add a NO_6_BYTE quirk for the D-series olympus digital cameras.iedowse2001-12-091-0/+7
* We need machine/{signal,ucontext}.h to build a cross GCC compiler.obrien2001-12-092-0/+138
* Following sys/i386/include/ansi.h rev 1.33, add additional integer typesobrien2001-12-091-9/+57
* style(9)obrien2001-12-095-44/+50
* We need machine/types.h to build a cross GCC compiler.obrien2001-12-091-0/+72
* machine/limits.hobrien2001-12-092-0/+430
* Disable sleep requests for 5 sec after wakeup. This is needed foriwasaki2001-12-092-0/+17
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.arr2001-12-093-3/+3
* o Eliminate unnecessary synchronization from filt_aiodetach().alc2001-12-091-5/+3
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresmsmith2001-12-091-1/+11
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-0920-37/+73
* Pull in more stuff from procfs now that it's been pseudofsized.des2001-12-091-31/+3
* Fix various bugs in the debugging code and reenable it.des2001-12-092-9/+9
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.des2001-12-091-3/+3
* p_trespass() has been dead for over a year.des2001-12-081-1/+0
* Replace %i formatting characters with %d since printf(9) doesn't support %i.alfred2001-12-081-1/+1
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...des2001-12-082-3/+5
* The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which isdillon2001-12-081-6/+12
* Update the comment about System initialization to reflect the use ofdavidc2001-12-081-8/+6
* o Expand list of tunables documented in loader.8 to include kern.maxusers,rwatson2001-12-071-0/+8
* - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itarr2001-12-071-5/+5
* o Our currenty userland boot code (due to rc.conf and rc.network) alwaysrwatson2001-12-071-1/+1
OpenPOWER on IntegriCloud