kardel
378d1d67e0
add pcap-tstamp.* to man list
2013-04-07 14:14:49 +00:00
kardel
f4c260b7f0
recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c
2013-04-07 14:12:05 +00:00
kiyohara
465a2c7c48
Remove including myself.
2013-04-07 07:54:53 +00:00
kiyohara
d00b1fbba5
Add '\n' to tail of printing string.
2013-04-07 07:42:20 +00:00
kiyohara
680dd2b1ce
Include sapicvar.h for sapic_create().
2013-04-07 07:37:51 +00:00
nonaka
79619cf2f6
Use rx_data, not tx_data at urtwn_free_rx_list().
2013-04-07 02:53:19 +00:00
chs
3f6811bc27
don't overwrite the CTF info with the symbol table.
2013-04-07 00:49:45 +00:00
christos
9917eb09cf
bump pam shared objects.
2013-04-07 00:38:49 +00:00
rmind
2540bef8df
xc_highpri: fix assert.
2013-04-07 00:31:40 +00:00
christos
ad59ad05be
add the rest of the man pages.
2013-04-07 00:18:55 +00:00
christos
cefc406697
update from libpcap
2013-04-06 23:20:27 +00:00
wiz
5c7e576842
gcc-4.8.0 out.
2013-04-06 22:21:35 +00:00
christos
650fcf2c0e
don't produce code that has warnings.
2013-04-06 20:05:40 +00:00
christos
00b317fd1d
mention tcpdump
2013-04-06 19:33:59 +00:00
christos
0e9868ba9d
merge conflicts
2013-04-06 19:33:07 +00:00
christos
9546e36db8
import tcpdump 4.3.0
2013-04-06 17:57:45 +00:00
christos
45401f9337
mention dlt.h
2013-04-06 17:50:47 +00:00
christos
2fcf5de83d
moved script out
2013-04-06 17:50:33 +00:00
christos
c5c65e0855
libcap is now in /lib
2013-04-06 17:40:14 +00:00
christos
07fc359697
install in /lib per rmind's request
2013-04-06 17:36:40 +00:00
christos
17e55052cd
new libpcap
2013-04-06 17:29:12 +00:00
martin
3483f2dc48
Add athn
2013-04-06 16:57:32 +00:00
martin
210e95ef60
athn at pci has been successfully tested
2013-04-06 16:56:18 +00:00
martin
419d68e64f
Prefer this driver over the old ath(4)
2013-04-06 16:52:47 +00:00
martin
c381a4f187
Fix return type and value of athn_resume (true for success, not 0 for no
...
error).
Avoid endless recursion in athn_init when the device had been suspended
via pmf_device_recursive_resume -> athn_resume -> athn_init.
Avoid touching the hardware when the device is not fully powered up yet.
2013-04-06 16:50:48 +00:00
christos
de62228d07
import 1.3.0
2013-04-06 15:57:39 +00:00
uebayasi
b6c0c53d2c
Fix dependency handling of UUDECODE_FILES (e.g. libexec/ld.aout_so on i386).
...
The .uue rule is defined to make "foo.xxx.uue" -> "foo.xxx". When
UUDECODE_FILES_RENAME_* is also applied, the .uue rule tries to make "foo",
not "foo.xxx". This results in that "foo.xxx" is never made and always
"foo.xxx.uue" -> "foo" is made.
Define dependency for intermediate files.
Avoid unnecessary rebuild and reinstall. (Consume 70K in obj directory.)
2013-04-06 15:39:19 +00:00
joerg
5c58779bec
Regen initparse.c with the current byacc with -l.
2013-04-06 15:27:26 +00:00
joerg
31db473bdd
Don't use __printflike during tool build.
2013-04-06 15:27:05 +00:00
joerg
74a4a33c84
Only define M4 if it wasn't set on the command line.
2013-04-06 15:25:51 +00:00
martin
0c2c845f33
Debounce the "wlan button pressed" event via pmf PMFE_RADIO_OFF so we
...
can run the pmf stuff in thread context.
2013-04-06 14:57:38 +00:00
christos
d2ab761d7d
new byacc
2013-04-06 14:54:05 +00:00
christos
c8b0dbc8c4
resolve conflicts
2013-04-06 14:52:24 +00:00
christos
fa8b4d5199
Import byacc 20130304
2013-04-06 14:45:24 +00:00
christos
570363fb78
more flexible
2013-04-06 14:30:03 +00:00
christos
44825738cf
merge conflicts
2013-04-06 14:27:52 +00:00
christos
dded093e98
Import flex 2.5.7
2013-04-06 14:05:39 +00:00
uebayasi
b8042039ef
* Don't re-generate kdump-ioctl.c during install.
...
* Don't expand hundreds of *.h paths into a variable and command-line in !=.
Lazily handle it the glob instead.
2013-04-06 13:48:12 +00:00
martin
30fbfe7c30
Add generic radion on/off/toggle events
2013-04-06 13:19:25 +00:00
uebayasi
434b2461fb
Don't print warning even if mkisofs is not found.
2013-04-06 13:00:31 +00:00
uebayasi
bad3256eeb
Pass a real file as MLINKS target; fix unnecessary (re)install.
2013-04-06 12:16:49 +00:00
christos
ac503ce8cb
new openpam
2013-04-06 02:22:07 +00:00
christos
7244ad5836
adjust for new openpam
2013-04-06 02:20:49 +00:00
christos
e1b25b170f
merge conflicts
2013-04-06 02:20:24 +00:00
christos
6484247f69
new libpam sets.
2013-04-06 02:20:01 +00:00
khorben
27bee29666
Added support for the Realtek 8168F variant in re(4).
...
From FreeBSD; not tested on real hardware unfortunately. The manual page was adjusted as well.
No objection from current-users@, "commit it" gdt@
2013-04-06 01:53:13 +00:00
christos
23e44a7766
Import openpam-20120526
2013-04-06 01:23:24 +00:00
christos
bfb93a4658
add debug part of rtld.
2013-04-05 20:23:13 +00:00
christos
f903624708
split debug info for rtld
2013-04-05 20:16:40 +00:00
christos
644dcf797e
split init and errno to a separate file. No point in growing rtld 10K.
2013-04-05 20:15:42 +00:00