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