summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct use of .Nm. Add rcsid. -Wall. Add -p flag in usage string (was missing).charnier1998-07-153-29/+25
* Cast between longs and pointers via intptr_t. There shouldn't bebde1998-07-151-17/+17
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use warn().charnier1998-07-152-24/+27
* Correct use of .Nm. Remove unused #includes. Use warn(). cosmetic in usage()charnier1998-07-152-30/+29
* Cast between u_longs and object pointers via uintptr_t.bde1998-07-151-5/+5
* Do not uppercase first letter in syslog() string.charnier1998-07-151-22/+21
* Add Id. .Nm nologin -> .Nm.charnier1998-07-156-4/+10
* Correct use of .Nm. Do not dot terminate syslog() strings. Remove unusedcharnier1998-07-152-14/+12
* Do not dot terminate syslog() string. Remove unused #includes. Add rcsid. -Wall.charnier1998-07-152-48/+44
* Correct use of .Nm. Remove unused #includes. Short usage() string, see mancharnier1998-07-152-31/+12
* Add prototypes. Check malloc() return value. Use err(). Remove unused #includescharnier1998-07-153-94/+141
* Correct improper use of .Sm. Document -d flag. Correct use of .Nm. Removecharnier1998-07-158-306/+378
* Cast between longs and pointers via intptr_t. The results of fuword()bde1998-07-151-9/+9
* .Nm mount_union -> .Nm.charnier1998-07-152-4/+6
* Correct use of .Nm. Use .Ar when appropriate. Remove unused #includes. Typos.charnier1998-07-156-76/+72
* Cast longs to intptr_t before casting them to pointers.bde1998-07-151-5/+8
* Correct use of .Nm. Remove unused #includes.charnier1998-07-152-8/+6
* Cast pointers to intptr_t instead of or before casting to long.bde1998-07-151-5/+5
* Cast u_longs to uintptr_t before casting them to pointers. Don'tbde1998-07-153-12/+14
* Cast function pointers to uintfptr_t before casting them to u_long.bde1998-07-151-5/+7
* Add support for a new archetype "printf0" for the "format" functionjdp1998-07-153-23/+46
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-156-14/+15
* Cast the value returned by strtoul() to a uintptr_t before castingbde1998-07-151-3/+3
* Cast virtual addresses that happen to be represented as u_longs tobde1998-07-152-8/+8
* Fix inconsistent port numbering in man page.jkoshy1998-07-152-4/+4
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-1529-93/+93
* Add support for the AVer Media range of cards.sos1998-07-142-18/+26
* Revert "POSIX saved uids change". seteuid(2) is not POSIX, andghelmer1998-07-141-3/+2
* Provide meaningful errno value on error returnache1998-07-141-5/+17
* Add missing register name defines.msmith1998-07-141-1/+7
* Print pointers using %p instead of attempting to print them bybde1998-07-141-12/+13
* Print pointers using %p instead of attempting to print them bybde1998-07-141-14/+17
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-143-24/+24
* If object pointers need to be cast to [unsigned] integers, then castbde1998-07-141-3/+3
* Avoid some casts of pointers to integers (of possibly different sizes).bde1998-07-141-7/+7
* ioctl() request args are unsigned longs, so don't attempt to storebde1998-07-141-3/+4
* Make `dump' exit codes confirm to manual page.jkoshy1998-07-143-16/+17
* Add $Id$.jkoshy1998-07-142-0/+2
* Add $Id$.jkoshy1998-07-142-0/+2
* Inserted missing .Bl in the FILES section.des1998-07-141-1/+2
* I checked in the wrong version yesterday . The correct version is 1.38ahasty1998-07-142-24/+64
* Don't pretend to support ix86's with 16-bit ints and 32-bit registersbde1998-07-141-4/+4
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-149-68/+61
* Add list of Compaq and Olicom ethernet cards that work with thewpaul1998-07-141-0/+6
* Add US Mirror site to MASTER_SITE_KDE.se1998-07-131-1/+2
* Declare pointers to CSR register space to be volatile. This seems towpaul1998-07-132-161/+274
* Removed a bogus forward struct declaration.bde1998-07-131-4/+4
* Fixed some longs that should have been fixed-sized types.bde1998-07-132-4/+4
* Fixed overflow and sign extension bugs inbde1998-07-131-4/+4
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typebde1998-07-132-5/+5
OpenPOWER on IntegriCloud