Commit Graph

65652 Commits

Author SHA1 Message Date
ru
48d3dbff31 Pad input with null characters if it is not a multiple of 3.
PR:		bin/31156
MFC after:	1 week
2001-10-09 11:05:27 +00:00
dfr
9c40d2f8d9 Don't include isavar.h - we don't need it. 2001-10-09 10:24:37 +00:00
dfr
f86bd00b4c Add a minimalist kernel config which can run inside SKI. 2001-10-09 10:14:06 +00:00
ru
717525ef03 The previous change also disaligned lines with AF_IPX and AF_NS
addresses.  Unshrink "Network" width to the previous value, and
make sure everything is aligned again.
2001-10-09 08:33:50 +00:00
obrien
0d2e7e701a Bump for switch to XFree86 4.x. 2001-10-09 07:36:36 +00:00
ru
e079f2d37f Update for FILE v3.37. 2001-10-09 07:31:02 +00:00
mdodd
0f1d07e308 Minor output formatting for 'netstat -i':
- Right align Mtu
- Print AF_INET family with correct field width.
2001-10-09 05:58:26 +00:00
jlemon
9a98abe827 The kernel doesn't have <stdio.h> or <string.h>. Remove these. 2001-10-09 04:05:58 +00:00
bmah
0c3e44ec3d Updated release note: FILE 3.37.
MFC noted:  tcsh 6.11.
2001-10-09 02:45:07 +00:00
peter
c5ba5dd172 Make this compile after last commit. It should be:
"td ? td->td_proc : NULL", not "td ? td->td_proc, NULL"
2001-10-09 02:40:45 +00:00
mike
a791aa8e97 Add a new libc function, strnstr(3), which allows one to limit the
number of characters that are searched.  This is especially useful
with file operations and non-NUL terminated strings.

Silence from:	-audit, -hackers
MFC after:	5 days
2001-10-09 01:29:56 +00:00
peter
6478898ca6 Sync this file up with its i386 brother. This appears to have been missed
when 0.9.5a was imported.

Approved by:	kris
2001-10-09 01:28:15 +00:00
gad
658dca202f Fix one more compile-time warning by renaming a local variable.
MFC after:	4 days
2001-10-09 00:38:40 +00:00
gad
1abea1fc0f Fix a compile-time warning by declaring 'len' as size_t instead of int.
MFC after:	4 days
2001-10-09 00:34:20 +00:00
gad
46d72033ec Rename the local variable 'person' to 'lpr_username', to avoid compile-time
warnings about conflict with a global variable used by 'lprm'.

MFC after:	4 days
2001-10-09 00:27:14 +00:00
mjacob
cc85b963c5 Note that this driver is soon to be deprecated and removed from FreeBSD. 2001-10-09 00:14:41 +00:00
gad
d55c63d4d7 Get rid of some minor compile-time errors by changing copyright/rcsid
definitions to the same format used in other lpr source files, and by
adding parenthesis to the right spot in one 'if' statement.

MFC after:	4 days
2001-10-09 00:09:46 +00:00
gad
46e9b8f87f Fix minor compile-time error in definition of 'copyright'.
MFC after:	4 days
2001-10-09 00:06:52 +00:00
gad
2b407d4919 Fix minor compile-time warning that snunk in with changes to sortq() rtn.
MFC after:	4 days
2001-10-09 00:04:59 +00:00
julian
74132c4daf Don't dereference td if it's NULL.
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
2001-10-08 23:47:44 +00:00
jhb
16ffc84afb Don't attempt to initialize the pcaudio device on open. The attach routine
already does the initialization (though it didn't set pca_initialized, so
we always initialized twice) and since attach calls make_dev(), there's no
way that pcaopen() can be called before pcaattach().
2001-10-08 23:35:40 +00:00
obrien
f66e0f9de2 Update for FILE v3.37.
FreeBSD no longer needs the daylight hack.
(we really should sync our timezone code up ...)
2001-10-08 22:57:03 +00:00
obrien
7a3e2601a2 This commit was generated by cvs2svn to compensate for changes in r84685,
which included commits to RCS files with non-trunk default branches.
2001-10-08 22:50:54 +00:00
obrien
c8dd1166bb Virgin import of Christos Zoulas's FILE 3.37. 2001-10-08 22:50:54 +00:00
gshapiro
3479893cc2 Do not clobber users hostname.mc file if freebsd.mc changes (likely after an
installworld).

