christos
c68bc6a017
reset the tty in the normal tty discipline if we persist so that we can
...
dial again.
2006-01-10 22:57:35 +00:00
reed
de56c0d123
Fix mispelling in a comment.
2006-01-10 20:53:24 +00:00
christos
82f14002cb
Regen
2006-01-10 20:33:31 +00:00
christos
eec1348ff2
PR/32494: Dennis Chernoivanov: Intel PRO/100 VE (LOM) not detected on Sony Vaio
2006-01-10 20:31:36 +00:00
cdi
bcaee69819
PR/32494: Add ID 0x1068 for Intel PRO/100 VE (LOM) found on Sony Vaio
...
S4HRP laptops.
2006-01-10 20:30:47 +00:00
xtraeme
036d1576c2
* Fix powernow_sysctl_helper() prototype, the argument must be
...
SYSCTLFN_PROTO.
* Cosmetics.
2006-01-10 15:31:11 +00:00
skrll
2b3543128f
I was a bit over zealous with my last change so revert the
...
locked_return_point change.
Loading the instruction at locked_return_point as a return value didn't
work so well.
Thanks to uwe, cube, and dsl.
2006-01-09 22:17:16 +00:00
dsl
c2452a4af0
There really isn't any point reporting all the alternate superblocks,
...
big filesystems can have thousands of them - no one ever writes them down.
After the first line of numbers just output a '.' for each cylinder group.
Also limit the lines to 79 columns so broken terminal emulaters don't
double-space the output lines.
2006-01-09 20:59:25 +00:00
cube
d0a6ccb0ad
Sync with code: addresses have the local bit set now. Pointed out by is@.
2006-01-09 20:38:31 +00:00
tsutsui
dcf59f2ba1
Add dates of ews4800mips and 3.0 release.
2006-01-09 18:45:00 +00:00
tsutsui
7cc21e2059
- add ews4800mips
...
- add some missing dirs under sys/arch
(XXX openblocks405 and pdp10 are still missing)
- sync some descriptions with 3.0 announcement
XXX: any reason to keep sys/arch/openblocks405?
2006-01-09 18:41:18 +00:00
tsutsui
8823268c68
Add ews4800mips.
...
While here, remove nonexistent openblocks.
2006-01-09 17:58:49 +00:00
tsutsui
d87a63cda3
- Fix typo (s/BFS/SYSVBFS/)
...
- Use strlcpy(3) rather than strcpy(3)
2006-01-09 15:25:20 +00:00
christos
1482d7ce1c
Make sure we initialize all structs to 0; from Xin LI
2006-01-09 13:04:38 +00:00
apb
b7d86f5e4c
In "dd progress=N", let the value of N control how often
...
to print a "." to stderr. Previously, any non-zero
value behaved like "progress=1".
PR 24300
Approved by christos
2006-01-09 10:17:05 +00:00
tsutsui
756481fd55
First cut at sysinst support for ews4800mips.
2006-01-09 10:03:51 +00:00
tsutsui
77d25487c9
Add sysvbfs stuff. (enabled by md.h)
2006-01-09 10:00:34 +00:00
tsutsui
05394b9c36
- Shrink more functions.
...
- Adjust MEMORY_DISK_ROOT_SIZE.
2006-01-09 09:57:42 +00:00
tsutsui
b44de2b302
Reduce IMAGESIZE.
2006-01-09 09:55:53 +00:00
tsutsui
89d726eb46
Make and install a bootloader binary with embedded RAMDISK kernel image.
2006-01-09 07:24:29 +00:00
tsutsui
98d3b4882a
Install bootloader binaries into ${RELEASEDIR} for netboot.
2006-01-09 01:36:29 +00:00
oster
4476a2943b
rf_DiskUnlockFunc and rf_DiskUnlockFuncForThreads are never used. Punt them.
...
rf_DiskUnlockUndoFunc is in the same boat. Punt it too.
2006-01-09 01:33:27 +00:00
rpaulo
637479ff2d
I'm now the responsible of bsd-family-tree. Thank you Itojun for your work!
...
Ok'ed by core.
2006-01-09 00:35:11 +00:00
riz
c54c8d879a
pfil_add_hook() and pfil_remove_hook() return int, not void.
...
From Liam J. Foy.
2006-01-08 23:34:34 +00:00
oster
0d6d84878e
Really move all of the bp initalization bits into InitBP().
2006-01-08 22:26:30 +00:00
dsl
f5d380b30d
Remove the sp#9600 from the entry for Pc|Pc console.
...
wscons will have set 9600 somewhere, and if it is a real serial port the
kernel will have set the baud rate based on information passed by /boot.
Now an unmodified system will boot in a Soekris net4801 at 38400 baud.
2006-01-08 22:23:46 +00:00
dsl
a6d7f81261
Save console baud rate as both the input and output rates.
...
This is what I thought I'd done in rev 1.237
2006-01-08 22:19:59 +00:00
oster
96c9402704
For the normal (read/write) case, do all the buffer initialization
...
inside of InitBP().
2006-01-08 22:06:26 +00:00
agc
21a20aa6e5
Add teh disclaimer into the document as well as being in the CVS commit log.
2006-01-08 21:57:26 +00:00
agc
e7f3d9c081
Put some developer names besides the roadmap tasks and projects, where
...
feasible and known. Also put a best guess estimate of the NetBSD release
version which the task/project is aimed at.
PLEASE NOTE THAT THIS IS A VOLUNTEER PROJECT, AND THAT NONE OF THESE
RELEASE VERSIONS, OR NAMES, IS A GUARANTEE OF THE FUNCTIONALITY BEING
COMPLETE OR EVEN STARTED. INTERESTED PARTIES SHOULD CONTACT
core@NetBSD.org
FOR MORE INFORMATION.
2006-01-08 21:56:32 +00:00
oster
aad92944f5
Cleanup the initialization of buffers a bit, and remove some old code
...
that works around a bug that no longer exists. From yamt. Thanks!
(a bit more cleanup to follow)
2006-01-08 21:53:26 +00:00
rpaulo
0139136720
bsd-family-tree: 1.100/1.100.
2006-01-08 21:14:39 +00:00
rpaulo
cd56564630
Sync with FreeBSD rev. 1.100, adding NetBSD 3.0 and DragonFly 1.4.0.
2006-01-08 21:04:53 +00:00
martin
2e1a547276
Cosmetics (pointed out by uwe): use trivial restore, not the explicit
...
version.
2006-01-08 20:03:19 +00:00
bouyer
3c69e23dad
ctrl_if.h isn't needed here.
2006-01-08 19:00:59 +00:00
tsutsui
751d67ef2a
Fix pasto in comments.
2006-01-08 18:48:25 +00:00
dsl
8cc9d75901
Include the 'preds' and 'successors' in the diag output.
...
These are the values that are actually used to control what is built.
(I suspect .WAIT info added in the previous delta isn't always useful.)
2006-01-08 17:43:31 +00:00
jdc
b342fc607a
Use ntohl(host_address) so that RBL lookups work on little-endian hosts.
...
Tested on alpha, i386 and sparc64.
Fixes PR lib/30402.
2006-01-08 17:20:28 +00:00
kent
225ba2620d
add some trace messages in azalia_mixer_init().
2006-01-08 16:52:42 +00:00
tsutsui
c19a11ffc4
Use -mmemcpy to shrink binaries.
2006-01-08 16:05:56 +00:00
tsutsui
88d40f88ec
Add /usr/mdec/boot.coff.
2006-01-08 15:35:00 +00:00
tsutsui
5bbcbabedf
Build and install the following bootloader binaries:
...
boot: ELF bootloader binary
boot.coff: COFF bootloader binary (for old firmware)
boot_kernel.gz: ELF bootloader binary which can include kernel binary
by mdsetimage(8) (for netboot)
2006-01-08 15:34:18 +00:00
bouyer
56b1a39e10
Move if_xennet private functions and structures from if_xennetvar.h
...
to if_xennet.c
2006-01-08 14:45:41 +00:00
tsutsui
00115740d2
Shrink RAMDISK kernel by disabling some functions.
2006-01-08 14:35:39 +00:00
tsutsui
c252c802fd
Remove duplicated veriexec options.
2006-01-08 13:13:36 +00:00
dsl
07c6949e33
Don't (try to) use files marked .OPTIONAL as implicit sources.
...
There existance hasn't been verified at the point the implicit rules are
checked.
2006-01-08 12:59:52 +00:00
wiz
d0fb2fc679
Use MaxPathSize instead of PATH_MAX (like everywhere else here).
2006-01-08 12:20:54 +00:00
martin
286956e76d
Use __errno in the _REENTRANT case (pointed out by Valeriy E. Ushakov).
...
While there, indent some delay slot instructions.
2006-01-08 12:05:33 +00:00
dsl
94a49912ba
Include .WAIT in the debug output for dependency lists.
2006-01-08 11:54:13 +00:00
dsl
93ab8a734f
Use separate invocations of make for cleandir dependall and install of
...
tools so that a parallel make doesn't start running dependall before
cleandir has finished.
Unfortunately make doesn't support .WAIT on the command line :-(
2006-01-08 11:03:40 +00:00