Peter Wemm
a72f2b1a91
Add Yet Another Duplicate of the font.h and ukbdmap.h rules. Remove
...
the font8x16.o glue, since that appears to have died ages ago and has
no remaining references.
2002-09-19 03:36:25 +00:00
Peter Wemm
c7ccd7aab0
Add dev/iicbus and dev/smbus to LSUBDIRS list
2002-09-19 03:28:52 +00:00
Peter Wemm
531facba39
move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and
...
<dev/smbus/smb.h> - there is nothing MD about these ioctl definitions.
2002-09-19 03:25:46 +00:00
Julian Elischer
4a49235b89
fix style.. Return in the kernel always has () around the arguments.
2002-09-19 03:18:44 +00:00
Julian Elischer
1494277d50
Compiler was correct:
...
m WAS being used uninitialized..
2002-09-19 03:15:39 +00:00
Peter Wemm
db2cfa1f86
move wl (isa wavelan card, not "wi") to i386-only
2002-09-19 03:10:23 +00:00
Peter Wemm
6938800ee2
move "profile 2" to i386
2002-09-19 03:04:07 +00:00
Peter Wemm
b80ad83e76
move ncv, nsp, stg to i386-only section (there is no pc98-specific version)
2002-09-19 03:02:42 +00:00
Peter Wemm
2b412989fe
Move dgb to the i386 section
2002-09-19 02:58:41 +00:00
Jonathan Mini
821836b0e2
Update the KSE test utility to the new KSE API.
2002-09-19 02:15:27 +00:00
Kris Kennaway
64e11ced68
Add some extra directories created by recent versions of XFree86-4
...
Reviewed by: anholt (XFree86-4 maintainer)
MFC after: 1 day
2002-09-19 02:05:41 +00:00
Darren Reed
e62497713c
If M_PKTHDR is set then we don't need to do a loop to find the total length.
2002-09-19 01:21:24 +00:00
Alfred Perlstein
bf4dc8772e
Welcome the sem_ API to libc!
2002-09-19 01:14:08 +00:00
Alfred Perlstein
fd9c81948b
Install _semaphore.h.
2002-09-19 01:13:31 +00:00
Alfred Perlstein
4f68734dc6
add a stub for pthread_cond_destroy.
2002-09-19 01:09:49 +00:00
Alfred Perlstein
3ffb9fadc8
Regen for added syscalls.
2002-09-19 00:48:57 +00:00
Alfred Perlstein
6d5dec35b7
Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.
...
Option 'P1003_1B_SEMAPHORES' to compile them in, or load the "sem" module
to activate them.
Have kern/makesyscalls.sh emit an include for sys/_semaphore.h into sysproto.h
to pull in the typedef for semid_t.
Add the syscalls to the syscall table as module stubs.
2002-09-19 00:43:32 +00:00
Alfred Perlstein
efaa658806
Bring in my implementation of kernel support for posix realtime semaphores
...
that are shareable between processes.
There will be a cleanup shortly along with the necessary changes made to
libc, libc_r, libpthread as well as the hooks into sys/conf and sys/modules.
2002-09-18 22:47:42 +00:00
Robert Watson
cc51a2b55e
Remove un-needed stack variable 'ops'.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-09-18 22:35:02 +00:00
Bosko Milekic
bd395ae8f6
style nit: unsigned -> u_int in the kernel, particularly to
...
stay consistent in this file, and keep m_length() and m_fixhdr()
consistent with their prototypes in mbuf.h
Inspired by: bde
2002-09-18 22:33:52 +00:00
Bosko Milekic
589b704f4e
more style fixes: 'unsigned' should be 'u_int' in this file.
...
Submitted by: bde
2002-09-18 22:29:33 +00:00
Mike Barcroft
cd5791c108
style(9): tab after #define.
2002-09-18 22:23:59 +00:00
Don Lewis
81f8d226f9
Convert descriptions in the ERRORS section to full sentences if they
...
were not full sentences, elaborating as necessary.
2002-09-18 22:12:43 +00:00
Doug Ambrisko
724b7a2be2
Clarify comment to "Code borrowed from if_fxp.c" to deal with running
...
out of fragments.
Suggested by: jhb
2002-09-18 21:32:48 +00:00
Maxime Henrion
cef7a339ba
Add a missing file into the CLEANFILES variable.
...
Approved by: peter
2002-09-18 21:16:17 +00:00
John Baldwin
23bfdc2d66
Whitespace-only indention fixups for revision 1.20. This lets the 1.20
...
diff actually be readable.
2002-09-18 20:51:25 +00:00
John Baldwin
f41fb58cd1
Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom of
...
file after end of empty CPUTYPE else clause.
2002-09-18 20:48:54 +00:00
John Baldwin
eb28bc3e98
For the default case of CPUTYPE not being set, don't define CPUTYPE to the
...
lowest value in order to get the right MACHINE_CPU values since setting
CPUTYPE can result in problems later in the buildkernel case. Instead,
set MACHINE_CPU directly and leave CPUTYPE alone.
Tested by: mbr
2002-09-18 20:44:46 +00:00
Nate Lawson
86ed6d45ac
Remove any VOP_PRINT that redundantly prints the tag.
...
Move lockmgr_printinfo() into vprint() for everyone's benefit.
Suggested by: bde
2002-09-18 20:42:04 +00:00
Bosko Milekic
219c875a46
style fixes to mbuf.h
...
Submitted by: bde
2002-09-18 20:28:58 +00:00
Poul-Henning Kamp
0b1c0994a5
Add m_fixhdr() and m_length().
2002-09-18 20:04:30 +00:00
Poul-Henning Kamp
2201e1b039
Optimize the way we call BPF a tiny bit: If we chop the ether-header off
...
ourselves, call bpf before we do so, rather than re-construct the entire
thing afterwards.
Sponsored: http://www.babeltech.dk/
2002-09-18 19:50:48 +00:00
Poul-Henning Kamp
f0e2422b1b
Use m_length() instead of home-rolled.
...
In bpf_mtap(), if the entire packet is in one mbuf, call bpf_tap()
instead since it is a tad faster.
Sponsored by: http://www.babeltech.dk/
2002-09-18 19:48:59 +00:00
Poul-Henning Kamp
7ed60de837
Use m_length() instead of home-rolled versions.
2002-09-18 19:44:14 +00:00
Poul-Henning Kamp
a5554bf05b
Use m_fixhdr() rather than roll our own.
2002-09-18 19:43:01 +00:00
Poul-Henning Kamp
4e4425d486
Make m_length() and m_fixhdr() return unsigned.
...
Suggested by: arr
2002-09-18 19:42:06 +00:00
Brian Feldman
873caac499
Update the usage string in the limits(1) manpage to include -b for
...
sbsize. Also, correct the format string in getopt(3) usage to reflect
that -b takes an argument, and correct another case of RLIMIT_SBSIZE
having been forgotten.
2002-09-18 16:25:59 +00:00
David E. O'Brien
9ceffc28f3
Fix GNU coding violations.
2002-09-18 16:20:49 +00:00
David E. O'Brien
4db650b103
Basic stubbed-out support for building on sparc64 slipped in w/rev 1.41.
2002-09-18 16:19:05 +00:00
David E. O'Brien
71791a1d60
Stop using 3 distinct and far varied coding styles in a single file.
...
Pretend to actually adhere to the GNU coding standards.
2002-09-18 16:14:36 +00:00
Juli Mallett
2dbb6cf1cb
Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which
...
is merely printf() but to stderr. This takes care of the caveat which lead
to the use of a vararg macro -- getting everything to stderr.
2002-09-18 16:13:03 +00:00
Poul-Henning Kamp
ac6e585d24
Introduce the m_length() function which will return the accumulated
...
length of an mbuf-chain and optionally a pointer to the last mbuf.
2002-09-18 14:57:35 +00:00
Poul-Henning Kamp
9f86067a9c
Add missing #include <sys/mbuf.h>
2002-09-18 14:21:52 +00:00
Jacques Vidrine
0bd4a81b2e
These RFCs and internet-drafts are not really needed in the base
...
system, and I've not been importing them lately. cvs rm them now
so they can be cleaned out of the attic later.
Requested by: obrien
2002-09-18 14:17:14 +00:00
Poul-Henning Kamp
3f2e06c5e1
Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.
2002-09-18 13:41:37 +00:00
Tim J. Robbins
0b7bc80226
Optimise the common case where no special encoding is in use (LC_CTYPE is "C"
...
or "POSIX", other European locales). Use __sgetc() and __sputc() where
possible to avoid a wasteful lock and unlock for each byte and to avoid
function call overhead.
2002-09-18 12:17:28 +00:00
Tim J. Robbins
bddc6280f2
Logic error in previous: don't exit the loop when an incomplete multibyte
...
sequence is detected.
2002-09-18 10:21:41 +00:00
Boris Popov
44f3878ecb
Always open file in the DENYNONE mode and let the server to decide what is
...
good for this file.
This should allow read only access to file which is already opened on server.
2002-09-18 09:54:16 +00:00
Søren Schmidt
f7b6f951cf
Update supported chipset list.
2002-09-18 09:40:18 +00:00
Søren Schmidt
cea0b8e060
Add support for the VIA 8235.
...
Submitted by: Jason Dambrosio <jason@wiz.cx>
2002-09-18 09:39:37 +00:00