Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-18 | tweak previous; ok stevesk | Jason McIntyre | |
2009-04-18 | allow -V (show version) in decompression mode; ok millert@ | Christian Weisgerber | |
2009-04-18 | bleh, 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-18 | remove some obvious text; ok krw | Theo de Raadt | |
2009-04-18 | Fewer hardcoded values and simpler code in ip30 interrupt handling. | Miod Vallat | |
2009-04-18 | Simplify ethernet interrupt dispatching, since it is not shared with anything | Miod Vallat | |
else. | |||
2009-04-18 | Make "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-18 | don't copy DigitalSig to partial packages, it makes no sense | Marc Espie | |
2009-04-18 | Fix tyop. | Michael Knudsen | |
ok mglocker | |||
2009-04-18 | Get rid of the final "Are you ready to install sets?" question by adding | Theo de Raadt | |
an 'abort' option to the previous question. Another question goes *poof* ok krw | |||
2009-04-18 | 18 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-18 | Don't bother trying to handle network interface media modifications | Kenneth 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-18 | If people want to edit their hosts file, they can do it in the next step | Theo de Raadt | |
ok krw | |||
2009-04-18 | Always enable DNS in the installer, without asking, since everyone just | Theo de Raadt | |
hits return for the question and accepts it. Welcome to the Internet, everyone has it today. ok krw | |||
2009-04-18 | Alexander Hall points out that disklabel -AE <disk> followed by quitting | Stuart 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-17 | correcto in comment; from Amarendra Godbole | Jason McIntyre | |
2009-04-17 | schsio_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-17 | Catch up with uvm_pglistalloc() interface change. | Mark Kettenis | |
2009-04-17 | Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring. | Mark Kettenis | |
tested by okan@, sthen@ | |||
2009-04-17 | clarify that even internal-sftp needs /dev/log for logging to work; ok | Kevin Steves | |
markus@ | |||
2009-04-17 | use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; | Kevin Steves | |
ok djm@ markus@ | |||
2009-04-17 | move the lastr = r assignment behind the anchor rule check so we don't | Henning 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-17 | a scrub was hiding here when nfs was enabled. since we want the no-df | Henning Brauer | |
behaviour here replace by an explicit set reassemble yes no-df. noticed by Valery Masiutsin <val.masutin at gmail dot com> | |||
2009-04-17 | handle case when no input is provided, fixes confusing error: | Jacek Masiulaniec | |
$ echo -n | sendmail root sendmail: write: connection closed $ | |||
2009-04-17 | cannot create a hash for bsd.rd, obviously. well, some media could since | Theo de Raadt | |
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt on this. | |||
2009-04-17 | silence delete of hash output file | Theo de Raadt | |
2009-04-17 | further minor unification | Theo de Raadt | |
2009-04-17 | sync | Theo de Raadt | |
2009-04-17 | bpf0 can be created by MAKEDEV; ok krw | Theo de Raadt | |
2009-04-17 | Remove unused function proc_isunder() | Bret Lambert | |
"go for it" tedu@ | |||
2009-04-17 | - enable libstdc++ pthread regresses | Kurt Miller | |
- fix g++ regress so it can find libstdc++ in the objdir okay espie@ kettenis@ | |||
2009-04-17 | Add device ranking support for future sleep/wake developments. | Paul Irofti | |
okay marco@ | |||
2009-04-17 | Correctly handle packets that are leaving the MPLS cloud and | Michele 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-17 | close filedescriptors with closefrom(STDERR_FILENO + 1) before executing | Reyk Floeter | |
the script to prevent access to internal processes. From jacekm@ | |||
2009-04-17 | keep the parent relations of hosts after reloading the configuration. | Reyk Floeter | |
From Camiel Dobbelaar, closes PR 6066 | |||
2009-04-17 | add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1 | Reyk Floeter | |
servers claiming keepalive sessions. From Camiel Dobbelaar | |||
2009-04-17 | further steps towards unification | Theo de Raadt | |
2009-04-17 | er, wrong path | Theo de Raadt | |
2009-04-17 | more syncronization steps.. | Theo de Raadt | |
2009-04-17 | Another case of locking just to read uvmexp.free. Kill the locking, not | Owain Ainsworth | |
needed. "of course" art@. | |||
2009-04-17 | unify some more pieces | Theo de Raadt | |
2009-04-17 | undesireable tabs (waste space on the media) | Theo de Raadt | |
2009-04-17 | tweak PACKET FILTERING; | Jason McIntyre | |
2009-04-17 | remove some junk | Theo de Raadt | |
2009-04-17 | bye bye md5 | Theo de Raadt | |
2009-04-17 | For SHA256 hashes to be ready to go onto the install media, we must | Theo 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-17 | Put bin/sha256 and build a hash directory onto the media that can fit | Theo de Raadt | |
them | |||
2009-04-17 | we now ship SHA256 files, not MD5 files | Theo de Raadt | |
2009-04-17 | all the install media now have a /var/hash directory | Theo de Raadt | |
2009-04-17 | A new directive HASH, which fills a a hash directory (on the media) | Theo de Raadt | |
with the SHA256 hashes of the various install sets |