summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-09-02COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.Jason Downs
1997-09-02Remove COMPAT_NOMID, it should never have been here in the first place.Jason Downs
1997-09-02macro fix; mason@primenet.com.auTheo de Raadt
1997-09-01Wall pass, and oflow fix from eivind@bitbox.follo.netTheo de Raadt
1997-09-01Update based on ppp 3.2.1. Also fix some obvious err/errx usage andTodd C. Miller
broken strncpy() usage.
1997-09-01Update from ppp 3.2.1Todd C. Miller
1997-09-01Don't try to write to a NULL file pointer whne updating high score listTodd C. Miller
(happens if scores file is not writable).
1997-09-01Correct a debug printoutNiklas Hallqvist
1997-09-01#define GLOB_ABEND to GLOB_ABORTED for backwards compat. Noted by Theo.Todd C. Miller
1997-09-01GLOB_ABEND -> GLOB_ABORTEDTodd C. Miller
1997-09-01Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND toTodd C. Miller
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used).
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-09-01Remove trailing spaces on lines, use sane pathname sizes, andTodd C. Miller
use warn instead of perror.
1997-09-01ttyslot takes void; bde@freebsdTheo de Raadt
1997-09-01Thanks go to Jason Downs <downsj@openbsd.org> who virtually handed me thisTodd T. Fries
patch.
1997-09-01Document FTS_CHDIRROOT somewhat. Could be better.Todd C. Miller
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
Adds a new flag to fts(3).
1997-09-01missing VAX manual for infnan(3), from 4.4 BSDMichael Shalayeff
1997-08-31fix man; noted by hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1997-08-31wish i had testedTheo de Raadt
1997-08-31from jlemon@freebsd; divnum is no longer silently restricted to theTheo de Raadt
range 0..9, changequote(,) is now a synonym for changequote, buffer size for translit() enlarged to handle a full string
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo de Raadt
and euid as well, then deliver them using new csignal() interface which ensures that pgid setting process is permitted to signal the pgid process(es). Thanks to newsham@aloha.net for extensive help and discussion.
1997-08-31only check for ftp bounce in tcp, duh. for nonreserved ports, do notTheo de Raadt
close for looping mode. kill an fd leak.
1997-08-31SIGCHLD cleanup from bde. type fixes, union wait removal, -Wall cleanup,Theo de Raadt
and pid reuse race fixed by me.
1997-08-31Kill union wait.Todd C. Miller
1997-08-31union wait diesTheo de Raadt
1997-08-31union wait diesTheo de Raadt
1997-08-31consistencyMichael Shalayeff
1997-08-31* Make scsi_do_ioctl() sane again.Jason Downs
* Use scsi_do_ioctl() in cd.c and uk.c again.
1997-08-31solaris changes; beck@obtuseTheo de Raadt
1997-08-31consistancyMichael Shalayeff
1997-08-31mbuf leak repair; mycroft@netbsdTheo de Raadt
1997-08-30OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -mojMats O Jansson
1997-08-30s/toinitiate/to initiate/kstailey
1997-08-30incorrect length in comparison; hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1997-08-30default term type is vt220Todd C. Miller
1997-08-30We use pcvt on the console so we need a vt220 termcap.Todd C. Miller
1997-08-30minor errors; josh@quick.netTheo de Raadt
1997-08-30minor errors; josh@quick.netTheo de Raadt
1997-08-30Since the previous one died...Mats O Jansson
Some code to get my MV3600 to work. -moj
1997-08-30Small changes to get a working MV3600 kernel. It's problems with memoryMats O Jansson
allocation in cpu_start. A work around is to define NBUF in the config file. -moj
1997-08-30wrong path; feyrer@rfhs8012.fh-regensburg.deTheo de Raadt
1997-08-30repair all that gunkTheo de Raadt
1997-08-30empty files suckTheo de Raadt
1997-08-30ifdef __NetBSD__ -> if defined(__NetBSD__) || defined(__OpenBSD__)Matthieu Herrb
to compile on OpenBSD
1997-08-30don't muck w/ MBR on !hdMichael Shalayeff
1997-08-30wrong namespace!Theo de Raadt
1997-08-29Print "IntelliMouse" at probe time if "option INTELLIMOUSE" is in da house.kstailey
Move init code to pmsopen() since pmsclose() clobbers it.
1997-08-29Minor KNF changes to fts_safe_chdir and recent NetBSD code integrationimp
as pointed out by Bruce Evans.
1997-08-29M$ IntelliMouse supportkstailey