summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Bump for GCC 3.1.obrien2002-05-131-1/+1
* Match the default newfs UFS block size.obrien2002-05-131-1/+1
* Don't call the uz free function while the zone lock is held. This can leadjeff2002-05-131-14/+21
* s/_ALPHA_/_MACHINE_/marcel2002-05-131-1/+1
* Remove reference to the "Alpha Calling Standard".marcel2002-05-131-13/+0
* Remove the hash_free() lock order reversal. This could have happened forjeff2002-05-131-69/+72
* Fix IF_SEXT(val, 32). The constants need to have type long tojake2002-05-131-1/+2
* These were repo-copied to dump_machdep.c.jake2002-05-133-538/+0
* ${MACHINE_ARCH}dump.c -> dump_machdep.c.jake2002-05-133-3/+3
* Add another copy of the ia64 dump_machdep.c.jake2002-05-131-0/+299
* Remove two "register" and a blank line.phk2002-05-121-3/+2
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-125-11/+4
* Add code to match MAC header fields (at the moment supported onluigi2002-05-121-62/+108
* ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-127-7/+14
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightphk2002-05-123-6/+3
* Remove unused BBLOCK and SBLOCK #defines.phk2002-05-123-6/+0
* o Remove GIANT_REQUIRED and an excessive number of blank linesalc2002-05-121-10/+0
* Fix alpha build. The alpha has dumpsys implemented.marcel2002-05-121-1/+1
* Enable KTR_TRAP by default.jake2002-05-121-1/+1
* Hide the fd autoselection messages behind the bootverbose case so theyjoerg2002-05-122-6/+10
* Translated -malign-functions=4 to -falign-functions=16 for the new gcc.bde2002-05-121-1/+1
* Saved 176 bytes by compiling with -fno-guess-branch-probability. Thebde2002-05-122-2/+2
* Increase the PIO timeout to approximately the value it used to havejoerg2002-05-124-30/+76
* Recent zlib does not like Z_FLUSH at the end of inflate().ume2002-05-121-4/+7
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-1210-0/+27
* More locking fixes.benno2002-05-122-6/+26
* Do the correct locking on processes for DSI and ISI traps.benno2002-05-122-0/+20
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-126-56/+125
* o Acquire and release Giant in vm_object_reference() andalc2002-05-122-11/+9
* Update the PCI table as per Dell's fickleness.scottl2002-05-121-2/+2
* s/demon/daemon/dd2002-05-122-3/+3
* Remove some duplicate types that should have been removed as part ofmike2002-05-111-40/+0
* Attempt to not crash and burn on UltraSPARC III machines; the cpuid propertyjake2002-05-111-1/+2
* Restore the ability to take crashdumps on alpha. This was cut and pastedgallatin2002-05-114-0/+234
* Save about 60 bytes by #define memcpy __builtin_memcpy and removingpeter2002-05-112-26/+6
* Reconnect boot2. I'm sure I'll regret this though. :-)peter2002-05-111-1/+1
* Use a crowbar and duct-tape to make boot2 fit again. This gets it downpeter2002-05-114-2/+14
* Change the disk probing so that it will actually find disks otherjake2002-05-113-42/+136
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-111-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-1110-27/+0
* Fix logic inversion bug.kbyanc2002-05-111-2/+2
* sysctl -w -> sysctldd2002-05-113-4/+4
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend thejhb2002-05-111-0/+2
* As a temporary bandaid disable '__printf0like' unconditionally, italfred2002-05-111-1/+1
* Add a dummy cleandir target to the kernel section so that make buildkerneljhb2002-05-111-0/+1
* Change the PIO loops from a hard counter into a loop that calls DELAY()joerg2002-05-104-16/+52
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsgallatin2002-05-101-2/+2
* Fix several bugs in devfs_lookupx(). When we check the nameiop tomux2002-05-101-3/+3
* p_leader is only set at fork1() time, so update its locking notejhb2002-05-101-1/+1
* Implement the following functions:benno2002-05-103-24/+96
OpenPOWER on IntegriCloud