phantom
2d3793614b
add langinfo.h
2001-02-08 17:14:28 +00:00
phantom
dd4c526765
add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c
...
remove lconv.c
2001-02-08 17:13:24 +00:00
phantom
043f9a3fa1
Add SUSv2 compatible nl_langinfo() function. It still need some work, but
...
this is already usable one.
2001-02-08 17:12:03 +00:00
phantom
028f19b91b
Catch up to latest chanage in timelocal structures exporting.
2001-02-08 17:08:13 +00:00
phantom
fe9086e23b
Export internal data structures in same manner as numeric/monetary/messages
...
structures exported.
Protect timelocal.h from multiple inclusions.
2001-02-08 17:06:37 +00:00
phantom
d35a50f010
Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERIC
...
information to fill return structure. Remove unused anymore stub.
2001-02-08 17:03:01 +00:00
phantom
e396ac20a4
Make FreeBSD locale support complete: add support for rest locale categories
...
LC_MONETARY, LC_NUMERIC and LC_MESSAGES. Remove stub functions since they
don't need anymore.
Reviewed by: silence on -i18n
2001-02-08 16:58:53 +00:00
phantom
da5c9d8c01
Optimize gencat(1) sources in same manner as its libc part some time ago:
...
. remove SYSV compatibility bits
. sort #include's
. ifdef unused code
. cleanup BDECFLAGS warnings
. fixed few typos in diagnostics messages
. style(9) fixes
as part of this cleanup I have changed all K&R declarations to ANSI style.
Main reason for doing that was great mix of declarations used here - clean
ASNI , clean K&R, ifdef'ed (both).
Reviewed by: ache (mostly)
2001-02-08 16:38:16 +00:00
nyan
1c34bcf835
Added pc98 supports.
2001-02-08 13:24:30 +00:00
nectar
a7ec51af6e
Document the cases in which setreuid changes the saved-user-ID.
2001-02-08 12:43:33 +00:00
ru
0ac7eb3717
Fixed the .St strings so that no single-character component of
...
the name could be wrapped, e.g. ``ISO C'' is always printed on
the same line.
Ported from: mdocNG
2001-02-08 12:00:18 +00:00
ru
c6476ac6e9
Fixed the .Xr macro so that it produces the right spacing
...
and no hyphenation is possible on a dash (`-') character.
Ported from: mdocNG
2001-02-08 11:22:34 +00:00
ru
2b9e4b5e9b
mdoc(7) police: print #ifdef/#endif literally,
...
and as list items (to get the correct offset).
2001-02-08 10:40:42 +00:00
ru
a1870463d8
mdoc(7) police: C types should be declared with either .Ft or .Vt.
2001-02-08 10:22:35 +00:00
ru
bca411760f
mdoc(7) police: removed hard sentence break, corrected .Nd.
2001-02-08 10:06:09 +00:00
obrien
d3e4fb25c3
Remove the manpage since the actual software was put in the Attic.
...
Noticed by: bde
2001-02-08 09:30:21 +00:00
mikeh
6510c5af82
De-__P()-ify, convert K&R style declarations to ANSI ones
2001-02-08 05:58:55 +00:00
mikeh
71e073a651
Prevent string overflows by using safer string functions
...
Use tolower() rather than bit or-ing
Sanity check user specified printf() format
Exit when too many input files are given
Remove register from variables
Reviewed by: markm, imp
2001-02-08 05:33:19 +00:00
obrien
93d05d1855
Bump __FreeBSD_cc_version to 500002 to show the -pthread option change.
2001-02-08 05:27:17 +00:00
semenu
b15311e2a6
Add recently added PHY drivers sources.
...
Reminded by: Peter Wemm <peter@netplex.com.au>
2001-02-08 04:58:17 +00:00
jhb
9b6b2fecee
Don't bother with acquiring/releasing Giant around kmem_malloc() and
...
kmem_free() for now. Kmem_malloc() and kmem_free() now have appropriate
assertions in place, and these checks aren't feasible until more of the
networking code is locked down. Also, the extra assertions here should
already be caught by the WITNESS code as lock order violations should
mutex operations on Giant be reintroduced here later.
2001-02-08 00:27:38 +00:00
jhb
269b51d4a0
Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise,
...
this negates the explicit disabling of interrupts when entering the
debugger in Debugger().
2001-02-08 00:10:07 +00:00
jhb
ec3d644900
- Check if the ccb_infos in the softc is NULL before trying to free it in
...
adv_free() as the ISA probe routine doesn't malloc() ccb_infos but does
call adv_free().
- Release the ISA-only overrun DMA tags, bufs, and maps if the probe fails.
Tested by: rwatson
2001-02-08 00:00:12 +00:00
peter
c1207542ee
The code I picked up from NetBSD in '97 had a nasty bug. It limited
...
the index of the pollfd array to the number of fd's currently open, not
the maximum number of fd's. ie: if you had 0,1,2 open, you could not
use pollfd slots higher than 20. The specs say we only have to support
OPEN_MAX [64] entries but we allow way more than that.
2001-02-07 23:28:01 +00:00
jhb
6ab203b6ca
When SMPng was first committed, we removed 'cpl' from the interrupt
...
frame. Teach ddb about this as there is one less word for it to skip
over when finding a trapframe on the interrupt frame stack.
2001-02-07 22:41:47 +00:00
semenu
e2a6530402
Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in
...
compilation.
2001-02-07 22:34:15 +00:00
asmodai
5cf198e77a
Synch: Properly constify sccsid[].
...
Replace bcopy() with memmove().
2001-02-07 22:25:56 +00:00
asmodai
dfe4864cef
Synch: Prefer memmove() over bcopy().
2001-02-07 22:22:57 +00:00
asmodai
1393f49cab
Synch: Properly constify sccsid[].
2001-02-07 22:20:44 +00:00
asmodai
248275ca89
Synch: prefer memmove() over bcopy(), since the first is a C-standard
...
interface, whilst the latter is a BSD'ism.
2001-02-07 22:18:58 +00:00
asmodai
bf7345c3e8
Synch: Add $FreeBSD$.
2001-02-07 21:58:16 +00:00
cg
1cd44c5d5b
back out rev 1.49, looks like i committed it from the wrong tree.
...
include the changes 1.49 was supposed to have.
Noticed by: peter
2001-02-07 20:45:40 +00:00
semenu
1e6371c6ac
Reflect recently added support for SMC9432FTX cards.
2001-02-07 20:18:54 +00:00
semenu
b3d64495b9
Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 family
...
cards will work too.
2001-02-07 20:11:02 +00:00
semenu
e472dcaec2
Update tx(4) man page to reflect changes since 1997, especially
...
recent changes.
2001-02-07 20:09:50 +00:00
semenu
1fa0fc7de2
Add QS6612, AC101 and LXT970 personal drivers and register definitions.
...
Obtained from: NetBSD/OpenBSD
2001-02-07 19:57:40 +00:00
ru
83a0acf134
1. Disable hyphenation on a dash (`-') character in macro arguments.
...
2. Disable recognition of end-of-sentence characters in text-type
macro arguments.
3. Fix the missing space bug when an end-of-sentence character was
followed by another punctuation character.
4. Fix the bug where hyphenation was left disabled after .Re.
Obtained from: mdocNG
2001-02-07 17:45:22 +00:00
sobomax
010d4c2499
Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.
...
Tested by: knu, sobomax and other #bsdcode'rs
2001-02-07 17:34:48 +00:00
ru
0794a5344d
mdoc(7) police: replace two -unfilled displays with -tag lists.
...
This works only because of bugs in current implementation: the
first .It after ``.Bd -unfilled'' re-enables filling mode and
does not restore (disable) it back afterwards.
2001-02-07 16:02:21 +00:00
ru
5addfd60d6
mdoc(7) police: Change -filled displays (which just happen
...
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
2001-02-07 13:45:30 +00:00
ru
2001e1a6ee
Add a missing line-break request so that -ragged
...
-compact lists always start from the new line.
Example:
foo
.Bd -ragged -compact
bar
.Ed
Produced:
foo bar
Now produces:
foo
bar
2001-02-07 11:26:57 +00:00
obrien
532bf7aa29
Bump the i386 default root by another 30MB to 100MB total. The Alpha
...
default root bumps 20MB to 110MB.
Requested by: kris
2001-02-07 11:26:41 +00:00
ru
3d96d7e52f
mdoc(7) police: Removed extraneous .No call. The .Nm macro in
...
mdocNG has been fixed to properly handle its arguments so this
was causing the extraneous (undesirable) space.
2001-02-07 10:11:57 +00:00
obrien
12535a0451
Add 20MB to the default / size for this in-development branch.
2001-02-07 09:29:29 +00:00
phk
94bdc042d5
Use correct index when counting short errors.
2001-02-07 08:44:42 +00:00
peter
d447364263
Change the peripheral driver list from a linker set to module driven
...
driver registration. This should allow things like da, sa, cd etc to be
in seperate KLD's to the cam core and make them preloadable.
2001-02-07 07:05:59 +00:00
cg
2b52ef3ebe
conditionalize "hwptr went backwards" messages
...
modify default buffer size heuristic to not max out at 4k. mpg123 should now
behave better under load.
2001-02-07 06:48:28 +00:00
imp
64f7746a1b
Move ti1031 to the 16-bit bridge section
2001-02-07 01:16:40 +00:00
asmodai
166df89947
Fix some nits:
...
- whitespace: incorrect usage of tab or space
- removal of comments which served either no purpose or were
misleading
Submitted by: bde [a while ago]
2001-02-06 23:39:06 +00:00
asmodai
3f5fa6efcc
Add list.h to the to be installed header files.
2001-02-06 22:27:16 +00:00