| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
src/lib/libc/xdr/xdr_mem.c 1.12
src/include/rpc/xdr.h 1.23
Clean up some signed/unsigned issues in the XDR code.
Notes:
svn path=/releng/4.7/; revision=112432
|
| |
|
|
|
|
|
|
|
|
|
|
| |
glob.h 1.7
glob.3 1.21
glob.c 1.19-1.20
PR: bin/42275
Approved by: re
Notes:
svn path=/stable/4/; revision=103541
|
| |
|
|
|
|
|
| |
Reviewed by: freebsd-stable
Notes:
svn path=/stable/4/; revision=102294
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101883
|
| |
|
|
|
|
|
| |
Forgotten by: imp
Notes:
svn path=/stable/4/; revision=101496
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101462
|
| |
|
|
|
|
|
|
|
|
| |
<machine/soundcard.h> and <machine/joystick.h> in the default
SHARED=copies case.
Requested by: sheldonh
Notes:
svn path=/stable/4/; revision=100536
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.
Install sys/netatm/*/*.h to /usr/include/netatm/*/.
Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>.
Don't install IPFILTER headers. Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.
Resurrect SHARED=symlinks in Makefile.inc1.
PR: docs/29534, bin/28002
Notes:
svn path=/stable/4/; revision=100501
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=100347
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=99960
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=99136
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98416
|
| |
|
|
|
|
|
| |
Pointy-hat-to: Imp for not doing this before 4.6.
Notes:
svn path=/stable/4/; revision=98359
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=97011
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1.2 lib/libc/net/rcmdsh.3
1.3 lib/libc/net/rcmdsh.c
1.43 lib/libc/net/Makefile.inc
1.32 lib/libc/net/rcmd.c
Support for specifying rsh alternative.
Notes:
svn path=/stable/4/; revision=94759
|
| |
|
|
|
|
|
| |
between secure telnet and base telnet.
Notes:
svn path=/stable/4/; revision=94593
|
| |
|
|
|
|
|
|
| |
Submitted by: Dan Nelson
PR: misc/26373
Notes:
svn path=/stable/4/; revision=94441
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=92145
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=91934
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=91931
|
| |
|
|
|
|
|
|
| |
Change brk's prototype from char *brk(const char *) to int brk(const void *)
and sbrk's prototype from char *sbrk(int) to void *sbrk(intptr_t).
Notes:
svn path=/stable/4/; revision=91631
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90852
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90837
|
| |
|
|
|
|
|
| |
equivalent to that applied to -CURRENT a short while ago.
Notes:
svn path=/stable/4/; revision=90666
|
| |
|
|
|
|
|
|
|
|
|
| |
gap problem, support for Home key, add support for multiple
SSIDs via ifmedia and some minor bug fixes, install header files in
/usr/include/dev/an and in general sync with -current.
Reviewed by: imp, David Wolfskill <david@catwhisker.org>
Notes:
svn path=/stable/4/; revision=90347
|
| |
|
|
|
|
|
|
|
| |
Fix support for K&R C.
Approved by: re
Notes:
svn path=/stable/4/; revision=88548
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=88464
|
| |
|
|
|
|
|
| |
Clubbed by: mike@
Notes:
svn path=/stable/4/; revision=88251
|
| |
|
|
|
|
|
|
|
| |
i386 build.
Approved by: re
Notes:
svn path=/stable/4/; revision=88131
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=88063
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87895
|
| |
|
|
|
|
|
| |
Forgotten by: mike
Notes:
svn path=/stable/4/; revision=87688
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87414
|
| |
|
|
|
|
|
|
|
| |
reimplement them using the new complex number types.
Approved by: ru
Notes:
svn path=/stable/4/; revision=86827
|
| |
|
|
|
|
|
|
| |
At the same time reorder the list [due to space constraints] so that it
is prepared for the header files like in CURRENT.
Notes:
svn path=/stable/4/; revision=86427
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=85803
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/stable/4/; revision=82488
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=81998
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.5 +5 -3 src/include/glob.h
1.17 +17 -18 src/lib/libc/gen/glob.3
1.18 +3 -2 src/lib/libc/gen/glob.3
1.19 +2 -2 src/lib/libc/gen/glob.3
1.18 +9 -5 src/lib/libc/gen/glob.c
1.79 +2 -2 src/libexec/ftpd/ftpd.c
1.21 +2 -2 src/libexec/ftpd/popen.c
To be more compatible with NetBSD/OpenBSD, rename the GLOB_MAXPATH
flag to GLOB_LIMIT and use GLOB_NOSPACE with errno=0, instead of
GLOB_LIMIT, when we reach the maximum number of matches.
Approved by: re
Notes:
svn path=/stable/4/; revision=81329
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/stable/4/; revision=81073
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=81016
|
| |
|
|
|
|
|
| |
Submitted by: Dan Nelson <dnelson@emsphone.com>
Notes:
svn path=/stable/4/; revision=80851
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80812
|
| |
|
|
|
|
|
|
|
| |
* include/elf.h has been repo copied to include/elf-hints.h, and it no
longer includes machine/elf.h.
* consumers of elf.h now use the minimalist elf header possible.
Notes:
svn path=/stable/4/; revision=80768
|
| |
|
|
|
|
|
|
|
|
|
| |
elf.h is now a compatibility header with Solaris/SVR4.
* Consumers of elf.h now use the minimalist elf header possible.
This change is motivated by Binutils 2.11 and too much clashing over
our base elf headers and the Binutils elf headers.
Notes:
svn path=/stable/4/; revision=79604
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=79602
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=79580
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=79289
|
| |
|
|
|
|
|
| |
allows a UDP RPC client to specify that connect(2) should be used.
Notes:
svn path=/stable/4/; revision=78934
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=78441
|