simonb
172612b7e5
Apply rev 1.228 from binutils mainline (via patch):
...
date: 2003/09/14 15:24:49; author: ths; state: Exp; lines: +37 -30
* config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): Remove.
(macro_build_ldst_constoffset): Sign-extend 32-bit constants. Change
the function prototype.
(load_register): Likewise. Simplify the checks for sign-extended
constants.
(macro): Likewise. Fix code generation for 64-bit address constants
outside the 32-bit compatibility space. Adjust
macro_build_ldst_constoffset calls.
(s_cprestore): Adjust macro_build_ldst_constoffset call.
Fixes problems compiling r3k kernel cache routines.
2003-12-05 06:52:57 +00:00
simonb
4db88a1fc0
Add sntp and its man pages.
2003-12-05 06:30:18 +00:00
gson
9798a7bc46
Make the chars in the umidi_endpoint buffer unsigned; this fixes at
...
least one sign extension bug which caused umidi input to not work.
2003-12-05 06:05:53 +00:00
gson
07bb045f57
Opening umidi read-only failed to increment ep->num_open because
...
open_in_jack() treated USBD_IN_PROGRESS as a failure return.
2003-12-05 06:01:59 +00:00
simonb
5f7a1eaf57
Fix manpage set list fallout from sysctl changes.
2003-12-05 04:55:42 +00:00
mrg
4dd4b4772e
regenerate with a working compiler
2003-12-05 04:53:27 +00:00
simonb
3a81bce03c
Bump libc minor in set lists (hello atatat!).
2003-12-05 04:51:40 +00:00
grant
0a49c48fe4
remove some extraneous \'s to shut up warning from gawk.
2003-12-05 04:33:27 +00:00
grant
a586448d86
regen
2003-12-05 04:28:47 +00:00
grant
efde88a60f
add Adaptec AAR-1210SA Serial ATA RAID controller.
2003-12-05 04:28:04 +00:00
mrg
dcbb0b441f
note binutils/ld/ldlex.c hack
2003-12-05 03:28:38 +00:00
mrg
492975536e
XXX include <stdint.h> on NetBSD 1.6 and greater.
...
XXX this file is generated, but this change is needed for GCC2 hosts to
XXX to able to build this file without warnings.
2003-12-05 03:25:36 +00:00
mrg
51b0c7cbfa
regenerate these such that they (mostly) work..
2003-12-05 02:57:02 +00:00
matt
2996b43a0a
Add MKINET6/USE_INET6 support.
2003-12-05 02:35:24 +00:00
uebayasi
0b30fd3d69
Spaces.
2003-12-05 00:57:36 +00:00
bjh21
a42f9e3038
Include <sys/sysctl.h> for sysctl stuff.
...
Also, create the vfs.filecore subtree, rather than vfs.union.
2003-12-05 00:51:08 +00:00
wiz
6c159667a9
Fix some nits.
...
XXX: This man page talks about msntp, not sntp....
2003-12-05 00:07:12 +00:00
manu
6d6c56a0dc
Add the kdebug_trace system call. It does nothing but dumping anything it
...
gets. dyd uses that feature when DYLD_TRACE is set.
2003-12-04 23:59:50 +00:00
wiz
cb386dac06
Bump date for previous (hi atatat!).
2003-12-04 23:57:44 +00:00
keihan
39d96c1f34
netbsd.org -> NetBSD.org
...
NetBSD.ORG -> NetBSD.org
Now src/lib is done.
2003-12-04 23:39:18 +00:00
keihan
3a8b7119a9
netbsd.org -> NetBSD.org
2003-12-04 23:32:37 +00:00
keihan
888540b8d0
www.netbsd.org -> www.NetBSD.org
2003-12-04 23:24:16 +00:00
manu
632ce64965
When wakeing up a process that was sleeping for a signal when we have a Mach
...
exception, don't temper with ps_sigwaited.
2003-12-04 22:00:03 +00:00
manu
8a670a0018
Fix newer compiler warning
2003-12-04 21:48:15 +00:00
jdc
737fe44f7a
Increment libcurses minor to 11 for nodelay() void -> int change.
2003-12-04 21:26:09 +00:00
jdc
2dd40f4b6c
Make nodelay() return an int.
...
Now conforms to the Single Unix Specification.
Fixes PR lib/23531 by usa at garbagecollect dot jp.
2003-12-04 21:24:36 +00:00
atatat
ea73edd395
sysctlnametomib() is a private function for the moment.
2003-12-04 20:07:59 +00:00
atatat
2ad42c8121
Not a published interface...yet
2003-12-04 20:06:58 +00:00
atatat
a7e95f7905
Garbage collect some references to the old sysctl() infrastructure.
2003-12-04 19:57:38 +00:00
atatat
c915b3168c
New sysctl(8) binary. Performs auto-discovery and can add/remove
...
nodes from the tree. Never needs to be recompiled again.
2003-12-04 19:49:39 +00:00
atatat
6fc962bc06
oops
2003-12-04 19:45:19 +00:00
atatat
93375edaa0
Bump for sysctl() update
2003-12-04 19:42:32 +00:00
atatat
fcc5d1a731
Adapt userland sysctl goop to new world order, permitting dynamic
...
discovery.
2003-12-04 19:40:55 +00:00
atatat
ab1350caca
Dynamic sysctl makes 1.6ZF into 1.6ZG
2003-12-04 19:39:57 +00:00
atatat
13f8d2ce5f
Dynamic sysctl.
...
Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(),
vfs_sysctl(), etc, routines, along with sysctl_int() et al. Now all
nodes are registered with the tree, and nodes can be added (or
removed) easily, and I/O to and from the tree is handled generically.
Since the nodes are registered with the tree, the mapping from name to
number (and back again) can now be discovered, instead of having to be
hard coded. Adding new nodes to the tree is likewise much simpler --
the new infrastructure handles almost all the work for simple types,
and just about anything else can be done with a small helper function.
All existing nodes are where they were before (numerically speaking),
so all existing consumers of sysctl information should notice no
difference.
PS - I'm sorry, but there's a distinct lack of documentation at the
moment. I'm working on sysctl(3/8/9) right now, and I promise to
watch out for buses.
2003-12-04 19:38:21 +00:00
drochner
4d83fe939f
note ntp-4.2.0
2003-12-04 19:24:13 +00:00
drochner
0b653612f0
fix typo in comment
2003-12-04 19:23:00 +00:00
drochner
505ed045c0
ntpdate to a multicastclient address doesn't work
2003-12-04 18:28:54 +00:00
drochner
e3925ac984
no html pages for ntp anymore
2003-12-04 18:25:49 +00:00
drochner
a6dd92342b
ntp update
2003-12-04 18:24:39 +00:00
drochner
2f4d5f72db
also build the sntp (rfc2030) program which comes with ntp-4.2
2003-12-04 18:14:59 +00:00
drochner
a273546bc0
pull in a set of patches from ntp bk to fix the
...
"Clock stepping messes up frequency." issue
2003-12-04 17:22:31 +00:00
drochner
507fa5fee7
compile cleanly with -Wall (ntp bug #258 )
2003-12-04 17:17:36 +00:00
drochner
35f545891e
fix some memory allocation bugs (ntp bug #252 )
2003-12-04 17:15:26 +00:00
drochner
a3d91b3051
fix error handling after send errors (ntp bug #243 )
2003-12-04 17:13:11 +00:00
drochner
849e83ebc4
fix some LP64 issues (ntp bug #233 )
2003-12-04 17:10:34 +00:00
drochner
93cc3883d8
use return value of openssl's RAND_file_name(), this makes the
...
fallback to /dev/urandom work as intended by openssl
(ntp bug #234 )
2003-12-04 17:06:12 +00:00
drochner
7b3a4acbea
don't join a multicast group where we just want to send
...
(this might be preliminary, it might be intended to receive other host's
multicast in the future, but until packets are filtered properly this
fixes the "manycastclient answers requests" problem - see ntp bug #241 )
2003-12-04 17:01:32 +00:00
drochner
74a4307696
deal with sin6_scope_id where necessary
2003-12-04 16:56:01 +00:00
drochner
3cdd2cee5f
keep track of the scope id of link-local ipv6 addresses, and deal with
...
the KAME specific way to embed it into the address
(keeping the interface close to the last public bind-9.3 snapshot to
avoid conflicts in the future)
2003-12-04 16:52:28 +00:00