Submitted by:	Steve Watt <steve@Watt.COM>
MFC after:	2 days
2001-10-08 22:35:24 +00:00
bmah
1ef4cc1a15 Update relevant release note item with SA-01:62. 2001-10-08 21:33:56 +00:00
jhb
1127e1468f Replace 'curproc' with 'td->td_proc'. 2001-10-08 21:05:46 +00:00
jhb
1f06be0344 Allow atomic ops to be somewhat safely used in userland. We always use
lock prefixes in the userland case so that the binaries will work on both
SMP and UP systems.
2001-10-08 20:58:24 +00:00
wilko
c3d855f0a3 Update references to 'device' entries for the kernel config
files to use 5.x syntax (I hope..)

Note: I suppose one might need to hack the hints file as well?

Submitted by:	Mike Barcroft <mike@FreeBSD.ORG>, Bruce Mah <bmah@FreeBSD.ORG>
2001-10-08 20:33:46 +00:00
dfr
344c25c036 Make printtrap() more informative. 2001-10-08 20:21:04 +00:00
dillon
e23cca06ec WS Cleanup 2001-10-08 19:51:13 +00:00
sobomax
ed443ab424 OOPS, delete some commented out debugging code committed along with r.1.25.
MFC after:	2 weeks
2001-10-08 17:09:08 +00:00
sobomax
bf4742f001 (forced)
Forgot to mention: creation of a full-fleged package archive requires some
changes in bsd.ports.mk, because currently it doesn't install some files
that are usually packed into the package archive (+MTREE_DIRS, +DISPLAY
and so on). Support for this will be committed later.
2001-10-08 17:05:34 +00:00
sobomax
1aa18dbec2 - Allow package archive to be created from a locally installed package. This
allows for an easy way to backup old version of port prior to installing
  a new one;
- silence compiler warnings by killing some unused variables and adding
  all includes necessary.

MFC after:	2 weeks
2001-10-08 17:01:35 +00:00
iedowse
28ef9f7535 Catch up with the SMPng reduced interrupt frame size. The corresponding
change was made to DDB months ago (i386/i386/db_trace.c revision 1.37).

Reviewed by:	bde
2001-10-08 12:46:01 +00:00
asmodai
b1f74ef613 Add $FreeBSD$.
Describe the other two directories in here.
2001-10-08 12:28:31 +00:00
ru
78efcb96c9 Print interface name for each ARP entry.
Prodded by:	Igor Podlesny <poige@morning.ru>
MFC after:	1 week
2001-10-08 11:52:23 +00:00
mp
2396f2696f Page align the data segment. 2001-10-08 10:43:34 +00:00
ru
ca082de271 mdoc(7) police: fix markup. 2001-10-08 10:12:41 +00:00
dfr
2ace3e9fb0 Port to ia64. Actually, just do like the alpha. 2001-10-08 08:29:52 +00:00
cg
52198641d2 use pcm_getbuffersize()
only creat a mic recording channel if the codec supports it
2001-10-08 06:10:39 +00:00
cg
ee4dcfdf53 use pcm_getbuffersize()
use seperate dma tags for buffers and control info
2001-10-08 06:01:13 +00:00
cg
5a2b301074 use pcm_getbuffersize() 2001-10-08 05:59:54 +00:00
yokota
3719cd273a Add man page for device.hint(5). 2001-10-08 05:37:56 +00:00
murray
203a641bde Remove references to non-existant pvcsif(8) and pvctxctl(8).
PR:		docs/30446
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-10-08 05:05:31 +00:00
murray
24d1fbad17 Remove reference to non-existant crd(4) man page.
PR:		docs/30445
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-10-08 04:46:07 +00:00
marcel
fc4eb00248 s/alpha/${MACHINE_ARCH}/g 2001-10-08 01:41:45 +00:00
mp
591d2a6442 Add a call to init_param() to initialize some necessary variables. 2001-10-08 00:44:21 +00:00
dillon
e548e3f1f0 Remove panics for rename() race conditions. The panics are inappropriate
because the IN_RENAME flag only fixes a few of the huge number of race
conditions that can result in the source path becoming invalid even
prior to the VOP_RENAME() call.  The panics created a serious security
issue whereby an attacker could fairly easily cause the panic to
occur, crashing the machine.

The correct solution requires a great deal of work in the namei
path cache code.

MFC after:	0 days
2001-10-08 00:37:54 +00:00
cg
f07b6be9b3 * register the correct number of channels
* include hw buffer size in sndstat info
2001-10-07 23:31:52 +00:00