Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-27 | Instead of keeping an open pointer to the Entries file when opening with | Jean-Francois Brousseau | |
write access, close it and reopen it only on demand, since large trees can contain enough Entries files to generate a 'Too many open files'. Problem spotted by Todd Fries. | |||
2004-08-27 | Unbreak when running into files with an inode of 0 | Jean-Francois Brousseau | |
2004-08-27 | cleanup and reset the valid requests array when allocating a new root | Jean-Francois Brousseau | |
structure. Also enable the use of at least Valid-responses and valid-requests | |||
2004-08-27 | When the remote version string points to NULL, print "(unknown)" like | Jean-Francois Brousseau | |
GNU CVS does | |||
2004-08-27 | Skip directory entries which have a file number of 0 | Jean-Francois Brousseau | |
2004-08-27 | Manpage sets update, with special permission from deraadt@ | Miod Vallat | |
2004-08-27 | Do not install manpages for hardware we do not support (yet). | Miod Vallat | |
Rename mace to macebus per consistency. | |||
2004-08-27 | Add the missing boot manpage describing the luna88k boot process. | Miod Vallat | |
2004-08-27 | Do not attempt to free directory information on error cases in | Jean-Francois Brousseau | |
cvs_file_getdir(). That information will get freed anyways by cvs_file_free(). Fixes a double free found by Todd Fries. | |||
2004-08-27 | Fix two descriptor leaks | Jean-Francois Brousseau | |
2004-08-26 | correct emacs version; free commit sponsored by theo and miod | Peter Valchev | |
2004-08-26 | updates for openssl verify; | Jason McIntyre | |
2004-08-26 | Rearrange, move ARCS stuff to the preparation section (needs to grow with | Miod Vallat | |
more information), describe the installation process better, fix some typos, mention NFS and tapes as valid installation media. | |||
2004-08-26 | MACHINE_ARCH for sgi. | Miod Vallat | |
2004-08-26 | further polishing | Per Fogelstrom | |
2004-08-26 | Fix for DoS caused by incorrect error handling. From Dmitry V. Levin. | Otto Moerbeek | |
ok miller@ henning@ | |||
2004-08-26 | sync usage for -a | Jared Yanovich | |
reminded by jmc, ok deraadt | |||
2004-08-26 | update w.r.t. recursive anchors | Jared Yanovich | |
includes: - simplify -a syntax - change an anchor example to mention authpf, which is more useful - document "pfctl -a anchor -vsA" for showing anchors recursively ok dhartmei jmc henning | |||
2004-08-26 | bmip -> btsmip | Per Fogelstrom | |
2004-08-26 | get rid of references to rhosts authentication; with jmc@ | Markus Friedl | |
2004-08-26 | - update propolice URL | Miod Vallat | |
- write attribute names with their underscores (as was already the case for __bounded__) for consistency. | |||
2004-08-26 | install for disk bootable system | Per Fogelstrom | |
2004-08-26 | closer and closer to reality | Per Fogelstrom | |
2004-08-26 | diskboot changes | Per Fogelstrom | |
2004-08-26 | Fix a problem where the driver could get stuck in the rx int loop. | Per Fogelstrom | |
2004-08-26 | from netbsd (-r 1.18): | Jason McIntyre | |
the values for the parameter "how" are defined in sys/signal.h, not signal.h | |||
2004-08-26 | Sync (puc + more framebuffers) | Miod Vallat | |
2004-08-26 | sync with GENERIC for PCI NICs and MII PHY drivers | Brad Smith | |
ok deraadt@ | |||
2004-08-26 | install cdbr and cdboot for those that have it, too | Theo de Raadt | |
2004-08-26 | grammar; | Jason McIntyre | |
2004-08-25 | - .Xr ioctl 2 | Jason McIntyre | |
- "first appeared" | |||
2004-08-25 | typos from -f (PR #3908); | Jason McIntyre | |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre | |
2004-08-25 | Swap the sources for clock and statclock on MVME188 (the Z8536 being more | Miod Vallat | |
reliable), and add a large block of comments to explain the timer mess^Wsituation on MVME188. | |||
2004-08-25 | comment out ti(4) | Brad Smith | |
2004-08-25 | Allow DMA transfers to be disabled through device flags; default is to enable | Miod Vallat | |
DMA. | |||
2004-08-25 | Set SCMD_PAD in non-integral sector DMA transfers, or the transfer never | Miod Vallat | |
completes; from the old driver, forgotten during the replacement here. | |||
2004-08-25 | Rearm the DUART counter as soon as we enter the interrupt handler, to not | Miod Vallat | |
drift the clock of the hardclock() processing time. | |||
2004-08-25 | Use $file shorthand instead of specifying /var/backups/disklabel.$d. | Todd C. Miller | |
Noticed by ian@ | |||
2004-08-25 | store a copy of the disklabel for mounted filesystems and report changes | Todd C. Miller | |
OK deraadt@ | |||
2004-08-25 | Minor tweaks to make things work in install. | Per Fogelstrom | |
2004-08-25 | add -E to usage(); from weissmanndude | Michael Shalayeff | |
2004-08-25 | include ancontrol/wicontrol and abandon stupid symlink; deraadt@ ok | Michael Shalayeff | |
2004-08-25 | unbreak DEBUG; ok henning, deraadt | Markus Friedl | |
2004-08-25 | Disable ehci on macppc for now, it causes a race condition between devices | Dale Rahn | |
attached at boot and ehci, can be enabled via UKC. ok deraadt@ | |||
2004-08-25 | Better DUART timer interval computation for clock. | Miod Vallat | |
2004-08-25 | Use a simpler delay() routine for MVME188, from Mach via Luna88k | Miod Vallat | |
2004-08-25 | update w.r.t. recursive anchors | Jared Yanovich | |
and fix an mdoc list display (from jmc) ok dhartmei henning jmc | |||
2004-08-24 | Correct the link to the AIC-6915 programmer's manual; | Jason McIntyre | |
from FreeBSD (-r 1.19); | |||
2004-08-24 | back out the last change as it seems to produce problems found by brad@; ↵ | Michael Shalayeff | |
deraadt@ ok |