martin
c26dc73c1d
Remove unecessary intermediate (void*) casts.
2003-08-10 14:53:12 +00:00
bouyer
395a6a0006
Corect offset for the promise "magic registers" (it depends on channel number).
...
This makes cable detect work properly for newer promise (pdc268 and newer).
2003-08-10 14:51:55 +00:00
dsl
b2fa78b58e
Let noexec, nodev and nosuid be written to /ets fstab entries
...
Always use 1023 cylinders in mbr for large disks
2003-08-10 14:51:48 +00:00
martin
7a1600bb14
Remove unecessary intermediate (void*) casts.
2003-08-10 14:50:09 +00:00
martin
785cae7ed0
Sync with userland version.
2003-08-10 14:20:03 +00:00
martin
9fca39993e
Remove unessecary intermediate void* casts.
2003-08-10 14:12:43 +00:00
grant
3319bc243a
we already print "creating package ..." in pkg_perform(), no need to
...
say it twice :)
2003-08-10 12:27:08 +00:00
tsutsui
5b7e87e535
Fix a leftover comment.
2003-08-10 12:00:03 +00:00
tsutsui
37b01430e9
Call prep_bus_space_init() and consinit() after oea_batinit() and oea_init()
...
because powerpc/bus_space.c:bus_space_init() checks BAT maps. (from mvmeppc)
2003-08-10 11:41:36 +00:00
wiz
51471a0f3b
Be more explicit about the difference between the err and errx (and
...
similar) functions. Based on wording from Jeremy C. Reed.
Closes PR 22424.
2003-08-10 10:45:33 +00:00
dsl
26461e4412
Put cylinder number 1023 into the mbr for sectors beyond the CHS limit
...
(rather than encoding the highest CHS addressable sector).
2003-08-10 10:20:08 +00:00
dsl
8d9878ecb4
Remove only (last?) use of SETHIGH and SETLOW before gcc starts warning
...
about the odd construct. Also fixes kern/6525.
2003-08-10 09:54:06 +00:00
mrg
ef96a066f2
GCC3-specific sets
2003-08-10 08:44:41 +00:00
mrg
fa688653a3
return type of sizeof() is size_t not long.
2003-08-10 08:28:09 +00:00
mrg
b90813089d
avoid gcc3 cpp lossage.
2003-08-10 08:26:38 +00:00
mrg
151375e124
avoid some lint errors in the previous
2003-08-10 08:24:52 +00:00
dsl
b176defcde
Revert most of rev 1.27 of addbytes.c and associated changes.
...
Posix requires that adding '\n' does clrtoeol() and 'x = 0'.
(Making "\r\n" erase the text that has just been displayed.)
Remove __NONL test from addbytes, __NONL is a property of the output device.
2003-08-10 07:37:11 +00:00
chs
792f9a7f05
remove some leftover cruft.
2003-08-10 02:30:51 +00:00
chs
78a835abdc
fix typos in comments.
2003-08-10 02:03:31 +00:00
chs
a883716eb4
track changes in libsa Makefile.
2003-08-10 02:01:26 +00:00
mrg
62340ef2af
document -isystem-cxx.
2003-08-10 01:57:50 +00:00
uwe
e4bd28ac72
Undo previous. It breaks profiling, but I managed to test against the
...
wrong tree and so missed it.
2003-08-10 01:22:03 +00:00
keihan
be22639c8e
Add a bunch more, ok'd by Grant Beattie.
2003-08-10 00:44:46 +00:00
uwe
147642d466
Real _PROF_PROLOGUE so that assembly language functions can be profiled.
2003-08-10 00:00:26 +00:00
uwe
9cd06ccd7e
For ELF put RCSID strings into .ident section.
2003-08-09 23:04:43 +00:00
martin
eaa9779f55
Split into a 64 bit version (straight forward shifting and masking) and
...
a 32 bit one with two 32 bit operations with two temporaries later
combined.
This avoids the strict alias violating magic used before, thereby
probably fixing PR bin/22313.
2003-08-09 22:37:49 +00:00
dsl
fe536754c3
Allow user to shoot themselves in the foot by specifing a non-standard
...
'average bytes per inode' for each partition.
Fixes PR install/8509
2003-08-09 21:36:26 +00:00
dsl
221f1dff47
Some systems (esp. those with a Promise IDE controller card) seem to
...
destroy %dl (drive number) across the 'disk reset' command.
Preserve %dl across that call and all registers across the disk reads.
Reorder the code to remove some long conditional jumps to save space.
2003-08-09 20:57:45 +00:00
bsh
7061f16abb
enable LCD, PCMCIA, CF and PS/2 keyboard.
2003-08-09 19:41:44 +00:00
bsh
eab266e671
add following drivers for Intel Lubbock.
...
LCD
on-board SA-1111 companion chip
PCMCIA/CF slots
2003-08-09 19:38:53 +00:00
dsl
144c38f82d
Don't delete \r that aren't followed by '\n' when relaying program output.
...
Needed to get progress bar displayed correctly.
Kill a level of indent to get some coding space.
2003-08-09 19:26:38 +00:00
dsl
5638922967
Stop panic if 'mknod xxx b 0 0' done on a full filesystem.
...
panics in ffs_full_fsync because v_specmountpoint requires that the NULL
v_specinfo be followed.
Tidy up in the same order in all error paths so compiler can merge the
code sequences.
Fixes PR kern/22419
2003-08-09 19:02:53 +00:00
christos
27ffe34f72
Fix problem with OSIOCIFCONF where it tried to copyout addresses that
...
did not fit in struct osockaddr. Fixes linux emulation issue where bogus
addresses where returned for the interfaces [AF_LINK, AF_INET6]. While
I am here, change ioctl, so if the ifconf buffer passed is NULL, then it
computes how much space is needed and returns it in ifc_len.
2003-08-09 18:13:03 +00:00
yamt
b1eb92cb46
in ACPI_ACQUIRE_GLOBAL_LOCK,
...
don't assume that the reserved bits of the global lock are all zero.
it's actually needed for, at least, IBM Thinkpad X21 (2662-64J).
2003-08-09 17:35:43 +00:00
jdolecek
64bb562b50
fix linux_sys_p{read|write}() to actually call correct syscall after
...
arg massage, i.e. sys_p{read|write} as appropriate; up to now, the functions
called sys_{read|write}() by mistake
2003-08-09 17:11:51 +00:00
christos
c626c860b1
LINUX_USRSTACK is only defined on i386. Thanks Izumi!
2003-08-09 16:28:49 +00:00
christos
a24080409e
Only choose the linux usrstack if the netbsd usrstack was higher.
2003-08-09 14:17:28 +00:00
christos
36e09d1a2c
Explain a diagnostic message a bit better, and make it a debug only message.
2003-08-09 14:16:44 +00:00
christos
9897a5425c
Change the way we compute the top of the stack. This makes java-1.4.2 work.
2003-08-09 13:44:39 +00:00
mrg
7fb34d4e7b
merge gcc3.3.1
2003-08-09 12:59:00 +00:00
mrg
032a2c7f24
add dependancies "make depend" needs to know about. fixes PR#22389
2003-08-09 12:04:55 +00:00
recht
b7414800d0
Add myself to the list of developers.
2003-08-09 11:53:26 +00:00
igy
aabdcf8773
bump the version number
2003-08-09 11:38:16 +00:00
igy
07f9797566
add bootp support
2003-08-09 11:37:57 +00:00
mrg
adab0762e5
initial import of (final) GCC 3.3.1 sources
2003-08-09 11:11:09 +00:00
pk
f18213d166
Simplify the definitions of VA_VPG() and VA_OFF().
2003-08-09 09:30:04 +00:00
martin
a26ce66da3
KERNBASE -> KERNBASE_LOCORE (make it compile again)
2003-08-09 08:58:50 +00:00
igy
8f53455cfb
netboot support
2003-08-09 08:01:42 +00:00
keihan
785984d9e4
Add a bunch of acronyms, approved by Grant Beattie.
2003-08-09 01:35:16 +00:00
jonathan
3a6b5e631c
Config hooks for ubsec (Bluesteelnet, Broadcom 582x) driver.
2003-08-08 20:46:09 +00:00