| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 80 | -38022/+2805 |
* | Use a 'p' variable instead of repetitively indirecting td->td_proc for | jhb | 2001-09-18 | 1 | -17/+20 |
* | Remove accidentally included debug stuff. | julian | 2001-09-18 | 1 | -3/+0 |
* | Regen. | n_hibma | 2001-09-18 | 2 | -9/+26 |
* | Update the header of the file with a comment on how to regenerate | n_hibma | 2001-09-18 | 1 | -7/+24 |
* | Don't initialize proc0's mutex twice. It is already done earlier on in the | jhb | 2001-09-18 | 1 | -1/+0 |
* | GC obsolete cruft from this file. | jhb | 2001-09-18 | 1 | -14/+0 |
* | Whitespace fixes. | jhb | 2001-09-18 | 3 | -6/+6 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 11 | -84/+84 |
* | - Fix a missed idleproc -> idlethread conversion. | jhb | 2001-09-18 | 2 | -4/+2 |
* | If we have a p variable pointing to td->td_proc already, use it instead of | jhb | 2001-09-18 | 1 | -8/+8 |
* | Whitespace fixes. | jhb | 2001-09-18 | 4 | -12/+12 |
* | o Introduce two new calls, securelevel_gt() and securelevel_ge(), which | rwatson | 2001-09-18 | 2 | -3/+59 |
* | Have the driver announce its rxcsum capabilities. | jlemon | 2001-09-18 | 1 | -0/+2 |
* | Split HWCSUM into two components: RX and TX, for the benefit of drivers | jlemon | 2001-09-18 | 1 | -2/+5 |
* | o Remove redundant securelevel/pid1 check in procfs_rw() -- this | rwatson | 2001-09-18 | 1 | -2/+0 |
* | Set debug information on the process being traced, not the current (debugger) | mp | 2001-09-18 | 1 | -2/+2 |
* | Have the driver to announce what capabilitis it supports. | jlemon | 2001-09-18 | 1 | -0/+2 |
* | Have the driver announce what capabilities it supports. These are | jlemon | 2001-09-18 | 1 | -6/+5 |
* | Have the driver advertise that it is capable of hardware checksums, and | jlemon | 2001-09-18 | 2 | -4/+38 |
* | nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that | imp | 2001-09-18 | 2 | -2/+2 |
* | Add SIO{CG}IFCAP entries. Fix formatting of some other entries. | jlemon | 2001-09-18 | 1 | -3/+5 |
* | Add two fields to the ifnet structure indicating what extra capabilities | jlemon | 2001-09-18 | 3 | -0/+23 |
* | Add ia64_get_cpuid(). | dfr | 2001-09-18 | 1 | -0/+12 |
* | when setting blocksize, fix blockcount to 2 to reduce latency with smaller | cg | 2001-09-18 | 1 | -0/+2 |
* | make buffer size adjustable. | cg | 2001-09-18 | 1 | -5/+7 |
* | don't enable the mic record channel unless the codec supports it. | cg | 2001-09-18 | 1 | -10/+17 |
* | Add support for loading bzip2-compressed kernels and modules. This support | sobomax | 2001-09-18 | 2 | -0/+12 |
* | Removed ipip_input(). No codes calls it anymore due to ip_encap.c's | sumikawa | 2001-09-18 | 1 | -4/+0 |
* | change tracking of channel counts. | cg | 2001-09-18 | 2 | -23/+52 |
* | add a tunable/sysctl, hw.snd.targetirqrate, to modify the default target | cg | 2001-09-18 | 2 | -4/+22 |
* | add a method for retrieving codec capabilities | cg | 2001-09-18 | 2 | -0/+16 |
* | Flesh out identifycpu(). | dfr | 2001-09-18 | 1 | -1/+35 |
* | KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60. | ru | 2001-09-18 | 1 | -1/+0 |
* | Change p into ke->ke_proc, this was hidden behind INVARIANTS. | jlemon | 2001-09-18 | 1 | -1/+1 |
* | Remove hard coded magic load address. Now to change the load address, | peter | 2001-09-18 | 2 | -2/+2 |
* | Tweak the autoneg kickoff code to that it more closely resembles the | wpaul | 2001-09-18 | 1 | -3/+16 |
* | Fix a fatal type mismatch (char *static_env; vs char static_env[]). | peter | 2001-09-17 | 2 | -6/+13 |
* | Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking code | jhb | 2001-09-17 | 4 | -27/+39 |
* | Replace line accidentally deleted during KSE additions. | julian | 2001-09-17 | 1 | -1/+1 |
* | Don't inline mutexes in the LOCK_DEBUG case. | jhb | 2001-09-17 | 1 | -1/+1 |
* | If any of various debug kernel options are enabled, set a LOCK_DEBUG | jhb | 2001-09-17 | 1 | -0/+13 |
* | Add a lock assertion to linux_sendsig() to match other sendsig functions. | jhb | 2001-09-17 | 1 | -0/+1 |
* | Call acpi_DeviceIsPresent() only for devices. This should make | iwasaki | 2001-09-17 | 1 | -1/+1 |
* | Fix a typo: documenation -> documentation | silby | 2001-09-17 | 1 | -1/+1 |
* | SMBus support for the AMD 756 power management unit. See smbus(4), | murray | 2001-09-16 | 3 | -0/+636 |
* | Avoid empty decls when __FBSDIDs are turned off. | dillon | 2001-09-16 | 1 | -1/+7 |
* | Added pc98 support. | nyan | 2001-09-16 | 1 | -0/+5 |
* | MFi386: sys/isa/fd.c revision from 1.205 to 1.219. | nyan | 2001-09-16 | 2 | -882/+1044 |
* | Allocate i/o and memory resources using gdc driver. | nyan | 2001-09-16 | 2 | -48/+378 |