Commit Graph

215144 Commits

Author SHA1 Message Date
uwe 6e92cc1004 Minor markup fixes. 2012-12-15 01:50:06 +00:00
christos d80c5e8655 make us compatible with FreeBSD (for -n) (Brooks Davies) 2012-12-15 01:24:40 +00:00
uwe 1ace9ea358 Add RFC 2045 (for VIS_MIMESTYLE) to "SEE ALSO".
Use space between "RFC" and the number.
2012-12-15 01:19:32 +00:00
uwe e7511e034d Misc formatting fixes. 2012-12-15 01:04:02 +00:00
uwe 1b908ff925 Typos: fix -> fit; length size -> size. 2012-12-15 01:02:26 +00:00
uwe df29ecae5b Fix pasto: VIS_MIMESTYLE produces =XX, not %XX 2012-12-15 00:48:19 +00:00
jakllsch e4c8fcd833 It's also useful to compile-test before committing. 2012-12-15 00:07:47 +00:00
jakllsch b6b4315a0f When debugging, it's useful to know what exactly failed. 2012-12-15 00:05:44 +00:00
jakllsch 557b68b349 Correctly read the 512-bit-wide big-endian Switch Function Status register.
Some of this could/will also be useful for the SD Status register.
2012-12-15 00:03:00 +00:00
jakllsch cba25cf079 Display the whole CID register upon attach as "<MID:OID:PNM:PRV:PSN:MDT>"
instead of just "<PNM>".  Probably should figure out a way to stuff this
into the device properties database too, but not everything has
pseudo-device drvctl enabled.

Also, drop trailing whitespace.
2012-12-14 23:53:56 +00:00
uwe 6acbdc7985 And two more pastos in examples: December and January are in standard EST,
not daylight saving EDT.
2012-12-14 23:26:17 +00:00
jakllsch 1e178e5b0c The Card Command Class (CCC) field is valid in both SD_CSD_CSDVER_1_0
and SD_CSD_CSDVER_2_0.
2012-12-14 23:22:21 +00:00
uwe 367bc13515 Fix two more pastos in examples. 2012-12-14 23:16:11 +00:00
uwe 8cc39c0c9f Fix pasto in example template. 2012-12-14 23:00:21 +00:00
uwe 4636daa9fd Use .Vt for types. Don't use .Pq - it formats funny in PostScript and
plain parens do just fine here.
2012-12-14 22:57:00 +00:00
christos 63f7f95ff8 fix pasto (Brooks Davies) 2012-12-14 22:55:59 +00:00
uwe 0c65b28c80 Fix table formatting. 2012-12-14 22:33:17 +00:00
khorben fa46f3adf7 Fixed a typo within the examples 2012-12-14 22:22:51 +00:00
christos 1f58e80eec Add VIS_GLOB (Brooks Davies) 2012-12-14 21:38:18 +00:00
christos d37bfd6475 Add VIS_GLOB (Brooks Davis) 2012-12-14 21:36:59 +00:00
christos 05b06ffddc Reduce the number of relative relocation by allocating space in the
structure directly (Jilles Tjoelker @ FreeBSD)
2012-12-14 21:31:01 +00:00
joerg 3a3036a565 bt848_format is only defined in a __FreeBSD__ section of bktr_os.c and
overriding the local (static) definition with extern is bogus.
2012-12-14 19:38:36 +00:00
apb c755e023f2 Avoid using programs from /usr/bin. This should fix PR 47326.
- no need for "dirname", because "df -G" can take a file name directly.
- replace use of "awk" with a shell while read loop.
- replace use of "stat -s" with "ls -ldn".
- no need for "tail" now that the use of "stat" has changed.

While here, also add some shell quotes and improve the grammar in a comment.
2012-12-14 18:42:25 +00:00
pooka 8c45e7bd31 Adjust unmount prints to avoid "boothowto = AB_VERBOSE" from being
cluttered like this:

unmounting file systems...unmounted kernfs on /kern type kernfs
unmounted etcetc.
 done

