Commit Graph

196947 Commits

Author SHA1 Message Date
christos 7350622ee8 off by one in fetching history data. From: Gerry Swislow 2011-01-16 03:05:51 +00:00
matt 36cd488617 align comments 2011-01-16 02:45:48 +00:00
matt b79441d450 Switch to the PIC_GOTSETUP/PIC_TOCSETUP macros for PIC code. Now libc
will be built to use secureplt by default.
2011-01-16 02:43:10 +00:00
matt 810e7ea289 Add PIC_GOTSETUP and PIC_TOCSETUP which replace the old methods to get the
GOT (via a bl) to the new REL16 based relocs.  This is another step to
supporting secure plt.
2011-01-16 02:41:55 +00:00
matt b094d98191 Warn about DT_TEXTRELs 2011-01-16 02:36:05 +00:00
agc dc2ecebec9 Initial import of libisns, contributed to the NetBSD Foundation by
Wasabi Systems, Inc.

libisns(3) is an implementation of the iSNS protocol as defined in
IETF RFC 4171, exporting an API that simplifies Internet Storage Name
Service (iSNS) client implementations.
2011-01-16 01:22:50 +00:00
matt d31dbd7578 Add secure-plt support for powerpc to ld.elf_so. As part of this, we have to
stop calling into the GOT/_DYNAMIC since they are no longer executable.
2011-01-16 01:22:29 +00:00
jmcneill 89497f8548 build and install aps module on i386 and amd64 2011-01-16 01:13:10 +00:00
jmcneill ce4e6d55a3 support building aps(4) as a module 2011-01-16 01:07:32 +00:00
jmcneill a5a55fa2c0 - catch up with OpenBSD driver, adding support for newer Thinkpad models
- add module hooks
2011-01-16 01:05:45 +00:00
phx c6e30a94f2 Add some USB devices, which I tested successfully.
Replace tab by blank after a device name, where it was forgotten.
2011-01-15 23:06:07 +00:00
njoly d1860447da Do not crash if a date cannot be represented (localtime returning
NULL), use the Epoch value instead.
2011-01-15 22:54:10 +00:00
phx 076fecc6cf Make it compile without options M68040 and M68060. 2011-01-15 21:56:53 +00:00
martin 2f62f26a09 Fix off by one that made most of these tests die with a bus error in the
sparc64 runs.
2011-01-15 20:16:57 +00:00
joerg 5a2c3d029b Add entry about -tradition-cpp change for people not using build.sh. 2011-01-15 16:13:59 +00:00
christos b163cf8017 Fix reversed oveflow check. 2011-01-15 15:42:10 +00:00
jmcneill b2b7e1871b Ensure that HAVE_DIX_CONFIG_H is defined for damageext, dbe, exa, and glx
builds. Fixes recent trouble with the Composite extension, and should fix
some problems with the DAMAGE extension and who knows what else.
2011-01-15 13:54:52 +00:00
martin cca650856d Backout previous, it breaks the build big time and causes e.g. date(1)
and top(1) to dump core.
2011-01-15 12:31:56 +00:00
phx d036deb14e Added Radoslaw Kujawa's license from sys/arch/amiga/dev/bppcsc.c. 2011-01-15 11:59:42 +00:00
plunky f14c3542ea add sdp_put_[u]int64() .Fn prototypes to list 2011-01-15 11:51:25 +00:00
matt 1446ab5e31 Add some more reloc types as well as DT_PPC_GOT 2011-01-15 10:00:07 +00:00
matt cf88c3890b Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S files.
[this is all in preperation for secure plt support]
2011-01-15 07:31:11 +00:00
matt fe39ae56e7 Add END(sym)
Add __RCSID (to match cdefs.h)
2011-01-15 07:23:49 +00:00
christos bfd4da8575 PR/44390: Paul Koning: make code gcc-4.5.1 friendly. 2011-01-14 23:56:13 +00:00
christos dd5b7b1566 don't depend on integer oveflow wrapping to detect it. From Paul Eggert in
the tz mailing list.
2011-01-14 23:35:07 +00:00
dyoung 979fccad2b In the EXAMPLES section, use device_t and accessors instead of struct
device.
2011-01-14 18:34:44 +00:00
jruoho a89366190f acpi_md_ncpus(): use cpu_attached instead of cpus_running. 2011-01-14 18:33:34 +00:00
njoly 7922e017f8 Add usr/sbin/chown.debug entry back, but obsolete it. 2011-01-14 18:12:47 +00:00
skrll a2bd31953e Tweak aprint_verbose output. 2011-01-14 16:48:15 +00:00
skrll df481c9844 Copy the pdc_iodc_read data when creating a device. 2011-01-14 16:37:11 +00:00
jmcneill dba38226ce only define HAVE_MTRR on x86 2011-01-14 16:04:49 +00:00
wiz e7d1c4c49a Fix spelling, mark up NULL. Closes PR 44381 by Ryo HAYASAKA. 2011-01-14 14:21:36 +00:00
minoura 1dfc739f1d Whitespace. 2011-01-14 13:31:47 +00:00
minoura c98325a1d2 Fix restore() (-r option). It didn't read the input file.
Apparently I did not test that code.
Pointed out by wiz@, thanks.
2011-01-14 13:25:16 +00:00
pooka 0625d22c3c h_server is back, now testier than ever 2011-01-14 13:24:45 +00:00
pooka 1a076ae981 test remove signal delivery 2011-01-14 13:23:15 +00:00
pooka 9fba158b8b Add RUMPSP_RAISE: the kernel sends a signal to the client. 2011-01-14 13:12:14 +00:00
pooka cf864401d0 Support SIGMODEL_RAISE for non-local clients. 2011-01-14 13:11:08 +00:00
pooka fc0cfa0a0c +tp 2011-01-14 13:09:12 +00:00
pooka 054b6364bc elementary tests for rump sigmodels 2011-01-14 13:08:00 +00:00
phx 7c6b4cb486 Include new bppcsc(4) driver from amiga. 2011-01-14 12:54:39 +00:00
phx 4b9754bc21 Fixed typo: staring -> starting 2011-01-14 11:14:02 +00:00
pooka bb583c67a3 Release etfs node's backing vnode before freeing the etfs node.
spotted from the LOCKDEBUG run that martin accidentally did
2011-01-14 11:07:42 +00:00
phx 8c03397907 Add driver for BlizzardPPC SCSI. 2011-01-14 10:34:15 +00:00
wiz 3e398539db Remove trailing whitespace, use more markup.
XXX: License missing.
2011-01-14 10:30:02 +00:00
tsutsui 7e57c1a44f Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
 usr/bin/chgrp  -> bin/chgrp
2011-01-14 10:26:28 +00:00
phx 4c54787e40 bppcsc(4) man page 2011-01-14 10:25:14 +00:00
martin 72b336b07f Using "int" variables with sysctl's CTLTYPE_BOOL is a simple receipt to
loose on big endian machines. So make the variables "bool".
2011-01-14 10:18:21 +00:00
jruoho b19fbfbfda Xref strsuftoll(3) and orders(7). 2011-01-14 10:08:57 +00:00
phx d7852f7e49 bppcsc(4) 2011-01-14 10:05:14 +00:00