Age | Commit message (Expand) | Author |
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 |
2009-04-15 | Replace variadic macros with real functions, so that this compiles on | Miod Vallat |
2009-04-15 | fix a bug where after all MX-es were found to be non-contactable, | Jacek Masiulaniec |
2009-04-15 | Disable DEBUG now, it floods too much information. | Miod Vallat |
2009-04-15 | A firsh shot at IP27 interrupts; currently the code assumes it runs on | Miod Vallat |
2009-04-15 | Change the way the widget interrupt register is computed and have it become | Miod Vallat |
2009-04-15 | Oops, referenced an include file which I don't plan to commit yet. | Miod Vallat |
2009-04-15 | Only enable the passthrough interrupt for serial ports, and let com(4) manage. | Miod Vallat |
2009-04-15 | sync | Theo de Raadt |
2009-04-15 | little dose of scrubbing after the monster changes: | Henning Brauer |
2009-04-15 | We don't need to grab the fpageqlock to do nothing but look at the value | Owain Ainsworth |
2009-04-15 | Misplaced comment. | Artur Grabowski |
2009-04-15 | comment out the RIO stuff until such a time as it is enabled; ok henning | Jason McIntyre |
2009-04-15 | code and Backus-Naur Form specification rules must fit on 80-column displays; | Igor Sobrado |
2009-04-15 | tweak QUEUEING; | Jason McIntyre |
2009-04-15 | sync | Theo de Raadt |
2009-04-15 | Remove en(4) (no manpage present, no none removed), and the midway.c glue code | Owain Ainsworth |
2009-04-15 | sort QUEUEING, and a little list tweaking; | Jason McIntyre |
2009-04-15 | move OK ICMP to NOISY level, makes it easier to run at MISC level; ok henning@ | David Krause |
2009-04-15 | move pfsync stale update messages to NOISY level; ok dlg@ henning@ | David Krause |
2009-04-15 | restore printing of the fragment option; ok henning@ | David Krause |
2009-04-15 | fix properly; size gets decremented while we check the segments, so save it so | Owain Ainsworth |
2009-04-15 | clean up the sub-driver callback mess a little. | Owain Ainsworth |
2009-04-15 | Add a bit of sanity-checking paranoia | Owain Ainsworth |
2009-04-15 | make load_raw do the same as the others and set mapsize and nsegs to | Owain Ainsworth |
2009-04-15 | bus_dmamap_load_raw didn't set map->dm_mapsize on successful load. | Owain Ainsworth |
2009-04-15 | allow building without SHA384 and SHA512 (i.e. SHA256 only) with | Damien Miller |
2009-04-14 | build release sets before kernels (so that bsd.rd can know about at least | Theo de Raadt |
2009-04-14 | force magic file to include all magdir files in alphabetical order, | Charles Longeau |
2009-04-14 | tried to fix a the-the in the comment, ended up rewriting it. with/from joris@ | Janne Johansson |