summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* The pccard/cardbus power interface should depend on having pccard orimp2001-12-061-1/+1
* o Make kern.security.bsd.suser_enabled TUNABLE.rwatson2001-12-051-0/+1
* Fixed remotely exploitable DoS in arpresolve().ru2001-12-051-1/+3
* o Whitespace sync to GENERICrwatson2001-12-051-1/+1
* Fix initialisation of struct nat entry, to solve a panic that occursguido2001-12-051-0/+1
* Fix resume for HP Omnibook 500's.guido2001-12-051-0/+7
* Add suspend/resume hooks to this driver; necessary to overcomeguido2001-12-051-0/+38
* Add VLAN support.jhay2001-12-051-0/+11
* Moved to dev/joyimp2001-12-051-275/+0
* Move joy from isa to dev/joy.imp2001-12-051-1/+1
* Use new location for joy, plus list its new bus front ends.imp2001-12-051-2/+2
* Split joystick driver into ISA and PC Card front ends.imp2001-12-054-148/+322
* Implement prism2 detection from NetBSD. This mostly obsoletes theimp2001-12-052-27/+107
OpenPOWER on IntegriCloud