summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add nfs4 to list of net filesystems.rees2004-12-011-1/+1
* | 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
* | Don't allow ISO images to be made that try to use boot.flp to boot as thejhb2004-12-011-5/+2
* | Fix for a bug in nfs_mkdir() that called vrele() instead of vput()rees2004-12-011-1/+1
* | Remove a double test for the same ptr != NULL and use the officialharti2004-12-011-7/+6
* | 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
* | The following code sets up two connected TCP sockets that send data to eachnik2004-12-013-0/+144
* | 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
* | Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-0117-508/+498
* | 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
* | Clean all dirty pages (dirtied by mmap'ed writes) in nfs_close().ps2004-12-011-0/+18
* | Fix for a (blocks) underrun bug where negative values were beingps2004-12-011-3/+4
* | Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-0111-26/+38
* | Completely back out 1.37. Something else is going on and John wants tonjl2004-12-011-9/+0
* | Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-0115-56/+2
* | Fix "Lock ACPI PCI link not exclusively lockedobrien2004-12-011-0/+12
* | Implement the check I was talking about in the previous message already.mlaier2004-11-303-4/+42
* | Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theymlaier2004-11-302-2/+3
* | Remove unused cnt variable for the SMP case. Trim some excessive blankpeter2004-11-301-5/+1
* | Remove now unused variable.njl2004-11-301-1/+0
* | add myself as the contact for the pkg_install toolseik2004-11-301-0/+1
* | Revert last change. It doesn't break mount(8) reportingru2004-11-301-0/+2
* | Don't bother locking in attach(). At boot time, we're single-threadednjl2004-11-301-4/+1
* | Stylification: missing spaces, extra space after function names, castsharti2004-11-3034-1401/+1452
* | Use ?= with WARNS.wollman2004-11-301-1/+1
* | MLINK crypto.4 to cryptodev.4brueffer2004-11-301-0/+1
* | Constify the array of predefined shells. It turns out that we need twoharti2004-11-302-45/+63
* | Chmod the shell testscript to be executable if it isn't already. Accordingharti2004-11-302-0/+2
* | Forgot to inline umtxq_unlock.davidxu2004-11-301-1/+1
* | 1. use per-chain mutex instead of global mutex to reducedavidxu2004-11-301-115/+212
* | Instead of just not defining a bunch of words when TESTMAIN is set, providescottl2004-11-302-14/+45
* | Change a couple of the primitve list functions to be macros. This changesharti2004-11-3013-756/+23
* | Add observations of the Linux98 and Grub/98 boot loaders. Theseimp2004-11-301-5/+15
* | Create a new definition, PSL_KERNSET, which is used for setting thegrehan2004-11-301-1/+2
OpenPOWER on IntegriCloud