summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drop unused defines.ume2003-10-261-4/+0
* drop unused fields.ume2003-10-261-6/+1
* use official # for IFT_STFume2003-10-261-1/+2
* - Add note that loading modules only works if the systemkensmith2003-10-261-1/+6
* - errx() doesn't need `\n'.ume2003-10-264-26/+24
* revert previous change. we don't need to include types.h.ume2003-10-261-1/+0
* use uint32_t instead of u_int32_t for newly introducedume2003-10-261-1/+1
* fix comment.ume2003-10-261-1/+1
* Revert previous change.simokawa2003-10-261-1/+1
* Fix previous commit. glob_filename() returns "(char **) -1" for certainbde2003-10-261-1/+1
* add newcard support to eximp2003-10-261-2/+28
* Sync to pccarddevs 1.74imp2003-10-261-1/+4
* Add ID for olicom GOCARD Ethernet (OC2220)imp2003-10-261-0/+1
* - Simplify vm_object_collapse()'s collapse case, reducing the numberalc2003-10-261-14/+9
* one more IPV6_PKTINFO -> IPV6_RECVPKTINFO.ume2003-10-261-1/+1
* Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2peter2003-10-265-7/+12
* Since semantic of IPV6_PKTINFO was changed in RFC3542, we need toume2003-10-261-1/+1
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedpeter2003-10-265-29/+44
* Fix a 64 bit time_t bogon that I missed from before. lastlog.ll_time ispeter2003-10-261-1/+1
* Use -fno-builtin-log. Fix svc_sendreply() missing required casts.peter2003-10-262-13/+17
* Use -fno-builtin-log so gcc doesn't get ideas about using a math functionpeter2003-10-262-2/+3
* Make this compile cleanly. Switch to using rpcgen to generatepeter2003-10-262-5/+7
* Style changes:imp2003-10-261-16/+16
* Make 64 bit safe.peter2003-10-262-6/+6
* Fix up warnings. There were some biggies here. There seems to be twopeter2003-10-261-13/+13
* Stop gcc warningspeter2003-10-262-2/+2
* Prototype yp_maplist()peter2003-10-261-0/+1
* Fix a warning that showed up on 64 bit systems. It was actually a realpeter2003-10-261-1/+1
* Fix warning about cgetent() argument.peter2003-10-261-1/+1
* More xdrproc_t issues.peter2003-10-261-4/+4
* More xdrproc_t warnings.peter2003-10-263-10/+14
* The math function logf() probably isn't doing us much good for loggingpeter2003-10-261-0/+1
* Fix some 64 bit warnings. You can't fit a pointer in an int.peter2003-10-261-4/+4
* Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t ratherpeter2003-10-261-2/+2
* Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, thenpeter2003-10-261-2/+7
* 64 bit fixes. in_addr_t is an uint32_t, not a u_long.peter2003-10-261-1/+1
* Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff)peter2003-10-261-2/+2
* Tidy up some xdrproc_t related warnings.peter2003-10-262-5/+7
* Pacify gcc warning with a Douglas Adams reference.peter2003-10-261-0/+2
* Fix some warnings by defining has_sa_sigaction to 1. When the configurepeter2003-10-261-1/+1
* Since I'm having so much fun with const, beat my head against the wallpeter2003-10-261-3/+3
* Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.peter2003-10-261-1/+1
* The third arg to strncmp() is size_t, not int. This causes a warning onpeter2003-10-261-1/+2
* Preserve the constness of the value argument passed to env_setenv() aspeter2003-10-262-2/+3
* Pacify gcc about casting pointers to integers (for the lowest few bits).peter2003-10-261-6/+8
* (mostly) Clean up some const warnings here. The code takes some libertiespeter2003-10-261-8/+9
* clnt_call takes args of type xdrproc_t.peter2003-10-265-19/+24
* Move the -Wtraditional warning from the global cpp flags to when the -ppeter2003-10-261-2/+1
* Disable the log() builtin (the math function), because it will not do muchpeter2003-10-261-1/+1
* When we pass a string as auxillary data (type long), be sure to convertpeter2003-10-262-2/+4
OpenPOWER on IntegriCloud