Sam Leffler
069f35d328
correct style bogons
2002-12-30 18:45:31 +00:00
Mike Barcroft
9255f32701
Remove hack from rev 1.15; getbsize(3)'s original interface has been
...
restored.
2002-12-30 18:24:14 +00:00
Mike Barcroft
bc6ba9aec6
Back out rev 1.19; getbsize(3)'s original interface has been restored.
2002-12-30 18:21:47 +00:00
Mike Barcroft
c48205f332
Back out rev 1.78; getbsize(3)'s original interface has been restored.
...
Approved by: markm
2002-12-30 18:19:19 +00:00
Jake Burkholder
591871e5cb
Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.
...
Submitted by: marius@alchemy.franken.de
2002-12-30 18:18:22 +00:00
Mike Barcroft
064c8b22be
Back out rev 1.33; getbsize(3)'s original interface has been restored.
...
Approved by: markm
2002-12-30 18:16:26 +00:00
Mike Barcroft
3c392172d7
Back out rev 1.20; getbsize(3)'s original interface has been restored.
...
Approved by: markm
2002-12-30 18:14:43 +00:00
Mike Barcroft
ed857b5741
Back out rev 1.27; getbsize(3)'s original interface has been restored.
...
Approved by: markm
2002-12-30 18:13:07 +00:00
Mike Barcroft
dc474219b6
Back out rev 1.44; getbsize(3)'s original interface has been restored.
...
Approved by: markm
2002-12-30 18:10:37 +00:00
Jens Schweikhardt
d98744aa7b
Minor typo fixes and whitespace cleanups.
2002-12-30 16:48:35 +00:00
Robert Watson
8051fddedc
Add "-h" arguments to getfacl and setfacl, which behave in a manner
...
similar to "-h" on chown, chmod, etc, causing the operation to occur
on a final symlink in the provided path, rather than its target.
Obtained from: TrustedBSD Project
2002-12-30 15:36:29 +00:00
Maxime Henrion
c9257029fd
Leave only one of the two $FreeBSD$ tag, and use __FBSDID().
2002-12-30 12:46:08 +00:00
David E. O'Brien
525d98afd8
Change the ident so people know a kernel built with this has SMP support.
2002-12-30 11:36:17 +00:00
David E. O'Brien
5fb4613b6b
Sync with GENERIC rev 1.371.
2002-12-30 11:34:45 +00:00
David E. O'Brien
83d06d0529
Using our new wonderful include directive, save our x86 SMP users from
...
having to edit GENERIC to build a useful kernel. This also opens the
possibility of including an SMP kernel in the release.
2002-12-30 11:31:58 +00:00
David E. O'Brien
c2e55537ec
Back out the s/int */size_t */ commit.
...
It makes a difference on 64-bit arches, and no one really wants a 2^64
block size [yet].
2002-12-30 11:12:16 +00:00
David E. O'Brien
fb5506762d
Make fully WARNS=5 clean.
...
Tested on: sparc64, x86
2002-12-30 10:57:41 +00:00
David E. O'Brien
987d3799f3
Use basename(3).
2002-12-30 10:16:56 +00:00
Hidetoshi Shimokawa
a7a73b95d1
Import FireWire userland utility.
2002-12-30 10:13:16 +00:00
David E. O'Brien
90b77cf39a
Use <sys/endian.h> rather than a private verison.
...
Tested on: sparc64, Athlon[32]
2002-12-30 10:04:46 +00:00
David E. O'Brien
cbb66355ca
Move elf2aout back to /usr/bin -- it is a general development tool, not
...
a sysadmin tool.
2002-12-30 10:01:26 +00:00
David E. O'Brien
6502570bbe
Use the offical sys/endian.h rather than reaching way over into another
...
binary's directory to use a private header.
2002-12-30 09:58:20 +00:00
David E. O'Brien
6deb85d549
Adjust path to crunchide.
2002-12-30 09:55:42 +00:00
David E. O'Brien
1ee0ac542b
Adjust max WARNs for sparc64.
2002-12-30 09:48:40 +00:00
David E. O'Brien
8d32d8d50d
Style cleanup.
2002-12-30 09:46:58 +00:00
David E. O'Brien
24c05aeeed
Make WARNS=5 clean.
...
Tested on: sparc64, Athlon[32]
2002-12-30 09:45:26 +00:00
Hidetoshi Shimokawa
8993821383
Install /sys/dev/firewire/*.h under /usr/include/dev/firewire
...
for userland utilities.
2002-12-30 09:45:03 +00:00
Hidetoshi Shimokawa
e238f68de5
- Add more CSR related definitions (IEEE-1212).
...
- Fix struct csrtext's spec fields.
- Add prototypes of upcoming configuration ROM related functions.
2002-12-30 09:41:32 +00:00
David E. O'Brien
e5009256fb
This builds fine with WARNS.
...
Tested on: sparc64, athlon[32]
2002-12-30 09:41:07 +00:00
David E. O'Brien
b403e40637
This really isn't WARNS clean.
2002-12-30 09:38:46 +00:00
David E. O'Brien
c20e9fe932
This compiles fine w/WARNS.
2002-12-30 09:25:30 +00:00
Andrey A. Chernov
8a7335c522
Add ca_ES locale
...
PR: 45874
Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
2002-12-30 09:09:58 +00:00
Andrey A. Chernov
c6f442e743
Add directories for upcoming ca_ES locale
2002-12-30 08:52:05 +00:00
Alan Cox
c9267356b7
- Mark the kernel_map as a system map immediately after its creation.
...
- Correct a cast.
2002-12-30 05:55:41 +00:00
Mike Barcroft
69095b0264
Make the first argument to getbsize(3) a `size_t *'. This is a hack
...
since getbsize(3) should have `int *' as its first parameter.
2002-12-30 05:35:06 +00:00
Tom Rhodes
442f088676
Use 'msdosfs' in the /etc/fstab example. However, it works either way.
...
Pointed out by: schweikh
2002-12-30 04:32:10 +00:00
Juli Mallett
59bfb1ea42
Print old mixer levels when setting new ones.
2002-12-30 04:23:08 +00:00
Sam Leffler
d47693eb7a
o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need to
...
do this avoid m_getcl so we can copy the packet header to a clean mbuf
before adding the cluster
o move an assert to the right place
Supported by: Vernier Networks
2002-12-30 02:15:18 +00:00
Marcel Moolenaar
2bc46a6452
Fix LP64 architectures and especially ia64. Functions that return
...
a pointer and lack a prototype will have the return value (assumed
to be an integer) zero-extended to a pointer. On ia64 this is
unconditionally fatal as it zeroes-out the region bits, forming an
invalid pointer. Fix the sigsegv by including <stdlib.h>.
Pointy hat: bbraun
2002-12-30 01:41:14 +00:00
Alan Cox
3a92e5d5e9
- Increment the vm_map's timestamp if _vm_map_trylock() succeeds.
...
- Introduce map_sleep_mtx and use it to replace Giant in
vm_map_unlock_and_wait() and vm_map_wakeup(). (Original
version by: tegge.)
2002-12-30 00:41:33 +00:00
Garrett Wollman
2ae92e3e07
Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.
...
Checked on Alpha and IA32.
Reviewed by: maintainer timeout
MFC after: 1 week
2002-12-29 22:28:51 +00:00
Tom Rhodes
32805b12a3
Add msdosfs.5
2002-12-29 21:32:41 +00:00
Tom Rhodes
035ce699f2
Move the msdos.5 manual page to msdosfs.5 to be more correct.
2002-12-29 21:31:45 +00:00
Alan Cox
e3a9e1b2a8
- Remove vm_object_init2(). It is unused.
...
- Add a mtx_destroy() to vm_object_collapse(). (This allows a bzero()
to migrate from _vm_object_allocate() to vm_object_zinit(), where it
will be performed less often.)
2002-12-29 21:01:14 +00:00
Robert Watson
e4c3e988a5
Remove BUGS section indicating that these calls are unimplemented.
...
Update copyrights.
Obtained from: TrustedBSD Project
2002-12-29 20:52:42 +00:00
Robert Watson
93724388fc
Update acl_set.3, missed in last round:
...
- Update BUGS: this stuff is implemented.
- Update last modified date.
- Document acl_set_link_np() call.
Obtained from: TrustedBSD Project
2002-12-29 20:50:30 +00:00
Robert Watson
6394f703dc
Update libc POSIX.1e code and documentation to reflect:
...
- Updated copyrights, modified dates
- Remove "BUGS" entry indicating that ACLs are unimplemented
- Implement acl_*_link() library wrapper variants for get, set,
delete, aclvalid.
- Document acl_*_link() calls.
Obtained from: TrustedBSD Project
2002-12-29 20:47:05 +00:00
Robert Watson
a95f262c6b
Synchronize to kern/syscalls.master:1.139.
...
Obtained from: TrustedBSD Project
2002-12-29 20:33:26 +00:00
Robert Watson
d5f34a784b
Provide prototypes for new ACL system calls to manipulate ACLs "by
...
name" without following symbolic links, as well as library wrappers.
Obtained from: TrustedBSD Project
2002-12-29 20:30:00 +00:00
Robert Watson
3c67c23bcf
Implement new ACL system calls which do not follow symbolic links:
...
__acl_get_link(), __acl_set_link(), acl_delete_link(), and
__acl_aclcheck_link(), with almost identical implementations to
the existing __acl_*_file() variants on these calls. Update
copyright.
Obtained from: TrustedBSD Project
2002-12-29 20:28:44 +00:00