obrien
5e3258c2fc
.S comments must be C comments, not ASM ones.
2003-06-02 02:32:56 +00:00
obrien
fff6062717
Use C99 compatible ASM statements.
2003-06-02 02:32:22 +00:00
obrien
4fb18559fe
Don't set a C standard level for ObjC code.
2003-06-02 02:30:52 +00:00
obrien
c8226cb013
Use ?= before someone brings it up.
2003-06-02 02:29:26 +00:00
obrien
9c354cd6a6
CSTD=c89 due to mismatched declarations.
2003-06-02 02:18:37 +00:00
obrien
c2c5b39ab7
To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"
...
*sigh* Just can't get a brake when trying to react too quickly and fix the build.
2003-06-02 01:01:42 +00:00
mjacob
e0c52ae7b6
Check in some months long pending minor debug output changes.
...
Clarify that the implicit fallthrough was *not* intentional (thanks, Poul!)
and reorganize the code so a correct fallthrough (with /* FALLTHROUGH */)
occurs.
2003-06-02 00:37:42 +00:00
obrien
f00e6d17da
Use C99 compatable asm statements.
2003-06-02 00:29:35 +00:00
rwatson
4bfad7cc80
Revert accidental change: don't change the thread library for testing to
...
libthr. Oops, sorry about that.
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
2003-06-02 00:21:41 +00:00
marcel
a16e92bfa3
o Fix a cut-n-paste bug. We were clobbering rp with gp...
...
o Make sure the arguments to ctx_wrapper() are loaded from the
backing store by forcing an underflow. Do this by making all
registers in the register frame local.
2003-06-02 00:16:39 +00:00
obrien
e15b452288
Temperarly turn off building the tree with c99.
...
I swore this made it thru a 'make world', but I don't know what happened.
2003-06-02 00:11:07 +00:00
alc
5ba1cfe547
Change kernel_object and kmem_object to (&kernel_object_store) and
...
(&kmem_object_store), respectively. This allows the address of these
objects to be resolved at link-time rather than run-time.
2003-06-01 23:59:48 +00:00
obrien
113e55804c
Ugg, wrong version.
...
CSTD=gnu89, c89 wont do.
2003-06-01 23:39:16 +00:00
obrien
39c3dcb697
This isn't C99 clean.
2003-06-01 23:37:46 +00:00
marcel
6f0fa0f8a5
Improve set_mcontext:
...
o Don't copy psr verbatim from the user supplied context. Only allow
userland to change the processor settings that are part of the user
mask.
2003-06-01 23:22:56 +00:00
marcel
617972a658
Improve on cpu_set_upcall:
...
o Use pcb and tf for the new pcb and the new trapframe and use pcb0
for the old (current) pcb. The mix of pcb, pcb2 and tf was slightly
confusing.
o Don't define td->td_frame here. It has already been set previously
by cpu_thread_setup. Add a KASSERT to make sure pcb and tf are both
non-NULL.
o Make sure the number of dirty registers is 0 for the new thread.
There are no user registers on the backing store because we heven't
enter userland yet.
2003-06-01 23:19:21 +00:00
ru
648544852f
A new API function PacketAliasRedirectDynamic() can be used
...
to mark a fully specified static link as dynamic; i.e. make
it a one-time link.
2003-06-01 23:15:00 +00:00
rwatson
7f7e0909c5
Include string.h for memset().
2003-06-01 23:03:49 +00:00
ru
09e9a903df
Make the PacketAliasSetAddress() function call optional. If it
...
is not called, and no static rules match an outgoing packet, the
latter retains its source IP address. This is in support of the
"static NAT only" mode.
2003-06-01 22:49:59 +00:00
tjr
f9c2081f4f
Give the -o option before any filename operands when invoking the sort
...
utility. 1003.1-2001 does not allow sort to accept the -o option after
the operands (Base Definitions, 12.2 Utility Syntax Guidelines,
Guideline 9).
2003-06-01 22:37:38 +00:00
obrien
31eeb1fbcf
crtstuff needs isn't compilable with C99 on Sparc64, so set CSTD to gnu89.
2003-06-01 22:18:05 +00:00
obrien
45f07c7359
Use a bigger hammer -- keep all -std= out of CXXFLAGS.
...
Also allow for "CSTD=" in a Makefile.
2003-06-01 22:13:45 +00:00
mux
9f4d72e270
Change a :
...
bzero(ptr, sizeof(DC_RXLEN * 5));
which should obviously be:
bzero(ptr, DC_RXLEN * 5);
Looks like this bug may have reduced the effectiveness of the
workaround for the hardware bug in the PNIC chips.
MFC after: 1 week
2003-06-01 22:09:12 +00:00
ru
40b4760123
Assorted mdoc(7) fixes.
2003-06-01 21:52:59 +00:00
jmallett
f9b9b5a531
Match style of source and headers.
...
Submitted by: bde
2003-06-01 21:35:27 +00:00
obrien
00cddc9c66
Do not set a C standard for the C++ compiler.
2003-06-01 21:33:05 +00:00
obrien
4b6365a2b6
Be sloppier about the miidevs.h dependency. This reduces the maintenance
...
effort at the expense of making miidevs.h a dependency for very .o.
Requested by: imp
2003-06-01 20:47:46 +00:00
obrien
bb80268e0a
Accpet '1'..'5' in place of F1..F5 for serial console users.
...
Reviewed by: Bruce M Simpson <bms@spc.org>
2003-06-01 20:41:04 +00:00
obrien
c42b647365
Shorten long comment.
2003-06-01 20:28:20 +00:00
obrien
1814d2a2a4
Sync with i386/GENERIC ordering.
2003-06-01 20:26:38 +00:00
ru
96845a2644
Keep entries sorted by floppy, type, and name.
2003-06-01 20:01:05 +00:00
ru
d727dda421
Assorted mdoc(7) fixes.
2003-06-01 19:52:36 +00:00
ru
2515dba9ff
Assorted mdoc(7) fixes.
2003-06-01 19:41:49 +00:00
mux
395a389841
- Style(9) fixes, most notably :
...
o Remove register keyword
o ANSIfy prototypes
o Remove "return;" at the end of void functions
o Remove trailing spaces
o Don't align local variables with tabs and reorder them
o Don't use /* FOO */ at the end of a #ifdef FOO block if
it's a small block
- Other non-functional changes :
o 6 -> ETHER_ADDR_LEN
o Don't initialize if_output; ether_ifattach() does it for us
2003-06-01 19:26:34 +00:00
ru
34b4fc2567
Assorted mdoc(7) fixes.
2003-06-01 19:19:59 +00:00
mjacob
cef963af61
Restore parentheses removed inappropriately in last commit.
2003-06-01 19:01:01 +00:00
obrien
07f2e845ae
Compile our code as C99 by default.
2003-06-01 18:31:25 +00:00
ache
ca49dec558
Add zh_CN.GBK
...
PR: 51504
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 15:51:27 +00:00
ache
78f64c3fa1
Add zh_CN.GBK
2003-06-01 15:37:37 +00:00
ache
9952d232aa
Add GBK encoding
...
PR: 51504
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 15:30:56 +00:00
phk
8f1078dc32
Add the part of the last commit which cvs appearantly didn't like
...
the first time.
2003-06-01 15:05:22 +00:00
phk
069191fcbf
Simplify the GEOM OAM api: Drop the request type, and let everything
...
hinge on the "verb" parameter which the class gets to interpret as
it sees fit.
Move the entire request into the kernel and move changed parameters
back when done.
2003-06-01 13:47:51 +00:00
phk
5a2388f470
constify g_sanity()
2003-06-01 13:30:39 +00:00
des
e39f4b709f
Add openpam_readline(3).
2003-06-01 12:54:51 +00:00
des
41e5178438
This commit was generated by cvs2svn to compensate for changes in r115619,
...
which included commits to RCS files with non-trunk default branches.
2003-06-01 12:54:03 +00:00
des
3409f2d5db
Vendor import of OpenPAM Digitalis.
2003-06-01 12:54:03 +00:00
des
0e25b20be3
Add (but do not connect) a half-finished driver for Aureal Vortex cards.
...
The mixer works, pcm support is half done.
2003-06-01 11:58:46 +00:00
des
e750473b95
Retire pam_wheel(8) (which has been disconnected for quite a while) and
...
pam_ftp(8).
2003-06-01 11:50:35 +00:00
phk
f1c49df79e
Add pc98 arch to test set.
...
Remove ktrace which leaked out of test-setup.
2003-06-01 09:30:53 +00:00
phk
78a926d306
Remove break after return.
...
Add XXX comment where intent is unclear.
Found by: FlexeLint
2003-06-01 09:27:33 +00:00