aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightPoul-Henning Kamp2002-05-123-6/+3
* Remove unused BBLOCK and SBLOCK #defines.Poul-Henning Kamp2002-05-123-6/+0
* o Remove GIANT_REQUIRED and an excessive number of blank linesAlan Cox2002-05-121-10/+0
* Fix alpha build. The alpha has dumpsys implemented.Marcel Moolenaar2002-05-121-1/+1
* Enable KTR_TRAP by default.Jake Burkholder2002-05-121-1/+1
* Hide the fd autoselection messages behind the bootverbose case so theyJoerg Wunsch2002-05-122-6/+10
* Translated -malign-functions=4 to -falign-functions=16 for the new gcc.Bruce Evans2002-05-121-1/+1
* Saved 176 bytes by compiling with -fno-guess-branch-probability. TheBruce Evans2002-05-122-2/+2
* Increase the PIO timeout to approximately the value it used to haveJoerg Wunsch2002-05-124-30/+76
* Recent zlib does not like Z_FLUSH at the end of inflate().Hajimu UMEMOTO2002-05-121-4/+7
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-1210-0/+27
* More locking fixes.Benno Rice2002-05-122-6/+26
* Do the correct locking on processes for DSI and ISI traps.Benno Rice2002-05-122-0/+20
* o Rename ia64_count_aps to ia64_count_cpus and reimplement theMarcel Moolenaar2002-05-126-56/+125
* o Acquire and release Giant in vm_object_reference() andAlan Cox2002-05-122-11/+9
* Update the PCI table as per Dell's fickleness.Scott Long2002-05-121-2/+2
* s/demon/daemon/Dima Dorfman2002-05-122-3/+3
* Remove some duplicate types that should have been removed as part ofMike Barcroft2002-05-111-40/+0
* Attempt to not crash and burn on UltraSPARC III machines; the cpuid propertyJake Burkholder2002-05-111-1/+2
* Restore the ability to take crashdumps on alpha. This was cut and pastedAndrew Gallatin2002-05-114-0/+234
* Save about 60 bytes by #define memcpy __builtin_memcpy and removingPeter Wemm2002-05-112-26/+6
* Reconnect boot2. I'm sure I'll regret this though. :-)Peter Wemm2002-05-111-1/+1
* Use a crowbar and duct-tape to make boot2 fit again. This gets it downPeter Wemm2002-05-114-2/+14
* Change the disk probing so that it will actually find disks otherJake Burkholder2002-05-113-42/+136
* Add a support macro to convert the 5-bit packed register field ofJake Burkholder2002-05-111-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-1110-27/+0
* Fix logic inversion bug.Kelly Yancey2002-05-111-2/+2
* sysctl -w -> sysctlDima Dorfman2002-05-113-4/+4
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend theJohn Baldwin2002-05-111-0/+2
* As a temporary bandaid disable '__printf0like' unconditionally, itAlfred Perlstein2002-05-111-1/+1
* Add a dummy cleandir target to the kernel section so that make buildkernelJohn Baldwin2002-05-111-0/+1
* Change the PIO loops from a hard counter into a loop that calls DELAY()Joerg Wunsch2002-05-104-16/+52
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsAndrew Gallatin2002-05-101-2/+2
* Fix several bugs in devfs_lookupx(). When we check the nameiop toMaxime Henrion2002-05-101-3/+3
* p_leader is only set at fork1() time, so update its locking noteJohn Baldwin2002-05-101-1/+1
* Implement the following functions:Benno Rice2002-05-103-24/+96
* Install the system call trap handler.Benno Rice2002-05-102-0/+2
* Fix a misplaced break statement within a switch that accidentally madeJoerg Wunsch2002-05-101-1/+1
* Fix a problem which could cause some machines to hang after a warm boot.Gary Jennejohn2002-05-101-2/+2
* -ffreestanding is the word.David E. O'Brien2002-05-1022-21/+29
* Add missing #endifMarcel Moolenaar2002-05-102-4/+20
* Improve our detection of an attempted duplicate entry. We may be trying toBenno Rice2002-05-103-3/+12
* Remove a debugging printf that escaped.Benno Rice2002-05-102-2/+0
* Increase the size of the kstack.Benno Rice2002-05-101-1/+1
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.John Baldwin2002-05-102-4/+4
* I reorganized a little bit too much in the backwards case.David E. O'Brien2002-05-101-2/+4
* Opps, remove added bogon.David E. O'Brien2002-05-101-1/+1
* Sync with the other platforms.David E. O'Brien2002-05-101-1/+1
* Gcc 3.1 varargs support.David E. O'Brien2002-05-105-16/+56
* Gcc 3.1 varargs support.David E. O'Brien2002-05-1010-22/+133