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
thorpej
14acc892ca
Fix a typo that prevented the large inbound PCI memory window from
...
being programmed (guess RedBoot allowed us to get lucky).
2003-04-20 17:17:01 +00:00
christos
c1c48aec57
PR/5544: Anders Magnusson: Init segfaults when hupped in single user.
...
- fix so that session_db is not de-referenced when null, and other
possible null pointer dereferences.
- ignore hup and tstp in single user mode.
2003-04-20 17:16:31 +00:00
martin
16ebbf4a10
Regen (sysmon added)
2003-04-20 17:06:25 +00:00
martin
66baae11eb
Add sysmon.
2003-04-20 17:03:32 +00:00
fvdl
6886cf85b0
Initialize name and dma tag.
2003-04-20 16:54:23 +00:00
martin
d313e6d92e
Add sysmon device.
2003-04-20 16:53:46 +00:00
fvdl
9af6ac1fc3
Initialize name and dma tag.
2003-04-20 16:52:40 +00:00
martin
c1a5cc810d
The sysmon device is used for sysmon_power too.
2003-04-20 16:51:35 +00:00
fvdl
da526ebf96
Initialize ahc->name. From Izumi Tsutsui.
...
Set ahc->parent_dmat correctly.
2003-04-20 16:50:13 +00:00
thorpej
4b39c84472
Reinstate one change from rev. 1.12, but differently. Preload r2 with
...
0 before frobbing the control register, and use r2 in the ARMv4 TLB
flush.
2003-04-20 16:21:40 +00:00