Commit Graph

147058 Commits

Author SHA1 Message Date
yamt
d52000b74c include kauth.h for NOCRED. 2006-05-15 09:22:34 +00:00
yamt
069692b8ed include kauth.h for kauth_cred_geteuid. 2006-05-15 09:21:21 +00:00
yamt
17e8de7630 - include kauth.h for kauth_authorize_generic.
- wrap a long line.
2006-05-15 09:19:31 +00:00
yamt
6c89e74b38 include kauth.h for kauth_cred_geteuid. 2006-05-15 09:17:05 +00:00
yamt
f1761fc4af - include kauth.h for kauth_cred_geteuid.
- fix an incomplete kauth change.
2006-05-15 09:14:42 +00:00
yamt
d8a45254df include kauth.h for kauth_cred_geteuid. 2006-05-15 09:11:28 +00:00
yamt
fd1132d079 include sys/kauth.h for kauth_authorize_generic. 2006-05-15 09:07:59 +00:00
uwe
d5b4b78d10 Change _BSD_VA_LIST_ from "void *" to "__builtin_va_list" for newer
gcc versions and "char *" otherwise.  This is what most other arches
use, modulo different __GNUC_PREREQ__.

This is in preparation for replacing stdarg.h and varargs.h with
versions based on __builtin_* instead of handwritten code that gcc
3.3.6 and up refuse to compile b/c of lhs casts.

Identical binary code produced.
2006-05-15 08:57:59 +00:00
christos
7a85412dcd We don't need -Wno-error 2006-05-15 04:57:05 +00:00
christos
3416405dae Explain which initialized variables gcc misses. 2006-05-15 04:55:13 +00:00
christos
f1e7ec5164 we need <sys/kauth.h> for the kernel. 2006-05-15 03:01:50 +00:00
simonb
064d4f515e Fix typo in MIPS3_SR_EIE.
From Anders Gavare.
2006-05-15 02:26:54 +00:00
gson
9aca5a13df Recording to standard output is specified by a file name of -,
not by omitting the file name.
2006-05-15 02:21:37 +00:00
christos
b956bc8c52 Add a man page derived from the one in the distribution. 2006-05-15 02:17:43 +00:00
christos
641b7ad824 More kauth fallout. 2006-05-15 01:29:02 +00:00
christos
588239e93e We don't have a man page yet. 2006-05-15 00:58:46 +00:00
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