summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and split of nfs client and server code.peter2001-09-1880-38022/+2805
* Use a 'p' variable instead of repetitively indirecting td->td_proc forjhb2001-09-181-17/+20
* Remove accidentally included debug stuff.julian2001-09-181-3/+0
* Regen.n_hibma2001-09-182-9/+26
* Update the header of the file with a comment on how to regeneraten_hibma2001-09-181-7/+24
* Don't initialize proc0's mutex twice. It is already done earlier on in thejhb2001-09-181-1/+0
* GC obsolete cruft from this file.jhb2001-09-181-14/+0
* Whitespace fixes.jhb2001-09-183-6/+6
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-1811-84/+84
* - Fix a missed idleproc -> idlethread conversion.jhb2001-09-182-4/+2
* If we have a p variable pointing to td->td_proc already, use it instead ofjhb2001-09-181-8/+8
* Whitespace fixes.jhb2001-09-184-12/+12
* o Introduce two new calls, securelevel_gt() and securelevel_ge(), whichrwatson2001-09-182-3/+59
* Have the driver announce its rxcsum capabilities.jlemon2001-09-181-0/+2
* Split HWCSUM into two components: RX and TX, for the benefit of driversjlemon2001-09-181-2/+5
* o Remove redundant securelevel/pid1 check in procfs_rw() -- thisrwatson2001-09-181-2/+0
* Set debug information on the process being traced, not the current (debugger)mp2001-09-181-2/+2
* Have the driver to announce what capabilitis it supports.jlemon2001-09-181-0/+2
* Have the driver announce what capabilities it supports. These arejlemon2001-09-181-6/+5
* Have the driver advertise that it is capable of hardware checksums, andjlemon2001-09-182-4/+38
* nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid thatimp2001-09-182-2/+2
* Add SIO{CG}IFCAP entries. Fix formatting of some other entries.jlemon2001-09-181-3/+5
* Add two fields to the ifnet structure indicating what extra capabilitiesjlemon2001-09-183-0/+23
* Add ia64_get_cpuid().dfr2001-09-181-0/+12
* when setting blocksize, fix blockcount to 2 to reduce latency with smallercg2001-09-181-0/+2
* make buffer size adjustable.cg2001-09-181-5/+7
* don't enable the mic record channel unless the codec supports it.cg2001-09-181-10/+17
* Add support for loading bzip2-compressed kernels and modules. This supportsobomax2001-09-182-0/+12
* Removed ipip_input(). No codes calls it anymore due to ip_encap.c'ssumikawa2001-09-181-4/+0
* change tracking of channel counts.cg2001-09-182-23/+52
* add a tunable/sysctl, hw.snd.targetirqrate, to modify the default targetcg2001-09-182-4/+22
* add a method for retrieving codec capabilitiescg2001-09-182-0/+16
* Flesh out identifycpu().dfr2001-09-181-1/+35
* KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60.ru2001-09-181-1/+0
* Change p into ke->ke_proc, this was hidden behind INVARIANTS.jlemon2001-09-181-1/+1
* Remove hard coded magic load address. Now to change the load address,peter2001-09-182-2/+2
* Tweak the autoneg kickoff code to that it more closely resembles thewpaul2001-09-181-3/+16
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).peter2001-09-172-6/+13
* Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking codejhb2001-09-174-27/+39
* Replace line accidentally deleted during KSE additions.julian2001-09-171-1/+1
* Don't inline mutexes in the LOCK_DEBUG case.jhb2001-09-171-1/+1
* If any of various debug kernel options are enabled, set a LOCK_DEBUGjhb2001-09-171-0/+13
* Add a lock assertion to linux_sendsig() to match other sendsig functions.jhb2001-09-171-0/+1
* Call acpi_DeviceIsPresent() only for devices. This should makeiwasaki2001-09-171-1/+1
* Fix a typo: documenation -> documentationsilby2001-09-171-1/+1
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-163-0/+636
* Avoid empty decls when __FBSDIDs are turned off.dillon2001-09-161-1/+7
* Added pc98 support.nyan2001-09-161-0/+5
* MFi386: sys/isa/fd.c revision from 1.205 to 1.219.nyan2001-09-162-882/+1044
* Allocate i/o and memory resources using gdc driver.nyan2001-09-162-48/+378
OpenPOWER on IntegriCloud