aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't allow ISO images to be made that try to use boot.flp to boot as theJohn Baldwin2004-12-011-5/+2
* Fix for a bug in nfs_mkdir() that called vrele() instead of vput()Jim Rees2004-12-011-1/+1
* Remove a double test for the same ptr != NULL and use the officialHartmut Brandt2004-12-011-7/+6
* If a thread is resumed by thr_wake, it should return 0, especially itDavid Xu2004-12-011-5/+15
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-0120-327/+327
* The following code sets up two connected TCP sockets that send data to eachNik Clayton2004-12-013-0/+144
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-018-33/+33
* emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can usePoul-Henning Kamp2004-12-011-0/+1
* Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt2004-12-0117-508/+498
* We already have a lock initialization function, use that for fdesc_mtxPoul-Henning Kamp2004-12-011-57/+28
* Collect the stuff for the /dev/fd/{%d,std{in,out,err}} pseudo-devicePoul-Henning Kamp2004-12-011-55/+52
* "nfiles" is a bad name for a global variable. Call it "openfiles" insteadPoul-Henning Kamp2004-12-013-10/+10
* Style: move data to top of file.Poul-Henning Kamp2004-12-011-4/+4
* Add missing #includePoul-Henning Kamp2004-12-011-0/+1
* Fix a bunch of stack leaks. These were theoretically harmless, except thatScott Long2004-12-011-5/+11
* Fix for a race between lookup and readdirplus, that causesPaul Saab2004-12-011-0/+28
* Clean all dirty pages (dirtied by mmap'ed writes) in nfs_close().Paul Saab2004-12-011-0/+18
* Fix for a (blocks) underrun bug where negative values were beingPaul Saab2004-12-011-3/+4
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-0111-26/+38
* Completely back out 1.37. Something else is going on and John wants toNate Lawson2004-12-011-9/+0
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-0115-56/+2
* Fix "Lock ACPI PCI link not exclusively lockedDavid E. O'Brien2004-12-011-0/+12
* Implement the check I was talking about in the previous message already.Max Laier2004-11-303-4/+42
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theyMax Laier2004-11-302-2/+3
* Remove unused cnt variable for the SMP case. Trim some excessive blankPeter Wemm2004-11-301-5/+1
* Remove now unused variable.Nate Lawson2004-11-301-1/+0
* add myself as the contact for the pkg_install toolsOliver Eikemeier2004-11-301-0/+1
* Revert last change. It doesn't break mount(8) reportingRuslan Ermilov2004-11-301-0/+2
* Don't bother locking in attach(). At boot time, we're single-threadedNate Lawson2004-11-301-4/+1
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-3034-1401/+1452
* Use ?= with WARNS.Garrett Wollman2004-11-301-1/+1
* MLINK crypto.4 to cryptodev.4Christian Brueffer2004-11-301-0/+1
* Constify the array of predefined shells. It turns out that we need twoHartmut Brandt2004-11-302-45/+63
* Chmod the shell testscript to be executable if it isn't already. AccordingHartmut Brandt2004-11-302-0/+2
* Forgot to inline umtxq_unlock.David Xu2004-11-301-1/+1
* 1. use per-chain mutex instead of global mutex to reduceDavid Xu2004-11-301-115/+212
* Instead of just not defining a bunch of words when TESTMAIN is set, provideScott Long2004-11-302-14/+45
* Change a couple of the primitve list functions to be macros. This changesHartmut Brandt2004-11-3013-756/+23
* Add observations of the Linux98 and Grub/98 boot loaders. TheseWarner Losh2004-11-301-5/+15
* Create a new definition, PSL_KERNSET, which is used for setting thePeter Grehan2004-11-301-1/+2
* Reject tasting of this provider if the sector size isn't a multiple ofWarner Losh2004-11-301-3/+6
* Make sure the link array is big enough to hold both _CRS and _PRSNate Lawson2004-11-301-8/+30
* Replace a printf with a KASSERT that we are indeed running on the BSP.Nate Lawson2004-11-301-4/+1
* MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() onNate Lawson2004-11-301-66/+12
* Makefile (only) changes to allow building a cross debugger.Marcel Moolenaar2004-11-3010-21/+50
* Fix the build.Bruce M Simpson2004-11-301-2/+2
* s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD filesMarcel Moolenaar2004-11-301-1/+1
* Update the gdb register extraction support to use the pcb whereverPeter Wemm2004-11-301-23/+33
* Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a badPeter Wemm2004-11-301-3/+1
* MFi386: join the %cr0 setup line now that i386 has lost the I386 ifdefs.Peter Wemm2004-11-291-2/+1