jdolecek
95ad68c571
add the new syscalls to the list
2003-11-26 19:22:57 +00:00
matt
0c6481e8c4
Regen.
2003-11-26 18:47:16 +00:00
matt
b0e13d0fdc
Add pcHDTV HD-2000 HDTV video capture card.
2003-11-26 18:44:16 +00:00
kochi
26cac303c7
Remove unused file.
2003-11-26 16:06:12 +00:00
nakayama
d7545baad1
"wd* at wdc?" is no longer needed.
2003-11-26 15:20:56 +00:00
jwise
a04b30960c
APPDEF files should be installed with mode ${NONBINMODE}, not mode ${BINMODE}.
...
Picked up via /etc/security:
Checking setuid files and devices:
Setuid additions:
-r-sr-xr-x 1 root wheel 252016 Nov 26 02:27:32 2003 /home/NetBSD/build/dest/i386/usr/X11R6/bin/xterm
-r-sr-xr-x 1 root wheel 4822 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm
-r-sr-xr-x 1 root wheel 828 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm-color
2003-11-26 15:18:00 +00:00
yamt
d1e85f1677
remove ATA_CMD2_SMART, which seems wrong and isn't used.
2003-11-26 15:03:14 +00:00
scw
91c88f7f6b
In the match routine, check to see if we can access the SCSI controller's
...
registers without generating a bus error. This can happen on some board
variants which have no SCSI controller.
2003-11-26 14:29:37 +00:00
scw
e6085b4b12
A couple of fixes inspired by a recent port-mvme68k post:
...
- Fix the display of VME master ranges such that the address modifier
is shown correctly.
- Apply vr_mask to the start/end VME master addresses, and adjust
the local start address to compensate.
2003-11-26 14:27:15 +00:00
yamt
49f98b206e
fdcopy: copy inline bitmaps properly.
...
hopefully fixes PR/23469.
2003-11-26 12:42:28 +00:00
mrg
ebf56cd11f
re-add binutils 2.14 files.
2003-11-26 12:29:43 +00:00
bsh
ae462c19db
fix typo pointed out by Olivier Houchard. thanks.
2003-11-26 12:17:18 +00:00
mrg
1a898f987d
initial import of binutils 2.14 into gnu/dist/binutils.
2003-11-26 11:33:51 +00:00
pk
d0e5117267
spec_close: asserting that the terminal's process group be set if it is
...
associated with a session is too strong; a foreground group may go away
without being immediately replaced with another.
2003-11-26 11:33:50 +00:00
mrg
2e50f8ac41
initial import of binutils 2.14 into gnu/dist/binutils.
2003-11-26 11:31:11 +00:00
rearnsha
445d91a12e
Reposition a couple of NOP instructions for better efficiency.
2003-11-26 10:31:53 +00:00
wiz
2f701eb7e9
Use Xr instead of Ic when suitable; NetBSD -> .Nx; add comma;
...
use Dq for a string.
2003-11-26 09:02:52 +00:00
he
ea56bcee84
Hide the register number constants behind an _R_ prefix, and also
...
rename FPBASE to _FPBASE, so that we avoid polluting the user's
name space when e.g. <sys/ptrace.h> is included. Previously, the
PC symbol in mips/regnum.h would conflict with the declaration of
the external variable by the same name in termcap.h, as discovered
by the ``okheaders'' regression test.
2003-11-26 08:36:49 +00:00
lukem
f6d3e09d47
Provide an example for making a bootable FAT file system, and improve
...
some of the other examples.
2003-11-26 08:10:37 +00:00
simonb
2350e98506
Fix some white space nits.
2003-11-26 03:56:38 +00:00
simonb
19a9d14f26
Remove the prototype for the non-existent intr_md_register() function.
2003-11-26 03:55:38 +00:00
simonb
da33cec9b3
Need offset of ci_curpm in struct cpu_info on 4xx as well.
2003-11-26 03:51:39 +00:00
itojun
c87e66db63
BIND to 8.3.7
2003-11-26 01:39:36 +00:00
itojun
dd1d0fe0c8
sync w/ bind837
2003-11-26 01:35:31 +00:00
itojun
2b424a6e81
sync w/ new cvs tree scheme, i.e. s/basesrc/src/
2003-11-26 01:31:48 +00:00
lukem
18239b5b77
Fix compile problem if -UYP -DHESIOD.
...
Noted on current-users by Srinivasa Kanduru.
2003-11-26 00:48:59 +00:00
cl
11127744bf
Save the old mask in the old context, not in the new one.
2003-11-25 23:55:27 +00:00
wiz
492a994a19
Bump date for previous.
2003-11-25 23:28:31 +00:00
manu
9f69fbc7dc
When sending exception with identity, include right names in the
...
receiver name space, not the sender one.
2003-11-25 23:17:40 +00:00
itojun
d94d0c139d
uint64_t may not be "unsigned long long", so use of ULLONG_MAX is not
...
appropriate.
adjust max period (see randomid.3 1.2 -> 1.3)
2003-11-25 23:14:48 +00:00
itojun
fd02e804dd
take "Skip a random number of ids" into consideration, correct the rotation
...
period number. simonb
2003-11-25 23:11:54 +00:00
christos
a21fdf3b43
bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.
2003-11-25 23:11:52 +00:00
cl
d109665f1d
Honor SA_NODEFER in pthread__deliver_signal(). This should help code which
...
makes a longjmp out of a signal handler.
Also add missing si_code argument to debugging printf in pthread__kill().
2003-11-25 22:45:33 +00:00
christos
0446e60323
Update list of items.
2003-11-25 22:44:16 +00:00
christos
adfca9e3e4
This is not needed anymore.
2003-11-25 22:41:12 +00:00
christos
5077d05f7b
GC sigcontext<->mcontext code and __HAVE_SIGINFO. All supported archs have
...
siginfo implemented.
2003-11-25 22:36:32 +00:00
ben
6e5cf5e21f
Add myself to the list of developers.
2003-11-25 22:29:34 +00:00
christos
69658517e0
- don't store sigmask on the stack, we could store it in the right place
...
[in the context]
- this has the side effect of fixing the problem of the signal mask not
being preserved properly upon signal return, found and fixed by cl.
- add si_code to the tramp debugging output (requested by cl).
2003-11-25 22:26:44 +00:00
christos
5b1f7c5277
lr is uninitialized if we goto out1
2003-11-25 21:59:31 +00:00
christos
6477735848
m68k does not sigcontext<->mcontext anymore.
2003-11-25 21:27:30 +00:00
christos
22a07298e9
- Document NO_DEFER
...
- Turn sa_flags into a list to make it easier to find/read
- Sort the sa_flags lists.
2003-11-25 21:09:14 +00:00
bouyer
a452a585a7
Some combination of controller/drive sends a continous stream of
...
interrupt while SRST is asserted. Work around by blocking interrupts while
SRST is asserted, and clearing any pending interrupt before unblocking.
Fix kern/23529 from Michael Hertrick.
2003-11-25 21:03:15 +00:00
jdolecek
2f13a5654b
throw in some default switch labels to pnpbios_update_dock_status(), so that
...
this compiles with PNPBIOSEVENTS option (such as with config DR-EVIL)
fixes kern/23564 by dheeraj reddy
2003-11-25 20:47:27 +00:00
jdolecek
38324d7794
add some (long long int) casts for log() arguments, so that this compiles
...
on LP64
fixed port-alpha/23566 by Paul Mather
2003-11-25 20:11:59 +00:00
rafal
8489e24b62
Make sure to also zero out structures put on local free lists so allocations
...
satisfied from those lists get zeroed memory back too.
2003-11-25 19:34:05 +00:00
salo
e8e5a9a580
Add "Sony Ericsson DCU-11" cable to the list of supported devices.
...
Correct the previous entry (there is a dash between DCU and the model number).
Bump date.
2003-11-25 19:05:46 +00:00
itojun
0864b4939d
"seed2" was ruining non-repeating property, so remove it. discussed on tech-net
2003-11-25 18:13:55 +00:00
itojun
b6a2cef9dc
"seed2" was ruining the non-repeating property of this function; remove it.
...
discussed on tech-net for ip_id.c (thanks for all the analysis).
2003-11-25 18:13:06 +00:00
manu
c5006e8c0c
Outch, uninitialized variable. How could that work before?
2003-11-25 17:09:24 +00:00
kleink
1d408df31d
Catch up with namei: An empty string is not a valid pathname.
...
Noted by SAITOH Akinori in PR misc/23565.
2003-11-25 15:33:58 +00:00