Commit Graph

180882 Commits

Author SHA1 Message Date
wiz
2407dcceaa New sentence, new line. 2009-05-12 14:56:22 +00:00
cegger
7cf2991222 struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
cegger
99747a8099 struct device * -> device_t, no functional changes intended. 2009-05-12 14:28:22 +00:00
cegger
529e91fca1 struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
tsutsui
5164332007 Fix for -Wcast-qual.
XXX want wscons...
2009-05-12 14:15:31 +00:00
cegger
22f40c6af4 KNF 2009-05-12 14:07:01 +00:00
reinoud
1657de3650 Fix _packed attribute for PCC. According to Ragge it should be _Pragma("packed
1") instead of _Pragma("packed").

With this fix userland programs needing _packed will now work.
2009-05-12 13:41:44 +00:00
cegger
d16a259fe3 struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 13:15:24 +00:00
plunky
b2f181453f this needs libsdp no more 2009-05-12 13:15:10 +00:00
plunky
8cea406d3c does no longer need libsdp 2009-05-12 13:13:34 +00:00
plunky
cf71b1e8c5 no longer needs libsdp 2009-05-12 13:11:18 +00:00
plunky
c9c58ee818 does not need libsdp any longer 2009-05-12 13:09:43 +00:00
cegger
32c4940900 struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 12:10:29 +00:00
yamt
d4da6c3d2e don't forget to skip marker processes. 2009-05-12 11:42:12 +00:00
wiz
7a8032c5e8 New sentence, new line. Sort sections. 2009-05-12 10:32:45 +00:00
wiz
9793fd6bf2 Sort sections, fix section header. 2009-05-12 10:27:53 +00:00
cegger
288e30b1ba undo my previous changes.
unbreaks build of acorn32.
2009-05-12 10:22:31 +00:00
cegger
df73a4b15e struct device * -> device_t, no functional changes intended. 2009-05-12 10:16:35 +00:00
cegger
67c088a49a struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 10:07:55 +00:00
plunky
dfbf818a22 Add in the new Service Discovery Protocol API as announced previously in
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html

  in lib/libbluetooth, add new SDP functions and bump minor version
  replace usr.sbin/sdpd with new version
  install sdp.h and sdp.3 from lib/libbluetooth

(Don't remove libsdp yet since some programs still refer to it)
2009-05-12 10:05:06 +00:00
cegger
93dfc06da9 struct device * -> device_t, no functional changes intended. 2009-05-12 09:50:28 +00:00
cegger
e5339e11d4 struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 09:29:46 +00:00
cegger
ab57cc6f1b struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
cegger
8a46564d1d struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 08:44:19 +00:00
cegger
b8169823d2 use device_private().
"looks good" ad@
XXX for the device_t/softc split, please check the driver that no cases have been missed.
2009-05-12 08:22:59 +00:00
wiz
4c844fd418 Describe DRM_NO_AGP and mention that it may be useful instead
of agp(4) for some drivers. Bump date. Per source-changes-d discussion.
2009-05-12 08:16:46 +00:00
wiz
35cf287cb8 Punctuation nit. 2009-05-12 08:14:07 +00:00
cegger
726002a9e1 use device_xname() 2009-05-12 07:07:44 +00:00
cegger
13288352b5 use device_xname(), use aprint_*_dev 2009-05-12 07:06:53 +00:00
cegger
5bc6477c34 use device_xname() 2009-05-12 06:54:10 +00:00
cegger
c36dc14b18 use device_xname() 2009-05-12 06:31:37 +00:00
jnemeth
8714d998c8 install /etc/rc.d/dhcpcd as well 2009-05-12 02:17:49 +00:00
jnemeth
363f93e8d1 install /etc/dhcpcd.conf 2009-05-12 01:53:07 +00:00
agc
2232f8005f Commit the weekend's changes:
+ minor name changes
+ remove duplicated code (commented out) in packet-print.c
+ original code contained abstraction violations for hash size - fix them
+ get rid of some magic constants related to length of hash arrays
+ allow a choice of hash algorithms for the signature digest (rather
  than hardcoding SHA1 - it is looking as though collisions are easier
  to manufacture based on recent findings)
+ move default signature RSA hash algorithm to SHA256 (from SHA1). This is
  passed as a string parameter from the high-level interface. We'll
  revisit this later after a good way to specify the algorithm has been
  found.
+ display the size of the keys in --list-packets
+ display the keydata prior to file decryption
2009-05-12 00:37:52 +00:00
ad
24342431f8 Obsolete comment. 2009-05-11 22:37:21 +00:00
cegger
cb0f831638 use device_xname() 2009-05-11 21:34:55 +00:00
cegger
2dc0e43978 use device_xname() 2009-05-11 20:53:47 +00:00
bjh21
7f79b2d5f7 Replace shutdownhooks with pmf in sec(4). 2009-05-11 20:13:49 +00:00
christos
b627b61f7f restore binary compatibility by providing new prompt functions that take
an extra literal character.
2009-05-11 18:33:30 +00:00
cegger
fcd92f8a6e use device_xname() 2009-05-11 17:14:31 +00:00
he
114be8c5be Bump SYMTAB_SPACE so that it fits again. 2009-05-11 16:16:42 +00:00
he
db991ccec7 Follow up the changed prototype of pmap_enter(), flag from int to u_int. 2009-05-11 16:09:24 +00:00
tsutsui
0ef43540c4 Fix more pasto botches in pmf(9) entries. 2009-05-11 15:47:36 +00:00
tsutsui
aac17e82ae - rename RTK_HWREV_8102EL_SPIN2 -> RTK_HWREV_8103E
- add a HWREV value for 8168DP
Per Realtek's Linux drivers.
2009-05-11 15:42:33 +00:00
roy
d6089bc607 Fix flist, ok:cube 2009-05-11 14:45:04 +00:00
skd
a7f9ca5b57 Fix the sense of two compares. I previously broke this. 2009-05-11 11:00:51 +00:00
wiz
9bfdb0fb81 Comment out owid(4) reference. Per PR 41405 from Jukka Ruohonen. 2009-05-11 10:51:44 +00:00
roy
3a119921bc Import dhcpcd-5.0.3 2009-05-11 10:10:13 +00:00
roy
cd5cb024ed Import dhcpcd-5.0.3
Changes from 5.0.2
 * Fix crash when ifa_addr from getifaddrs(3) is NULL
2009-05-11 08:52:46 +00:00
nonaka
53e60c8761 Don't touch dma data when PMC_CAPS_NO_DMA is set. 2009-05-11 08:27:03 +00:00