mike
2be10cd557
Back out rev 1.19; getbsize(3)'s original interface has been restored.
2002-12-30 18:21:47 +00:00
mike
fe007c119e
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
ce6d0a2803
Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.
...
Submitted by: marius@alchemy.franken.de
2002-12-30 18:18:22 +00:00
mike
2c84f3f191
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
e383960542
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
4cb698efb2
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
da08117fe4
Back out rev 1.44; getbsize(3)'s original interface has been restored.
...
Approved by: markm
2002-12-30 18:10:37 +00:00
schweikh
d56ad5377d
Minor typo fixes and whitespace cleanups.
2002-12-30 16:48:35 +00:00
rwatson
41ffbf0586
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
mux
6630eff4ba
Leave only one of the two $FreeBSD$ tag, and use __FBSDID().
2002-12-30 12:46:08 +00:00
obrien
0e8ed61fd2
Change the ident so people know a kernel built with this has SMP support.
2002-12-30 11:36:17 +00:00
obrien
ac07bfe58d
Sync with GENERIC rev 1.371.
2002-12-30 11:34:45 +00:00
obrien
4fd3101d1b
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
obrien
ff31f03a44
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
obrien
9cb3640de7
Make fully WARNS=5 clean.
...
Tested on: sparc64, x86
2002-12-30 10:57:41 +00:00
obrien
4326573bac
Use basename(3).
2002-12-30 10:16:56 +00:00
simokawa
f4db8d728e
Import FireWire userland utility.
2002-12-30 10:13:16 +00:00
obrien
2a3b46cf04
Use <sys/endian.h> rather than a private verison.
...
Tested on: sparc64, Athlon[32]
2002-12-30 10:04:46 +00:00
obrien
28cb18fa2b
Move elf2aout back to /usr/bin -- it is a general development tool, not
...
a sysadmin tool.
2002-12-30 10:01:26 +00:00
obrien
89cc21e24e
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
obrien
cdbc4fe999
Adjust path to crunchide.
2002-12-30 09:55:42 +00:00
obrien
984832e328
Adjust max WARNs for sparc64.
2002-12-30 09:48:40 +00:00
obrien
5397c3b872
Style cleanup.
2002-12-30 09:46:58 +00:00
obrien
3706c22173
Make WARNS=5 clean.
...
Tested on: sparc64, Athlon[32]
2002-12-30 09:45:26 +00:00
simokawa
21e8642ea6
Install /sys/dev/firewire/*.h under /usr/include/dev/firewire
...
for userland utilities.
2002-12-30 09:45:03 +00:00
simokawa
4d35cd1eec
- 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
obrien
d8edc28422
This builds fine with WARNS.
...
Tested on: sparc64, athlon[32]
2002-12-30 09:41:07 +00:00
obrien
9bb2a36af3
This really isn't WARNS clean.
2002-12-30 09:38:46 +00:00
obrien
83636c7629
This compiles fine w/WARNS.
2002-12-30 09:25:30 +00:00
ache
a6c978255e
Add ca_ES locale
...
PR: 45874
Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
2002-12-30 09:09:58 +00:00
ache
9790df5097
Add directories for upcoming ca_ES locale
2002-12-30 08:52:05 +00:00
alc
e781850b48
- Mark the kernel_map as a system map immediately after its creation.
...
- Correct a cast.
2002-12-30 05:55:41 +00:00
mike
77c2df01c2
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
trhodes
eb8985441b
Use 'msdosfs' in the /etc/fstab example. However, it works either way.
...
Pointed out by: schweikh
2002-12-30 04:32:10 +00:00
jmallett
d977996c39
Print old mixer levels when setting new ones.
2002-12-30 04:23:08 +00:00
sam
e03df98e65
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
f851d02fe9
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
alc
af0360c52f
- 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
wollman
f2e8e409c4
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
trhodes
c729503316
Add msdosfs.5
2002-12-29 21:32:41 +00:00
trhodes
99c275c2bd
Move the msdos.5 manual page to msdosfs.5 to be more correct.
2002-12-29 21:31:45 +00:00
alc
8c9297ae74
- 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
rwatson
7206b6589c
Remove BUGS section indicating that these calls are unimplemented.
...
Update copyrights.
Obtained from: TrustedBSD Project
2002-12-29 20:52:42 +00:00
rwatson
6a61682942
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
rwatson
3a9fd63a5c
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
rwatson
549d7a30bb
Synchronize to kern/syscalls.master:1.139.
...
Obtained from: TrustedBSD Project
2002-12-29 20:33:26 +00:00
rwatson
d127863c53
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
rwatson
34095b6ffd
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
rwatson
ef3d521440
Regen from syscalls.master:1.139
2002-12-29 20:26:41 +00:00
rwatson
1ed5eb5883
Add definitions for four new system calls:
...
__acl_get_link() Retrieve an ACL by name without following
symbolic links.
__acl_set_link() Set an ACL by name without following
symbolic links.
__acl_delete_link() Delete an ACL by name without following
symbolic links.
__acl_aclcheck_link() Check an ACL against a file by name without
following symbolic links.
These calls are similar in spirit to lstat(), lchown(), lchmod(), etc,
and will be used under similar circumstances.
Obtained from: TrustedBSD Project
2002-12-29 20:25:54 +00:00