summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* UFS2 preparation commit:phk2002-05-128-221/+27
* Remove two "register" and a blank line.phk2002-05-121-3/+2
* Support the SUSv3 -n option and the "--" end of options marker.tjr2002-05-122-51/+61
* Sigh... Yet a BBSIZE breakage.phk2002-05-121-0/+1
* Sigh, more BBSIZE related breakage.phk2002-05-126-0/+6
* #include <sys/disklabel.h> to get BBSIZE.phk2002-05-121-0/+1
* Main functional change is the implementation of matching of MAC headerluigi2002-05-121-745/+706
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-1213-35/+10
* 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
* Remove the private code for reading UFS superblocks, this does not belongphk2002-05-122-110/+36
* 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
* do-while ASM_OUTPUT_ALIGN to enable its use in more places.obrien2002-05-121-3/+5
* Hide the fd autoselection messages behind the bootverbose case so theyjoerg2002-05-122-6/+10
* NOLIB is gone; put INTERNALLIB back for now.ru2002-05-121-0/+2
* Revert the last change. The corresponding bsd.lib.mk changes wereru2002-05-126-6/+25
* Added new bsd.incs.mk which handles installing of header filesru2002-05-1251-374/+215
* 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
* Add a man page for the devinfo command; I'd argue devinfo is the singlerwatson2002-05-122-1/+73
* Recent zlib does not like Z_FLUSH at the end of inflate().ume2002-05-121-4/+7
* Properly build lb1spc.asm on Sparc64.obrien2002-05-121-3/+28
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-1210-0/+27
* There is no more NOLIB.obrien2002-05-121-1/+0
* Back out rev 1.118.obrien2002-05-121-12/+5
* More locking fixes.benno2002-05-122-6/+26
* Document my willingness in maintaining share/mk infrastructure.ru2002-05-121-0/+1
* Quiet the peanut gallary and back out magical "breakage".obrien2002-05-121-4/+4
* I was not strict enough with my ordering of things to satisfy make(1) nieveobrien2002-05-121-28/+26
* Tidy up the cleanfiles.obrien2002-05-128-6/+10
* Fixes for building a.out bits.obrien2002-05-122-6/+31
* Do as you want with GCC.obrien2002-05-121-1/+0
* Add a prototype for rad_get_vendor_attr().brian2002-05-121-8/+6
* Don't declare krb5_mcc_ops, it's already declared in <krb5.h>des2002-05-121-2/+0
* 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
* Fixed 5 style bugs in VCS ids.bde2002-05-121-5/+7
* Finish converting the rest of the function declaration and prototypesmike2002-05-122-17/+17
* Fixed printing the the strip binary's name in error messages.bde2002-05-121-1/+1
* Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.nectar2002-05-125-2/+21
* CVS_RSH defaults to 'ssh' these days, and not 'rsh'.keramida2002-05-121-1/+1
* Remove _PATH_CP now that it is defined in paths.hjedgar2002-05-121-3/+0
* To perform even basic error checking, one must have an exit code thatbsd2002-05-122-4/+8
OpenPOWER on IntegriCloud