summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch will fix the lockups associated with AMD 751,761,762 based AGPcokane2001-12-074-14/+104
* Back out my "joy" change. It was really the for some uncommitted ataimp2001-12-071-1/+1
* - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)arr2001-12-071-4/+1
* MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+3
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.peter2001-12-072-4/+4
* Part 2 of previous commit. Add joy_isa.c and joy_pccard.c.peter2001-12-061-0/+2
* o A few more minor whitespace and other style fixes.rwatson2001-12-061-6/+7
* o Remove unnecessary inclusion of opt_global.h.rwatson2001-12-062-2/+0
* Add multiple inclusion protection.jhb2001-12-062-0/+10
* Somebody moved joy.c from isa/ to dev/joy/ without updating conf/files.peter2001-12-061-1/+1
* Compile all kernels with "-ffreestanding":obrien2001-12-061-1/+1
* Fixed two problems:pdeuskar2001-12-062-9/+5
OpenPOWER on IntegriCloud