mrg
4c2a3c644a
export ktrinitheader() and ktrwrite() for ktrsyscall32(), which is used
...
to write 32 bit syscall arguments in a 64 bit format.
2004-01-15 14:29:20 +00:00
wiz
cd94abe28f
Bump date for previous.
2004-01-15 13:54:22 +00:00
dbj
3bae198909
add -DDARWIN_NO_CARBON to HOST_CPPFLAGS so that cross build
...
on darwin does not try to use resource fork font support
which requires the carbon libraries.
2004-01-15 13:47:05 +00:00
onoe
4f290d318e
Cleanup obsolete text:
...
- wiconfig is no longer used for configuration.
- delete messages for common net80211 layer from DIAGNOSTICS.
2004-01-15 13:46:58 +00:00
onoe
d21d916e1d
Correct beacon (src/bssid) for hostap and adhoc mode.
2004-01-15 13:29:05 +00:00
uebayasi
0b297c927b
Missing rcvar. From Nicolas Joly in PR 24106.
2004-01-15 11:20:19 +00:00
onoe
5ff2748cd5
Fix: panic when rate is specified but chan is left unspecified.
...
Add FreeBSD glues to share drivers.
2004-01-15 09:39:15 +00:00
onoe
090e150c3f
ANSIfy.
2004-01-15 09:33:48 +00:00
agc
478a76b17a
At package creation time, record the targets of symbolic links which
...
are installed as part of the package.
Enable the verification of the integrity of any symbolic links
in the package in "pkg_admin check".
Add a check to pkg_delete to verify the integrity of the symbolic link
before deletion, and to act in the same way as an MD5 failure if the
symbolic link has been modified since package creation time.
Bump version number.
Addresses PR 23048 from Klaus Klein.
2004-01-15 09:33:38 +00:00
jmmv
5a07b7fa58
Sort lists of variables alphabetically. Also adjust "see also" entries to
...
refer to manpages related to the rc.d infrastructure.
2004-01-15 09:14:54 +00:00
enami
9e2ac76ac4
Obviously, sizeof(u_int) is not enough to copy struct buf.
...
Prevents ``sysctl -a'' from dumping core.
2004-01-15 09:03:26 +00:00
pooka
6e2ad2392e
Remove historic remnant that treated the O2 load address as the
...
sgimips standard. Define it in the respective config file.
2004-01-15 08:53:42 +00:00
pooka
60b4d7ab8d
Replace prehistoric comment "Indy" with something a bit more current
2004-01-15 08:46:31 +00:00
pooka
f78de077a8
The O2 has a PCI slot, add opencrypto.
...
Brush up some comments a bit while in here.
2004-01-15 08:45:12 +00:00
onoe
b001a515f8
For FH phy, accept beacons whose hop pattern in FH params is different
...
from current setting, because the rssi value would be correct once the
datagram is received regardless the hopping pattern.
2004-01-15 08:16:24 +00:00
itojun
0146a277ba
correct typo in 1.94 -> 1.95. pointed out by Shiva Shenoy
2004-01-15 05:13:17 +00:00
grant
cc32724911
+ELF, COFF
2004-01-15 03:35:20 +00:00
grant
fc6ca7735c
uppercase NFS acronym
2004-01-15 03:33:20 +00:00
grant
480de7e72f
NFS -> network file system
2004-01-15 03:31:41 +00:00
grant
36b0923906
+ATM, OSF, PPPOA
2004-01-15 03:31:04 +00:00
jlam
0c45ef07f3
Don't warn and abort if a package with the same ${PKGBASE} already exists
...
if we're installed a depoted package.
2004-01-14 23:32:36 +00:00
matt
8ef4267baa
Netwinders don't have PCI slots so you can't crypto devices to them.
2004-01-14 23:17:59 +00:00
jonathan
abb59e6f0c
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
...
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).
2004-01-14 22:29:03 +00:00
jmmv
a1a8f903fb
Document the veriexec variable.
2004-01-14 21:51:18 +00:00
jdolecek
940556de73
Regen - addition of 'wscons' special argument for MAKEDEV
2004-01-14 20:44:48 +00:00
jdolecek
07d4016c74
add 'wscons' to list of special arguments
2004-01-14 20:41:59 +00:00
jdolecek
d68daf2dd5
put a 'Generated from' with RCS Ids of MAKEDEV.awk, MAKEDEV.tmpl and the
...
MD MAKEDEV.conf into the generated file
don't copy the 'PLEASE RUN ...' paragraph to the generated file
don't copy the list of individual devices to the generated file -
the info is available in MAKEDEV(8) for those who need it
2004-01-14 20:37:51 +00:00
wiz
a5e9e87e98
/usr/X11R6/lib/X11/xkb/symbols/sharp seems to be missing here -- add it.
2004-01-14 19:45:35 +00:00
jdolecek
de7bb4305b
remove incorrect veriexec entry - there is correct one here already
2004-01-14 19:23:36 +00:00
oster
7ab3e4e2e3
Add 2 missing RF_LOCK_MUTEX()es. Problem pointed out by
...
skrueger-at-europe-dot-com. (It turns out that the mutex used to
serve two different purposes, not just one, and for its current use,
it's actually miss-named. Will fix that some other time.)
2004-01-14 15:10:55 +00:00
tsutsui
6353b12d1a
Fix hardware cksum problem on big endian machines.
...
Tested on macppc by HATANO Hiromichi.
Note I guess this bug could be fixed only adding one htole32(),
but I'd rather clean up endianness handling:
- Use htole32() only to accesses against DMA descriptors.
- Don't use uint32_t union member with htole32()/le32toh()
to access uint8_t/uint16_t descriptors.
- Add le32toh() in some DPRINTF.
(XXX: strictly speaking, bus_dmamap_sync() is needed for these DPRINTF)
2004-01-14 14:29:48 +00:00
tsutsui
ca7e52eb4f
Preserve kernel symbol table not only #if defined(DDB) but
...
also #if NKSYMS > 0 || defined(LKM).
Should fix port-macppc/21742.
2004-01-14 14:08:40 +00:00
keihan
a8de35afb5
+RIP in acronyms.
...
+LIR and PAM in acronyms.comp.
2004-01-14 13:46:26 +00:00
minoura
c173c06b42
Build & install XKB data files for the X680x0 keyboard.
...
Missing files in the previous.
2004-01-14 13:01:50 +00:00
minoura
b93a66102e
XKB data files for X68k.
2004-01-14 12:53:52 +00:00
minoura
37c003c877
New directory for an X68k XKB data file.
2004-01-14 12:52:30 +00:00
minoura
786e145c78
Build & install XKB data files for the X680x0 keyboard.
2004-01-14 12:49:09 +00:00
yamt
d113fe51e0
spllower: lower spl before checking pending interrupts.
...
otherwise, interrupts happened immediately after the check might be left
pending for a while. (until the next tick in the worse case.)
2004-01-14 11:41:27 +00:00
yamt
251786391b
there's no need to initialize simplelock on uniprocessor.
2004-01-14 11:34:48 +00:00
yamt
7246e2cc80
issue memory read barrier for BUS_DMASYNC_POSTREAD operation.
...
PR/21665 from Stephan Uphoff.
2004-01-14 11:31:55 +00:00
yamt
6125e101f7
remove a duplicated definition of MDP_USEDFPU.
2004-01-14 11:29:40 +00:00
yamt
7f20b0c529
bump vnode hold count for page cache as well
...
to resolve unfairness between page cache and traditional buffer cache.
pointed by enami tsugutomo on current-users@.
2004-01-14 11:28:04 +00:00
jmmv
ec3213dda0
Add the veriexec rc.d script.
2004-01-14 10:51:54 +00:00
yamt
45717cbc50
init_file: copy status_info from static storage so that
...
statd doesn't always use the same "status" number.
2004-01-14 10:29:46 +00:00
yamt
65c4e197a1
reset_host: reset actual host infos rather than reset copies of them.
2004-01-14 10:28:17 +00:00
agc
f8d5e607b8
Add -S argument to useradd, usermod and userdel, which allows the use of
...
a trailing '$' character in user names.
Requested in PR 23922 by Takahiro Kambe.
Also, fix a bug in the previous fix to usermod.
2004-01-14 09:35:33 +00:00
itojun
bde9df6596
bump version string
2004-01-14 09:21:41 +00:00
itojun
3c3791b847
validate hash on info exchange. bugtraq <20040113213940.GA1727@hzeroseven.org>
2004-01-14 09:17:42 +00:00
agc
e75d2f492c
Fixes from Todd Miller in PR 24070.
...
Revert fgetln/asprintf changes from rev 1.26 - fgetln(3) does not return
a NUL-terminated string, so using strchr(3) is inappropriate. As the entry
from the password file is a known size, there's no need to use fgetln(3),
just use fgets(3) for consistency. This also means that an inappropriate
cast to int from asprintf(3) is unneeded, which was apparently causing
problems on OpenBSD's sparc64 port - just be consistent and use snprintf(3).
2004-01-14 08:25:30 +00:00
wiz
6defecc84f
New sentence, new line. Some other minor changes.
2004-01-14 07:22:40 +00:00