summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP moderik2004-12-033-6/+12
* Additional register definitions.mdodd2004-12-031-1/+19
* Introduce vfs_byname_kld() which will try to load the filesystemphk2004-12-033-29/+41
* Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint()phk2004-12-031-8/+9
* Improve vprint() a little bit: break long lines, reduce indent and tellphk2004-12-031-4/+7
* Add missing vop_bypass (returning EOPNOTSUPP).phk2004-12-031-1/+3
* ACPI is not on pc98 either.njl2004-12-031-1/+2
* Non-x86 platforms cannot use the ACPI includes. This should be fixed butnjl2004-12-031-0/+4
* Enable the relaxed behavior for op regions and other workarounds fornjl2004-12-031-1/+2
* Include <sys/signalvar.h> for trapsignal().cognet2004-12-021-0/+1
* Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and makemlaier2004-12-021-2/+2
* Drop ffree() as a separate function and incorporate the only place used.phk2004-12-022-18/+8
* Style polishing.phk2004-12-021-88/+37
* Remove the de_devvp and stop VREF'ing it for every vnode we create.phk2004-12-023-11/+1
* Specifically use the 32-bit version of fuword/suword since that's whatobrien2004-12-021-7/+6
* Turn ACPI and PCI devices off or to a lower power state in suspend andnjl2004-12-022-18/+264
* Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs thenjl2004-12-021-0/+20
* For efficiency eliminate the call to pmap_pte() from pmap_protect()'s andalc2004-12-021-14/+18
* For efficiency move the call to pmap_pte_quick() out of pmap_protect()'salc2004-12-021-7/+6
* Catch up with AcpiOsSleep() interface change.marks2004-12-024-11/+31
* This commit was generated by cvs2svn to compensate for changes in r138298,marks2004-12-021-1/+1
|\
| * Oops, remove unnecessary cast in original, out-commented code.marks2004-12-021-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r138296,marks2004-12-021-1/+9
|\ \ | |/
| * Local change: Supporting code not yet available, use previous behaviormarks2004-12-021-1/+9
* | Local change: Remove warnings from vendor files.marks2004-12-013-62/+54
* | Local change: In the resume path, give up after waiting for a whilemarks2004-12-011-7/+8
* | Local change: Put various debugging options under ACPI_DISASSEMBLER.marks2004-12-011-1/+83
* | Unchanged files that are off the vendor branch.marks2004-12-019-177/+182
* | Back when VOP_* was introduced, we did not have new-style structphk2004-12-0168-1742/+1086
* | This commit was generated by cvs2svn to compensate for changes in r138287,marks2004-12-0185-1658/+3570
|\ \ | |/
| * Vendor import of Intel ACPI-CA 20041119marks2004-12-0198-1854/+3896
* | don't confuse NFSMNT_ flags with MNT_ flags in statfsrees2004-12-011-1/+0
* | Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.cperciva2004-12-012-2/+26
* | - Do a better job of handling any Dependent Functions (aka DPFs) that appearjhb2004-12-011-69/+218
* | hpfs_lookup() should have a vop_cachedlookup_t prototype an correspondingphk2004-12-011-2/+2
* | Remove redundant functions (repo-copied from nfsclient) for dealing withphk2004-12-012-118/+0
* | Correctly prototype union_write with vop_write_t, not vop_read_t.phk2004-12-011-2/+2
* | Scripted modification of vop_* prototypes to use typedefs.phk2004-12-012-50/+50
* | Fix for a bug in nfs_mkdir() that called vrele() instead of vput()rees2004-12-011-1/+1
* | If a thread is resumed by thr_wake, it should return 0, especially itdavidxu2004-12-011-5/+15
* | Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-0120-327/+327
* | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-018-33/+33
* | emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can usephk2004-12-011-0/+1
* | We already have a lock initialization function, use that for fdesc_mtxphk2004-12-011-57/+28
* | Collect the stuff for the /dev/fd/{%d,std{in,out,err}} pseudo-devicephk2004-12-011-55/+52
* | "nfiles" is a bad name for a global variable. Call it "openfiles" insteadphk2004-12-013-10/+10
* | Style: move data to top of file.phk2004-12-011-4/+4
* | Add missing #includephk2004-12-011-0/+1
* | Fix a bunch of stack leaks. These were theoretically harmless, except thatscottl2004-12-011-5/+11
* | Fix for a race between lookup and readdirplus, that causesps2004-12-011-0/+28
OpenPOWER on IntegriCloud