summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-19Parse and display the part number and the serial number, instead of falselyMiod Vallat
printing the part number as the serial number.
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
in sysctl hw.ncpufound; ok miod kettenis
2009-04-19Rename max_cpus to ncpusfound and compute it regardless of optionMiod Vallat
MULTIPROCESSOR.
2009-04-19If hw.ncpufound > 1, have the install script automatically prefer to useTheo de Raadt
bsd.mp instead of bsd (using -- mv bsd bsd.sp; mv bsd.mp bsd). anyone who brings up boot.conf is an i386 bigot. tested on almost all platforms that can do this, ok various people
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
in sysctl hw.ncpufound; ok miod kettenis
2009-04-19Switch the softinterrupt code on x86 over to mutexes instead ofOwain Ainsworth
simplelocks + splhigh(). First part of making it possible to make mpsafe softinterrupts. "oh yes, definitely" miod@
2009-04-19optimize for size (3k). "makes sense" millert@Martynas Venckus
2009-04-19make ldexpf behavior consistent with the double and extended-precisionMartynas Venckus
versions; spotted by kettenis@ while here also remove unused ldexp; it lives in libc ok kettenis@, "looks good" millert@
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
- remove frexp in hppa64, cloned from hppa - move generic ieee754 implementations of modf and ldexp to gen ok kettenis@, "looks good" millert@
2009-04-19Use correct device index for Ethernet interrupt handler.Joel Sing
2009-04-19Add a new EX_FILLED flag to make extent_create() create an extent map thatMark Kettenis
has all space allocated such that we can make holes in it using extent_free(). ok miod@
2009-04-19remove class FatPackageLocation. Instead make PackageLocation a hierarchyMarc Espie
so that I can handle installed packages without playing ping-pong with the PackageRepository hierarchy (mostly)
2009-04-19Fix interrupt mapping for devices behind PCI-PCI bridges.Mark Kettenis
ok miod@
2009-04-19synch with my new style search/location changesMarc Espie
It's likely there will be some fallout, but it's getting a bit too large to keep around. This does kill a few very old oddities as well.
2009-04-19fix tagnext and tagprev; from patrick keshishianJason McIntyre
2009-04-19Add heuristics to tell IP27 and IP35 apart, as they will need to be handledMiod Vallat
differently at times.
2009-04-19A much more reliable logic to find out the second interrupt of the ioc boards.Miod Vallat
2009-04-19Wrap the EV_READ+EVLOCKED dance in one well documented function.Jacek Masiulaniec
Additionally, check that EVLOCKED is not already set, which would indicate an attempt to send IMSG w/o waiting for reply for some other IMSG sent earlier. ok gilles@
2009-04-19error checking for readdir(2); ok gilles@Jacek Masiulaniec
2009-04-19Fix typo pointed out by a couple of people.Mark Kettenis
2009-04-19update protocols for s_client;s -starttls; from bradJason McIntyre
2009-04-19sort listTheo de Raadt
2009-04-19Use sysctl -n hw.disknames instead of the custom disknames programTheo de Raadt
2009-04-19A mini sysctl(8) that only knows a few variables we need to know inTheo de Raadt
the install script. For now, just hw.disknames
2009-04-19Sync with sudo 1.7.1 finalTodd C. Miller
2009-04-19Be consistant and make 'none' the last selection option presented.Kenneth R Westerback
2009-04-18correct function name in fatalJacek Masiulaniec
2009-04-18remove dead code; made possible by previous commit.Jacek Masiulaniec
2009-04-18Attach to IP35 Xbridge too.Miod Vallat
2009-04-18Attach pci busses with pba_bus being zero, and not our bridge unit number,Miod Vallat
these are completely unrelated as long as there is only one pci bus per bridge.
2009-04-18tweak previous; ok steveskJason McIntyre
2009-04-18allow -V (show version) in decompression mode; ok millert@Christian Weisgerber
2009-04-18bleh, do not force the client to support certain responses.Joris Vink
this fixes annotate on our cvsweb. the cvsweb script does very funky things in order to get the job done, but hey we should support it. i'm shocked nobody noticed annotate wasnt working, djees. found by jacekm@
2009-04-18remove some obvious text; ok krwTheo de Raadt
2009-04-18Fewer hardcoded values and simpler code in ip30 interrupt handling.Miod Vallat
2009-04-18Simplify ethernet interrupt dispatching, since it is not shared with anythingMiod Vallat
else.
2009-04-18Make "route(8) change" aware of MPLS.Michele Marchetto
It is now possible to change routes' MPLS parameters via route change. ok laurent@, ok and input claudio@
2009-04-18don't copy DigitalSig to partial packages, it makes no senseMarc Espie
2009-04-18Fix tyop.Michael Knudsen
ok mglocker
2009-04-18Get rid of the final "Are you ready to install sets?" question by addingTheo de Raadt
an 'abort' option to the previous question. Another question goes *poof* ok krw
2009-04-1818 characters per column is better, since xshareXX.tgz is a long name.Theo de Raadt
(This gets noticed on non-SMP architectures, since they do not have the bsd.mp which pushes xshareXX.tgz to the 3rd column)
2009-04-18Don't bother trying to handle network interface media modificationsKenneth R Westerback
in the script. If that level of tweaking is needed, it is safer to not pretend to handle it in the scripts and leave it to the expert installer to do manually. Very very rarely used in any case. Suggested by and 'just commit' deraadt@
2009-04-18If people want to edit their hosts file, they can do it in the next stepTheo de Raadt
ok krw
2009-04-18Always enable DNS in the installer, without asking, since everyone justTheo de Raadt
hits return for the question and accepts it. Welcome to the Internet, everyone has it today. ok krw
2009-04-18Alexander Hall points out that disklabel -AE <disk> followed by quittingStuart Henderson
without making manual changes does not ask whether you'd like to save the new automatic disklabel. Change to follow the behaviour of -d and ask every time. ok krw@.
2009-04-17correcto in comment; from Amarendra GodboleJason McIntyre
2009-04-17schsio_probe() reads the chip id to find out if we should attach or not.Michael Knudsen
schsio_attach() then later reads the chip id to print which device we found. I noticed that isa_attach_args has a field called ia_aux which can be used for driver specific stuff, so stuff the device id in there so we don't need to get the value from the chip again during attach.
2009-04-17Catch up with uvm_pglistalloc() interface change.Mark Kettenis
2009-04-17Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
tested by okan@, sthen@
2009-04-17clarify that even internal-sftp needs /dev/log for logging to work; okKevin Steves
markus@