sekiya
d66ecfb68e
Allow arguments to as/ld to be specified in the kernel config file. Provide
...
a mechanism to override ranlib.
2004-09-29 06:03:03 +00:00
sekiya
faa2f31603
Abbreviate identification message to fit in 80 columns.
2004-09-29 05:13:39 +00:00
sekiya
19cf38fa50
Add the 64-bit ip30 bootloader.
2004-09-29 04:59:05 +00:00
sekiya
0603553bbb
Compile the 64-bit bootloader.
2004-09-29 04:57:31 +00:00
sekiya
77aa58c5b4
Use 64-bit-clean addition/subtraction opcodes for pointer arithmetic iff
...
_LP64 is defined.
2004-09-29 04:45:26 +00:00
mrg
7f549a8679
allow the LED blinker to be disabled via do_blink.
2004-09-29 04:45:05 +00:00
sekiya
d12d5dc3e0
Add a table mapping IPxy to ABI and load address.
2004-09-29 04:27:41 +00:00
sekiya
551d2b9aa9
Use ANSI function declarations.
2004-09-29 04:06:51 +00:00
sekiya
6f2cb625f4
Use C-style comments.
2004-09-29 03:21:14 +00:00
sekiya
8c64b0776c
Various fixes:
...
* clean up EISA detection logic,
* really fix config_found_ia() usage (from drochner@),
* sprinkle a bit of KNF.
2004-09-29 03:11:28 +00:00
sekiya
6a4c72d1af
Add COMPAT_20
2004-09-29 02:50:42 +00:00
lukem
e775b9e35a
Implement NS_FORCEALL, which may be set in defaults[0].flags by a caller of
...
nsdispatch(3) to indicate that all available database methods for a source
will be invoked. This is useful for functions such as endgrent(3).
2004-09-29 02:47:32 +00:00
erh
b16570503e
Add ./usr/share/sushi/system/dailyconf/script2
2004-09-28 23:41:07 +00:00
reinoud
a64c647b71
Cleanup of main config file:
...
1) Fix small indenting issues
2) Removal of audio* at ... and midi* at ... entries and replace all them with
audio* at audiobus?
midi* at minibus?
3) Adding of USB audio/midi and IrDa entries
2004-09-28 23:39:37 +00:00
reinoud
8faf51b906
Note that point 32 (ddb output to msgbuf) is Work In Progress and is about
...
to be committed after more testing and cleanup/review.
2004-09-28 23:02:58 +00:00
reinoud
7f6b7d1a06
wdc shadow registers need to be initialised later.
...
Request pullup for 2-0 nessisary?
2004-09-28 22:12:06 +00:00
reinoud
ce5f43b0de
Add an item to help developers without serial consoles.
2004-09-28 19:54:27 +00:00
jdolecek
decdc3f95c
regen - now using wrapper for shmget(2)
2004-09-28 19:05:58 +00:00
jdolecek
f64366a240
add flag for shmget(2) to specify that later shmat(2) for the shared memory
...
segment should succeed even if the segment would be marked removed; use this
to implement the Linux-compatible semantics of shmat(2)
this fixes the old Linux VMware3 graphics problem with local display,
and possibly other local Linux X clients using MIT-SHM
2004-09-28 19:05:19 +00:00
bouyer
b31a120195
Add a WD_QUIRK_FORCE_LBA48 quirck, which forces all access to use LBA48.
...
Use it for ST3200822A, which has a broken firmware and return an error
when accessing sector 0xfffffff with a LBA command.
Patch tested by David Brownlee.
2004-09-28 18:22:33 +00:00
jdolecek
68ee548306
fold shmat1() back into sys_shmat(), the change in rev 1.64 is not sufficient
...
for Linux-compatible shmat() behaviour - shmat() for the removed shared memory
segment must work from all callers, the shared memory id could be passed e.g.
to native X server via MIT-SHM
temporarily remove the functionality, the Linux-compatible semantics
will be reimplemented differently
2004-09-28 17:26:25 +00:00
wiz
2ea7a74e40
Improvements from Christian "naddy" Weisgerber:
...
sync with FreeBSD/OpenBSD
- Add a standard option list and make appropriate changes to the
body of the description.
- Document "-G netgroup".
- Miscellaneous grammar and mdoc fixes.
Some option resorting by yours truly.
2004-09-28 16:37:08 +00:00
christos
d12e6436f9
Don't forget to FIOCLEX the internal copies of stdout,stderr,stddiag when
...
we invoke a subshell. Otherwise the executed command gets invoked with
17,18,19 open.
2004-09-28 16:07:01 +00:00
wiz
dd9f33983a
Bump date for *ignore_fstypes addition; new sentence, new line;
...
mark up the bang.
2004-09-28 15:19:02 +00:00
erh
bfbf351dcb
PR misc/7716: add sushi support for the check_devices_ignore_fstypes
...
and find_core_ignore_fstypes options.
2004-09-28 15:06:15 +00:00
erh
89366510b3
PR misc/7716: document the check_devices_ignore_fstypes and
...
find_core_ignore_fstypes options.
2004-09-28 15:05:13 +00:00
erh
7da8bb106d
PR misc/7716: add configuration options find_core_ignore_fstypes and
...
check_devices_ignore_fstypes to allow the filesystem types that are
ignored during the daily and security runs to be adjusted.
2004-09-28 15:03:58 +00:00
lukem
22e72f089d
slight formatting tweaks
2004-09-28 14:44:05 +00:00
wiz
b772ed97cf
Drop space at EOL and dot at end of SEE ALSO.
2004-09-28 13:59:48 +00:00
he
d2886cb438
Fix build problem for hpcarm by casting the result of a computation
...
to int before printing with %d.
2004-09-28 12:27:02 +00:00
lukem
3d2c2adc4d
also ensure defaults != NULL
2004-09-28 11:51:42 +00:00
lukem
adea87aed9
s/foe/for/
2004-09-28 11:37:26 +00:00
yamt
5735ef17ab
ex_add_rxbuf: use MRESETDATA macro.
2004-09-28 11:35:21 +00:00
yamt
478d44cb16
ath_getmbuf: check MCLGET failure.
2004-09-28 11:34:37 +00:00
lukem
159aa790f6
Expand description of return value.
...
Remove bug about incorrect sizing calculation; it seems to DTRT for me.
Also reference group(5).
2004-09-28 10:49:22 +00:00
lukem
3608f5c3e9
'gid_t *groups' may be NULL if we're just sizing the list by calling
...
getgrouplist(3) with *grpcnt==0, so don't _DIAGASSERT(groups != NULL).
Tweak API used between getgrouplist(3) and the back-end nsswitch methods;
move the public return value to the start of the va_list and reserve the
'void *retval' for "internal use" (e.g, errno passing or some other need).
2004-09-28 10:46:19 +00:00
martin
bafafd830d
Use PRI* format strings to print 64 bit data types.
2004-09-28 10:01:42 +00:00
wiz
ab8bec093c
Another formatting fix.
2004-09-28 09:36:14 +00:00
wiz
4f07b22d09
Some formatting fixes, and s/OpenBSD/.Ox/ s/FreeBSD/.Fx/.
2004-09-28 09:33:53 +00:00
wiz
867837f34d
Remove trailing whitespace.
2004-09-28 09:31:13 +00:00
jdolecek
3254cd78d8
adjust the change of rev. 1.190 so that trap signals not matching
...
the reset condition are processed properly; this fixes PR#26687 by
Jan Schaumann
many thanks to Mark Davies, who tracked the offending change down
and helped test patches
while here, g/c unused sigtrapmask and rearrange some code to pre-r1.190 form
for better readability
2004-09-28 08:59:20 +00:00
tshiozak
94244ec3de
add missed entry for CP866. (lib/27060)
2004-09-28 06:51:37 +00:00
dyoung
4776f99384
Make newchunk() prototype match definition.
2004-09-28 06:35:38 +00:00
itojun
b637834754
m->m_next check here is not needed, since we make no assumption on m_len below,
...
and key_align() may chop mbuf into multiple mbufs.
from freebsd via kame
2004-09-28 04:24:54 +00:00
dyoung
e2727a9d0b
Add several new DLTs. From tcpdump.org.
2004-09-28 03:34:21 +00:00
dyoung
b9fe0da57f
Note upgrade to libpcap 0.8.3, tcpdump 3.8.3.
2004-09-28 00:55:15 +00:00
simonb
244c55e255
Add antidisestablishmentarianism.
2004-09-28 00:49:52 +00:00
dyoung
1b319e72be
Simplify the BSSID synchronization code.
2004-09-28 00:42:11 +00:00
dyoung
34a3fbf64e
"RB_PROTOTYPE();" does not lint because you end up with two
...
consecutive semicolons, so let's use RB_PROTOTYPE() alone.
2004-09-28 00:14:02 +00:00
dyoung
79eff8033d
Add radiotap support, which was not in release 3.8.3.
2004-09-28 00:01:02 +00:00