| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=74946
|
| |
|
|
|
|
|
|
| |
ns_parse.c: 1.2
nameser.h: 1.13
Notes:
svn path=/stable/3/; revision=62796
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=61662
|
| |
|
|
|
|
|
|
|
|
| |
Zap $Revision$
Change to $FreeBSD$
Fix *ripcmds
Fix(?) spelling of the copyright
Notes:
svn path=/stable/3/; revision=61661
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=61660
|
| |
|
|
|
|
|
|
| |
problems in the future. This should fix C++ stdlib problems when
using ctype.h as well.
Notes:
svn path=/stable/3/; revision=61632
|
| |
|
|
|
|
|
| |
isnumber, isphonogram, isrune, isspecial. Fix ordering.
Notes:
svn path=/stable/3/; revision=61631
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=56358
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/stable/3/; revision=55406
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/stable/3/; revision=55403
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/stable/3/; revision=55402
|
| |
|
|
|
|
|
|
|
|
| |
Added $FreeBSD$ to satisfy commit_prep.pl .
PR: misc/15730
Reported by: Brooks Davis <brooks@one-eyed-alien.net>
Notes:
svn path=/stable/3/; revision=55217
|
| |
|
|
|
|
|
|
|
| |
Add $FreeBSD$ while I am here.
Forgotten by: obrien
Notes:
svn path=/stable/3/; revision=55053
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=54711
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=53604
|
| |
|
|
|
|
|
| |
Turn on all the makefiles etc that enable Netgraph.
Notes:
svn path=/stable/3/; revision=53559
|
| |
|
|
|
|
|
|
| |
Approved by: jkh
Tested by: make buildworld
Notes:
svn path=/stable/3/; revision=50832
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=50569
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=48107
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=48082
|
| |
|
|
|
|
|
|
|
|
| |
enough, particularly when using vinum. Allow 32 characters
(arbitrary, I know) instead.
PR: bin/11433
Notes:
svn path=/stable/3/; revision=46841
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46770
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46674
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46535
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46528
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Have ntp_gettime access sysctl by name.
Remove /usr/include/timepps.h
Track PPS-API draft
Improve interface/support for PPS drivers.
Update to Dave Mills "nanokernel" PLL
Make hardpps() work with timecounters.
Notes:
svn path=/stable/3/; revision=44938
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=42951
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42913
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42780
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42774
|
| |
|
|
|
|
|
|
|
| |
<sys/linker_set.h>.
Submitted by: bde
Notes:
svn path=/head/; revision=42663
|
| |
|
|
|
|
|
| |
userland programs can use linker sets.
Notes:
svn path=/head/; revision=42646
|
| |
|
|
|
|
|
| |
Submitted by: Andrzej Bialecki <abial@nask.pl>
Notes:
svn path=/head/; revision=42518
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to be written to /etc.
The only essential change is in paths.h, so any third-party software
written correctly will pick it up in the next rebuild.
Reviewed by: the committers list (actually an old version)
Notes:
svn path=/head/; revision=42515
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
of getopt (as in, multiple input lines :). This is documented in the
man page and is used in the code, but unistd.h and stand.h do not
declare it. Incidentally, it prevents me fixing a bug in loader's
code... :-)
PR: misc/9373
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
Notes:
svn path=/head/; revision=42511
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42293
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
#include <ieeefp.h>
to access these functions instead of the i386 specific
#include <machine/floatingpoint.h>
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
Notes:
svn path=/head/; revision=42029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41928
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- created internal names for fixed-size integral types, like __int32_t. They
will be used to make several headers self-sufficient.
- <stdlib.h> don't include <machine/types.h> anymore.
- created <sys/inttypes.h>, which can be used as <inttypes.h>.
- declaration of uoff_t and ufs_daddr_t moved to <sys/types.h>.
Reviewed by: bde
Notes:
svn path=/head/; revision=41927
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<kvm.h> is self-sufficient again.
Moved typedefs and forward struct declarations out of __BEGIN_DECLS/
__END_DECLS.
Don't comment out the prototype for kvm_uread(). This was a 4 year
old kludge for previous breakage of self-sufficiency. The prototypwe
was broken instead.
Fixed bitrot (const poisoning) in the type of kvm_uread().
Fixed order of the declaration of kvm_uread().
Notes:
svn path=/head/; revision=41882
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41798
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41557
|
| |
|
|
|
|
|
| |
testing this, fix MUTEX_TYPE_COUNTING_FAST. Recursive locks now work.
Notes:
svn path=/head/; revision=41390
|
| |
|
|
|
|
|
|
|
|
|
| |
and vwarn*.
Sorted attributes.
UnFrom'ed vendor id.
Notes:
svn path=/head/; revision=41284
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40999
|
| |
|
|
|
|
|
|
|
|
| |
and their argument lists for the err(3) family of functions. Note,
I intentionally used __printflike instead of __printf0like for
warnx. Although a NULL format string is legal for that function, it
doesn't make any sense.
Notes:
svn path=/head/; revision=40739
|
| |
|
|
|
|
|
|
|
|
| |
(Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem
somewhere is the physio() area)
Submitted by: myself && Matt Dillon.
Notes:
svn path=/head/; revision=40668
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40536
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
breaks cross-builds. Just depend on ${.CURDIR}/../sys/conf/newvers.sh
existing.
Don't override the (correct) defaults for the depend, lint or tags target.
In LDIRS: fixed order-rot. Don't comment out dead networking directories;
remove them.
Notes:
svn path=/head/; revision=40496
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40111
|