yamt
|
394475baf3
|
include sys/kauth.h for NOCRED.
|
2006-05-15 00:55:57 +00:00 |
yamt
|
dfae4593ce
|
include sys/kauth.h for kauth_cred_geteuid.
|
2006-05-15 00:55:29 +00:00 |
christos
|
2536b870ce
|
Don't include <sys/kauth.h>; breaks userland (newfs_lfs)
|
2006-05-15 00:45:57 +00:00 |
christos
|
b70f726885
|
XXX: GCC uninitialized
|
2006-05-15 00:36:55 +00:00 |
christos
|
fc6d984beb
|
kauth fallout
|
2006-05-15 00:05:16 +00:00 |
christos
|
9a02ff9b42
|
gcc-4.0 needs attribute used. Variables with attribute unused get removed.
|
2006-05-14 23:47:34 +00:00 |
christos
|
e4162ca0f8
|
XXX: GCC uninitialized.
|
2006-05-14 23:36:01 +00:00 |
yamt
|
23e67e66d2
|
add a missing \ .
|
2006-05-14 22:48:58 +00:00 |
elad
|
5158334892
|
kauth manpage
|
2006-05-14 22:11:47 +00:00 |
elad
|
1674cef53d
|
add kauth man-page.
|
2006-05-14 22:07:22 +00:00 |
elad
|
8ccb6c9341
|
integrate kauth.
|
2006-05-14 21:55:09 +00:00 |
elad
|
2867b68bc3
|
integrate kauth.
|
2006-05-14 21:42:26 +00:00 |
elad
|
fc9422c9d9
|
integrate kauth.
|
2006-05-14 21:31:52 +00:00 |
elad
|
874fef3711
|
integrate kauth.
|
2006-05-14 21:19:33 +00:00 |
mlelstv
|
bad43188a8
|
restore elevated priority before launching command in
user context. Fixes PR 33479.
|
2006-05-14 21:18:31 +00:00 |
elad
|
215bd95ba4
|
integrate kauth.
|
2006-05-14 21:15:11 +00:00 |
elad
|
33b0a10da4
|
add kauth backend.
|
2006-05-14 21:12:38 +00:00 |
bouyer
|
dc6fb875d6
|
Add a missing break in a switch clause, causing the frontend to go to Closed
state when it should not.
|
2006-05-14 20:44:36 +00:00 |
dyoung
|
bfd03b170f
|
Build and install wpa_passphrase, the utility for making a WPA
pre-shared key (PSK) from an SSID (802.11 "network name") and a
secret passphrase.
|
2006-05-14 19:51:15 +00:00 |
dyoung
|
c0ef0302c7
|
If ioctl(SIOCS80211) fails, tell which operation was attempted,
and the ioctl length.
|
2006-05-14 19:49:22 +00:00 |
simonb
|
b8fb2aedbe
|
Sync rc.d file list with etc/rc.d/Makefile, adding ftpd, hostapd, and
irdaattach.
|
2006-05-14 15:46:40 +00:00 |
simonb
|
c1cf826a2c
|
In the rc.d file list, start a new line for each first letter of
the rc.d scripts. Indent by an extra tab to match indentation of
usr.sbin/postinstall/postinstall
|
2006-05-14 15:43:54 +00:00 |
uwe
|
f668cd8f95
|
G/c properties(9) and links. They are marked as obsolete in the sets
already.
|
2006-05-14 15:43:42 +00:00 |
gavan
|
126197eae7
|
Fix typo
|
2006-05-14 15:26:05 +00:00 |
wiz
|
cc9f77ff20
|
Clarify location of `}'. Requested by joerg. Bump date.
|
2006-05-14 14:34:49 +00:00 |
tsutsui
|
d90fe882d9
|
Specify CPUFLAGS for Rm523x:
> makeoptions CPUFLAGS="-mips2 -Wa,-mips2 -Wa,-mtune=rm5230"
before:
5693.654u 1059.921s 1:52:29.76 100.0% 0+0k 310+8815io 2493pf+0w
after:
5680.013u 983.282s 1:51:00.49 100.0% 0+0k 311+9015io 2494pf+0w
|
2006-05-14 14:27:14 +00:00 |
he
|
34b3f04168
|
Move declaration up ahead of active code in the function, so that
this can be built again with gcc 2.95.3, as used by vax.
|
2006-05-14 14:00:17 +00:00 |
he
|
355013fbd7
|
Don't use MALLOC_DECLARE() unless _KERNEL is defined.
Fixes build problem of usr.bin/fstat/ for vax.
|
2006-05-14 12:25:11 +00:00 |
martin
|
01903cbdf3
|
Fix typo in comment. From Mátyás János in PR kern/33477.
|
2006-05-14 10:25:16 +00:00 |
yamt
|
de6ea5711e
|
- rename uvm_tree_sanity to uvm_map_check and add some
(non tree related) checks.
- remove treesanity_label. instead, just panic if any corruption is detected.
|
2006-05-14 08:22:50 +00:00 |
yamt
|
37f3579cf8
|
- uvm_mapent_trymerge: don't forget to update hints.
- clear_hints: new function.
- uvm_map_replace: use clear_hints. no functional change.
- add some assertions.
|
2006-05-14 08:21:36 +00:00 |
yamt
|
be55e1f38a
|
update first_free correctly.
|
2006-05-14 08:20:35 +00:00 |
christos
|
bd02d883c4
|
Add a virtual destructor to avoid "future ABI issues". I love c++.
|
2006-05-14 06:38:04 +00:00 |
tsutsui
|
3eb8ea4219
|
Pull slightly optimized BUS_DMASYNC_PREREAD op from other mips3 ports.
|
2006-05-14 05:53:42 +00:00 |
christos
|
c0fdc5190f
|
XXX: GCC uninitialized
|
2006-05-14 05:42:43 +00:00 |
christos
|
103d2f520c
|
XXX: GCC uninitialized.
|
2006-05-14 05:30:31 +00:00 |
christos
|
fc33769a12
|
gcc 4 does not like LHS casts.
|
2006-05-14 05:28:45 +00:00 |
christos
|
12b7ab5f0b
|
Correct a bogus expression gcc4 found.
|
2006-05-14 05:27:59 +00:00 |
christos
|
99b7478875
|
Initialize an uninitialized variable gcc 4 found
|
2006-05-14 05:26:59 +00:00 |
dyoung
|
7153b68a4a
|
Make rtwvar.h, rtw.c agree whether rtw_host_rfio and rtw_debug are
static or extern. Problem noted by Tom Spindler.
|
2006-05-14 04:08:09 +00:00 |
christos
|
ca0ec852e6
|
XXX: GCC uninitialized
|
2006-05-14 03:40:02 +00:00 |
christos
|
ef47ce8264
|
add virtual destructors so that g++ shuts up.
|
2006-05-14 03:21:52 +00:00 |
christos
|
939d9a18de
|
Don't use iostream just for the usage message. Use stdio instead.
|
2006-05-14 03:21:23 +00:00 |
christos
|
47169552b3
|
XXX: GCC uninitialized
|
2006-05-14 03:15:50 +00:00 |
christos
|
77d2f1cd19
|
XXX: GCC uninitialized
|
2006-05-14 03:05:47 +00:00 |
dogcow
|
12d973491c
|
gcc4: 'Data' may be used uninitialized in this function
|
2006-05-14 03:02:14 +00:00 |
christos
|
a58e08b7cf
|
XXX: GCC uninitialized.
|
2006-05-14 03:00:45 +00:00 |
christos
|
abcf3383b8
|
Gcc 4 needs to have the enum declaration in scope to determine the enum size.
|
2006-05-14 02:56:27 +00:00 |
christos
|
7a029a3c6a
|
XXX: GCC uninitialized variables
|
2006-05-14 02:51:03 +00:00 |
christos
|
d04095abaa
|
Comment out packed attributes that gcc 4 does not like.
|
2006-05-14 02:45:45 +00:00 |