Hartmut Brandt
acabf29a1b
Use the '+' flag to make make recurse into sub-directories even when
...
given -n. For POLA reasons this behaviour is switched on only when
at least two -n flags are given to make. One -n flag keeps the old behaviour
of showing the shell command that would recurse into the sub-directories.
Discussed with: ru
2004-08-09 10:54:05 +00:00
David E. O'Brien
e62200e75a
The file(1) related build-tool moved to libmagic.
2004-08-09 10:51:01 +00:00
David E. O'Brien
dbb4a9b4e5
Uncomment the real paths and remove the local debugging paths.
...
Noticed by: ru (who's faster than 'make world' on my stock src test machine)
2004-08-09 10:47:50 +00:00
David E. O'Brien
3dcb1ab12d
Uncomment the real paths and remove the local debugging paths.
...
Noticed by: ru (who's faster than 'make world' on my stock src test machine)
2004-08-09 10:32:16 +00:00
Yen-Ming Lee
8a370b6458
add myself. :)
2004-08-09 10:22:52 +00:00
David E. O'Brien
c44c53612c
The file consumer binary, which depends on the libmagic.
2004-08-09 08:49:49 +00:00
David E. O'Brien
20164649ea
Bmake the library containing and processing the magic.
2004-08-09 08:48:28 +00:00
David E. O'Brien
bd83d14fb5
This commit was generated by cvs2svn to compensate for changes in r133359,
...
which included commits to RCS files with non-trunk default branches.
2004-08-09 08:45:41 +00:00
David E. O'Brien
ea8dc7e0f2
Virgin import of Christos Zoulas's FILE 4.10.
...
*- file is now broken into a library containing and processing the magic
and a consumer binary.
2004-08-09 08:45:41 +00:00
John-Mark Gurney
3633dce05f
make sure that ioctl's to ata use the proper cmd IOCATA...
...
Reviewed by: sos
2004-08-09 06:47:53 +00:00
John-Mark Gurney
a246f097d6
change the name of the md module, to g_md, introduce a define with the
...
name MD_MODNAME, and make mdconfig use this new define...
2004-08-09 06:45:20 +00:00
Poul-Henning Kamp
157b106eae
Too many versions.
...
Spotted by: pjd
2004-08-09 06:04:00 +00:00
Alan Cox
eebf3286a6
Make two changes to vm_fault().
...
1. Retain the map lock until after the calls to pmap_enter() and
vm_fault_prefault().
2. Remove a stale comment. Submitted by: tegge@
2004-08-09 06:01:46 +00:00
John-Mark Gurney
6141e04a7e
add option to automaticly mark core dumps with the nodump flag
...
PR: 57065
Submitted by: Walter C. Pelissero
2004-08-09 05:46:46 +00:00
John-Mark Gurney
37a0f3914b
fix bug which prevented programming function keys that were exactly 16
...
characters long.. strcpy was coping over the length...
PR: 52960
Submitted by: Dmitry Sivachenko
MFC after: 1 week
2004-08-09 04:27:58 +00:00
Pyun YongHyeon
a740f6ee14
Fix long standing mediaopt setting bugs seen on sparc64. Though
...
the bug exists in little-endian machine, it was not triggered due
to the difference of memory ordering between little/big endian
machines. Instead of relying on possibly modified value during
function invokcations, use saved copy of ifr.ifr_addr.sa_family.
Also add a comment at the top of ifconfig.c clarifying the issue
so the bug won't re-appear.
Approved by: jake
Reviewed by: yar
2004-08-09 03:13:57 +00:00
Ken Smith
eeb78f797c
I should have marked my previous commit with an XXX to indicate it's a
...
workaround to a problem that shouldn't exist.
Noticed by: ru
2004-08-09 01:42:32 +00:00
Alfred Perlstein
d10f73b311
don't seg if the syscall is invalid for i386fbsd.
2004-08-08 23:29:36 +00:00
Dag-Erling Smørgrav
4c814dfc27
Use fallthrough to simplify the multiplier logic; optimistically add
...
support for the T multiplier; improve the error message for unrecognized
multipliers.
2004-08-08 23:14:44 +00:00
Dag-Erling Smørgrav
266e79978a
Fix some whitespace issues, and move a curly brace out of an #ifdef to
...
avoid confusing auto-indenting editors.
2004-08-08 23:11:43 +00:00
David Xu
2c4abc3eb7
Initialize thread_db module.
2004-08-08 22:46:22 +00:00
David Xu
d771a99114
1. Add some code check if thread suspending or resuming is failed.
...
2. Add code to retrieve thread tls address.
2004-08-08 22:45:36 +00:00
David Xu
78f687539a
Check debugger suspending flag for system scope thread.
...
Reviewed by: deischen
2004-08-08 22:42:11 +00:00
Simon L. B. Nielsen
62f9a9e925
Auto generate device listings the following drivers: adv, amd, bt, ida,
...
iir, ips, nsp, ohci, and stg.
2004-08-08 22:39:19 +00:00
David Xu
3e93cc3ae3
1.Use new way to check if a thread is in critical region, defer suspending
...
if it is true.
2.Add thread_db api td_thr_tls_get_addr to get tls address, the real code
is commented out util tls patch is committed.
Reviewed by: deischen
2004-08-08 22:37:53 +00:00
David Xu
604be46d1e
1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a bound
...
thread, after the bound thread leaves critical region, the thread should
check debug flag may suspend itself by using the command.
2.Schedule upcall after thread is suspended by debugger
3.Wakeup upcall thread after process suspension.
Reviewed by: deischen
2004-08-08 22:32:20 +00:00
David Xu
2b70a83aff
Call thread_user_enter for M:N thread, ast() should be treated as another
...
entrance of kernel.
2004-08-08 22:28:33 +00:00
Simon L. B. Nielsen
e86c09ff09
Bump document date for last commit.
2004-08-08 22:27:02 +00:00
David Xu
1f2eac6cf3
Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUND
...
indicate that a thread is in UTS critical region.
Reviewed by: deischen
Approved by: marcel
2004-08-08 22:26:11 +00:00
Simon L. B. Nielsen
f0c7f156b3
- Add a HARDWARE section which lists supported devices.
2004-08-08 22:19:05 +00:00
Simon L. B. Nielsen
a0a4f505cc
- Add a HARDWARE section which lists supported devices based on the
...
manual page and the Hardware Notes.
2004-08-08 21:47:40 +00:00
Simon L. B. Nielsen
93fceccc94
- Add support for the .Dq macro.
2004-08-08 21:28:00 +00:00
Stefan Farfeleder
b902e8b239
Implement C99's standard header <tgmath.h>. It provides type-generic macros
...
for the <math.h> and <complex.h> functions that have float, double and long
double implementations. Such type-generic macros expand to an actual
function, depending on the types of the macro arguments, eg. if <tgmath.h>
is included, the invocation cos(1.0f) calls the function cosf().
2004-08-08 20:05:47 +00:00
David Malone
7e6990487d
s/FALLTHOUGH/FALLTHROUGH/
...
Submitted by: Xin LI <delphij@frontfree.net>
2004-08-08 18:59:19 +00:00
Tim Kientzle
b757c8251b
gtar uses -F for another purpose, so bsdtar no longer treats it as a
...
synonym for --format. Update the man page to reflect this. While
I'm here, change the man page to document "tar" rather than "bsdtar,"
update some comments about -l compatibility and fix a few grammar nits.
2004-08-08 17:20:23 +00:00
Sam Leffler
e383b24041
Add missing bit of last if_start workaround: mark scan callout
...
MPSAFE only debug_mpsafenet is 1 so callbacks to send management
frames hold Giant; this is another bandaid on the path to removing Giant.
2004-08-08 17:10:54 +00:00
Hiroki Sato
b78b739ec8
Use &url.*; for URLs in www.FreeBSD.org.
2004-08-08 15:08:29 +00:00
Hiroki Sato
04a1cae76e
Simplify parameter entities in doctype declaration.
2004-08-08 14:59:27 +00:00
Poul-Henning Kamp
7ac439fec4
use bufdone() not biodone().
2004-08-08 13:23:05 +00:00
Poul-Henning Kamp
a8687125e5
Use bufdone(), not biodone().
2004-08-08 13:20:43 +00:00
Thomas Quinot
a88c11a0c9
Include the nanoBSD make.conf in the top-level nanoBSD Makefile, so
...
all configuration knobs (both system settings and nanoBSD-specific ones)
can be tuned by modifying a single file. Move KERNCONF default value
to make.conf.
Attempt to resolve CFGMASTER like CUSTOMIZE, first relative to ${.CURDIR},
then as an absolute path.
Allow optional additional arguments to be passed to the CUSTOMIZE script.
2004-08-08 13:05:03 +00:00
Ken Smith
230ff190bc
Looks like the x.org manuals are in x11/xorg-manpages, not x11/xorg-manuals.
2004-08-08 10:50:19 +00:00
Doug Rabson
cfaf7e60cc
Make sure that AT_PHDR has a useful value even for static programs.
2004-08-08 09:48:10 +00:00
Hiroki Sato
293283dc5b
- Add an -o option to specify the output file.
...
- Make "die()" more verbose.
- Do not put extra blank lines into the output file.
- Normalize text by using numeric entities because
some characters such as "'" can break the generated SGML.
Reviewed by: simon
2004-08-08 09:23:49 +00:00
MIHIRA Sanpei Yoshiro
92c7375fb6
Add support iRiver iFP MP3 player
...
PR: kern/54881, i386/63941, kern/66124
Submitted by: Magnus <bsdhead.at.spray.dot.se@FreeBSD.org>,
Dmitry Dyomin <old@old.com.ua>,
Dmitry Sivachenko <mitya@demos.su>
MFC after: 1 week
2004-08-08 09:08:37 +00:00
Ken Smith
29c8aaf706
The compat2x and compat3x packages are not buildable due to security
...
issues.
2004-08-08 09:07:41 +00:00
Poul-Henning Kamp
07f076fe7a
OK, now check geom class version numbers.
2004-08-08 08:34:46 +00:00
Poul-Henning Kamp
5721c9c76a
Tag all geom classes in the tree with a version number.
2004-08-08 07:57:53 +00:00
Tim Kientzle
7acae2155e
Add archive_entry_set_mtime()
2004-08-08 07:39:19 +00:00
Poul-Henning Kamp
e232f70a75
OOps, that check was a bit premature. Allow zero versions as well.
2004-08-08 07:30:47 +00:00