Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-26 | fix pkg_info's find_by_path behavior, which I accidentally broke two | Marc Espie | |
versions back... | |||
2007-06-26 | Enable creation of larger than 1TB FFS2 filesystems. Note that this | Otto Moerbeek | |
won't work yet. There remains sys/ufs work. ok deraadt@ | |||
2007-06-26 | Bring back the release command. More work to be done though. | Xavier Santolaria | |
OK joris@ niallo@. | |||
2007-06-26 | missed one mark_as_installed. | Marc Espie | |
2007-06-26 | Switch associated pciide(4) into native mode, and route its interrupt | Mark Kettenis | |
appropriately. Make it use irq 5, and rewire lpt(4) to irq 7. ok deraadt@ | |||
2007-06-26 | Set shortest string count to 0 in strfile(8), if there a no strings found | Moritz Jodeit | |
and check the number of strings in fortune(6) to prevent empty fortune files to cause division by zero. Fixes PR 5514. OK miod@ ray@ deraadt@ | |||
2007-06-26 | Make natsemi_pci_intr() use pciide_intr_flag(). Needed on the PC87415 part | Mark Kettenis | |
integrated on the PC87560 Legacy IO chip found on several hppa workstation models. ok jsg@ | |||
2007-06-26 | Fix a race condition during ruleset reload; make sure we don't walk off | Ryan Thomas McBride | |
the end of the array of rule pointers when attaching a pfsync'd state to a rule. Reported in PR5508 by mayer@netlab.nec.de. ok henning@ | |||
2007-06-26 | the big gap one: create UpdateSet for all packages being installed, and | Marc Espie | |
consider only UpdateSet internally. This involves moving stuff around a bit to keep pkg_add -n working, adding creators from_location for UpdateSet, and tweaking dependencies heavily. More changes later, like sanitizing PackageLocation state engine, or creating UpdateSet earlier for actual updates. | |||
2007-06-26 | Provide a default case so that we don't end up trying to dereference | Tom Cosgrove | |
vframe when it hasn't been set. Prompted by a diff from mickey@ ok art@ | |||
2007-06-26 | Implement bit swap for a byte in O(log(N)) rather than O(N), prompted | Tom Cosgrove | |
by an interview question I was asked. ok reyk@ | |||
2007-06-26 | loadfile() returns an open file descriptor on successful exit, so | Tom Cosgrove | |
close it before going off to execute the newly-loaded kernel. ok deraadt@ | |||
2007-06-26 | Fix the description of loadfile() semantics in comment (and kill "and | Tom Cosgrove | |
and" at the same time). | |||
2007-06-26 | Fix "the the"s. ok miod@. | Tom Cosgrove | |
2007-06-26 | - add daddr32_t and daddr64_t | Jason McIntyre | |
- sync comment for daddr_t | |||
2007-06-26 | Alignment fixes from mickey. | Jonathan Gray | |
2007-06-26 | Fix buffer overflow reported by Tobias Stoeckmann by increasing the | Ray Lai | |
number of file descriptors to the correct limit, NOFILE_MAX, and improve calculation of open file count. OK moritz | |||
2007-06-26 | It seems st_size is not always a good estimator for the number of | Ray Lai | |
directory entries. ZFS, for instance, sets st_size to the number of entries. Use the same algorithm for the initial estimate but keep a minimum to prevent a divide by zero. When the buffer is filled, instead of re-using the same flawed algorithm, double the buffer size. Also add check for integer overflow. Bug reported by Ed Ravin, ZFS testing environment provided by Bryan Allen. OK millert | |||
2007-06-26 | add support for cvs rlog. | Niall O'Higgins | |
from Mickey. ok joris@ ray@ | |||
2007-06-26 | allow ci -N<tag name> even when no changes. mimics GNU behaviour. | Niall O'Higgins | |
based on a diff from Tero Koskinen <tero.koskinen at iki.fi> ok joris@ | |||
2007-06-25 | some trivial delinting | Theo de Raadt | |
2007-06-25 | support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong ↵ | Constantine A. Murenin | |
Jun; ok kettenis@ | |||
2007-06-25 | replace magic number with a define. | Thordur I. Bjornsson | |
(2 -> SHUT_RDWR in calls to soshutdown()). From Iruata Souza. ok deraadt@ | |||
2007-06-25 | daddr64_t changes to match other parts of tree; ok otto | Theo de Raadt | |
2007-06-25 | sync | Theo de Raadt | |
2007-06-25 | Teach fsdb about 64-bit block addresses. ok moritz@ pedro@ | Otto Moerbeek | |
2007-06-25 | Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@ | Otto Moerbeek | |
2007-06-25 | update struct disk; ok deraadt | Jason McIntyre | |
2007-06-25 | mt_count is just an int | Theo de Raadt | |
2007-06-25 | crank ifq_maxlen from 50 to 256, so it is not smaller than most interfaces | Henning Brauer | |
rx rings any more. forwarding boxes with many fast interfaces can still use some more, but this is a saner default. ok deraadt markus henric | |||
2007-06-25 | update struct fs; ok otto | Jason McIntyre | |
2007-06-25 | use daddr64_t for size in bounds_check_with_label(); prompted by miod@; | Otto Moerbeek | |
ok deraadt@ | |||
2007-06-25 | kill "is is"; from Charles Longeau | Jason McIntyre | |
2007-06-25 | Fix a couple of "of of"s in comments. | Tom Cosgrove | |
2007-06-25 | "of of" is wrong - it should be "off of" - but "from" is even nicer | Tom Cosgrove | |
2007-06-25 | pretty mechanical change: now that the state tables use seperate state | Henning Brauer | |
keys that can map to multiple states (last not least for ifbound) we don't need state tables hanging off each struct kif representing an interface any more. use two globals for the two tables. ok markus ryan | |||
2007-06-25 | some wording improvements for -d and -m; from Jacek Masiulaniec | Jason McIntyre | |
2007-06-25 | s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks. | Tom Cosgrove | |
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie | |
currently scattered all over the place. | |||
2007-06-25 | merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version) | Markus Friedl | |
2007-06-25 | Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@ | Darren Tucker | |
2007-06-25 | Greg A. Woods: stty(1) should mention tty(4) | Jason McIntyre | |
2007-06-25 | typo | Marc Espie | |
2007-06-25 | Correct test for window updates every three packets; prevents sending | Darren Tucker | |
window updates for every single packet. ok markus@ | |||
2007-06-24 | Add a BUGS section, ok jmc@ | Can Erkin Acar | |
2007-06-24 | Remove some unused leftover code; original request from jasper@ | Uwe Stuehler | |
2007-06-24 | Crank initial storage for extents a bit. We really should allocate extents | Mark Kettenis | |
using malloc once vm is initialised, but this will do for now. ok deraadt@ | |||
2007-06-24 | Fix xd and xy disklabel handling. | Miod Vallat | |
2007-06-24 | Attach as console when appropriate. | Mark Kettenis | |
2007-06-24 | When bootfile was made global so that macppc could modify it, it | Tom Cosgrove | |
clashed with a global variable already used by the bootblocks. Therefore rename bootfile here to kernelfile. ok drahn@ |