summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2009-04-17use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;Kevin Steves
ok djm@ markus@
2009-04-17move the lastr = r assignment behind the anchor rule check so we don'tHenning Brauer
ever try to aplly options from the anchor rule if it was the last matching one but the last matching real rule. it is right but despite begging nobody has the balls to ok it ;(
2009-04-17a scrub was hiding here when nfs was enabled. since we want the no-dfHenning Brauer
behaviour here replace by an explicit set reassemble yes no-df. noticed by Valery Masiutsin <val.masutin at gmail dot com>
2009-04-17handle case when no input is provided, fixes confusing error:Jacek Masiulaniec
$ echo -n | sendmail root sendmail: write: connection closed $
2009-04-17cannot create a hash for bsd.rd, obviously. well, some media could sinceTheo de Raadt
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt on this.
2009-04-17silence delete of hash output fileTheo de Raadt
2009-04-17further minor unificationTheo de Raadt
2009-04-17syncTheo de Raadt
2009-04-17bpf0 can be created by MAKEDEV; ok krwTheo de Raadt
2009-04-17Remove unused function proc_isunder()Bret Lambert
"go for it" tedu@
2009-04-17- enable libstdc++ pthread regressesKurt Miller
- fix g++ regress so it can find libstdc++ in the objdir okay espie@ kettenis@
2009-04-17Add device ranking support for future sleep/wake developments.Paul Irofti
okay marco@
2009-04-17Correctly handle packets that are leaving the MPLS cloud andMichele Marchetto
joining the ipv4/ipv6 stack. Get also rid of the dependency on mpe(4) for packets not belonging to VPN traffic. ok laurent@, ok and input claudio@
2009-04-17close filedescriptors with closefrom(STDERR_FILENO + 1) before executingReyk Floeter
the script to prevent access to internal processes. From jacekm@
2009-04-17keep the parent relations of hosts after reloading the configuration.Reyk Floeter
From Camiel Dobbelaar, closes PR 6066
2009-04-17add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1Reyk Floeter
servers claiming keepalive sessions. From Camiel Dobbelaar
2009-04-17further steps towards unificationTheo de Raadt
2009-04-17er, wrong pathTheo de Raadt
2009-04-17more syncronization steps..Theo de Raadt
2009-04-17Another case of locking just to read uvmexp.free. Kill the locking, notOwain Ainsworth
needed. "of course" art@.
2009-04-17unify some more piecesTheo de Raadt
2009-04-17undesireable tabs (waste space on the media)Theo de Raadt
2009-04-17tweak PACKET FILTERING;Jason McIntyre
2009-04-17remove some junkTheo de Raadt
2009-04-17bye bye md5Theo de Raadt
2009-04-17For SHA256 hashes to be ready to go onto the install media, we mustTheo de Raadt
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment)
2009-04-17Put bin/sha256 and build a hash directory onto the media that can fitTheo de Raadt
them
2009-04-17we now ship SHA256 files, not MD5 filesTheo de Raadt
2009-04-17all the install media now have a /var/hash directoryTheo de Raadt
2009-04-17A new directive HASH, which fills a a hash directory (on the media)Theo de Raadt
with the SHA256 hashes of the various install sets