summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-279-10/+10
* Add missing includes from previous commit.jhb2003-03-272-0/+2
* Fix indentation.maxim2003-03-271-2/+2
* o Protect set_fs_param() by splimp(9).maxim2003-03-272-8/+18
* Run a revision on the OAM api.phk2003-03-274-87/+304
* Check return value of g_call_me()phk2003-03-271-4/+5
* o netisr_queue() returns 1 on success and 0 on failure,maxim2003-03-271-1/+1
* Deregister the dev_clone event handler we registered - don't touch thetjr2003-03-272-4/+8
* o Fix a comment.maxim2003-03-272-5/+1
* Biofinish the request if we cannot malloc in ad_start.sos2003-03-271-3/+4
* Allocate the toplevel indir with M_WAITOK to avoid complicating thingsphk2003-03-271-2/+6
* Catch up with recent events.mdodd2003-03-271-3/+1
* Add missing COMPAT_ISA_DRIVER().mdodd2003-03-271-0/+1
* Handle the fictitious pages created by the device pager. For fictitiousjake2003-03-273-22/+61
* Set the cache line size for subordinate pci bridges as well as for theirjake2003-03-271-2/+2
* Add support for reading directly from file to userland buffer when thetegge2003-03-266-0/+539
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-263-8/+15
* Permit debug.malloc.failure_rate to be specified using a tunable sorwatson2003-03-261-0/+1
* Add MBTOM(), a macro that converts from an mbuf blocking dispositionrwatson2003-03-261-0/+1
* Add a new kernel option, MALLOC_MAKE_FAILURES, which compilesrwatson2003-03-262-0/+27
* Nuke HTT from here too.ps2003-03-262-6/+0
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-2614-133/+542
* Halt the cpus in the idle loop for SMP as well for several reasons:peter2003-03-262-8/+6
* Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking whenrwatson2003-03-261-3/+13
* fp->f_offset doesn't need any protection when it isn't accessed.tegge2003-03-261-2/+4
* Obtain Giant before calling kmem_alloc without M_NOWAIT and before callingtegge2003-03-261-2/+21
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-264-0/+11
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-265-107/+212
* made sure to keep the current stored lifetime when it was not updatedume2003-03-261-3/+9
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-2620-48/+124
* Correct comment, MSIZE and MCLBYTES are defined in sys/param.hmux2003-03-261-2/+2
* Re-work ac97 initialization to match cold reset described in AC97r.23orion2003-03-261-13/+20
* For the VIA8233A use multi-sgd register set for primary playbackorion2003-03-261-2/+8
* Add defines for low power and second codec ready.orion2003-03-261-0/+3
* Clean up dynamically allocated sysctl variables when we run dacleanup() andken2003-03-262-0/+14
* req can not be NULL or we'd die.alfred2003-03-261-6/+3
* Try to make the MBUF_FRAG_TEST code work better.mux2003-03-251-12/+10
* Add an options entry for HTT in SMP and GENERIC similar to the SMP andjhb2003-03-253-0/+9
* Put a newline in between APIC_IO and HTT to try and show that HTT is notjhb2003-03-251-0/+1
* aic79xx.reg:scottl2003-03-251-4/+4
* Remove extraneous check. We are not going to return from copyin/out onjhb2003-03-251-2/+0
* Print the return value from mmap() in the DEBUG case.mdodd2003-03-251-3/+11
* Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDnjl2003-03-251-11/+60
* g_class_by_name() was unused too.phk2003-03-251-13/+0
* Remove unuse g_insert_geom().phk2003-03-252-39/+0
* Forward compatibility: NULL check the passed in meta argument.phk2003-03-251-1/+1
* Add an explanatory comment about what operational modes in xfwopt are.mjacob2003-03-251-1/+5
* Add the MBUF_FRAG_TEST option. When compiled in, this optionsilby2003-03-252-0/+31
* Merge PC98 support.mdodd2003-03-256-1599/+123
* Correct an argument to bus_alloc_resource().mdodd2003-03-251-2/+2
OpenPOWER on IntegriCloud