brueffer
90f763f3f4
Manpage for Olicom Token Ring adapters, based on input by mdodd.
...
Reviewed by: mdodd
MFC after: 1 week
2005-02-04 01:48:27 +00:00
grehan
2ba5735817
- add wall_cmos_clock and adjkerntz variables, required by msdosfs
...
- support adjkerntz sysctl to silence NTP, though it's a null
implementation at the moment.
2005-02-04 01:41:38 +00:00
grehan
9b25a73faa
Convert bus_space_barrier() into a null inline function rather than an
...
empty macro to avoid many compile warnings in the USB code.
2005-02-04 01:27:21 +00:00
grehan
6584effc03
- add definitions for MPC7447A/7448 (i.e. miniMac)
...
- expand MPC745X_P macro to include these
Obtained from: NetBSD
2005-02-04 01:17:04 +00:00
grehan
e896fb7aff
HID0 updates:
...
- updated relevant models for High BAT enable bit
- fixed bug in BHTCLR/XAEN constants
- added LRSTK and FOLD bits
2005-02-04 01:14:38 +00:00
imp
f5c2fde7c8
Sort PANASONIC products numerically
2005-02-03 23:45:20 +00:00
imp
836cc3dd48
takawata tells me that KXLC0003 also works with this driver, so add it
...
to the list. Note it is untested.
Also kill some whitespace at the end of the line...
2005-02-03 23:39:29 +00:00
scottl
a69d20ba4f
Remove the entries for isp and ispfw instead of leaving them in an inconsistent
...
state.
2005-02-03 23:10:17 +00:00
mdodd
f1d4551d87
- Split out PCI support.
...
- Add previously removed ISA support.
Submitted by: David S. Madole <david AT madole.net>
2005-02-03 23:01:01 +00:00
schweikh
97c405701b
s/worman/woman/
2005-02-03 22:48:29 +00:00
kuriyama
adecb8eaaa
- Use svc_getrpccaller() rather than svc_getcaller() for using
...
xt_rtaddr member of SVCXPRT structure. This allows to use IPv6
address stored in "struct sockaddr_storage" in "struct netbuf".
- Output the reason of getnameinfo() error.
Reviewed by: alfred
2005-02-03 22:21:19 +00:00
pjd
3c0c7b01b6
- Sort options.
...
- Put 'break' into separate line.
2005-02-03 21:34:39 +00:00
pjd
1d320aa5ac
Fix whitespace.
2005-02-03 21:25:35 +00:00
keramida
b4ddce12b3
Clarify a bit the BUGS section.
...
PR: docs/77024
Submitted by: Adrian Filipi <adrian@ubergeeks.com>
Reviewed by: ru
2005-02-03 21:16:23 +00:00
ru
0aaf0b6c62
Connect ng_device(4) to the build.
2005-02-03 19:54:58 +00:00
jhb
5daaea8f22
Anytime we write to the RTC's status B register to possibly enable
...
interrupts, read from the interrupt status register to clear any pending
interrupts. Otherwise in some rare cases the RTC would never fire any
interrupts as it constantly thinks it has an interrupt pending.
PR: i386/17800
PR: kern/76776
Submitted by: Jose M. Alcaide jose at we dot lc dot ehu dot es
MFC after: 2 weeks
2005-02-03 19:06:03 +00:00
sam
a1edfec034
correct check for unicast key being setup; wpa_supplicant in particular
...
uses only the global key state so looking in the per-node key slot is wrong
Submitted by: Tai-hwa Liang
2005-02-03 16:21:07 +00:00
ru
e110a325c4
MFlibc: Remove extra closing parenthesis.
2005-02-03 15:51:39 +00:00
pjd
0d4dca8548
We do want to print '\n'/'\r'.
...
Pointed out by: stefanf
2005-02-03 15:47:30 +00:00
pjd
14c77c16d2
'c' cannot be -1.
...
Submitted by: stefanf
2005-02-03 15:23:27 +00:00
pjd
0609f60831
- Move gets() function to libkern (I want to use it outside vfs_mount.c).
...
- Add buffer size limitations (overflow will not be possible anymore).
- Add 'visible' option, which will allow for passphrase reading in the
future.
- Remove special treatment of '@' and '#', those two are only confusing.
Discussed with: rwatson
MFC after: 2 weeks
2005-02-03 15:10:58 +00:00
ru
f01116dd05
Reflect recent code changes.
2005-02-03 13:33:34 +00:00
pjd
492540a830
- Remove bogus O_CREAT flag. We really don't want to create a file here.
...
PR: bin/67793
Submitted by: Amir Shalem <amir@boom.org.il>
- Sync usage with manual page.
Approved by: phk
MFC after: 1 week
2005-02-03 13:12:17 +00:00
ru
3ba37139ba
Parse "getifname" using the standard parse string type.
...
Fixed an off-by-one error when dealing with interface name
(if_xname is NUL-terminated).
Don't waste time making a copy of if_xname in constructor.
2005-02-03 13:03:31 +00:00
ru
da345be611
Fixed an off-by-one error when dealing with interface name
...
(if_xname is NUL-terminated).
Don't waste time making a copy of if_xname in attach().
2005-02-03 12:54:18 +00:00
ru
f1160b7b64
Fixed an off-by-one error when dealing with interface name
...
(if_xname is IFNAMSIZ-sized and NUL-terminated).
2005-02-03 12:50:10 +00:00
ru
0e256fdd59
Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname".
2005-02-03 11:52:42 +00:00
harti
cde8b61542
Constify an argument to a function.
...
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-03 11:51:25 +00:00
harti
0bc036b793
Get rid of a number of unneccessary memory allocations.
...
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-03 11:36:19 +00:00
ru
e500bbb4ff
Removed unused includes.
2005-02-03 11:28:53 +00:00
ru
c6f5812d65
Ignore consonants, and remove more duplicates.
2005-02-03 10:54:07 +00:00
rwatson
6514406b98
When entering siocnputc() with (kdb_active), don't acquire (or
...
release) the sio spin mutex, as use of synchronization primitives in
the debugger can result in substantial problems. With this patch in
place entering the debugger via a serial console is made
substantially more reliable.
MFC after: 1 week
Tested by: kris
Discussed with: bde
2005-02-03 10:35:05 +00:00
ru
1bd82eeb1a
Removed more duplicates (forgot to ignore underscore).
2005-02-03 09:44:30 +00:00
ru
e410ad5b88
Keep the fortune above this.
...
Reviewed by: sheldonh
2005-02-03 09:28:45 +00:00
ru
b6d7ee4192
Remove more duplicates.
2005-02-03 09:27:01 +00:00
ru
abc26f1187
Ignore vowels, and remove more duplicates, mostly due to typos.
2005-02-03 09:13:02 +00:00
des
9341db929e
Trim some obnoxious warlording.
2005-02-03 08:47:14 +00:00
ru
08e94789ea
Removed more duplicates, by ignoring "i", "you", "we",
...
"an", "is", "are", "will", "'ll", "is", "'s" to find
them. More to follow...
2005-02-03 08:40:08 +00:00
ru
f0d189cc4b
Fix alignment in the last commit.
2005-02-03 08:07:22 +00:00
grehan
1ad10354b1
- remove NO_MODULES since they've been working for some time
...
- add -fno-omit-framepointer to CFLAGS if DDB is enabled so
backtraces will still work when optimization is enabled.
Stolen from Makefile.amd64.
2005-02-03 06:28:17 +00:00
grehan
12dfbb5459
Don't build syscons, uart or vpo on PPC.
2005-02-03 06:12:43 +00:00
grehan
efb1623d98
Fix up assignment of negative number to char. Char's are unsigned by
...
default on PowerPC.
Approved by: mdodd
2005-02-03 02:35:28 +00:00
imp
031338d66e
MF dev/wi: merge the pccard lists.
...
# this hasn't compiled for two weeks and no one noticed!
MFC After: 7 days or so
2005-02-03 00:40:35 +00:00
ru
bd95b6c7e0
Merged fortunes with fortunes2.
...
Sort fortunes (except for the first entry).
2005-02-03 00:20:37 +00:00
ru
4bfd722d37
Fix bugs.
...
Due to one of the bugs (^C was the first character of each line
when sorting), the -b option of sort(1) didn't take any effect,
so stay bug-compatible, and remove the -b option.
2005-02-03 00:18:06 +00:00
grehan
f549793562
Don't lose the frame pointer for PPC modules: backtrace doesn't work.
2005-02-02 23:44:24 +00:00
alfred
44d9bd3489
Modify rpcgen -t output to something that's a lot more useful in
...
today's modern "no sir, not today" compilers.
Basically, when building the table:
use NULL instead of 0,
use braces around array initializers,
case the function pointers to xdrproc_t,
don't cast function pointers that do not need casting.
MFC After: 1 week
2005-02-02 22:14:10 +00:00
jeff
79c25203e8
- Use a seperate malloc tag for saved inode contents to help in debugging
...
memory modified after free errors.
Sponsored by: Isilon Systems, Inc.
2005-02-02 20:30:47 +00:00
jeff
d2a1c9973a
- Correct a typo in kern_rename. tvfslocked should be initialized from
...
tond and not fromnd. This could lead us to leak Giant, or unlock it
twice, depending on the filesystems involved. renames within a single
filesystem would not have caused any problems.
Sponsored by: Isilon Systems, Inc.
2005-02-02 17:17:15 +00:00
rwatson
46a8e89b0c
Define SI_SUB_AUDIT, the system boot event to initialize the audit
...
subsystem.
Obtained from: TrustedBSD Project
Submitted by: Wayne Salamon <wsalamon at computer dot org>
2005-02-02 14:41:03 +00:00