tested: ~AB_VERBOSE, AB_VERBOSE, -DDEBUG
2012-12-14 18:39:48 +00:00
christos 48e748eb9e do like the i386 for modular. 2012-12-14 16:37:55 +00:00
christos 4c51459516 make this work 2012-12-14 15:46:51 +00:00
pgoyette cc70ada49c Constify 2012-12-14 15:33:19 +00:00
pooka 1f06a056c7 FreeBSD and DragonFly also provide hosts cpus via sysctl hw.ncpu. 2012-12-14 10:48:48 +00:00
roy c050bfe509 Intsead of forcing out each RA at shutdown and sleeping we now use
the existing timer model and wait for each RA to expire itself after
sending the required number of transmissions.

This allows for a faster and saner shutdown.
2012-12-14 09:48:31 +00:00
tron ab058d4d8a Postfix 2.8.13 is out. 2012-12-14 08:57:10 +00:00
msaitoh fd52732c92 Fix memory leak. 2012-12-14 08:15:44 +00:00
pgoyette 270592accd Since we're no longer making a copy of the option args, we shouldn't
attempt to free it.
2012-12-14 05:29:28 +00:00
pgoyette 40bcf0f0ee The sensor limit values were moved out of the event structure and into the
per-sensor structure a long time ago.  Garbage collect the old structure
member which is now unused.
2012-12-14 03:31:10 +00:00
wiz 0450412e67 Revert previous.
At the least, it was committed with the wrong commit message.
2012-12-13 21:51:52 +00:00
wiz 7503eaacd8 Formatting nit. 2012-12-13 21:49:38 +00:00
pgoyette 0af2848f9e Adjust case of example to match usage (and code) 2012-12-13 21:09:34 +00:00
christos dd6ce158a9 - no point in allocating memory to hold command line arguments.
- allocate memory inside the function used.
2012-12-13 20:06:42 +00:00
christos a16db3405d PR/47318: Henning Petersen: Replace (r)index with str(r)chr in inetd.c
And while here strncpy with strlcpy
2012-12-13 19:38:40 +00:00
christos 6814c65d63 PR/47317: Henning Petersen: Replace index() with strchr() 2012-12-13 19:33:23 +00:00
christos 83779a48b3 PR/47316: Henning Petersen: Memory leak in envstat with config file. 2012-12-13 19:31:25 +00:00
pooka 5b1097b855 regen 2012-12-13 17:17:21 +00:00
pooka 809bf01583 Add the ability to define compat structs and include a few. 2012-12-13 17:17:00 +00:00
roy 8c91938135 Add a pidfile and the reload command. 2012-12-13 15:51:17 +00:00
roy baf998f70e Remove debug stuff. 2012-12-13 15:40:05 +00:00
roy 83ab565911 Remove the iflist array and store ifflags in rainfo.
Add support for SIGHUP to re-read the configuration for each interface.
If an invalid configuration is found, we continue to use the old one;
otherwise we expire the current one and then start advertising the new one.

Specififed interfaces don't have to exist at startup.
If specified interfaces arrive, load their config and start advertising.
If they depart, remove their rainfo structure and continue.

Fixes PR/43881 and PR/47311
2012-12-13 15:36:35 +00:00
pooka 9a4570ee22 Apparently MAP_ANON mmap() on Linux requires MAP_PRIVATE to be specified
for the addr parameter to have a sane effect.  Make it so.
2012-12-13 15:35:09 +00:00
matt 449a824898 Fix inverted error check. 2012-12-13 15:16:57 +00:00
riastradh 98770c509f Implement TI AM335x's SDHC reset quirk. Beaglebone SDHC works now!
On the AM335x, we first must wait for the controller to acknowledge
the reset; then we can wait for the reset to complete.

I believe this quirk also applies to the OMAP4 ES, but I don't have
one of those to test and we don't seem to have an obvious conditional
for it anyway.

This quirk may work for controllers that don't require it too, but I
am nervous about doing it by default because if we miss the reset
acknowledgement, then we'll just time out even though everything is
really hunky-dory.

Also, for all sdhc, don't bother writing 0 in sdhc_soft_reset while
waiting for the reset to complete; there is no need.

ok matt
2012-12-13 06:43:37 +00:00
matt a7e8133750 Add default boot args and support parsing of u-boot bootargs.
Fix problem when MEMSIZE was not defined.
2012-12-13 05:58:14 +00:00
msaitoh a4771072f5 Add missing free() in error path. 2012-12-13 05:27:01 +00:00