Commit Graph

180676 Commits

Author SHA1 Message Date
wiz
83bb9c409c New sentence, new line. 2009-05-08 20:20:39 +00:00
wiz
97f58950ee Drop trailing whitespace. 2009-05-08 20:19:39 +00:00
wiz
96baba0b96 Mention apropos(1) -S and -s. 2009-05-08 20:18:10 +00:00
christos
443bace5e2 add glue for libmagic 2009-05-08 17:54:22 +00:00
christos
8ee7d2207a add compat glue 2009-05-08 17:53:59 +00:00
christos
54f4998513 bump libmagic.so 2009-05-08 17:50:56 +00:00
christos
a27dc49276 mention new file 2009-05-08 17:49:18 +00:00
christos
b06c2969bf hook libmagic 2009-05-08 17:47:44 +00:00
christos
c0990c9457 unhook libmagic 2009-05-08 17:47:22 +00:00
christos
108470e3b9 unhook file 2009-05-08 17:47:00 +00:00
christos
da26e34f7b hook file 2009-05-08 17:45:49 +00:00
christos
35eb44d139 use new file 2009-05-08 17:45:22 +00:00
christos
0d3ed1b0bc WARNS=4 2009-05-08 17:43:54 +00:00
christos
9132e9e090 apply our local patches 2009-05-08 17:34:34 +00:00
christos
7c25ef2346 build glue and lint fixes 2009-05-08 17:28:01 +00:00
tsutsui
dc8b93ef3c Make install.md script probe cd(4) devices properly.
Problem reported by doomwarrior on port-hp300.
2009-05-08 17:18:06 +00:00
christos
d60f571eaf add import script 2009-05-08 16:40:10 +00:00
christos
de156261f7 unmiff version 2009-05-08 16:39:46 +00:00
christos
1b108b8bde from ftp.astron.com 2009-05-08 16:34:59 +00:00
yamt
9031548af6 exit1: fix a race with do_sys_wait/proc_free. 2009-05-08 13:32:59 +00:00
pooka
a9b3c18ec6 lseek fd to start before sending, creates a clearer test case. 2009-05-08 13:03:46 +00:00
wiz
0407c1b885 Add support for -S and -s option, which limit the results to a specific
architecture or section, respectively.
Based on a patch for OpenBSD from Ingo Schwarze, modified for NetBSD by me.

Add some constification.

Ok lukem@ (to the non-constified version of the patch).
2009-05-08 12:48:43 +00:00
christos
9371e91bff reorder code to avoid uninitalized variable. 2009-05-08 12:06:11 +00:00
elad
17c0c1e672 Add and use a network scope action/request for tun(4), similar to ppp(4),
sl(4), and strip(4).
2009-05-08 11:09:43 +00:00
rmind
76fc93c832 ufs_setattr: fix previous - return in error path does not finish the
transaction (hi elad).
2009-05-08 10:52:00 +00:00
skrll
785840b34d Provide ucas for hppa. 2009-05-08 10:12:55 +00:00
skrll
ec76129d54 Whitespace. 2009-05-08 09:33:57 +00:00
agc
b1b5870651 + add a --help option
+ if setrlimit exists, set the core dump size to be 0
  (with thanks to mrg for the reference implementation)
+ get rid of __ops_start_cleartext_sig/__ops_start_msg_sig abstractions
  and just "export" the __ops_start_sig function - the function is not
  actually exported, just usable by other __ops functions
+ bump internal version number to 0.99.2, autoconf version to 20090506
+ prettify usage message output
2009-05-08 06:06:38 +00:00
kefren
1130fba7b6 Don't call callout_stop() without callout_init()
Fixes PR/41364
2009-05-08 05:18:34 +00:00
cegger
2760809573 CFATTACH_DECL2 is no longer used. remove it.
ok dyoung@
2009-05-07 22:17:41 +00:00
elad
d4ee4ec689 Remove some more "priv" variable usage in favor of kauth(9) calls. 2009-05-07 21:51:47 +00:00
christos
3fde99f00c - prevent buffer overflow from Maksymilian Arciemowicz (worst case was 1041
characters and we allocated only 1024.
While here:
- use snprintf to prevent this from happening in the future.
- don't close fd twice on error.
- pass unsigned char to ctype.h functions.
2009-05-07 21:07:34 +00:00
christos
e100a74164 add regression test for gdtoa large field width. 2009-05-07 20:40:25 +00:00
elad
13385da3e6 Replace KAUTH_GENERIC_ISSUSER with a better alternative. 2009-05-07 20:32:51 +00:00
elad
88003af1dc Use genfs_can_mount(). 2009-05-07 20:32:23 +00:00
christos
df369aba80 Change Kmax so we allocate enough freelist entries to handle large field
numbers. Reported by Maksymilian Arciemowicz
2009-05-07 20:31:44 +00:00
elad
863a01b5c1 Extract the open-coded authorization logic for chtimes() from various
file-systems and put it in a single function, genfs_can_chtimes().

This also makes UDF follow the same policy as all other file-systems.

Mailing list reference:

	http://mail-index.netbsd.org/tech-kern/2009/04/27/msg004951.html
2009-05-07 19:30:29 +00:00
elad
9e9887cc59 Introduce several actions/requests for authorizing file-system related
operations, specifically quota and block allocation from reserved space.

Modify ufs_quotactl() to accomodate passing "mp" earlier by vfs_busy()ing
it a little bit higher.

Mailing list reference:

	http://mail-index.netbsd.org/tech-kern/2009/04/26/msg004936.html

Note that the umapfs request mentioned in this thread was NOT added as
there is still on-going discussion regarding the proper implementation.
2009-05-07 19:26:08 +00:00
plunky
8650959ae7 ensure that sdpquery continues to build while I am in progress of
updating Service Discovery Protocol API
2009-05-07 18:12:08 +00:00
plunky
539b5ab318 Ensure that these programs continue to build while I am in the
process of updating the Service Discovery Protocol API.
2009-05-07 18:08:55 +00:00
elad
b853042065 Introduce actions/requests to handle authorization for ppp(4), sl(4),
strip(4), btuart(4) and bcsp(4) network interfaces and devices.

Mailing list reference:

	http://mail-index.netbsd.org/tech-kern/2009/04/27/msg004955.html
2009-05-07 18:01:56 +00:00
tsutsui
0b635e75c0 Pass proper timeval args to pdc_call() to save TOD with PDC_TOD_WRITE,
Per OpenBSD's hppa/dev/clock.c rev 1.14.

Tested on my 735/125 with a new lithium battery, okay'ed by skrll@.
2009-05-07 17:30:59 +00:00
pooka
fd3f839e56 Make the file descriptor passing test case a little more interesting:
instead of passing a file descriptor within a single process, create
two virtual processes in rump and pass the fd between them.
2009-05-07 16:19:30 +00:00
pooka
cd558b6419 Add rump_set_curlwp() for context switch to an existing lwp/proc. 2009-05-07 16:04:25 +00:00
pooka
825ba1eb35 Don't create unpgc thread if RUMP_THREADS is 0. The benefit is the
usual: possible to run programs using AF_LOCAL without threads.
2009-05-07 16:03:24 +00:00
mjacob
30611ba7e0 update firmware 2009-05-07 15:55:18 +00:00
mjacob
c83986a8bd Add firmware set for 8Gb card. 2009-05-07 15:54:20 +00:00
skrll
7ab26758f5 device_t/softc split
struct device * -> device_t
struct cfdata * -> cfdata_t
Use aprint*

There are a couple of MI drivers with MD attachments left.
2009-05-07 15:34:49 +00:00
skrll
0b960e17e7 Another cannot. 2009-05-07 15:21:39 +00:00
skrll
529329f14e There are more "can't"s that "cannot"s. Be consistent and use "can't"
everywhere.
2009-05-07 15:17:22 +00:00