summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-09proper version chekc for shlibsMichael Shalayeff
2004-08-09merge 5.8.5 into HEADTodd C. Miller
remove now-unused files crank libperl shared library major number update Makefile.bsd-wrapper tweak openbsd hints file for arm and m68k
2004-08-09move to 3.6-betaTheo de Raadt
2004-08-09Import of stock perl 5.8.5Todd C. Miller
2004-08-09Remove second instance of nls.c from the file list.Per Fogelstrom
OK from kettenis@, deraadt@
2004-08-09update ste(4) with stability and performance fixes fromCan Erkin Acar
FreeBSD if_ste.c revisions 1.28, 1.29, 1.38, 1.43, 1.63, 1.68, 1.70 ok henning@
2004-08-09document new list expansion syntax & add examplesJared Yanovich
reorganize the "to/from <peer>" filter rule parameter section add a few other various clarification bits and fix some mdoc macros ok henning
2004-08-09Do not fill uae_error[] out of its bounds; this is especially dangerousMiod Vallat
with the new malloc. Fix from arla-current. ok millert@
2004-08-09Big cleanup. Removed some unused obsolete stuff and fixed copyrightsPer Fogelstrom
on some files. Arcbios support is now in, thus detects memorysize and cpu clock frequency.
2004-08-09bang! no reloc.hPer Fogelstrom
2004-08-09use OpenBSDs version insteadPer Fogelstrom
2004-08-09bye bye!Per Fogelstrom
2004-08-09fix obvious typo in catalogMarc Espie
2004-08-09Change static functions to be non-static, for better backtraces.Otto Moerbeek
ok krw@ henning@
2004-08-09UVM is no longer an option since years.Miod Vallat
2004-08-09Needs a non-empty pmap_unuse_final() as sparc.Miod Vallat
Spotted by: art@ No cookie for: deraadt@
2004-08-09maxpartitions 16, so our slices are a-p not a-h.Miod Vallat
2004-08-09Unbreak RAMDISK; deraadtMiod Vallat
2004-08-09record remaining DirRms.Marc Espie
2004-08-09Add my copyright.Todd C. Miller
2004-08-08Correct handling of union return values on vax.Mark Kettenis
Fix stepping over functions on vax. ok tdeval@
2004-08-08Ahh! This code brings out old memories. Eight years old but stillPer Fogelstrom
useful. This is the ARCBIOS interface, eg the firmware interface for SGI machines.
2004-08-08Since the I-cache can never be dirty, ignore copyback operations, and onlyMiod Vallat
perform invalidations when appropriate.
2004-08-08Print address lines split scheme if necessary.Miod Vallat
2004-08-08Oops, OF_poweroff is not attribute(noreturn) anymore...Miod Vallat
2004-08-08spacingTheo de Raadt
2004-08-08Do not panic if OF_poweroff() returns, this is handled correctly byMiod Vallat
the caller.
2004-08-08spacingTheo de Raadt
2004-08-08Make sure that format variable is not a variable sized array correctlyAnil Madhavapeddy
when doing bounds checking (bug revealed by mmap malloc). Noticed by krause@, tested otto@
2004-08-08spacingTheo de Raadt
2004-08-08Zero route info structure in rtredirect(), avoiding a panic on labelOtto Moerbeek
copy. ok millert@ deraadt@ henning@
2004-08-08spacingTheo de Raadt
2004-08-08do not reset the chip (and subsequently the phy) when unnecessary; that is,Brad Smith
for address changes, multicast filter changes, or adjusting promiscuous mode. Fixes resetting the phy for things like start/stopping tcpdump. From NetBSD tested by me, miod@, otto@ and a few others. ok deraadt@
2004-08-08Various fixes and cleanups from miod@, tested and OK.Per Fogelstrom
2004-08-08check for variable sized array in format argumentsAnil Madhavapeddy
2004-08-08print vmemoryuse immediately after vmemoryuse in limit outputTodd C. Miller
2004-08-08locore.s -> locore.S, thanks PatrikPer Fogelstrom
2004-08-08doc more productsTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-08-08deprecate the need of specifying -w for setting variables.Jared Yanovich
setting variables can be done with just name=value now, like other ctl programs. update manual, sort options, and fix a few mdoc macros "go for it" deraadt
2004-08-08do the right math to find out what the average kbytes per transfer isPedro Martelletto
problem found and fix tested by naddy@, ok deraadt@ jolan@
2004-08-08should have been removed when I removed the old pkg tools.Brad Smith
2004-08-08spacingTheo de Raadt
2004-08-07Need pmap_unuse_final() too; Martin Reindl.Miod Vallat
2004-08-07update policy for libc changes (getrlimit)marius eriksen
found by and ok david@
2004-08-07tyop; Number SixTodd C. Miller
2004-08-07Honor vmemoryuse resouce limit if RLIMIT_VMEM is defined.Todd C. Miller
2004-08-07use chroot DESTDIR ldconfig in DESTDIR case.Marc Espie
2004-08-07Document ulimit -v; mickey@ OKTodd C. Miller
2004-08-07vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OKTodd C. Miller