Commit Graph

145092 Commits

Author SHA1 Message Date
bjh21
24905fcbb7 Ah yes, _that's_ why we don't use field widths in printf() here: libsa's
printf() doesn't support them.  Revert to using print0() while I ponder the
matter.
2006-03-23 22:38:08 +00:00
bjh21
257e469f8b Use slightly more advanced printf() formats to replace the horrid print0()
function.
2006-03-23 22:27:22 +00:00
bjh21
87e257eea2 Substantial syntactic KNF, mostly removing surplus punctuation.
Generated code is unchanged.
2006-03-23 22:14:59 +00:00
wiz
42aaee41fe Remove krb4 entry. 2006-03-23 21:55:58 +00:00
wiz
417f570853 Remove some more references to kerberosIV. 2006-03-23 21:51:14 +00:00
wiz
f5a1361a8f Remove some more kerberosIV references. 2006-03-23 21:48:18 +00:00
bjh21
e2dbf0f5ba Reduce to 80 columns again. It's over two years since Reinoud touched this
code, so I hope this won't affect him too adversely.

Compiled binaries are (modulo date stamps) the same before and after.
2006-03-23 21:27:42 +00:00
xtraeme
1c141bfd60 Enable ciss(4) manpage. 2006-03-23 20:51:18 +00:00
christos
9363fb8b44 move declaration to header file. 2006-03-23 20:22:51 +00:00
wiz
c1bf91bf36 Fix typo in Xref. 2006-03-23 20:15:49 +00:00
wiz
2bb817a755 Remove more references to kerberosIV. 2006-03-23 20:14:16 +00:00
wiz
483dddc5d2 Excise kerberosIV. Bump date. 2006-03-23 20:08:31 +00:00
wiz
eaefa28b52 Remove some more kerberosIV remnants. 2006-03-23 20:02:56 +00:00
wiz
6cda6a5c42 Remove some more krb4 remnants. 2006-03-23 20:00:36 +00:00
wiz
b30d0d8732 Both keywords should contain "obsolete" for obsolete entries. 2006-03-23 19:59:13 +00:00
wiz
83620ded04 Remove references to KerberosIV. 2006-03-23 19:58:03 +00:00
wiz
f8d150b208 New sentence, new line. 2006-03-23 19:54:43 +00:00
wiz
145c75f9a8 Formatting fixes, typo fixes, sort SEE ALSO, more markup.
New sentence, new line.
2006-03-23 19:53:07 +00:00
wiz
8e323adb41 Various minor improvements. 2006-03-23 19:48:52 +00:00
wiz
320f1ea952 Capitalize Ethernet. 2006-03-23 19:44:49 +00:00
wiz
14bdd15e54 Bump date for previous. 2006-03-23 19:43:58 +00:00
wiz
c2cc4b2716 Consistently use .Va for errno. Quote "-" for PostScript output. 2006-03-23 19:31:37 +00:00
wiz
c2f9369ee7 Remove trailing whitespace, add 'and' in enumeration. 2006-03-23 19:30:27 +00:00
he
9fb6f0e876 Don't default the type of a local variable. Fixes build for vax. 2006-03-23 19:25:09 +00:00
garbled
d3cf21af9e update this to match reality 2006-03-23 19:11:02 +00:00
garbled
bf7238bf2d Descend into man8.prep 2006-03-23 18:57:59 +00:00
garbled
bd5aa4216a Add cat8 manpages for prep too. Caught by wiz as well. 2006-03-23 18:56:48 +00:00
garbled
02894adfd7 Adding makefile here.. caught by wiz. 2006-03-23 18:54:43 +00:00
garbled
21bc41f1ad Modify these makefiles to use the new mkbootimage.. hopefully I got this
right.
2006-03-23 18:51:19 +00:00
garbled
53444b6809 Add prep's mkbootimage.8 and boot.8 to mi set list 2006-03-23 18:19:30 +00:00
garbled
8bfa555aaa Add a boot(8) manpage for prep. 2006-03-23 18:15:34 +00:00
garbled
adb4cd42dc Add a manpage for prep's mkbootimage(8). 2006-03-23 18:13:34 +00:00
he
33dca3ba88 Fix what has to be a typo -- don't __weak_alias() "strtold" but "strtof".
Also minor indentation fix.  Fixes build problem (linking groff's grodvi).
2006-03-23 18:08:20 +00:00
garbled
ec7599280c Add libz 2006-03-23 17:33:16 +00:00
garbled
7033707565 Significantly rewrite the bootimage maker:
It now handles three different cases:
1) if you have an old disk.. it reads the partition table, and writes the new
image with that.
2) if you are doing a new install, you can build an image w/o the table that
can be dd'd to any PReP boot partition.
3) it works the old way for making netboot or floppy images

Additionally, it now includes libz, and automatically compresses the
kernel image, rather than requiring an external step.
2006-03-23 17:32:56 +00:00
kleink
d66de2df34 Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4. 2006-03-23 16:55:42 +00:00
he
4dc75d08f7 Add entry for ciss(4). Added as MI even though it has so far
only been tested on i386.
2006-03-23 16:20:59 +00:00
he
69039755a0 Add an entry for the addition of the ciss(4) driver for the
HP/Compaq 5th+ generation Smart ARRAY RAID controllers.
2006-03-23 16:19:05 +00:00
tsutsui
4918eb5647 include/cpu.h: make sure MIPS3_PLUS properly defined even if _LOCORE is defined
mips/fp.S:     include <mips/cpu.h> for #ifdef MIPS3_PLUS

Closes PR port-mips/27298.
2006-03-23 16:16:45 +00:00
tsutsui
2f0e3614ae Sync with hpcsh/conf/ioconf.incl.hpcsh rev 1.2:
> XXX: #undef SET before including <machine/config_hook.h>, which defines
> SET as a nickname for CONFIG_HOOK_SET to be used in kernel config files.
> Makes ioconf.c compile again.
2006-03-23 15:56:02 +00:00
dogcow
028f696b68 Since KerberosIV has gone away, so should NFSKERB. 2006-03-23 15:37:02 +00:00
rpaulo
51a2954a4d FreeBSD SA-06:11 and CVE-2006-0905: update the replay sequence number
or else the anti-reply technique won't work as expected.
2006-03-23 15:25:46 +00:00
itojun
682cc4ce96 disable recursion by attackers (yes, attackers do use recursion to perform DoS). 2006-03-23 13:50:44 +00:00
kochi
046e0fba2e Change header location in accordance with moving ACPI-CA to sys/dist/acpica 2006-03-23 13:46:13 +00:00
kochi
143b386a80 change header location in accordance with moving ACPI-CA to sys/dist 2006-03-23 13:45:11 +00:00
kochi
31d00d1ca0 Move ACPI-CA to sys/dist/acpica.
also move ACPI-CA OS dependent sources from sys/dev/acpi/acpica/Osd to
sys/dev/acpi/acpica.
2006-03-23 13:44:10 +00:00
kochi
f0c5abbdc8 Move to sys/dev/acpi/acpica. 2006-03-23 13:43:05 +00:00
kochi
f4afd64ab0 Move to sys/dist/acpica.
suggested by cube.
2006-03-23 13:42:25 +00:00
kochi
cf31c67b37 Move from sys/dev/acpi/acpica/Osd. 2006-03-23 13:41:13 +00:00
kochi
ec7315b11c Moved from sys/dev/acpi/acpica/Subsystem.
suggested by cube.
2006-03-23 13:36:31 +00:00