Commit Graph

217760 Commits

Author SHA1 Message Date
christos d17f9381dd Add a small example. 2013-04-07 22:54:26 +00:00
christos d5063e771b - the initgroups function needs to be able to do name to gid translations,
so do it before the chroot, otherwise we lose /etc/nsswitch.conf and
  /etc/group
- run res_init() so that we prime and initialize the resolver before the
  chroot, since our chroot lacks /etc/{{nsswitch,resolve}.conf,hosts}
  this is not portable behavior, but it is a lot better than populating
  the chroot with crap.
2013-04-07 19:17:11 +00:00
christos 19e338409a don't run with -n if you expect protocol translation from number to name. 2013-04-07 19:14:03 +00:00
wiz 421208e162 Add detach support. From martin@.
"Works for me."

Addresses PR 44283.
2013-04-07 18:50:33 +00:00
wiz b0681b1396 Sync usage with man page.
XXX: shouldn't this be part of envstat instead?
2013-04-07 18:49:35 +00:00
wiz efe2aaad2c Fix option description. 2013-04-07 18:49:06 +00:00
wiz 0d52152ee1 Use getopt. Improve usage. 2013-04-07 18:48:24 +00:00
christos 4e9684f4ec Add posix-2008 mandated timespec fields from Antoine Leca 2013-04-07 18:47:06 +00:00
stacktic f2641c7ff2 Use genfs_null_putpages for fifo putpages op to ensure that the interlock gets unlocked 2013-04-07 18:42:49 +00:00
wiz 667b1ee949 Remove second NetBSD RCS Id. 2013-04-07 17:43:01 +00:00
jdf 4931818ff5 * Create separate section with macro for EXIT STATUS
* Additionally reference join(1)
Patch supplied by Bug Hunting.
2013-04-07 17:40:16 +00:00
jdf 2c8eda201a * Punctuation
* Create separate section with macro for EXIT STATUS
Patch supplied by Bug Hunting.
2013-04-07 17:37:45 +00:00
christos 3ceb15fab9 fix pdisk location 2013-04-07 17:19:39 +00:00
jdc 91d34d1a2d When we receive a PCI PIO error, print the PCIC status register too. 2013-04-07 16:32:41 +00:00
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