tls
539a3fbb0a
The sysctl returning the amount of memory in the system returns "int",
...
which is silly. Luckily, it really does return the correct result if
interpreted as an unsigned int. This change lets dump work on 32-bit
systems that have more than 2GB of RAM.
2003-04-19 23:29:12 +00:00
christos
52be04c4cc
PR/17738: Matthias Drochner, PR/21230: Onno van der Linden: vt100 wscons
...
crashes restoring cursor. Fixed by adding a flag as suggested.
2003-04-19 23:28:46 +00:00
christos
48b6cfff3a
add <sys/float_ieee.h>
2003-04-19 23:10:33 +00:00
christos
dd094b9993
Add a float_ieee.h file for all IEEE compliant archs to include.
2003-04-19 23:06:33 +00:00
christos
a2dfb1b570
PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]
...
in terms of float_ieee.h
2003-04-19 23:05:28 +00:00
christos
a94b10edf1
PR/2996: Greg Oster: Fix comment to match reality. Names are padded to
...
four bytes, but the bytes are not null.
2003-04-19 22:02:39 +00:00
christos
a5b5f849f2
add ident.
2003-04-19 21:56:49 +00:00
christos
7e60cdc11e
add tcp.ident.
2003-04-19 21:55:48 +00:00
thorpej
fc08e6bd7a
Adapt to ARM32_PMAP_NEW.
2003-04-19 21:52:03 +00:00
christos
18262fc53f
PR/2970: D'Arcy J.M. Cain: Eliminate trailing slashes in mkdir(2)
2003-04-19 21:46:17 +00:00
christos
59833f145c
PR/2931: Eric Beltensen: Move boolean_t and TRUE/FALSE from uvm_param.h to
...
types.h
2003-04-19 21:42:46 +00:00
manu
aa5f0948ad
Improved bahvior for map_fd. When Darin uses findspace = 0, this seems to
...
request a mapping at fixed address, overlaying previously existing mappings.
The overlay is done by unmapping (sys_munmap) before mapping at fixed
location. This makes XDarwin able to link and run.
2003-04-19 21:41:15 +00:00
christos
4fb408f950
PR/2845: Mike Schwartz: Allow some #defines to be tuned by kernel options
...
by protecting them via #ifndef OPTIONNAME
2003-04-19 21:30:29 +00:00
tsutsui
2ec93e87e3
Remove extra \n's in boot message.
2003-04-19 21:30:14 +00:00
bjh21
fae8295a3b
Mention nasty interactions between new FFS superblock layout and old
...
fsck_ffs, using a heavily-abridged version of fvdl's original announcement.
2003-04-19 21:27:04 +00:00
christos
9b6eb382c2
PR/2352: Tor Egge: Add sysctl to get uid of connected socket.
2003-04-19 20:58:35 +00:00
christos
99437fe16f
PR/2352: Tor Egge: Use sysctl to get uid.
2003-04-19 20:57:35 +00:00
bjh21
6141355bbc
Fix format string mismatch.
2003-04-19 19:55:07 +00:00
fvdl
2d41d30fa5
NetBSD RCS Ids.
2003-04-19 19:38:21 +00:00
fvdl
349233c2db
Adapt to new backend. Needs testing.
2003-04-19 19:36:20 +00:00
fvdl
0d9c871cee
Adapt to newer backend. Needs testing.
2003-04-19 19:35:34 +00:00
fvdl
79bdc751aa
Fix this to compile with the new driver. Needs testing.
2003-04-19 19:35:09 +00:00
fvdl
ec7141e045
Newer ahc driver, port from Justin Gibbs' driver in FreeBSD. Ported by
...
Pascal Renauld at Network Storage Solutions, Inc, with some changes
by me.
2003-04-19 19:34:23 +00:00
fvdl
ccadc2cbd3
Newer adaptec 7xxx driver. Written by Justin Gibbs for FreeBSD. Ported to
...
NetBSD by Pascal Renauld at Network Storage Solutions, Inc.
Some modifications by me.
2003-04-19 19:33:29 +00:00
fvdl
8a26def233
Add ahd at pci (to be added later).
2003-04-19 19:30:07 +00:00
fvdl
85ef2607ca
Changes for newer ahc driver, and ahd driver (the latter is a placeholder
...
until it's actually added, soon).
2003-04-19 19:29:10 +00:00
fvdl
6fcbec2b8d
Generated register/sequencer code include files for the ahc and ahd
...
drivers.
2003-04-19 19:27:50 +00:00
fvdl
7e92a81099
Newer aic sequencer assembler. From FreeBSD, written by Justin Gibbs.
...
Ported to NetBSD by Pascal Renauld at Network Storage Solutions, Inc.
Some Makefile changes by me.
The 79xx code isn't yet used, driver for that to follow shortly.
2003-04-19 19:26:10 +00:00
fvdl
40565542e4
Add NetBSD RCS id.
2003-04-19 19:21:35 +00:00
fvdl
a434795392
Add a PCAP_NODT quirk. I have two older Quantum Atlas drives that work
...
fine at U2W, but barf at U160, with different controllers. Unfortunately
sometimes just being initialized at U160 does the trick, so setting them
to lower speed in the BIOS may also be needed.
2003-04-19 19:16:06 +00:00
fvdl
016a1095a9
A device should always respond to inquiry or test unit ready; disable
...
retries for these during discovery. From Pascal Renauld at Network
Storage Solutions, Inc
2003-04-19 19:12:59 +00:00
fvdl
ea399d0682
Add MSG_QAS_REQUEST definition.
2003-04-19 19:11:13 +00:00
fvdl
76a06d99f3
IU pkt/task definitions include file. From FreeBSD.
2003-04-19 19:10:25 +00:00
tsutsui
14e6518ceb
Fix typo, and TAB/space cosmetics.
2003-04-19 16:43:59 +00:00
tsutsui
7b4af0e724
Sync with reality. (it's my development machine)
2003-04-19 16:37:21 +00:00
tsutsui
cc1ee25971
Disable options DIAGNOSTIC.
2003-04-19 16:35:03 +00:00
tsutsui
9878be8f8d
Enable options NTP, DDB and SCSIVERBOSE.
2003-04-19 16:22:51 +00:00
tron
6d26862b28
Fix for ACPI poweroff problem provided by Takayoshi Kochi. This resolves
...
PR kern/20614 by myself.
2003-04-19 16:09:16 +00:00
christos
4bf8b7765e
Put back bits of pr 9286 that got lost. Thanks to Onno van der Linden for
...
pointing this.
2003-04-19 15:47:45 +00:00
tsutsui
c069308048
TAB/space cleanup.
2003-04-19 14:56:05 +00:00
tsutsui
7fd64edc04
- remove obsolete #if 0'ed out code
...
- remove some leading/trailing spaces
2003-04-19 14:44:39 +00:00
bjh21
0b09c8fd02
Include <machine/pio.h> for in8()/out8().
2003-04-19 13:58:38 +00:00
bjh21
4511532aa8
Add NULL cn_halt and cn_flush members to ofppc_bootcons.
2003-04-19 13:56:04 +00:00
blymn
a54cbbdb50
Remove the resetting of top_row, cur_item and the pattern buffer from
...
post_menu so menu state is kept across upost/post actions. This addresses
PR #21218 .
2003-04-19 12:52:39 +00:00
tsutsui
2d4bb67d40
Fix unexpected fallthrough in switch statement.
...
This should fix boot failure of the INSTALL kernel
on news3400 with serial console.
2003-04-19 12:33:35 +00:00
wiz
a41d0875b7
New sentence, new line; use \*[Gt] instead of > for HTML output;
...
bump date for latest major change.
2003-04-19 10:56:51 +00:00
martin
57fde84a63
More explicitly point to MSS-clamping, after explaining why the ifmtu
...
sysctl may not be enough. Hopefully this avoids users stoping after the
"but this does not work for you" phrase and makes them read the next
paragraph too.
2003-04-19 10:08:40 +00:00
bjh21
d5bf4c3e72
Line up columns.
2003-04-19 08:35:25 +00:00
scw
5c0b008779
Don't use ARM32_NEW_VM_LAYOUT or initarm_common() for now. It's not
...
quite ready for prime-time on evbarm.
2003-04-19 08:18:12 +00:00
tsutsui
fd46661ecf
Remove definitions of SIZE and STRIP which should be defined elsewhere.
2003-04-19 07:34:15 +00:00