fredette
1b9e597488
Added support for uncompressed sets.
...
When doing a UDP NFS mount, ask if "small transfers" (i.e.,
-r 1024 -w 1024) should be used; this is necessary when
the client and/or server has a feeble network card.
2001-12-17 20:17:34 +00:00
atatat
106061dd27
Describe the new "kernel config embedding" options.
2001-12-17 20:09:55 +00:00
wiz
f8b221bd5c
Add /usr/sbin/dbsym.
2001-12-17 19:42:05 +00:00
fredette
a366516238
Added ifmedia(4) support.
2001-12-17 18:14:17 +00:00
christos
8c43d5ed6d
make sure that rlim_cur >= rlim_max in all the setrlimit(2) cases.
2001-12-17 16:38:12 +00:00
christos
ecb7b5a99a
PR/14975: Takayoshi Kochi: memory leak in regexec(3).
...
Always free m->pmatch and m->lastpos on error.
2001-12-17 16:32:49 +00:00
christos
74ffc129b3
turn a macro into a simple statement.
2001-12-17 16:31:11 +00:00
atatat
5ba4387372
Provide hooks to include the config file(s) in the kernel binary.
2001-12-17 15:40:43 +00:00
atatat
eb0a09d704
Teach config how to store the config in a .h file such that it can be
...
embedded in the resulting kernel binary.
2001-12-17 15:39:43 +00:00
bjh21
db39bfcf04
Add /usr/include/arm/iomd/vidc.h.
2001-12-17 15:09:24 +00:00
bjh21
f2ebadcc6f
Ensure that vidc.h gets installed somewhere -- Xarm32vidc needs it to compile.
2001-12-17 15:07:37 +00:00
briggs
f39915890f
Supply a snap_md_post for sandpoint.
2001-12-17 14:41:49 +00:00
ichiro
57957526e0
Uoo
...
Make it compile.
2001-12-17 14:34:37 +00:00
ichiro
1b0449d255
support BREAK function,
...
keep a value of the last LCR.
2001-12-17 14:31:02 +00:00
ichiro
d5f3329501
In BREAK, the value of LCR is held.
2001-12-17 14:19:39 +00:00
wiz
cd1d503ed0
Sort options in usage in default order (AaBb...).
2001-12-17 13:16:10 +00:00
wiz
33a42d347d
Add /usr/sbin/irdaattach.
2001-12-17 13:10:54 +00:00
wiz
d178cd29a9
Add hash(9) and its symlinks, and /usr/share/mk/bsd.hostlib.mk.
2001-12-17 13:10:13 +00:00
wiz
f48442c6e1
Add irda(8).
2001-12-17 13:08:55 +00:00
wiz
d61cbcc75a
Add /usr/share/examples/mount_portal/sysctlfs.sh.
2001-12-17 13:08:15 +00:00
gehenna
7cd101a6ca
Introduce the new umass quirk table.
...
Discussed with augustss.
2001-12-17 12:16:14 +00:00
mhitch
576463d9d3
Change manual pages to reference the new two-stage boot loader.
...
Also include the installboot option to change the default boot command
line.
2001-12-17 06:01:23 +00:00
mhitch
f558d9fca7
Change to use the new two-stage boot loader when building the miniroot
...
filesystem.
2001-12-17 05:59:20 +00:00
mhitch
2609e32c3f
Fix for changes in using VND.
2001-12-17 05:57:33 +00:00
mhitch
7859091290
Change to new two-stage boot loader; make previous bootblocks obsolete.
2001-12-17 05:54:25 +00:00
mhitch
9d4755dd24
Adjust for a.out/ELF conversion program.
2001-12-17 05:49:41 +00:00
mhitch
79193d3408
Changes for building two stage loader, and add support for ELF object
...
format.
2001-12-17 05:48:09 +00:00
mhitch
4038ed8a29
Select relocatable to bootblock conversion program based on which object
...
format is being used.
2001-12-17 05:46:52 +00:00
mhitch
5a3ab70cb5
Add some additional conversions for ELF assembler output.
2001-12-17 05:45:08 +00:00
mhitch
29ee3faf63
Change fixed-size buffers to variable, with an option to set the size for
...
the second stage loader.
Show the number of bytes remaining in the boot file image.
2001-12-17 05:43:40 +00:00
mhitch
e1d8eca622
Update amiga booter to two-stage booter.
...
First stage is bootxx_ffs (for ffs boot partitions) or bootxx_fd (for bootable
floppy disk). These locate, load, and execute the second stage loader boot.amiga.
The console screen is created and passed to the second stage loader.
The second stage loader uses loadfile() to load the kernel image, which can
be either a.out or ELF format, and can also be compressed. It will load a
kernel file from ffs file systems or the ustarfs used on floppy disks.
2001-12-17 05:40:40 +00:00
thorpej
c7af981281
Make a note about what "nop" and "unop" actually are.
2001-12-17 01:51:44 +00:00
martin
61eb776b48
Remove yet another spurious (debug?) output.
2001-12-16 23:55:28 +00:00
martin
b2bd90b630
Cleanup softc more completely on "ifconfig down", but only if we are
...
currently in a connection reestablishement state.
The previouse (incomplete/unconditional) cleanup confused the state machine.
2001-12-16 23:53:31 +00:00
wiz
31e448f633
Fix some typos.
2001-12-16 23:50:14 +00:00
wiz
66352c6591
Misc. minor fixes.
2001-12-16 23:47:19 +00:00
bouyer
2752bdbb87
Note support of newer promise controllers.
2001-12-16 23:40:23 +00:00
bouyer
a9f41fe33b
dd support for the Promise Ultra100TX2, Promise Ultra100TX2v2 and Ultra133
...
IDE controllers. In part from OpenBSD via ragge, in part from FreeBSD.
2001-12-16 23:35:52 +00:00
oster
3b488c3f27
Fix an off-by-one error when autoconfig is hunting for a free RAID
...
device in the rare event that the one it wants is already in use.
Thanks to Wolfgang Stukenbrock for noticing the bug and filing the PR.
This fix addresses PR#14862.
2001-12-16 22:57:32 +00:00
thorpej
e53aabcecc
Rename weasel.c to weasel_isa.c in preparation for supporting the
...
PCI version of the Weasel.
2001-12-16 22:35:31 +00:00
thorpej
cf64f893c8
Try again: weasel -> weasel_isa
2001-12-16 22:33:35 +00:00
thorpej
87e8f0c761
Oops, revert previous; it included some other changes there weren't
...
meant to be checked in.
2001-12-16 22:32:07 +00:00
thorpej
b45e326520
weasel -> weasel_isa
2001-12-16 22:30:26 +00:00
thorpej
cb2d65aaf9
Fix a minor typo.
2001-12-16 22:23:01 +00:00
thorpej
23dfa29697
Add the serial port on the Middle Digital, Inc. PCI Weasel.
2001-12-16 22:22:04 +00:00
thorpej
fd8e4d1653
Regen:
...
Add Middle Digital, Inc. vendor ID. Add product IDs for the
Middle Digital PCI-Weasel Virtual VGA, Serial Port, and Control
registers.
2001-12-16 22:00:41 +00:00
thorpej
f7b4a308a9
Add Middle Digital, Inc. vendor ID. Add product IDs for the
...
Middle Digital PCI-Weasel Virtual VGA, Serial Port, and Control
registers.
2001-12-16 21:59:47 +00:00
fvdl
a3cd944f25
Also correct the attach flags to enable IO space on the ServerWorks
...
CNB20LE.
2001-12-16 21:33:06 +00:00
gmcgarry
bdfdbd8233
Make this compile with new toolchain.
2001-12-16 20:58:25 +00:00
reinoud
608b11c8f4
Minor bootloader update but most of all updated UnixFS disk selections so
...
now also other patitions are possible; The scripts `native/wd*' were all
broken !!! Guess Mark Brinicombe had some plans but forgot to subit them...
2001-12-16 20:54:29 +00:00