Age | Commit message (Expand) | Author |
2009-04-17 | schsio_probe() reads the chip id to find out if we should attach or not. | Michael Knudsen |
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 |
2009-04-17 | clarify that even internal-sftp needs /dev/log for logging to work; ok | Kevin Steves |
2009-04-17 | use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; | Kevin Steves |
2009-04-17 | move the lastr = r assignment behind the anchor rule check so we don't | Henning Brauer |
2009-04-17 | a scrub was hiding here when nfs was enabled. since we want the no-df | Henning Brauer |
2009-04-17 | handle case when no input is provided, fixes confusing error: | Jacek Masiulaniec |
2009-04-17 | cannot create a hash for bsd.rd, obviously. well, some media could since | Theo de Raadt |
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 |
2009-04-17 | - enable libstdc++ pthread regresses | Kurt Miller |
2009-04-17 | Add device ranking support for future sleep/wake developments. | Paul Irofti |
2009-04-17 | Correctly handle packets that are leaving the MPLS cloud and | Michele Marchetto |
2009-04-17 | close filedescriptors with closefrom(STDERR_FILENO + 1) before executing | Reyk Floeter |
2009-04-17 | keep the parent relations of hosts after reloading the configuration. | Reyk Floeter |
2009-04-17 | add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1 | Reyk Floeter |
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 |
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 |
2009-04-17 | Put bin/sha256 and build a hash directory onto the media that can fit | Theo de Raadt |
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 |
2009-04-17 | A very small sha256 program for the base media. Use it by piping data | Theo de Raadt |
2009-04-17 | Pull sha2.c from libc into libstubs, but compile it with -DSHA256_ONLY | Theo de Raadt |
2009-04-16 | Change some parameter types from int to u_int8_t since the | Michael Knudsen |
2009-04-16 | fix a few more typos found by spell(1); rectify a double "with" pointed out | Igor Sobrado |
2009-04-16 | Notify the rde when a neighbor goes down. | Michele Marchetto |
2009-04-16 | make TKIP TSC start at 1 (instead of 0) to match the standard. | Damien Bergamini |
2009-04-16 | Update kernel forwarding informations when a neighbor reports we are | Michele Marchetto |
2009-04-16 | sync | Theo de Raadt |
2009-04-16 | Total rewrite of the sendmail interface. Adds support for -t, -v, | Jacek Masiulaniec |
2009-04-16 | Update SMART attributes list. From kirill.timofeev@gmail.com. | Alexander Yurchenko |
2009-04-16 | tweak TRANSLATION; | Jason McIntyre |
2009-04-16 | Really turn fragment reassembly on by default. pfctl must handle this | David Krause |
2009-04-15 | The current iommu code only touches the hardware if the bios did not | Owain Ainsworth |
2009-04-15 | don't call setproctitle for parent, at least one process should | Jacek Masiulaniec |
2009-04-15 | s/ssmtp/smtps/; ok gilles@ | Jacek Masiulaniec |
2009-04-15 | Remove some unused symbolic constants. | Michael Knudsen |