Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-01 | some floor() test | Michael Shalayeff | |
2003-10-31 | these are supposed to round towards zero; found by millert@ while testing ↵ | Michael Shalayeff | |
perl 5.8.1 | |||
2003-10-31 | double word, from Tom Cosgrove; ok deraadt@ | David Krause | |
2003-10-31 | allocate 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-31 | o fairly major man page reorganization | Todd 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-31 | Set fix, initial version was out of date. | Dale Rahn | |
2003-10-31 | Missing 'empty' files. | Dale Rahn | |
2003-10-31 | PDC_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-31 | put 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-31 | ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-31 | pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-31 | upward compatible change: let md5 register as @md5 (still grok @comment MD5 | Marc Espie | |
though), and add @size to denote file sizes in created package. okay naddy@ | |||
2003-10-31 | Back all the changes except the wdc reset part, this will come later. | Alexander Yurchenko | |
Tested on matthieu's U5. | |||
2003-10-31 | allocate at least as much elements as requested in hashinit | Markus Friedl | |
fixes pr 3537, based on patch from daniel@nofsk.nofsk.au.eu.org ok millert@, deraadt@, tedu@ | |||
2003-10-31 | Remove remenants of pf_tree stuff that I missed. | Ryan Thomas McBride | |
2003-10-31 | Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>. | Otto Moerbeek | |
10x | |||
2003-10-31 | Fix 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-31 | Add IPv6 support to CARP. | Ryan Thomas McBride | |
ok deraadt@ | |||
2003-10-31 | Man pages fixes from jmc@ | Otto Moerbeek | |
2003-10-31 | sync | Otto Moerbeek | |
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-10-31 | Update to NetBSD libedit (from Oct 1, 2003), adding some string | Otto 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-31 | regen. | Dale Rahn | |
2003-10-31 | These should build on pegasos. | Dale Rahn | |
2003-10-31 | Work 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-31 | Work around a problem where the vga code expects to be able to map isa | Dale Rahn | |
io/memory space using PCI io/mem descriptors. | |||
2003-10-31 | cleanup some OF bits, macppc specific bits in ofbus.c and with broken | Dale Rahn | |
firmware OF_exit() can return. | |||
2003-10-31 | Use isa iot for pegasos com console attachment, perhaps this could | Dale Rahn | |
be adopted MI? | |||
2003-10-31 | Add pegasos. | Dale Rahn | |
2003-10-31 | These should build on pegasos | Dale Rahn | |
2003-10-31 | add pegasos to config.guess matches | Dale Rahn | |
2003-10-31 | Pegasos port and dirs. | Dale Rahn | |
2003-10-31 | OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc. | Dale Rahn | |
2003-10-31 | OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc. | Dale Rahn | |
2003-10-31 | OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc | Dale Rahn | |
2003-10-31 | 'powerpc' common isa definitions. | Dale Rahn | |
2003-10-31 | OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc. | Dale Rahn | |
2003-10-31 | sync | Theo de Raadt | |
2003-10-31 | correct names | Theo de Raadt | |
2003-10-31 | sync. | Dale Rahn | |
2003-10-31 | Add MENTOR vendor and two devices. | Dale Rahn | |
2003-10-31 | Fix ppc segment register restores, this fixes the 1GB ram limit and | Dale Rahn | |
cleans up pieces in the pmap code. tested otto, brad, miod, pval. | |||
2003-10-31 | tab/whitespace cleanup. | Dale Rahn | |
2003-10-31 | Enable wi@usb, otherwise this will never get tested... deraadt@ | Dale Rahn | |
2003-10-31 | warn commons instead of generating a map file (was there for debugging) | Michael Shalayeff | |
2003-10-31 | need_trigger/idx should be u_int, not ssize_t. millert | Jun-ichiro itojun Hagino | |
2003-10-31 | insufficient length check (possible remote DoS). kame PR 507. | Jun-ichiro itojun Hagino | |
ok deraadt markus mcbride | |||
2003-10-30 | malloc failures in init? never. but try to be reasonable for one dumb one | Theo de Raadt | |
2003-10-30 | correct mac address fetching; pr 3532, jerry@dunmire.org | Theo de Raadt | |