| Commit message (Expand) | Author | Age | Files | Lines |
* | Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode | rik | 2004-12-03 | 3 | -6/+12 |
* | Additional register definitions. | mdodd | 2004-12-03 | 1 | -1/+19 |
* | Introduce vfs_byname_kld() which will try to load the filesystem | phk | 2004-12-03 | 3 | -29/+41 |
* | Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint() | phk | 2004-12-03 | 1 | -8/+9 |
* | Improve vprint() a little bit: break long lines, reduce indent and tell | phk | 2004-12-03 | 1 | -4/+7 |
* | Add missing vop_bypass (returning EOPNOTSUPP). | phk | 2004-12-03 | 1 | -1/+3 |
* | ACPI is not on pc98 either. | njl | 2004-12-03 | 1 | -1/+2 |
* | Non-x86 platforms cannot use the ACPI includes. This should be fixed but | njl | 2004-12-03 | 1 | -0/+4 |
* | Enable the relaxed behavior for op regions and other workarounds for | njl | 2004-12-03 | 1 | -1/+2 |
* | Include <sys/signalvar.h> for trapsignal(). | cognet | 2004-12-02 | 1 | -0/+1 |
* | Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and make | mlaier | 2004-12-02 | 1 | -2/+2 |
* | Drop ffree() as a separate function and incorporate the only place used. | phk | 2004-12-02 | 2 | -18/+8 |
* | Style polishing. | phk | 2004-12-02 | 1 | -88/+37 |
* | Remove the de_devvp and stop VREF'ing it for every vnode we create. | phk | 2004-12-02 | 3 | -11/+1 |
* | Specifically use the 32-bit version of fuword/suword since that's what | obrien | 2004-12-02 | 1 | -7/+6 |
* | Turn ACPI and PCI devices off or to a lower power state in suspend and | njl | 2004-12-02 | 2 | -18/+264 |
* | Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs the | njl | 2004-12-02 | 1 | -0/+20 |
* | For efficiency eliminate the call to pmap_pte() from pmap_protect()'s and | alc | 2004-12-02 | 1 | -14/+18 |
* | For efficiency move the call to pmap_pte_quick() out of pmap_protect()'s | alc | 2004-12-02 | 1 | -7/+6 |
* | Catch up with AcpiOsSleep() interface change. | marks | 2004-12-02 | 4 | -11/+31 |
* | This commit was generated by cvs2svn to compensate for changes in r138298, | marks | 2004-12-02 | 1 | -1/+1 |
|\ |
|
| * | Oops, remove unnecessary cast in original, out-commented code. | marks | 2004-12-02 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r138296, | marks | 2004-12-02 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | Local change: Supporting code not yet available, use previous behavior | marks | 2004-12-02 | 1 | -1/+9 |
* | | Local change: Remove warnings from vendor files. | marks | 2004-12-01 | 3 | -62/+54 |
* | | Local change: In the resume path, give up after waiting for a while | marks | 2004-12-01 | 1 | -7/+8 |
* | | Local change: Put various debugging options under ACPI_DISASSEMBLER. | marks | 2004-12-01 | 1 | -1/+83 |
* | | Unchanged files that are off the vendor branch. | marks | 2004-12-01 | 9 | -177/+182 |
* | | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 68 | -1742/+1086 |
* | | This commit was generated by cvs2svn to compensate for changes in r138287, | marks | 2004-12-01 | 85 | -1658/+3570 |
|\ \
| |/ |
|
| * | Vendor import of Intel ACPI-CA 20041119 | marks | 2004-12-01 | 98 | -1854/+3896 |
* | | don't confuse NFSMNT_ flags with MNT_ flags in statfs | rees | 2004-12-01 | 1 | -1/+0 |
* | | Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. | cperciva | 2004-12-01 | 2 | -2/+26 |
* | | - Do a better job of handling any Dependent Functions (aka DPFs) that appear | jhb | 2004-12-01 | 1 | -69/+218 |
* | | hpfs_lookup() should have a vop_cachedlookup_t prototype an corresponding | phk | 2004-12-01 | 1 | -2/+2 |
* | | Remove redundant functions (repo-copied from nfsclient) for dealing with | phk | 2004-12-01 | 2 | -118/+0 |
* | | Correctly prototype union_write with vop_write_t, not vop_read_t. | phk | 2004-12-01 | 1 | -2/+2 |
* | | Scripted modification of vop_* prototypes to use typedefs. | phk | 2004-12-01 | 2 | -50/+50 |
* | | Fix for a bug in nfs_mkdir() that called vrele() instead of vput() | rees | 2004-12-01 | 1 | -1/+1 |
* | | If a thread is resumed by thr_wake, it should return 0, especially it | davidxu | 2004-12-01 | 1 | -5/+15 |
* | | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 20 | -327/+327 |
* | | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | glebius | 2004-12-01 | 8 | -33/+33 |
* | | emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use | phk | 2004-12-01 | 1 | -0/+1 |
* | | We already have a lock initialization function, use that for fdesc_mtx | phk | 2004-12-01 | 1 | -57/+28 |
* | | Collect the stuff for the /dev/fd/{%d,std{in,out,err}} pseudo-device | phk | 2004-12-01 | 1 | -55/+52 |
* | | "nfiles" is a bad name for a global variable. Call it "openfiles" instead | phk | 2004-12-01 | 3 | -10/+10 |
* | | Style: move data to top of file. | phk | 2004-12-01 | 1 | -4/+4 |
* | | Add missing #include | phk | 2004-12-01 | 1 | -0/+1 |
* | | Fix a bunch of stack leaks. These were theoretically harmless, except that | scottl | 2004-12-01 | 1 | -5/+11 |
* | | Fix for a race between lookup and readdirplus, that causes | ps | 2004-12-01 | 1 | -0/+28 |