summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make firmware version 4.1.12 the default for download to PCA-200E adapters.harti2003-07-313-11/+2073
* Make the driver to work with firmware version 4.1.12 (other 4.X.Y shouldharti2003-07-315-4/+68
* Make this compile on alpha.gallatin2003-07-311-1/+1
* Add a regression test for the big pipe bug.pb2003-07-313-0/+95
* - Correct the path to the dot.nsmbrc sample file.simon2003-07-311-1/+2
* o Fix a typo in previous commit.maxim2003-07-311-1/+1
* Fix bug in find_matching_entry_incoming(): the loop checking the allowedhm2003-07-311-25/+28
* Set GSBASE for kse. Finally make libkse work on AMD64.davidxu2003-07-311-6/+3
* Fix some typos, correctly jump into UTS.davidxu2003-07-312-4/+4
* sysctlbyname needs size_t type, not int.davidxu2003-07-312-2/+2
* Have a go at unbreaking the tinderbox by fixing a debug printf.julian2003-07-311-4/+4
* Braino in previous commit: lists are comma-separated.des2003-07-312-2/+2
* Make the experimental platforms tinderbox extra verbose.des2003-07-312-0/+2
* From now on, Alpha releases will come with NO_FLOPPIES.ru2003-07-314-171/+1
* Revert last delta, sys/conf/kern.pre.mk,v 1.33 does the job.ru2003-07-311-2/+1
* Cross-reference arc4random(3).das2003-07-311-0/+4
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.das2003-07-311-2/+4
* Allocate the S/G list in the tag, not on the stack. The enforces the rulescottl2003-07-311-27/+32
* In set_mcontext(), store the (user) stack pointer and the threadmarcel2003-07-311-0/+3
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-317-12/+13
* Update manual for i386_set_ldt to reflect newly added features.davidxu2003-07-311-0/+34
* Enhance i386_set_ldt to allow application to dynamic allocatedavidxu2003-07-311-56/+167
* Bump __FreeBSD_version to indicate GCC 3.3.1-pre import.kan2003-07-311-1/+1
* When ktracing context switches, make sure we record involuntary switches.peter2003-07-311-0/+14
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-3120-2/+34
* Cosmetic: fix some disorder of #include "opt_...." filespeter2003-07-311-1/+2
* Remove leftover relic of pmap_new_thread() etc.peter2003-07-311-4/+0
* KSTACK_PAGES is a global option.peter2003-07-311-0/+2
* Cosmetic: fix disorder of opt_kstack_pages.h include.peter2003-07-314-4/+4
* Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remainpeter2003-07-311-0/+2
* In cpu_thread_setup(), set md_pcbpaddr to the physical address ofmarcel2003-07-311-1/+2
* Use correct signal when calling sigexit.davidxu2003-07-301-1/+3
* Remove test in pipe_write() which causes write(2) to return EAGAINpb2003-07-301-1/+1
* Enforce -fno-strict-aliasing to override the converse that is implied byscottl2003-07-301-1/+1
* Whitespace nit.jhb2003-07-301-0/+1
* When complaining about a sleeping thread owning a mutex, display thejhb2003-07-302-2/+6
* Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements,bde2003-07-301-19/+19
* Make this at least compile on 64 bit platforms. Its been breakinggallatin2003-07-301-1/+2
* Apply some sort of order to the FILES list.mtm2003-07-301-12/+33
* Add two files (early.sh and gbde) that previously were notmtm2003-07-301-2/+2
* Plug a race and a leak in UMA.bmilekic2003-07-301-13/+29
* The introduction of vm object locking has caused witness to revealalc2003-07-301-1/+1
* tty whacking should occur early, but not so early that themtm2003-07-305-5/+6
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.njl2003-07-301-1/+1
* Return 1 from pmap_protect_tte() instead of 0. When used withtmm2003-07-301-1/+1
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-302-5/+9
* Fix the code with respect to the assumption that sizeof(long) == 4.harti2003-07-301-32/+32
* Fix what was a common idiom in PDP-11 days: declare a local int andharti2003-07-301-2/+2
* Make this compile with WARNS=6.harti2003-07-302-102/+78
* When generating the zone stats make sure to handle the master zonebmilekic2003-07-301-0/+7
OpenPOWER on IntegriCloud