Commit Graph

217992 Commits

Author SHA1 Message Date
pooka c5ab201417 cygwin compat 2013-04-10 16:44:54 +00:00
christos 91957dc7af sort prototypes. 2013-04-10 12:46:50 +00:00
wiz cdf08b521b New sentence, new line. 2013-04-10 00:24:28 +00:00
christos 6d6ea83f53 update init_win{,_local} to match recent changes. 2013-04-10 00:20:14 +00:00
christos 526a1efeb9 Limit the tcp initial window setting to 10, leaving it by default to 4
and simplifying the code in process. Per draft-ietf-initcwnd-08.txt.
2013-04-10 00:16:03 +00:00
christos e77d8145f4 - add new ignore chown/chgrp flag
- bump strings space to 8K someone has 4K paths now.
- use snprintf where possible and detect long lines.
2013-04-09 16:39:19 +00:00
christos 6bb059914d return busy for checkchild instead of killing the connection 2013-04-09 16:38:18 +00:00
christos 5a5f53489c use a more direct approach. 2013-04-09 15:19:45 +00:00
njoly 58e50809ef +athn.0 2013-04-09 13:31:08 +00:00
njoly 4bfb4fdd36 Fix section (3 -> 2) in openat xref. 2013-04-09 13:29:07 +00:00
pooka ea5c128047 gen 2013-04-09 13:09:12 +00:00
pooka b86d8c278c Add enough syscall compat for fs-utils to work on modern Solaris
and derivatives.
2013-04-09 13:08:33 +00:00
isaki 0c8b5b215f Use a pre-calculated value as expected result, instead of
comparing it in a mathematical formula.
PR lib/46434 (and see also 46433).
2013-04-09 12:11:04 +00:00
isaki ffc77545dc Tune the epsilon about each value for exp{,f}_product. 2013-04-09 11:42:56 +00:00
pooka 801602f013 Fix COMPAT_LINUX32. 2013-04-09 08:00:20 +00:00
skrll 38fd17d91a Fix PAX build. 2013-04-09 07:39:01 +00:00
skrll 94a59cc1db Remove some set but unused variables 2013-04-08 21:12:33 +00:00
skrll a529fc15ba Handle _STANDALONE case.
OK from matt@
2013-04-08 21:06:39 +00:00
pooka b84b9e7d01 regen for utimes 2013-04-08 20:58:21 +00:00
pooka a2e804b2bc support utimes on non-alpha linux platforms 2013-04-08 20:54:47 +00:00
spz 87e372d48f as pointed out by njoly@, the ld.elf_so-sparc.debug was there, just a bit up.
Keep the obsolete, drop the duplicate
2013-04-08 20:08:05 +00:00
spz 2b49d5dd0a refine ld.elf_so entries: don't let the old files languish, list
them as obsolete.
Also, md.sparc64 does get a ld.elf_so-sparc.debug installed
2013-04-08 18:46:00 +00:00
christos 40d5816a68 move flags only used in main() inside main(), from Ed Schouten 2013-04-08 17:39:11 +00:00
msaitoh 6c481b21a5 Fix the setting of Tx Random Backoff Register. 2013-04-08 15:55:58 +00:00
njoly 12bcffe2a7 Adust ld.elf_so* debug locations and add some missing extensions. 2013-04-08 13:56:27 +00:00
martin ebfcfb962b Fix "ashq" second argument sign extension (the assembler does not treat
-1 as a 64bit value).
Upstream reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875
Problemm noted by Jonny Billquist (in lint), hint for solution from mouse.
2013-04-08 12:10:53 +00:00
martin 206e7318a3 Fix editor mishap - isdn != netiso 2013-04-08 07:18:25 +00:00
msaitoh 3deb382972 Check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd
(OpenBSD rev. 1.327).
2013-04-08 03:35:11 +00:00
christos b8058707a3 Use the active link local layer address instead of the first one you find.
It would be nice if getifaddrs gave all the information needed instead of
needed a separate ioctl. Or at least if the inactive addresses were marked
down in flags?
2013-04-08 02:16:03 +00:00
msaitoh 052fece0f8 Temporary disable the NVRAM locking stuff for PR#47716.
I'll get PowerMac G5 in a few days and will fix correctly.
2013-04-08 01:59:11 +00:00
uebayasi 69ba4eff94 KMEMUSER -> _KMEMUSER 2013-04-08 01:33:53 +00:00
wiz 35fe9915cb Remove trailing whitespace. 2013-04-07 23:12:36 +00:00
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