aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the private code for reading UFS superblocks, this does not belongPoul-Henning Kamp2002-05-122-109/+35
* 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
* do-while ASM_OUTPUT_ALIGN to enable its use in more places.David E. O'Brien2002-05-121-3/+5
* Hide the fd autoselection messages behind the bootverbose case so theyJoerg Wunsch2002-05-122-6/+10
* NOLIB is gone; put INTERNALLIB back for now.Ruslan Ermilov2002-05-121-0/+2
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-126-6/+25
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-1251-374/+215
* 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
* Add a man page for the devinfo command; I'd argue devinfo is the singleRobert Watson2002-05-122-1/+73
* Recent zlib does not like Z_FLUSH at the end of inflate().Hajimu UMEMOTO2002-05-121-4/+7
* Properly build lb1spc.asm on Sparc64.David E. O'Brien2002-05-121-3/+28
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-1210-0/+27
* There is no more NOLIB.David E. O'Brien2002-05-121-1/+0
* Back out rev 1.118.David E. O'Brien2002-05-121-12/+5
* More locking fixes.Benno Rice2002-05-122-6/+26
* Document my willingness in maintaining share/mk infrastructure.Ruslan Ermilov2002-05-121-0/+1
* Quiet the peanut gallary and back out magical "breakage".David E. O'Brien2002-05-121-4/+4
* I was not strict enough with my ordering of things to satisfy make(1) nieveDavid E. O'Brien2002-05-121-28/+26
* Tidy up the cleanfiles.David E. O'Brien2002-05-128-6/+10
* Fixes for building a.out bits.David E. O'Brien2002-05-122-6/+31
* Do as you want with GCC.David E. O'Brien2002-05-121-1/+0
* Add a prototype for rad_get_vendor_attr().Brian Somers2002-05-121-8/+6
* Don't declare krb5_mcc_ops, it's already declared in <krb5.h>Dag-Erling Smørgrav2002-05-121-2/+0
* 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
* Fixed 5 style bugs in VCS ids.Bruce Evans2002-05-121-5/+7
* Finish converting the rest of the function declaration and prototypesMike Barcroft2002-05-122-17/+17
* Fixed printing the the strip binary's name in error messages.Bruce Evans2002-05-121-1/+1
* Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.Jacques Vidrine2002-05-125-2/+21
* CVS_RSH defaults to 'ssh' these days, and not 'rsh'.Giorgos Keramidas2002-05-121-1/+1
* Remove _PATH_CP now that it is defined in paths.hChris D. Faulhaber2002-05-121-3/+0
* To perform even basic error checking, one must have an exit code thatBrian S. Dean2002-05-122-4/+8
* s/demon/daemon/Dima Dorfman2002-05-124-5/+5
* Remove some duplicate types that should have been removed as part ofMike Barcroft2002-05-111-40/+0
* Document that <netinet/in.h> can also provide prototypes. ChangeMike Barcroft2002-05-111-2/+6
* demon -> daemonDima Dorfman2002-05-111-1/+1
* 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-114-66/+93
* Add pointers to GCC's allowable values for -march, and restore structureDavid E. O'Brien2002-05-111-6/+10