summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1996-05-28Include ../../Makefile.inc so BINDIR is set to /usr/sbin.dm
1996-05-27amiga has screenblank tooTheo de Raadt
1996-05-26syncTheo de Raadt
1996-05-24duh, duh, duhTheo de Raadt
1996-05-24get_kerntextTheo de Raadt
1996-05-24netbsd pr#2395Theo de Raadt
1996-05-24fix NOMAN another way, ie. syncTheo de Raadt
1996-05-24print also the wrong mode numberTheo de Raadt
1996-05-24fix multi-arg bugTheo de Raadt
1996-05-22headersTheo de Raadt
1996-05-22libutilTheo de Raadt
1996-05-21allow comments in script; netbsd pr#2450; ksulliva@psc.eduTheo de Raadt
1996-05-19Recognize "{net,host} access prohibited" icmp reply.Michael Shalayeff
1996-05-17Addition of elf support.Per Fogelstrom
1996-05-15previous fix of NULL check reversedPer Fogelstrom
1996-05-14require ypserv to be on reserved portTheo de Raadt
1996-05-14looks like greywolf and i fixed netbsd pr#1328. pwd_mkdb on a filled rootTheo de Raadt
filesystem would result in gibbled passwd databases.
1996-05-13bug fixdm
1996-05-13bindresvport() for rpc portsTheo de Raadt
1996-05-11check before unlinking pidfileTheo de Raadt
1996-05-10ipfilter 3.0.4dm
1996-05-10Fix version IDNiklas Hallqvist
1996-05-10Revert last change, should never have been committedNiklas Hallqvist
1996-05-10doc flags betterTheo de Raadt
1996-05-10do 'make links' treat swap*.o just as all the .o files.Michael Shalayeff
1996-05-09sendmail 8.9.1Niklas Hallqvist
1996-05-09Add lost includeNiklas Hallqvist
1996-05-06another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDUTheo de Raadt
1996-05-06Missing ' == NULL)' added...Per Fogelstrom
1996-05-05from netbsd:Theo de Raadt
handle the VISTTY vnode flag with the same letter ('I') that BSDI used. Update the documentation of the vnode flags so that it lists only (and all) of the flags understood by the program. (The documentation is likely in need of more cleanup.)
1996-05-05from netbsd:Theo de Raadt
second argument to xdr_long must be a "long *", which means that the 'out' arg to svc_sendreply must point to a long if outproc is xdr_long. It was pointing to an 'int', and that was crashing on the alpha, due to bad alignment.
1996-05-05use XS (not XC) flags when setting tty flags; from <brook@trillium.nmsu.edu>.Theo de Raadt
1996-05-05headersTheo de Raadt
1996-05-05ypbind will create /var/yp/binding automatically, prints a warning.Theo de Raadt
1996-05-04allow operation even if fstab does not label filesystem as supportingTheo de Raadt
quotas; pointed out by jonny@gaia.coppe.ufrj.br
1996-05-04allow operation even if fstab does not label filesystem as supportingTheo de Raadt
quotas; pointed out by jonny@gaia.coppe.ufrj.br
1996-05-04correct -P, $PRINTER, and DEFLP interactions. bug reported by ↵Theo de Raadt
scott.burns@labatt.com
1996-05-04permit NOMAN to work here; netbsd pr#2357; lukem@supp.cpr.itg.telecom.com.auTheo de Raadt
1996-05-04strdup re-generated path in pwd_mkdb; "make distribution" passwd files withTheo de Raadt
proper arguments
1996-05-01Our kernel is named /bsd, and we use $OpenBSD$ RCS IDsNiklas Hallqvist
1996-05-01Whoops! This can go too.hvozda
1996-05-01We're going to move these into the GNU tree; they don't go here...hvozda
1996-05-01a bit of clean up; also, let's not deal with the dump* utilities for now;hvozda
they contain some GPL'd stuff and should be moved to the GNU tree...
1996-05-01sync a bit w/ Net's solution to CERT-96.08.Michael Shalayeff
1996-05-01traverse for obj; pcmcia stuff is i386 only (for now)Theo de Raadt
1996-05-01from netbsd:Theo de Raadt
- Fixed core-dump when key has no netgroups - added -d flag for debugging. - moved external functions to netgroup.h
1996-05-01save some bytes of diskTheo de Raadt
1996-05-01no longer need yp.no directory.. install into /var/yp directlyTheo de Raadt
1996-04-29Pull in John Kohl's most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen).
1996-04-29yp depends on /var/yp/bindings, not only /var/ypTheo de Raadt