Yoshihiro Takahashi
48093d339b
Remove duplicate vinum entry.
2002-08-20 14:41:44 +00:00
Yoshihiro Takahashi
dacea73d13
Merged from sys/dev/syscons/syscons.c revisions 1.386 and 1.387.
2002-08-20 14:39:29 +00:00
Maxime Henrion
579bb37015
Use the __BUS_ACCESSOR macro for NEXUS_ACCESSOR
...
instead of rolling our own implementation.
Reviewed by: tmm
2002-08-20 13:50:17 +00:00
Ruslan Ermilov
4612010cdd
Allow embedded :' and
!' in target names.
...
PR: bin/6612
Obtained from: OpenBSD
MFC after: 1 week
2002-08-20 12:50:32 +00:00
Maxime Henrion
6527574b75
- Use the __BUS_ACCESSOR macro for EISA_ACCESSOR instead
...
of reimplementing it.
- #undef EISA_ACCESSOR after use like we do for other accessors.
Reviewed by: tmm
2002-08-20 12:32:06 +00:00
Poul-Henning Kamp
7428de69d2
Implement list of EA return functionality.
...
Correctly delete EA's when the content length is set to zero.
Sponsored by: DARPA & NAI Labs.
2002-08-20 11:34:58 +00:00
Poul-Henning Kamp
8453c174a1
Be consistent about quoting things.
...
Be (somewhat) prepared for things to change size under us.
Recognize a empty attribute name as magic and print the list of attributes.
Use <err.h> for code clarity.
Deal with zero length returns.
Sponsored by: DARPA & NAI Labs.
2002-08-20 11:33:25 +00:00
Ruslan Ermilov
81c0610313
Allow one to override ${MINSTALL} in /etc/make.conf.
...
Prompted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2002-08-20 11:11:37 +00:00
Orion Hodson
2296709020
Back out last commit. Needs slightly more subtle handling.
2002-08-20 08:02:56 +00:00
Scott Long
c8eeea2ffc
Remove the possibility of a race condition when reading the . and ..
...
entries.
2002-08-20 04:46:59 +00:00
Scott Long
95ec5961f6
Don't abuse the stack when translating names.
2002-08-20 04:46:04 +00:00
Jun Kuriyama
ba77aa0d56
Merge changes in GENERIC to reduce difference (mostly cosmetic).
2002-08-20 04:36:31 +00:00
Tim J. Robbins
7d77551c77
Add a manual page for wcwidth().
2002-08-20 03:42:21 +00:00
Tim J. Robbins
c8e804757d
Add a manual page for wcswidth().
2002-08-20 03:40:45 +00:00
David E. O'Brien
1c8deadc52
Use mv -f. Otherwise if you accidently build as root, and then as a user,
...
it keeps asking you if you want to overwrite it or not.
Submitted by: peter
2002-08-20 03:06:30 +00:00
Robert Watson
740348c40a
Prefer NULL to 0 when passing a NULL pointer.
2002-08-20 02:54:09 +00:00
Robert Watson
8a97ecf648
Provide stub mpo_syscall() implementations for mac_none and mac_test.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-08-20 02:53:35 +00:00
Robert Watson
0a9b91cde1
Correct one more errant whitespace nit that crept in during changes
...
in the arguments to vn_rdwr(). Hopefully the last.
2002-08-20 02:21:38 +00:00
Robert Watson
b4edfededd
Handle one more case of a fifofs filetmp: set filetmp.f_cred to
...
ap->a_cred, and pass in ap->a_td->td_ucred as the active_cred to
soo_poll().
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-08-20 02:17:59 +00:00
Andrey A. Chernov
353450fbbe
Move just committed version of wcswidth.c here (from "locale"),
...
a bit optimized now.
2002-08-20 02:06:28 +00:00
Andrey A. Chernov
c1a0a78d00
Remove wcswidth.c from here (and move it to "string")
2002-08-20 01:59:26 +00:00
Andrey A. Chernov
8077fafd28
Remove space at the end of continuation line in prev. commit
2002-08-20 01:16:06 +00:00
Peter Wemm
66efd5f568
Untangle this warning a bit:
...
COMPAT_SVR4 is broken and usage is, until fixed, not recommended
BTW; does anybody remember why this is here?
2002-08-20 00:29:16 +00:00
Marcel Moolenaar
ecfdc2e0cd
Add support for the R_IA64_IPLTLSB relocation in non-PLT context.
...
This relocation creates a function descriptor at the specified
address and is commonly used for C++ to create virtual function
tables.
2002-08-20 00:24:33 +00:00
Gordon Tetlow
4642178fcc
Print out a carriage return to make the screen output make more sense
...
Submitted by: mike@
2002-08-20 00:14:11 +00:00
Peter Wemm
f453022cd9
remove unit counts from atkbdc, pckbd, sc
2002-08-20 00:10:22 +00:00
Peter Wemm
ca9cc66fbd
de-count pcbkd
2002-08-20 00:09:16 +00:00
Peter Wemm
ae05c598e1
de-count pckbd for pc98. This file is only compiled if NPCKBD was 1,
...
so the conditional compile should never have been used.
2002-08-20 00:05:41 +00:00
Peter Wemm
5452db4885
de-count atkbdc and sc. Folks, remove the '1' from 'device sc 1' and
...
'device atkbdc 1'.
2002-08-19 23:59:21 +00:00
Peter Wemm
2943ed8c5d
de-count atkbdc. I have more extensive patches to make properly dynamic,
...
but since pc hardware only allows one AT-style keyboard controller, this
doesn't seem particularly urgent. (I do not know what the old sunriver
remote keyboard/mouse/vga cards do, that might be an exception).
2002-08-19 23:58:37 +00:00
Peter Wemm
f457830b8e
de-count schistory.c. The handling of NSC was rather bogus here and was
...
little more than a place holder, because nothing actually counted the
number of 'sc' units to compare it against NSC. A bit more work here
is needed so that the scaling of SC_MAX_HISTORY_SIZE and extra_history_size
goes up when more sc units are added. But, it does not appear that we can
have more than one console yet, so it does not seem particularly urgent.
2002-08-19 23:56:01 +00:00
Bruce Evans
80ee2492c5
xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don't
...
add it here.
2002-08-19 23:06:00 +00:00
Maxime Henrion
44b4810fbe
Typo fix.
...
Reviewed by: tmm
2002-08-19 22:57:32 +00:00
Maxime Henrion
258682384f
style(9) nit.
2002-08-19 22:51:23 +00:00
Maxime Henrion
e9cf2ddb50
Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead of
...
reimplementing it.
Reviewed by: tmm
2002-08-19 22:50:08 +00:00
Andrey A. Chernov
57788f25b3
Sort unsorted prototypes
2002-08-19 21:00:13 +00:00
Warner Losh
84bbb6cab3
When login tries to do the chmod/chflags on a read only file system,
...
it complains that it can't do it because the filesystem is readonly.
Assume that when the user has a readonly /dev that they don't care if
login can't change the permissions/flags. While this does break a few
things like msgs, we'll assume that the user setting up the read only
system knows what they are doing.
All this change does is to stop the complaint when the file system is
read only. It also adds comments as to why EROFS and EOPNOTSUPP are
ignored.
This allows one to have a read-only / w/o a /dev MFS and have a
relatively warning-free existence. /etc/rc still complains when it
can't chown/chflags/chmod things, but that's easy to ignore/tweak.
Reviewed by: roberto, phk
Sponsored by: Timing Solutions
2002-08-19 20:54:00 +00:00
Andrey A. Chernov
38eb24cc31
Activate (uncomment) wcwidth() and wcswidth() now implemented
2002-08-19 20:48:18 +00:00
Andrey A. Chernov
f999b4ba69
Implement wcswidth()
2002-08-19 20:46:10 +00:00
Semen Ustimenko
c5844e091c
Stop trying to align malloc()ed memory. Rely on malloc() instead, just like
...
others.
2002-08-19 20:36:08 +00:00
Andrey A. Chernov
1da6b56aca
Use modern-style arguments declaration
2002-08-19 20:32:27 +00:00
Robert Watson
e5cb5e37d4
Close a race in process label changing opened due to dropping the
...
proc locking when revoking access to mmaps. Instead, perform this
later once we've changed the process label (hold onto a reference
to the new cred so that we don't lose it when we release the
process lock if another thread changes the credential).
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-08-19 20:26:32 +00:00
Semen Ustimenko
714087a2ac
Do not reset card in epic_freebsd_attach() as reset is done in
...
epic_common_attach().
2002-08-19 20:24:13 +00:00
Andrey A. Chernov
853c779d87
Write null wide-character as L'\0' like in other places
2002-08-19 20:12:38 +00:00
Robert Watson
8815d2e899
Regen.
2002-08-19 20:02:29 +00:00
Robert Watson
f61b85492c
mac_syscall is now implemented, switch to MSTD.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-08-19 20:01:31 +00:00
Juli Mallett
ded7008a07
Enclose IPv6 addresses in brackets when they are displayed printable with a
...
TCP/UDP port seperated by a colon. This is for the log_in_vain facility.
Pointed out by: Edward J. M. Brocklesby
Reviewed by: ume
MFC after: 2 weeks
2002-08-19 19:47:13 +00:00
Brooks Davis
51e2390d61
Fix a couple of bogus return values in previous commit.
...
Submitted by: "Vladimir B. " Grebenschikov <vova@sw.ru>
Pointy hat to: brooks
2002-08-19 19:22:41 +00:00
Robert Watson
177142e458
Pass active_cred and file_cred into the MAC framework explicitly
...
for mac_check_vnode_{poll,read,stat,write}(). Pass in fp->f_cred
when calling these checks with a struct file available. Otherwise,
pass NOCRED. All currently MAC policies use active_cred, but
could now offer the cached credential semantic used for the base
system security model.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-08-19 19:04:53 +00:00
Søren Schmidt
8ba0fd9c32
Fix buffer length.
...
PR: 41063
2002-08-19 18:52:23 +00:00