summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-11syncTheo de Raadt
2006-05-11remove a bunch of linux and NeXT defines and, in turn, -D__unix__Martin Reindl
2006-05-11fix some type definitionsDavid Hill
ok beck
2006-05-11handle malloc failure; jan.niemann@tu-bs.deTheo de Raadt
2006-05-11add microHAM devicesJason Wright
2006-05-11more microHAM devicesJason Wright
2006-05-11more microHAM devices (from linux)Jason Wright
2006-05-11support the microHAM radio/computer interfacesJason Wright
2006-05-11syncJason Wright
2006-05-112 microHAM devices from linux, and one from meJason Wright
2006-05-11kill trainling spacesMichael Shalayeff
2006-05-11- add -X and -x to SYNOPSISJason McIntyre
- sort options - new sentence, new line - sync usage()
2006-05-11fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-11Use fstat instead of stat, simplifie switch statement into ifRay Lai
statement, and remove __inline. OK xsa@
2006-05-11fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-11first round of rcs_write() cleanup; prodded by joris@; input/OK ray@.Xavier Santolaria
2006-05-11cedric points out 0xff mask isn't needed with unsigned charsTed Unangst
2006-05-11oops, missed a %ld should be %luTed Unangst
2006-05-11need ctype.h for isprint.Ted Unangst
%c expects an int argument, cast a u_long value so it gets it.
2006-05-11C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprintTed Unangst
2006-05-11-x and -X options to print io output in hex. from cedric bergerTed Unangst
ok mickey
2006-05-11Some more delint. -mojMats O Jansson
2006-05-11fix incorrect ADC list for ALC880.Brad Smith
From kent NetBSD
2006-05-11If a list of interfaces is supplied via the command line orKenneth R Westerback
dhcpd.interfaces then a) don't bother looking up information on interfaces that were not requested; b) don't exit if a requested interface is not found, just issue a warning message; c) exit if none of the interfaces were found. The command line for dhcpd shown in ps will continue to show requested but ignored interfaces. As usual with dhc* code, whack a bunch of unused states, constants, flags, etc. Since we only invoke discover_interfaces() with DISCOVER_SERVER, there is no need to keep track of other possibilities.
2006-05-11Zap trailing whitespace.Kenneth R Westerback
2006-05-10fix a bunch of missing [mc]alloc failure checks by using xcalloc/xmalloc,Dale Rahn
also a couple of invalid allocation/references while at it.
2006-05-10Add some airplane code.Marco Peereboom
add bio hooks. add scsi entry point for io.
2006-05-10fail zzz w/ a reasonable error msg if apmd is not running; found by deraadt@Michael Shalayeff
2006-05-10regenMichael Shalayeff
2006-05-10a few more oxford thingies and orderMichael Shalayeff
2006-05-10Now that lint is smarter, remove /* NOTREACHED */ comments.Ray Lai
OK jaredy@
2006-05-10starting bits for merge(1) replacement. Not built/linked yet.Xavier Santolaria
man page reviewed by jmc@.
2006-05-10in db_write_bytes correctly restore pte prot after write; this is not a big ↵Michael Shalayeff
deal as kernel .text is not writable anyway; found by aaron
2006-05-10Missing $OpenBSD$ tags.Kenneth R Westerback
2006-05-10treat first file passed as argument only; issue a warning for others.Xavier Santolaria
matches gnu/usr.bin/rcs. OK joris@.
2006-05-10pretty this up; ok drahnTheo de Raadt
2006-05-10() macro params; jan.niemann@tu-bs.deTheo de Raadt
2006-05-10Missing $OpenBSD$ tags.Kenneth R Westerback
2006-05-10Remove (size_t) casts on integer constants.Ray Lai
We should not cover up lint's shortcomings, especially if they no longer exist. ``This is definately good.'' niallo@.
2006-05-10syncTheo de Raadt
2006-05-10Use a macro in the MI powerpc PCI header for pci_intr_line() insteadBrad Smith
of a function in the MD macppc host bridge code. ok drahn@
2006-05-09The int (32bit) argument must be sign extended on the 64 bit amd64 beforeDale Rahn
the add. ok miod@, toby@. olrite mickey@
2006-05-09syncTheo de Raadt
2006-05-09note that only some archs (currently) support target "kvm";Jason McIntyre
from nikns (pr #5103); ok kettenis
2006-05-09can enter it againTheo de Raadt
2006-05-09RegenMiod Vallat
2006-05-09do not enter dir which has no files (yet)Theo de Raadt
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-05-09can enter stand SUBDIRTheo de Raadt
2006-05-09fix non-ALTQ case.Brad Smith