phk
63f0cd928d
Track changes in sys/geom
2002-03-26 22:08:04 +00:00
phk
aeded84143
Eliminate some thread pointers which do not make sense anymore.
...
Split private parts of geom.h into geom_int.h. The latter should
never be included in class implemtations.
2002-03-26 22:07:38 +00:00
phk
166310e873
Another bow for tradition s/method/class/g
2002-03-26 21:40:36 +00:00
phk
1af8cfb2f2
Cave in to tradition and rename "methods" to "classes".
2002-03-26 21:40:06 +00:00
iedowse
87a3c1d190
Make the columns in the output of df(1) line up, even for very large
...
filesystems. We now keep track of the maximum width required for
every variable-width field instead of just the first one.
PR: bin/15510
MFC after: 1 week
2002-03-26 20:32:37 +00:00
keramida
ff7ea7dcf4
Minor sgml fixes.
...
Reviewed by: bmah
2002-03-26 20:23:53 +00:00
obrien
6e00963ef6
Add a sample line for lukemftp.
2002-03-26 19:54:12 +00:00
dfr
3bf8ca0614
Initialise the AS4100 console at the same time as most of the other
...
platform types instead of deferring it until the mcpcia devices are
probed. This allows the use of e.g. kgdb before the busses are probed.
2002-03-26 19:46:40 +00:00
phk
5785423ddf
Uncomment GEOM in LINT
2002-03-26 19:39:32 +00:00
alc
0afabfc8b7
Remove an unnecessary and inconsistently used variable from exec_new_vmspace().
2002-03-26 19:20:04 +00:00
phk
3d1eaf5230
Push BIO_FORMAT into a local hack inside the floppy drivers where
...
it belongs.
2002-03-26 19:16:37 +00:00
jhb
6de60b2636
Remove all traces of write_mfs_in_kernel from the base system release
...
area.
Requested by: joe
2002-03-26 18:12:26 +00:00
arr
da9c75ac68
- Fixup a few style nits:
...
- return error -> return (error);
- move a declaration to the top of the function.
- become bug for bug compatible with if (error) lines.
Submitted by: bde
2002-03-26 18:07:10 +00:00
jhb
6d47f88e6c
Use suser() instead of checking cr_uid against 0 directly.
2002-03-26 18:01:38 +00:00
pb
f0ab132d69
Fix problem in macro definition breaking compiles with -DDEBUG.
...
PR: bin/35773
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
2002-03-26 17:37:59 +00:00
gshapiro
3f48fd65ca
Fix typos
...
Noticed by: Larry Rosenman <ler@lerctr.org>
2002-03-26 16:46:27 +00:00
mux
177e1edc7c
Commit the good prototype for nmount(2).
...
Reviewed by: phk
2002-03-26 16:32:46 +00:00
ru
f6da61bcc9
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
...
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.
PR: docs/29534
Install sys/netatm/*/*.h to /usr/include/netatm/*/.
Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>. Three years is enough to be aware of
the change, and these weren't visible in the SHARED=symlinks
case.
Back out include/Makefile,v 1.160 that was a null change anyway
due to the bug in the path, and we now don't want to install
these headers because they would otherwise be invisible in the
SHARED=symlinks case.
Don't install IPFILTER headers. Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.
Resurrect SHARED=symlinks in Makefile.inc1.
PR: bin/28002
Prodded by: bde
MFC after: 2 weeks
2002-03-26 16:05:14 +00:00
mux
124c6d3a26
As discussed in -arch, add the new nmount(2) system call and the
...
new vfs_getopt()/vfs_copyopt() API. This is intended to be used
later, when there will be filesystems implementing the VFS_NMOUNT
operation. The mount(2) system call will disappear when all
filesystems will be converted to the new API. Documentation will
be committed in a while.
Reviewed by: phk
2002-03-26 15:33:44 +00:00
hm
67738c4bc2
Update i4b documentation.
2002-03-26 15:14:58 +00:00
hm
25f947ea14
Add support for Q.931 subaddresses.
...
Submitted by: Steven Looman <fsteevie@wish.net>
2002-03-26 15:13:54 +00:00
ru
35f8225fa6
Removed (new in 3.4.25 import) duplicate copies of files already present
...
in sys/contrib/ipfilter.
2002-03-26 13:44:40 +00:00
ru
b9068a7915
We don't need ip_ipsec_pxy.c in userland.
2002-03-26 13:42:09 +00:00
ru
b6743da387
Finish style fixes.
2002-03-26 13:02:15 +00:00
ru
6cabbe8e84
Removed some redundant stuff that causes compilation warnings.
2002-03-26 13:00:03 +00:00
ru
065ea04bd8
Switch over to using pam_login_access(8) module in sshd(8).
...
(Fixes static compilation. Reduces diffs to OpenSSH.)
Reviewed by: bde
2002-03-26 12:52:28 +00:00
charnier
833cdae906
Add myself.
2002-03-26 12:49:44 +00:00
bde
8362010d33
Removed some namespace pollution (unnecessary nested includes).
2002-03-26 12:40:48 +00:00
charnier
86d3f6f7ce
Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.
2002-03-26 12:39:08 +00:00
ru
6970613f93
Spell "FreeBSD" correctly.
...
`buildworld' is no longer a strict prerequisite for `buildkernel'
as of Makefile.inc1,v 1.184.
Fix kernel configuration files path to look MI.
Mention src/kerberos5.
2002-03-26 12:35:49 +00:00
nectar
6a3cd1f6ba
REALLY correct typo this time.
...
Noticed by: roam
2002-03-26 12:27:43 +00:00
charnier
bcc2ba2661
Add FBSDID. Do not \n terminate err() strings. Spelling.
2002-03-26 12:26:59 +00:00
charnier
b3b51db2eb
Introduce flags enumeration with standard
...
``The following options are available''. Put filename under .Pa.
2002-03-26 12:15:31 +00:00
charnier
896929d2ba
Add FBSDID. Remove unused include. Getopt returns -1 not EOF.
2002-03-26 12:09:49 +00:00
charnier
7f9da3da3b
spelling
2002-03-26 12:05:35 +00:00
bde
755d0bf04f
Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.
2002-03-26 11:59:29 +00:00
murray
5ff751bb86
Add a dictionary of technical terms.
...
This file contains FreeBSD/Unix lexicon that is used by the system
documentation. It makes a great ispell(1) personal dictionary to
supplement the standard English language dictionary, and can be used
to greatly reduce the number of false positives when spell checking
share/man/*, www/*, or doc/*
Discussed with: ru, obrien
MFC after: 2 weeks
2002-03-26 11:21:58 +00:00
murray
d5248ae7a0
Add drivers.conf(5) to the SEE ALSO section.
...
MFC after: 1 week
2002-03-26 10:46:03 +00:00
murray
0726403b54
A new man page describing the drivers.conf configuration file that
...
specifies which kernel options should be removed from the boot kernel
(kern.flp) and loaded as modules from the mfsroot.flp.
Reviewed by: ru, dd
2002-03-26 10:41:20 +00:00
bde
4fdf2dbaad
Fixed some bugs in the description of plain gamma() (and gammaf()).
...
Give a more detailed and correct history of when gamma() was actually
the gamma function.
2002-03-26 10:18:20 +00:00
darrenr
da3b7e686d
add extra include path to get .h files from source being used to compile
2002-03-26 10:09:09 +00:00
sos
cf912d2e7a
Misc little cleanups.
2002-03-26 09:31:22 +00:00
bde
5713462d5a
Fixed some minor style bugs.
2002-03-26 09:18:09 +00:00
phk
dc0ef86560
Forgot one more instance of my old email address.
2002-03-26 08:29:40 +00:00
alc
b72a6f7081
Remove an unused prototype.
2002-03-26 05:30:59 +00:00
jmallett
7411e6685a
Support -o 0 in join(1) as per SUS.
...
PR: 36072
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
Reviewed by: mike
2002-03-26 03:44:04 +00:00
obrien
de491c5117
Get the guarding right. The IA-64 has a different organization for this
...
than our other platforms.
2002-03-26 02:59:00 +00:00
obrien
89fb9979f2
Don't start any sendmail process in the back ground.
...
Requested by: gshapiro
2002-03-26 02:38:08 +00:00
bde
aff482e88f
Join continuation lines that fit in 80 columns after removal of __P(()).
2002-03-26 01:37:03 +00:00
bde
2c14ede5e3
Fixed some style bugs in the removal of __P(()). Some function parameter
...
lists were outdented to column 0.
2002-03-26 01:35:05 +00:00