summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-14print layers in hexMichael Shalayeff
2004-09-14use sizeof(struct cand) instead of defining an unused cand object, andTheo de Raadt
then doing sizeof(cand). silly kids
2004-09-14add support for info directories.Marc Espie
more prototypes. use Error module for system calls.
2004-09-14arithmetic on void * not permittedTheo de Raadt
2004-09-14remove unused crap never deleted during developmentTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14delete unused functionTheo de Raadt
2004-09-14better wording for documentation.Marc Espie
use System more or less everywhere. prepare to delete info directories properly.
2004-09-14match foo[] between files, instead of foo[] in one, and *foo in anotherTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14do the char * to u_char * song and dance back and forth explicitly asTheo de Raadt
we match API's against each other, fun eh; millert ok
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14lint begs for proactive casting, so we give itTheo de Raadt
2004-09-14use System or Vsystem everywhere.Marc Espie
2004-09-14fd leak (and who said lint never finds real bugs)Theo de Raadt
2004-09-14better reporting of conflicts, suggested by naddy@Marc Espie
2004-09-14report issues while installing configuration files.Marc Espie
2004-09-14remove unused variableTheo de Raadt
2004-09-14use chown/chmod system calls directly where possible.Marc Espie
some System instead of system.
2004-09-14do not alias unions between files (lint hates it)Theo de Raadt
2004-09-14poke and clean all exceptions regs and not just oneMichael Shalayeff
2004-09-14basic error wrapper for system and such.Marc Espie
2004-09-14a couple of new bitsMichael Shalayeff
2004-09-14use IdCache.Marc Espie
2004-09-14KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedTheo de Raadt
int instead of int; millert ok
2004-09-14Call tl_ifmedia_upd() in tl_init() for cards with bitrate devicesBrad Smith
From FreeBSD
2004-09-14IdCache module, that deals with uid/gid caches.Marc Espie
2004-09-14error out from btlb_insert() if there is noneMichael Shalayeff
2004-09-14vnd key is u_char *Theo de Raadt
2004-09-14install mtree.Marc Espie
2004-09-14remove unused variablesTheo de Raadt
2004-09-14always map the io spaceMichael Shalayeff
2004-09-14do not print anything about btlb if there is noneMichael Shalayeff
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove gcc specific extensions, and ARGSUSED where usefulTheo de Raadt
2004-09-14new categories, modules and manual-installation, not active yet.Marc Espie
new visit method, to do anything on a packing-list.
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14allocate ext-cfg memory if was requestd in dd_stimemreqMichael Shalayeff
2004-09-14treat ENOBUFS like EAGAIN and try laterHenning Brauer
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14delete unused variableTheo de Raadt
2004-09-14Handle basic mtree for directory creation.Marc Espie
2004-09-14optind and optarg not usedTheo de Raadt
2004-09-14use __inline instead of inline (for portability)Theo de Raadt
2004-09-14better nkpdes calculation including pdes for io space now; move ↵Michael Shalayeff
uvm_page_physload() to later where pdes are all mapped already
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14unalias system() copy from libc versionTheo de Raadt
2004-09-14sprinkle some ARGSUSED for table driven functionsTheo de Raadt
2004-09-14signed vs unsignedTheo de Raadt
2004-09-14spacingTheo de Raadt