summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-01some floor() testMichael Shalayeff
2003-10-31these are supposed to round towards zero; found by millert@ while testing ↵Michael Shalayeff
perl 5.8.1
2003-10-31double word, from Tom Cosgrove; ok deraadt@David Krause
2003-10-31allocate initial pdes for the kmem proportional to the totalphysmem to allow ↵Michael Shalayeff
large memory sizes and also more verbose diagnostic message in pmap_destroy()
2003-10-31o fairly major man page reorganizationTodd C. Miller
o add --posix option for strict POSIX conformance o change filename determination to match GNU patch Tested by various people, including a full ports build by naddy@
2003-10-31Set fix, initial version was out of date.Dale Rahn
2003-10-31Missing 'empty' files.Dale Rahn
2003-10-31PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ↵Michael Shalayeff
;); from hellmuth.michaelis@t-online.de and also some spaces from me
2003-10-31put pkgpath back in correct order.Marc Espie
automatically append package location specified on the command line to pkgpath (reported by numerous people). okay sturm@
2003-10-31ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31upward compatible change: let md5 register as @md5 (still grok @comment MD5Marc Espie
though), and add @size to denote file sizes in created package. okay naddy@
2003-10-31Back all the changes except the wdc reset part, this will come later.Alexander Yurchenko
Tested on matthieu's U5.
2003-10-31allocate at least as much elements as requested in hashinitMarkus Friedl
fixes pr 3537, based on patch from daniel@nofsk.nofsk.au.eu.org ok millert@, deraadt@, tedu@
2003-10-31Remove remenants of pf_tree stuff that I missed.Ryan Thomas McBride
2003-10-31Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>.Otto Moerbeek
10x
2003-10-31Fix typo (ouch) and logic order (chown before chmod)Marc Espie
Still a very good idea to mark setXid and special owners in packing-lists (as make update-plist does anyways...)
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
ok deraadt@
2003-10-31Man pages fixes from jmc@Otto Moerbeek
2003-10-31syncOtto Moerbeek
2003-10-31New libedit api changes.Otto Moerbeek
Tested by djm@, mouring@, jmc@. ok deraadt@
2003-10-31New libedit api changes.Otto Moerbeek
Tested by djm@, mouring@, jmc@. ok deraadt@
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringOtto Moerbeek
cleaning and history bug fixes. The code includes GNU libreadline functionality, but the corresponding header files are not installed, since some libreadline functions are missing. There are some minor API changes, notably: old: EditLine *el_init(const char *, FILE *, FILE *); new: EditLine *el_init(const char *, FILE *, FILE *, FILE *); old: HistEvent *history(History *h, int op, ...); new: int history(History *h, HistEvent *ev, int op, ...); plus some changes in operation names. See editline(3) for details. Tested by djm@, mouring@, jmc@. ok deraadt@
2003-10-31regen.Dale Rahn
2003-10-31These should build on pegasos.Dale Rahn
2003-10-31Work around a _really_ _nasty_ pciide attachment problem on pegasos,Dale Rahn
it maps the IO in PCI space, but assumes tradition interrupt mappings. Better solution welcome.
2003-10-31Work around a problem where the vga code expects to be able to map isaDale Rahn
io/memory space using PCI io/mem descriptors.
2003-10-31cleanup some OF bits, macppc specific bits in ofbus.c and with brokenDale Rahn
firmware OF_exit() can return.
2003-10-31Use isa iot for pegasos com console attachment, perhaps this couldDale Rahn
be adopted MI?
2003-10-31Add pegasos.Dale Rahn
2003-10-31These should build on pegasosDale Rahn
2003-10-31add pegasos to config.guess matchesDale Rahn
2003-10-31Pegasos port and dirs.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppcDale Rahn
2003-10-31'powerpc' common isa definitions.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.Dale Rahn
2003-10-31syncTheo de Raadt
2003-10-31correct namesTheo de Raadt
2003-10-31sync.Dale Rahn
2003-10-31Add MENTOR vendor and two devices.Dale Rahn
2003-10-31Fix ppc segment register restores, this fixes the 1GB ram limit andDale Rahn
cleans up pieces in the pmap code. tested otto, brad, miod, pval.
2003-10-31tab/whitespace cleanup.Dale Rahn
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-31warn commons instead of generating a map file (was there for debugging)Michael Shalayeff
2003-10-31need_trigger/idx should be u_int, not ssize_t. millertJun-ichiro itojun Hagino
2003-10-31insufficient length check (possible remote DoS). kame PR 507.Jun-ichiro itojun Hagino
ok deraadt markus mcbride
2003-10-30malloc failures in init? never. but try to be reasonable for one dumb oneTheo de Raadt
2003-10-30correct mac address fetching; pr 3532, jerry@dunmire.orgTheo de Raadt