summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add acpi_package.c with routines for validating packages and pullingnjl2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsnjl2003-11-151-1/+28
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this tonjl2003-11-154-2/+7
* This is a crude bandaid for 5.2 to protect against providers which disappearphk2003-11-151-0/+38
* Rename the debugging mutex "callout_no_sleep" to "dont_sleep_in_callout".phk2003-11-151-4/+4
* Correct a cast to make it compile on 64bit platforms (noticed by tinderbox)andre2003-11-151-6/+6
* opt_apic.h is not needed.nyan2003-11-152-2/+0
* MFi386: revisions from 1.1102 to 1.1105.nyan2003-11-151-16/+13
* MFi386: revision 1.201.nyan2003-11-151-6/+8
* MFi386: revision 1.13.nyan2003-11-152-2/+2
* Initialize sequence numbers to 0 in seminit() instead of using whatevertjr2003-11-151-0/+1
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldbde2003-11-153-6/+30
* In vnode_pager_input_smlfs(), call VOP_STRATEGY instead of VOP_SPECSTRATEGYtjr2003-11-151-1/+4
* Send B_PHYS out to pasture, it no longer serves any function.phk2003-11-155-13/+3
* - Remove the remaining now unnecessary checks for the buf's b_object beingalc2003-11-151-10/+4
* - Introduce kseq_runq_{add,rem}() which are used to insert and removejeff2003-11-151-61/+83
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasume2003-11-154-20/+14
* oops, correct wrong change in previous commit.ume2003-11-151-1/+0
* increase AH_MAXSUMSIZE for hmac-sha2-512ume2003-11-151-1/+2
* preparation for 64bit sequence number.ume2003-11-151-1/+1
* fixed a bug comparing sav->key_auth and SADB_AALG_NONE.ume2003-11-151-1/+1
* Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNELalfred2003-11-151-14/+14
* Fixed some bugs in macros:bde2003-11-151-18/+14
* Use %zu to printf a size_t instead of an int cast.alfred2003-11-151-3/+3
* Make ipstealth global as we need it in ip_fastforward too.andre2003-11-152-1/+4
* Fix compliation on sparc64.alfred2003-11-151-1/+2
* Fix compilation warnings on sparc.alfred2003-11-151-2/+2
* nfs4 client module.alfred2003-11-151-0/+36
* unbreak LINT.alfred2003-11-152-11/+7
* mac_relabel_cred() accepts two cred labels, not a cred label and arwatson2003-11-151-1/+1
* Fixed some English errors in comments.bde2003-11-141-10/+10
* Moved $FreeBSD$ to the beginning of the file.bde2003-11-141-6/+5
* Preemptively burn a bridges. The isa timer code is likely to bepeter2003-11-142-145/+0
* Minor source sync with amd64. Use int as the type for the widthpeter2003-11-142-4/+4
* Minor source sync with amd64. For %.*s printf formats, pass in anpeter2003-11-142-6/+10
* Convert a couple of pointers to integers for source compatability withpeter2003-11-142-8/+8
* Whitespace nit (sorry, couldn't help it)peter2003-11-142-2/+2
* Remove the global one-level rtcache variable and associatedandre2003-11-146-244/+105
* Fix a typo in a comment: sysctl(1) should be sysctl(8).trhodes2003-11-141-1/+1
* Improve support for extended IRQ resources:jhb2003-11-142-77/+127
* Reduced prequisites by only using MALLOC_DECLARE() if it is defined.bde2003-11-141-0/+4
* Always install IDT entries for ATPIC interrupt sources. The APIC nojhb2003-11-142-20/+6
* Introduce ip_fastforward and remove ip_flow.andre2003-11-1414-460/+846
* Include <sys/malloc.h> for the declaration of malloc(), etc. insteadbde2003-11-141-3/+5
* If an interrupt source doesn't have an ithread, treat it as a strayjhb2003-11-142-2/+8
* Fix a bug whereby the physical endpoints of a gre(4) tunnel would notbms2003-11-142-2/+12
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-1437-22/+11249
* basemem is in K, not bytes. I think I tricked jhb into making the samepeter2003-11-142-2/+2
* Fix more spammage with local changes. Didn't look at the diffs beforejake2003-11-141-10/+10
* Fixed some style bugs (English errors and poor wording in comments,bde2003-11-141-11/+10
OpenPOWER on IntegriCloud