summaryrefslogtreecommitdiffstats
path: root/lib/libatm
Commit message (Collapse)AuthorAgeFilesLines
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.cognet2004-05-141-0/+5
|
* Fix a couple of potential buffer overflows.harti2004-02-212-12/+10
| | | | Submitted by: christer.oberg@texonet.com
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* style.Makefile(5)obrien2003-08-181-7/+3
|
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
| | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified.
* Correct a cut'n'paste error in a comment.harti2003-07-291-1/+1
|
* Make a local static string const.harti2003-07-291-4/+4
|
* Use the appropriate [s]size_t type where a buffer size is meant.harti2003-07-296-78/+50
| | | | Add const specifiers to constant function arguments.
* Make library WARNS=6 clean. The problems have been: alignment on sparc64harti2003-07-254-7/+8
| | | | and one of the usual sizeof(in_addr_t) == sizeof(u_long) bugs.
* fix __FBSDIDobrien2003-04-201-2/+2
|
* Back off WARNS until I've had a chance to deal with the problems onmdodd2003-03-251-1/+1
| | | | sparc64/alpha.
* Fix warnings.mdodd2003-03-256-18/+24
|
* bzero() allocations.mdodd2002-09-301-0/+2
|
* LP64 fix: don't cast pointer to intnaddy2002-06-301-1/+1
| | | | Reviewed by: gallatin, ticso
* - Remove UM_* memory handling macros as they just obfuscate code.arr2002-06-244-19/+18
|
* Remove multi-line __P() usage.obrien2002-03-221-6/+4
|
* Remove __P() usage.obrien2002-03-211-15/+15
|
* Remove 'register' keyword.obrien2002-03-211-1/+1
|
* __FBSDID() Cleanupdillon2001-09-306-1/+7
|
* Revamp FBSDID's for libatm. Restore original import rcsid as per bdedillon2001-09-156-39/+17
| | | | Reviewed by: various people
* Convert a library to use the new __FBSDID()'s for testing and reviewdillon2001-09-156-24/+12
| | | | purposes.
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
| | | | Reviewed by: marcel, and make world
* $Id$ -> $FreeBSD$peter1999-08-288-14/+14
|
* Modify code to be -Wall'able.mks1999-07-017-87/+55
| | | | PR: bin/11315
* Print SPANS addresses in the correct byte order.mks1999-05-201-3/+3
| | | | | PR: 11691 Submitted by: Jim Pirzyk <Jim.Pirzyk@disney.com>
* libatm uses libmd; add it to the dependency list so that programs usingpeter1998-10-111-1/+4
| | | | libatm are not forced to know the internals of it's implementation.
* Add new files for HARP3phk1998-09-158-0/+1642
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud