des
e332aae785
Introduce struct xtty, used when exporting tty information to userland.
...
Make kern.ttys export a struct xtty rather than struct tty. Since struct
tty is no longer exposed to userland, remove the dev_t / udev_t hack.
Sponsored by: DARPA, NAI Labs
2002-05-28 05:40:53 +00:00
tjr
c749049ff8
Hook newgrp(1) up to the build.
...
PR: 36190
2002-05-28 05:07:42 +00:00
tjr
16f4712bc4
Add the newgrp(1) utility, which changes groups. This is required by
...
the POSIX.2 UPE.
PR: 36190
Reviewed by: -standards, silence on -audit
2002-05-28 05:05:28 +00:00
mike
4edee95d82
Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with an
...
underscore. This is the preferred form. Also fix a preprocessor
syntax error in an error-detection section.
2002-05-28 04:32:25 +00:00
bmah
5125105610
Typo fix: s/IPSec/IPsec/g
...
PR: 38627
Submitted by: Marc Fonvieille <marc@blackend.org>
2002-05-28 00:16:22 +00:00
brian
6fc921d693
Coerce pid_t to long rather than int for better portability.
...
Suggested by: Theo de Raadt <deraadt@openbsd.org>
2002-05-27 23:19:53 +00:00
alc
06c3939cfb
o Remove unused #defines.
2002-05-27 22:10:28 +00:00
murray
7689e10e1a
The ports collection now contains over 7000 applications and consumes
...
about 165MB of space when first installed.
Submitted by: rpratt
2002-05-27 19:31:02 +00:00
robert
824b3e35f9
Correct a check for NUL.
...
Spotted by: bde
2002-05-27 19:27:43 +00:00
obrien
59f416fcf0
I missed the setting of PREFIX_INCLUDE_DIR when I visually santity checked
...
the output from a autoconfig run.
2002-05-27 17:48:28 +00:00
ru
d542ec16a8
Re-enable running of makewhatis(1).
2002-05-27 15:52:40 +00:00
ru
37bdc051b0
Bootstrap makewhatis(1).
2002-05-27 15:51:38 +00:00
dwmalone
3a164e8568
As far as I can tell, the maximum packet size for 802.11b is 2346,
...
which means that the valid range for the RTS threshold is 0-2347.
The default is definitely 2347.
2002-05-27 13:39:01 +00:00
dwmalone
4c72376dab
Remove a stray "t" in the usage message.
...
PR: 38605
Submitted by: KOIE Hidetaka <hide@koie.org>
MFC after: 1 week
2002-05-27 13:33:46 +00:00
bde
edc5c7457a
phsyical -> physical
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-05-27 13:08:08 +00:00
benno
556157d84a
Print srr1 in printtrap()
...
Submitted by: Peter Grehan <peterg@ptree32.com.au>
2002-05-27 11:20:19 +00:00
benno
d7323955b4
Get the correct memory regions from OpenFirmware. We were getting the
...
"available" ranges, not the "physical" ranges. Clean up some of the
bootstrap code in the process.
Submitted by: Peter Grehan <peterg@ptree32.com.au>
2002-05-27 11:18:12 +00:00
robert
1a1155b204
- Move the loop conditional into the "for" header.
...
- Remove redundant "? :" construct.
style(9):
- Place a space after return statements.
- Compare pointers to NULL.
- Do not use ! to compare a character to nul.
2002-05-27 11:01:30 +00:00
ru
447608687b
Change the ">>> make release ..." output to also include ${TARGET}.
2002-05-27 10:59:41 +00:00
ru
06d0707126
Fixed the nasty bug I introduced in rev. 1.671 that got
...
fatal in the previous delta. Repeat after me: exists()
is executed at parse time.
2002-05-27 10:52:03 +00:00
benno
496e86d41b
Use correct types in [sf]uword32.
2002-05-27 10:50:47 +00:00
jmallett
afc38d0730
Don't risk catching a signal while handling a signal for a dying child, as we
...
can then end up not properly clearing wtmp/utmp entries.
PR: bin/37934
Submitted by: Sandeep Kumar <skumar@juniper.net>
Reviewed by: markm
MFC after: 2 weeks
2002-05-27 08:10:24 +00:00
marcel
36a7d4b914
Work around a memory fault on ia64 caused by having the 1MB buffer on
...
the stack in DoFile(). This needs some investigation. In the mean time
we do a one time malloc() for the buffer to have it on the heap instead.
2002-05-27 07:54:43 +00:00
tjr
857b1f2ee6
The XCU issue 5 requirement of accepting the file operand intermingled
...
with options has been withdrawn in issue 6, to which nl(1) now conforms.
2002-05-27 06:53:54 +00:00
tjr
b50c5edd06
style(9): use errx() where appropriate instead of fprintf() + exit().
2002-05-27 06:46:29 +00:00
tjr
dab00ca877
style(9): use err() instead of perror() + exit().
2002-05-27 06:37:34 +00:00
tjr
c73112a6c7
Claim conformance to IEEE Std 1003.1-2001.
...
See also csplit(1).
2002-05-27 06:08:14 +00:00
tjr
fd517aac90
Allow "-" to be specified as an operand as well as an option.
...
SUSV3 requires something like "split -- -" to work. Document the "-" operand.
2002-05-27 05:27:10 +00:00
dd
90158e3b68
Don't tsleep() with an sb_mtx held.
2002-05-27 05:20:15 +00:00
tjr
89c62e14bd
Avoid overflowing `fname' if the file name prefix given on the command
...
line is too long.
Obtained from: OpenBSD
2002-05-27 04:59:46 +00:00
tjr
3a59030266
Exit non-zero if the tags file cannot be opened.
2002-05-27 03:54:45 +00:00
dd
ef78f19043
Remove spurious period.
2002-05-27 03:45:27 +00:00
tjr
ec252a0e8b
From NetBSD:
...
Revision 1.10 Sat Oct 14 17:41:55 2000 UTC by bjh21
Don't core dump with an empty format string. Fixes PR#11218.
Patch supplied by Launey Thomas.
Obtained from: NetBSD
2002-05-27 03:17:28 +00:00
tjr
fb067c8f63
Initialise the `positions' array correctly before use.
2002-05-27 02:01:25 +00:00
mike
e24a2ccd6a
Use underscored variant of BYTE_ORDER and friends to allow this to
...
work in a !__BSD_VISIBLE environment.
2002-05-27 00:55:17 +00:00
joe
708a20ee7b
Regen.
2002-05-27 00:01:21 +00:00
joe
a65e356625
Add a couple of new aue ethernet adapters from NetBSD:
...
ELECOM LDUSBLTX
IODATA USBETTXS
2002-05-27 00:00:48 +00:00
joe
831cd78c74
Use aue_lookup for looking up devices.
2002-05-26 23:54:37 +00:00
joe
334090e937
Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compiler
...
didn't pick it up.)
2002-05-26 22:13:09 +00:00
joe
514cd97aa3
MFNetBSD:
...
revision 1.124
date: 2002/05/26 03:10:02; author: minoura; state: Exp; lines: +3 -3
Clear done_head in the HCCA *before* acknoledging the interrupt.
Driver lost some completed transfers under heavy loads.
2002-05-26 22:11:34 +00:00
joe
7a6410c018
MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)
...
date: 2002/05/19 06:24:31; author: augustss; state: Exp;
Update dma memory access API a little.
NetBSD have adopted our way of using the KERNADDR macro. Update
the revision tags to show that we're in sync, and remove the casts
that they did in their adaptation.
2002-05-26 22:00:06 +00:00
ue
98011cfe8b
More catchup MFbeds:
...
hardware/alpha/proc-alpha.sgml: MFen 1.40 -> 1.41
hardware/common/dev.sgml: MFen 1.87 -> 1.91
installation/common/install.sgml: translation fixes
readme/article.sgml: translation fixes
relnotes/common/new.sgml: MFen 1.340 -> 1.355
2002-05-26 19:41:51 +00:00
ue
725df5d34c
The pre-release sweep continues:
...
Just update the 'original revision' markers of some files where the last
update of the english version has no impact on the translated version
(spelling checks are a premium cause of this) except making it harder
to find the changes that still need to be translated/comitted.
2002-05-26 19:35:41 +00:00
phk
d41562720e
Add a proof-of-concept encryption class.
...
"The only hard problem in cryptography is key-management."
All sectors are encrypted with AES in CBC mode using a constant key,
currently compiled in and all zero.
To activate this module, write the magic header on the partition:
echo "<<FreeBSD-GEOM-AES>>" | dd conv=sync of=/dev/md98
The encrypted device will be one sector shorter and have ".aes"
appended to its name.
Sponsored by: DARPA & NAI Labs.
2002-05-26 18:14:38 +00:00
phk
571d9aa442
Give the closet-dev_t we hand to the diskdrivers a name.
2002-05-26 17:35:14 +00:00
phk
8bb89b7b0c
Only clear the spoiled flag if the class had no spoiled method, the spoiled
...
method may have deallocated the consumer already and modifying free()'ed
memory is bad style.
Sponsored by: DARPA & NAI Labs.
2002-05-26 17:17:25 +00:00
obrien
0b1a4f9b10
Alpha has crtfastmath also.
2002-05-26 17:16:21 +00:00
obrien
1c24f917c1
Rev 1.12 broke make all' w/o a previous
make depends'.
2002-05-26 17:09:31 +00:00
gioria
81d4e1c41c
Initial translation
2002-05-26 17:07:32 +00:00
gioria
a8cd5422f5
Initial translation
2002-05-26 16:49:48 +00:00