| Commit message (Expand) | Author | Age | Files | Lines |
* | Commemorate the bicentenary of Hans Christian Andersen's birth by | tanimura | 2005-04-02 | 1 | -0/+1 |
* | nuke the logic for AF_UNSPEC and simplify. once, it was introduced | ume | 2005-04-02 | 1 | -301/+47 |
* | Use rpmatch() instead of checking for responses that begin with 'y' | tjr | 2005-04-02 | 2 | -18/+24 |
* | New release notes: xl(4) polling, arcmsr(4). | bmah | 2005-04-02 | 2 | -4/+26 |
* | Connect libthr and libthread_db to make buildworld. | davidxu | 2005-04-02 | 1 | -3/+3 |
* | Update debugger code for new libthr. | davidxu | 2005-04-02 | 1 | -216/+578 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 77 | -4641/+7200 |
* | nVidia AGP chipsets beyond nForce2 are AMD64-specific. | obrien | 2005-04-02 | 4 | -2/+6 |
* | Prepare for importing my 1:1 threading work, disconnect libthr and | davidxu | 2005-04-02 | 1 | -2/+2 |
* | Add a ugidfw_load() function and fix up some of the scripting in this file. | trhodes | 2005-04-02 | 1 | -6/+20 |
* | When $MACHINE != $MACHINE_ARCH, install $MACHINE_ARCH/include into | imp | 2005-04-01 | 1 | -10/+39 |
* | Add reach-over include files to read i386/foo.h. In time, the pc98 | imp | 2005-04-01 | 91 | -0/+546 |
* | Add i386 to machine lines | imp | 2005-04-01 | 2 | -2/+2 |
* | fix misspelling of 0x30... | jmg | 2005-04-01 | 1 | -1/+1 |
* | Update version number for latest config version bump | imp | 2005-04-01 | 8 | -8/+8 |
* | Allow one to specify a second parameter to the machine line. This | imp | 2005-04-01 | 4 | -3/+28 |
* | Make life easier on those trying to use the asr utilities by automatically | scottl | 2005-04-01 | 1 | -0/+1 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 12 | -33/+104 |
* | FIx a botch with the addition of the arcmsr driver. | scottl | 2005-04-01 | 1 | -1/+1 |
* | Don't build arcmsr on pc98. The card either won't fit/work in the | imp | 2005-04-01 | 1 | -1/+1 |
* | Fix another KeInitializeDpc()/amd64 calling convention issue: | wpaul | 2005-04-01 | 1 | -1/+2 |
* | Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs list | harti | 2005-04-01 | 1 | -40/+36 |
* | Remove a forward declaration that isn't needed anymore. | harti | 2005-04-01 | 1 | -1/+0 |
* | move the statement about switching power states to just before we do it, so | jmg | 2005-04-01 | 1 | -5/+7 |
* | Both struct Job and struct Shell are only used inside job.c so there is | harti | 2005-04-01 | 2 | -171/+172 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -357/+349 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -63/+51 |
* | Style: indentation. | harti | 2005-04-01 | 1 | -475/+473 |
* | Style: Indentation. | harti | 2005-04-01 | 1 | -133/+133 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -886/+875 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -202/+179 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -307/+268 |
* | MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix. | des | 2005-04-01 | 1 | -33/+3 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -1882/+1818 |
* | Reword the HARDWARE section to include the driver name (important for | brueffer | 2005-04-01 | 1 | -1/+3 |
* | arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, and | imp | 2005-04-01 | 1 | -0/+4 |
* | Introduce channel-level setmode newbus method. | grehan | 2005-04-01 | 3 | -0/+38 |
* | Since there are now more than a couple exceptions to the i386 rule, | imp | 2005-04-01 | 1 | -15/+10 |
* | There's no wl cards for PC98. These are ISA only, and no cbus | imp | 2005-04-01 | 1 | -0/+2 |
* | pcvt doesn't exist on pc98, so don't build pcvt routines that have no | imp | 2005-04-01 | 1 | -0/+2 |
* | There's no acpi in pc98 machines, nor do we build it into the kernel. | imp | 2005-04-01 | 1 | -1/+1 |
* | Note the passing of Cameron Grant <cg@FreeBSD.org>. | cperciva | 2005-03-31 | 1 | -0/+1 |
* | Use kern_settimeofday() to avoid stackgap use. | jhb | 2005-03-31 | 1 | -11/+11 |
* | - Use a custom version of copyinuio() to implement readv/writev using | jhb | 2005-03-31 | 1 | -122/+83 |
* | - Use a custom version of copyinuio() to implement readv/writev using | jhb | 2005-03-31 | 1 | -88/+55 |
* | Use a custom version of copyinuio() to implement osf1_{read,write}v() via | jhb | 2005-03-31 | 1 | -79/+56 |
* | Actually commit the code for kern_sched_get_rr_interval(). | jhb | 2005-03-31 | 2 | -26/+40 |
* | Since the question keeps coming up, explain why the -mno-sse etc switches | peter | 2005-03-31 | 1 | -2/+6 |
* | Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(), | jhb | 2005-03-31 | 4 | -47/+99 |
* | Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers have | jhb | 2005-03-31 | 1 | -0/+2 |