Commit Graph

197363 Commits

Author SHA1 Message Date
pooka
047dbb35d9 regen for O_DIRECTORY 2011-02-01 21:21:34 +00:00
chuck
2ae83d14e9 udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 21:18:56 +00:00
christos
8883daf182 prettier markup 2011-02-01 21:06:13 +00:00
christos
9f6dc01c41 merge the two lists. 2011-02-01 21:03:53 +00:00
chuck
f46c12c85c remove no-longer-valid wustl email address for me.
no functional change with this commit.
2011-02-01 21:00:25 +00:00
chuck
e2bf3ae6ea udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.

no functional change with this commit.
2011-02-01 20:58:15 +00:00
christos
08dbb1aa2d Document the remaining vfs.generic sysctls. 2011-02-01 20:43:48 +00:00
plunky
74756ed73d pcc-current provides a DATESTAMP file, handle that rather than guessing 2011-02-01 20:28:10 +00:00
chuck
3583515f9f remove no-longer-valid wustl email address for me.
no functional change with this commit.
2011-02-01 20:20:19 +00:00
chuck
39094c9da3 udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 20:19:31 +00:00
chuck
e57edfc4a4 udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 20:09:08 +00:00
he
f5a1ba5e52 Since sparc64 got fenv.h, we need an entry for include/sparc64/ here as well. 2011-02-01 20:06:06 +00:00
chuck
593ea2f26b udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 19:50:03 +00:00
chuck
e3e22c95ba udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 19:40:24 +00:00
dyoung
fd17b28c56 During shutdown, restore the each PCI device's bus-mastering enable to
the state that we found it in before attaching a driver to it.
2011-02-01 19:37:37 +00:00
chuck
e7c4ab004c udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 19:36:24 +00:00
skrll
ca11663366 Change some structure and structure member names to better suit my eye.
No functional change.

Same code before and after.
2011-02-01 18:33:24 +00:00
skrll
441a70d0e4 Remove trailing whitespace. 2011-02-01 18:12:10 +00:00
pooka
25aec81bb9 expand one sentence a bit 2011-02-01 18:08:38 +00:00
wiz
e2ae63a0ab New sentence, new line; remove trailing whitespace. 2011-02-01 18:01:06 +00:00
dyoung
fac3c48a09 Describe TIOCEXT. Improve description of TIOCPKT_IOCTL. Tell the
width of some TIOCxxx parameters.
2011-02-01 15:53:31 +00:00
pooka
896d209af1 update todo from my private collection (which is now empty) 2011-02-01 15:26:46 +00:00
matt
6b5b15511f Cast to intptr_t before changing size of type. 2011-02-01 06:46:46 +00:00
matt
5fa21b0785 Use elf32-ntrad{little,big}mips 2011-02-01 06:18:40 +00:00
matt
82bf97dcee Use aprint_* and misc cleanup. 2011-02-01 06:13:08 +00:00
matt
916ee5b638 Update to CFATTACH_DECL_NEW. 2011-02-01 03:16:54 +00:00
matt
8f8391ff77 Note routing changes. 2011-02-01 02:09:26 +00:00
uwe
745f41f7e7 cpu_setfunc() must use lwp_trampoline to arrange for the recycled lwp
to go through lwp_startup() the first time it's switched to.

This makes NetBSD-4.x SA binaries work on current.  Tested with dig(1)
in NetBSD-4.x chroot on landisk.

Looks like this mistake of mine was picked up and replicated in
several other ports, sorry.

Reported by chuck@ in PR kern/44500
2011-02-01 01:54:14 +00:00
joerg
3cb4a8235c Update Spanish translation. From Riastradh on IRC 2011-02-01 01:43:15 +00:00
joerg
35fb1ac585 Introduce a new option for all base sets without X11.
From jmcneill with translation help from Daniel Horecki.
2011-02-01 01:42:07 +00:00
matt
e7ecaa263d Welcome to NetBSD 5.99.45 (Routing socket changes) 2011-02-01 01:40:00 +00:00
matt
4d5d6d9aa5 Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket
interface (and its associated sysctls) act identically for both 32 and 64 bit
programs.  The old unclean one remains for backward compatibility.
2011-02-01 01:39:19 +00:00
matt
597d48fbe7 Add a call to cpu_model_init to set oeacpufeat before calling initppc 2011-02-01 01:24:04 +00:00
matt
c8ecf09c01 Fix XER comment.
Add spe variants for vectors.
2011-02-01 01:21:29 +00:00
matt
a0a2be4445 include "assym.h" instead of pte.h 2011-02-01 01:20:14 +00:00
matt
658d254929 Define COMPAT_50 to be 1 just like config(8) would be opt_compat_netbsd.h 2011-02-01 01:15:51 +00:00
matt
0f0d22769a Define 32bit version of SIOC[GS]IFADDRPREF32. We wouldn't need this to
if i386 actually aligned a uint64_t on a 64bit boundary but it doesn't.
So all that work in sockaddr_storage goes for naught.
2011-02-01 00:53:22 +00:00
jakllsch
a8f51619b3 Correct __HAVE_FAST_SOFTINTRS typos, use only __HAVE_FAST_SOFTINTS. 2011-01-31 23:56:14 +00:00
dyoung
dcda6c56b0 Let the linker instead of the C preprocessor configure the kernel: make
weak aliases device_register(9) and device_register_post_config(9)
for the stub routine voidop().  Get rid of __HAVE_DEVICE_REGISTER and
__HAVE_DEVICE_REGISTER_POST_CONFIG.
2011-01-31 23:07:16 +00:00
dyoung
25fc6f07bf If there are readers or writers in the alldevs list, don't remove a
device_t out from under them, but tag it for deletion, later.
2011-01-31 23:00:34 +00:00
christos
bcb5ce2065 Fix emulation issue of SETVAL, and make the code look the same between the
two different versions.
2011-01-31 22:51:39 +00:00
christos
50e452f9f7 deal with detecting the first and last cpu differently. 2011-01-31 19:41:19 +00:00
christos
2d5180b4b9 add braces, per joerg. 2011-01-31 19:10:18 +00:00
matt
c1edd37ce1 Make sure to getnlist in dovmstat 2011-01-31 18:56:04 +00:00
njoly
9634a49aaa Now that PR/44302 is fixed, fs/vfs/t_ro:sysvbfs_rmfile should not fail
anymore.
2011-01-31 18:53:29 +00:00
matt
77b08fadff Add entry for usr/libdata/debug/usr/lib/sparc/libisns.so.0.0.debug 2011-01-31 18:49:43 +00:00
njoly
7ca6722553 In sysvbfs_lookup(), deny last component write operation on a
read-only mount.
Fix PR/44302: sysvbfs allows unlink on fs mounted MNT_RDONLY.

Reviewed by pooka.
2011-01-31 18:48:50 +00:00
christos
f7459bf8c1 add debuglib 2011-01-31 18:28:05 +00:00
christos
60dfc423f1 whitespace 2011-01-31 18:27:53 +00:00
skrll
4ab536071f Fix CPU_INFO_FOREACH. 2011-01-31 18:21:33 +00:00