dbj
2e6348f3d8
add a SIGINFO handler progress indicator
2003-04-21 07:58:55 +00:00
itojun
cb30d7ce0b
correct arg to m_pullup (need to count IP header size as well)
2003-04-21 07:02:31 +00:00
itojun
a81c148373
correct (false) assumptions on mbuf chain. not sure if it really helps, but
...
anyways, it is necessary to perform m_pullup.
2003-04-21 06:52:47 +00:00
thorpej
215580f2da
Defflag XSCALE_CACHE_READ_WRITE_ALLOCATE and XSCALE_NO_COALESCE_WRITES.
2003-04-21 05:36:14 +00:00
thorpej
0f16fc12a0
#ifdef, not #if, for XSCALE_NO_COALESCE_WRITES.
2003-04-21 04:33:30 +00:00
thorpej
9361d039a1
Add XSCALE_CACHE_READ_WRITE_ALLOCATE.
2003-04-21 04:02:04 +00:00
gson
c8da8f2398
Ignore input when the port is not open. This change is functionally
...
identical to the patch in kern/6502 (which is hereby fixed), but
modelled after the corresponding fix to the 8530 driver in
z8530tty.c revision 1.60 to maintain consistency with that driver.
2003-04-21 03:43:18 +00:00
christos
34ffdb33ed
enable RCSID..
2003-04-21 02:03:41 +00:00
christos
cbb9bcafa0
PR/8247: Simon Burge: monop(6) save/restore doesn't work.
...
With the advent of elf and mmaping malloc, assumptions that the code made
before about location and contents of the data segment broke. We supplied
an sbrk() only malloc, and recorded the break point at the beginning of
the program, so now save and restore works, in the traditional monop style.
2003-04-21 01:25:27 +00:00
christos
dcf856aa49
use an sbrk() only malloc() because save and restore depends on saving
...
the data segment only. Maybe we should make libbsdmalloc?
2003-04-21 01:23:06 +00:00
thorpej
e6227d3c54
Document the reset_button script.
2003-04-21 00:55:17 +00:00
christos
63c4aa480d
PR/7885: Kip Rugger: ttylock(3) ignores flags and locker parameters
2003-04-21 00:39:40 +00:00
fvdl
bee66ff5b4
Add commented-out ahd driver.
2003-04-21 00:17:46 +00:00
fvdl
1aca5bda05
ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbs
...
for FreeBSD, ported to NetBSD by Pascal Renauld, Network Storage Solutions,
Inc, plus a bunch of changes by me.
This driver is as yet untested in this final form, it will be added
to config files when it has been tested.
2003-04-21 00:14:52 +00:00
christos
f1726c271b
Override LDBL_MIN
2003-04-21 00:08:24 +00:00
christos
68e25dece2
no __i386__ here. charles explained that the value is correct.
2003-04-21 00:07:25 +00:00
christos
45aed1fbde
PR/7713: David Holland: warn if we have mesg n.
2003-04-21 00:05:30 +00:00
christos
73b3e2ae58
separate the term check stuff.
2003-04-20 23:53:04 +00:00
fvdl
ee7b6f07aa
One more FreeBSD compat define.
2003-04-20 23:43:04 +00:00
christos
3630d7f233
PR/7572: John F. Woods: document EINVAL caused by bogus flags in struct
...
sigaction.
2003-04-20 23:20:52 +00:00
fvdl
d268a0e37f
Add register definitions for the PCI-X capability.
2003-04-20 22:53:56 +00:00
christos
f09dab76ee
PR/7004: Jonathan Stone: Document that sendto(2) can fail with EISCONN
2003-04-20 22:53:01 +00:00
bjh21
2456c80578
If the format string ends with "%" or "%l", print those characters, just
...
as we would if they were part of an invalid conversion specification.
Code-size neutral on ARM; not tested elsewhere.
2003-04-20 22:23:59 +00:00
christos
4a2f0334d4
PR/6362: der Mouse: /dev/speaker octave-tracking goes out of range
2003-04-20 22:02:46 +00:00
christos
6fab16d795
PR/6257: Izumi Tsutsui: bsd.lib.mk should set target only if LIB is defined.
2003-04-20 21:57:17 +00:00
christos
c59371a05d
PR/6195: Matt Watson: Pax fails for paths of exactly 100 characters.
...
make sure that we don't strlcpy more than the source buffer.
2003-04-20 21:41:52 +00:00
scw
9143cf9a96
If the RTC time is > 50 days out, don't use it at all, on the assumption
...
that there is no battery backup (as is the case on the Cayman).
2003-04-20 21:26:46 +00:00
fvdl
d96d9c4be4
Pick the right channel in the reset ioctl.
2003-04-20 21:25:59 +00:00
scw
e290aaf899
Fix the SDRAM size in the 'fake' bootparams. 8MB != 128MB.
2003-04-20 21:18:50 +00:00
christos
e8c0c9df50
PR/6156: Stefan Grefen: nlist returns bogus value if symbol is multiply
...
defined in object
2003-04-20 21:08:11 +00:00
thorpej
953de79cde
Add a reset_button script.
2003-04-20 20:55:39 +00:00
christos
644c9834e5
PR/5999: Todd Vierling: minor nits about Makefile.yp
...
Provide MINUID and MINGID variables to specify the minimum uid and gid to
be included in the password and group maps.
2003-04-20 20:53:45 +00:00
thorpej
b9ea11721d
Support the reset button type.
2003-04-20 20:53:04 +00:00
thorpej
9884510327
Add a driver for the reset button on the ADI BECC.
2003-04-20 20:50:49 +00:00
thorpej
4bbda47b54
Add a "reset button" type.
2003-04-20 20:48:27 +00:00
christos
5f8d1cd0cc
PR/5996: ITOH Yasufumi: lib/libc/db/hash/* writes memory garbage to db file
...
Fixed by changing malloc's to calloc's where needed.
2003-04-20 20:41:14 +00:00
provos
14ea3a1c62
better performance for fast path; simplify for future lwp support.
2003-04-20 20:30:34 +00:00
thorpej
9dd2908b35
Use sysmon_taskq.
2003-04-20 20:21:29 +00:00
thorpej
d14efd22d1
Generic "task queue" for sysmon back-ends. This provides a thread
...
context for callbacks that require it in order to handle sysmon-related
events.
Adapted from the "OsdSchedule" bits of the ACPI code.
2003-04-20 20:20:35 +00:00
christos
c71d457343
PR/5803: Gregg A. Woods: su doesn't support it's "-f" option for sh and/or ksh
...
fixed by unsetenv("ENV") when -f is set and the shell is not csh.
2003-04-20 20:13:20 +00:00
christos
336e3096f2
PR/5680: Markus Illenseer: Mounting and using broken mfs results into kernel
...
panic
Fixed by checking two return cases from alloc() that were not checked before.
2003-04-20 19:55:33 +00:00
fvdl
b30a81c90c
Resurrect change from previous ahc driver version: reset channel (unless
...
configured not to in the BIOS) on first access.
2003-04-20 19:49:45 +00:00
christos
5ca06f36e7
PR/5123: Ignatios Souvatzis: make patch exit gracefully on malformed input.
2003-04-20 19:37:08 +00:00
bjh21
94c13ff2cd
ANSIfy, assume __STDC__, un-__P, KNF.
...
Generated code unchanged.
2003-04-20 19:31:29 +00:00
fvdl
c2a2dc04eb
Fix ahc_print_registers some more.
2003-04-20 18:57:41 +00:00
bjh21
6a8eedfd87
KNF doesn't apply to Reinoud -- back out my last two changes.
2003-04-20 18:50:38 +00:00
fvdl
ed7c318180
Fix ahc_print_register up.
2003-04-20 18:31:16 +00:00
bjh21
6da931ff0d
Cast KERNENTRY into a char * before doing arithmetic on it, so we don't end
...
up trying to cast a 64-bit integer into a pointer, which GCC warns about.
2003-04-20 18:17:07 +00:00
bjh21
d3c0cf0ad5
Add a "comp" list for NetBSD/cesfic.
2003-04-20 17:58:28 +00:00
david
fbd076d8ce
Grammar.
2003-04-20 17:40:45 +00:00