summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Commemorate the bicentenary of Hans Christian Andersen's birth bytanimura2005-04-021-0/+1
* nuke the logic for AF_UNSPEC and simplify. once, it was introducedume2005-04-021-301/+47
* Use rpmatch() instead of checking for responses that begin with 'y'tjr2005-04-022-18/+24
* New release notes: xl(4) polling, arcmsr(4).bmah2005-04-022-4/+26
* Connect libthr and libthread_db to make buildworld.davidxu2005-04-021-3/+3
* Update debugger code for new libthr.davidxu2005-04-021-216/+578
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-0277-4641/+7200
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-024-2/+6
* Prepare for importing my 1:1 threading work, disconnect libthr anddavidxu2005-04-021-2/+2
* Add a ugidfw_load() function and fix up some of the scripting in this file.trhodes2005-04-021-6/+20
* When $MACHINE != $MACHINE_ARCH, install $MACHINE_ARCH/include intoimp2005-04-011-10/+39
* Add reach-over include files to read i386/foo.h. In time, the pc98imp2005-04-0191-0/+546
* Add i386 to machine linesimp2005-04-012-2/+2
* fix misspelling of 0x30...jmg2005-04-011-1/+1
* Update version number for latest config version bumpimp2005-04-018-8/+8
* Allow one to specify a second parameter to the machine line. Thisimp2005-04-014-3/+28
* Make life easier on those trying to use the asr utilities by automaticallyscottl2005-04-011-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-0112-33/+104
* FIx a botch with the addition of the arcmsr driver.scottl2005-04-011-1/+1
* Don't build arcmsr on pc98. The card either won't fit/work in theimp2005-04-011-1/+1
* Fix another KeInitializeDpc()/amd64 calling convention issue:wpaul2005-04-011-1/+2
* Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs listharti2005-04-011-40/+36
* Remove a forward declaration that isn't needed anymore.harti2005-04-011-1/+0
* move the statement about switching power states to just before we do it, sojmg2005-04-011-5/+7
* Both struct Job and struct Shell are only used inside job.c so there isharti2005-04-012-171/+172
* Style: fix indentation.harti2005-04-011-357/+349
* Style: fix indentation.harti2005-04-011-63/+51
* Style: indentation.harti2005-04-011-475/+473
* Style: Indentation.harti2005-04-011-133/+133
* Style: fix indentation.harti2005-04-011-886/+875
* Style: fix indentation.harti2005-04-011-202/+179
* Style: fix indentation.harti2005-04-011-307/+268
* MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.des2005-04-011-33/+3
* Style: fix indentation.harti2005-04-011-1882/+1818
* Reword the HARDWARE section to include the driver name (important forbrueffer2005-04-011-1/+3
* arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, andimp2005-04-011-0/+4
* Introduce channel-level setmode newbus method.grehan2005-04-013-0/+38
* Since there are now more than a couple exceptions to the i386 rule,imp2005-04-011-15/+10
* There's no wl cards for PC98. These are ISA only, and no cbusimp2005-04-011-0/+2
* pcvt doesn't exist on pc98, so don't build pcvt routines that have noimp2005-04-011-0/+2
* There's no acpi in pc98 machines, nor do we build it into the kernel.imp2005-04-011-1/+1
* Note the passing of Cameron Grant <cg@FreeBSD.org>.cperciva2005-03-311-0/+1
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-122/+83
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-88/+55
* Use a custom version of copyinuio() to implement osf1_{read,write}v() viajhb2005-03-311-79/+56
* Actually commit the code for kern_sched_get_rr_interval().jhb2005-03-312-26/+40
* Since the question keeps coming up, explain why the -mno-sse etc switchespeter2005-03-311-2/+6
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),jhb2005-03-314-47/+99
* Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers havejhb2005-03-311-0/+2
OpenPOWER on IntegriCloud