johan
b45df6b9b5
Add __FBSDID.
...
Remove __COPYRIGHT, __RCSID which caused an assembler warning.
Approved by: sheldonh (mentor)
2002-07-03 19:17:59 +00:00
alc
71b0d89518
o Make the reservation of KVA space for kernel map entries a function
...
of the KVA space's size in addition to the amount of physical memory
and reduce it by a factor of two.
Under the old formula, our reservation amounted to one kernel map entry
per virtual page in the KVA space on a 4GB i386.
2002-07-03 19:16:37 +00:00
johan
2e9ef09d73
Change to NetBSDs version of whereis.
...
Approved by: sheldonh (mentor)
Obtained from: NetBSD
2002-07-03 19:16:31 +00:00
johan
f6c6d3c4f3
Disconnect whereis while importing version from NetBSD
...
Approved by: sheldonh (mentor)
2002-07-03 19:05:15 +00:00
trhodes
5666186436
Fix a typo: s/und/and/
...
Not Reviewed by: re@
2002-07-03 18:04:10 +00:00
markm
99da2f435c
Apply __FBSDID(); fix local variable(names) that stomp on global
...
definitions; fix some const strings; fix some signedness issues.
2002-07-03 16:43:11 +00:00
markm
bd89ad1a0a
Apply __FBSDID(), ISOfy, fix easy warning.
2002-07-03 16:38:04 +00:00
markm
837d0142a4
Fix some low-hanging lint-fruit: endianness and staticness warnings.
2002-07-03 16:35:20 +00:00
ru
329abc1b03
Make it possible (again) to build and install shared library only.
...
One needs to define SHLIB_NAME for this to work.
Prodded by: mi
2002-07-03 16:22:43 +00:00
chris
c54abf6b04
Move appropriate information out of DESCRIPTION' and into
SECURITY
...
CONSIDERATIONS'.
Sponsored by: DARPA, NAI Labs
2002-07-03 15:31:47 +00:00
markm
3001e6d4c9
C rewrite of kbdmap/vidfont.
...
Submitted by: Jonathan Belson <jon@witchspace.com>
OK'ed by: wosch (Perl code maintainer)
2002-07-03 14:56:08 +00:00
tjr
f3c503c6ca
Note that two carriage returns aren't required after entering the
...
initial setup anymore (since process.c rev. 1.25). Add $FreeBSD$.
MFC after: 2 weeks
2002-07-03 14:42:53 +00:00
markm
38e70a1e48
Whitespace diffs only; this brings this file into the same whitespace
...
convention as src/lib/csu/*/crt1.c.
This will make the follow up diffs easier to see and extract.
2002-07-03 14:42:39 +00:00
tjr
110c2de07c
Avoid checking whether each line is the last line of the file when we don't
...
need to know. Instead, check when we are trying to match a "$" address.
This does not change the way sed processes regular files, but makes it behave
more sensibly when used interactively.
PR: 40101
MFC after: 2 weeks
2002-07-03 14:38:27 +00:00
tjr
f71af381af
Don't let the pattern space become null if the `x' command is used when the
...
hold space is null; some functions assume it's never null.
MFC after: 3 days
2002-07-03 14:32:43 +00:00
markm
a451e34e3b
Give k5admin a manpage.
2002-07-03 14:31:52 +00:00
sobomax
9567cf71c6
Fix another POLA breakage in a new tar: in diff mode presence of file
...
in the archive, but its absence in the file system should be reported
as difference, not as error.
Reported by: bde
2002-07-03 13:01:40 +00:00
sobomax
364206b008
When we are extracting directory with --unlink option and the directory
...
already exists don't spew bogus "Cannot unlink" error and exit with
non-zero code.
Reported by: bde
2002-07-03 12:44:31 +00:00
ru
881d4d841b
Moved checkdpadd target to where it logically belongs.
2002-07-03 12:44:06 +00:00
ru
734b0dc514
Try really hard to fix parallel installs. Add a bunch of .ORDER
...
directives to ensure that all realinstall sub-tasks are executed
after beforeinstall, similarly ensure that all afterinstall sub-
tasks are executed after realinstall. Demonstration:
all: task1 task2
.ORDER: task1 task2
task2: task2_subtask
.ORDER: task1 task2_subtask
task1 task2 task2_subtask:
@sleep `jot -r 1 0 1.0`
@echo ${.TARGET}
Without the second .ORDER directive, task2_subtask can be run in
parallel with task1.
Spotted by: Andrea Campi <andrea@webcom.it>
2002-07-03 12:28:03 +00:00
ru
352eaf673d
mdoc(7) police: added missing markup bits, lowercased argument names.
2002-07-03 12:24:11 +00:00
maxim
a3c4374bc3
Remove trailing whitespaces.
...
Approved by: luigi
2002-07-03 11:04:17 +00:00
maxim
2c468fd2ee
o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".
...
o Use an appropriate constant for interface name buffer.
Reviewed by: luigi
Approved by: luigi
MFC after: 1 month
2002-07-03 11:00:55 +00:00
mux
4f6ffa4183
Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()
...
which was #if 0'd and is not likely to be used now.
2002-07-03 09:27:24 +00:00
julian
27e23d9345
Try clean up some of the mess that resulted from layers and layers
...
of p4 merges from -current as things started getting different.
Corroborated by: Similar patches just mailed by BDE.
2002-07-03 09:15:20 +00:00
mux
d6e07ac29c
Remove an unused argument in vfs_mountroot().
2002-07-03 08:52:37 +00:00
chris
b9183e530c
Correct a call to fcntl(F_SETFD) to use FD_CLOEXEC' instead of
1'.
2002-07-03 08:15:55 +00:00
chris
306b98b34d
Add a SECURITY CONSIDERATIONS example: make note that access to open
...
file descriptors does not change upon dropping privilege, and include
a likely case of `setuid(non_superuser); exec(...);'.
Sponsored by: DARPA, NAI Labs
Obtained from: TrustedBSD Project
2002-07-03 08:13:25 +00:00
suz
bf33ab99c5
fixed typo.
...
obtained from: KAME
MFC after: 3 days
2002-07-03 06:48:12 +00:00
mini
5355db5ad2
Add missing kernal tunables to loader.conf.
...
PR: i386/39085
Submitted by: David Yeske <dyeske@yahoo.com>
2002-07-03 06:42:43 +00:00
mini
46aac0b82f
Fix off-by-one error.
...
PR: misc/40104
Submitted by: Neal Fachan <neal@isilon.com>
MFC after: 3 days
2002-07-03 06:28:04 +00:00
ru
43e208a3ee
No need to explicitly set NOMAN here.
...
Reviewed by: jmallett
2002-07-03 06:25:28 +00:00
julian
c897d1c09f
White space commit.
...
I'm working on this file but I wanted to make the whitespece commit
separatly.
2002-07-03 06:15:26 +00:00
julian
81dd3dedf8
Approved by: imp@freebsd.org
2002-07-03 04:23:38 +00:00
gallatin
0a24d4225f
Hold the sched lock across call to forward_signal() in tdsignal() to
...
keep SMP systems from panic'ing when ^C'ing an app
suggested by julian
2002-07-03 02:55:48 +00:00
des
9f5a919b22
Add mtx_ prefixes to the fields used for mutex profiling, and fix a bug
...
where the profiling code would report the release point instead of the
acquisition point.
Requested by: bde
2002-07-03 01:50:27 +00:00
des
b11caeadba
Add the "java" category.
2002-07-03 00:35:09 +00:00
jeff
2faa149982
Actually use the fini callback.
...
Pointy hat to: me :-(
Noticed By: Julian
2002-07-03 00:30:51 +00:00
des
7e54a0bbed
- Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE.
...
- We don't have setutent(3) etc., and I have no idea why configure ever
thought we did.
2002-07-03 00:12:09 +00:00
dan
2bdfbbf7e6
Make sure to reset transflag back to zero upon succesfully using sendfile()
...
to transfer a file.
PR: 39362
Submitted by: TANAKA Hiroyuki <kattyo@abk.nu>
MFC after: 1 week
2002-07-03 00:12:00 +00:00
des
f450aaf037
Two FreeBSD-specific nits in comments:
...
- ChallengeResponseAuthentication controls PAM, not S/Key
- We don't honor PAMAuthenticationViaKbdInt, because the code path it
controls doesn't make sense for us, so don't mention it.
Sponsored by: DARPA, NAI Labs
2002-07-03 00:08:19 +00:00
trhodes
bba5eae362
Fix grammar in 1 sentence
...
Reword 'Usually faster in most cases' to 'and is faster in most cases'
PR: 40024 (partly)
2002-07-02 21:13:15 +00:00
jhb
6c4aef5050
Diff-reduce with 4-stable: 4.x has a compat4x package.
2002-07-02 21:07:25 +00:00
mp
2b2c982721
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).
2002-07-02 21:05:08 +00:00
trhodes
e3ef879225
GXP ATA drives also supports TQ
2002-07-02 20:23:43 +00:00
jhb
24b775c09d
Call the 4.x snap server "releng4.freebsd.org" instead of
...
"stable.freebsd.org" to be the same as 4-stable.
2002-07-02 20:19:59 +00:00
jhb
73de95b413
Alpha does indeed have a COMPAT4X distribution on current. 4-stable
...
already has this correct.
2002-07-02 20:03:55 +00:00
jhb
03c9dba6df
Add lge(4) to the list of drivers. It was present in 4-stable but not in
...
-current.
2002-07-02 19:56:26 +00:00
dillon
7340de44e8
Fix type-o in last commit in preparation for MFC.
2002-07-02 19:06:33 +00:00
mux
e37181aa29
I didn't pay enough attention when copy/pasting disclaimers.
...
The disclaimer in vfs_conf.c was slightly different. Fix this.
2002-07-02 18:33:32 +00:00