summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-02-16jaz drives do not do SDEV_NOTAGSTheo de Raadt
1998-02-16add SDEV_NOTAGSTheo de Raadt
1998-02-16s/TIOSCTTY/TIOCSCTTY/; ghudsonTheo de Raadt
1998-02-16Fix for the remainder of PR 402bitblt
1998-02-16Shell metacharacters are now ok in user passwords, as per the first halfbitblt
of PR 402
1998-02-16more XrTheo de Raadt
1998-02-16Xr md5Theo de Raadt
1998-02-16proto chflags() and fchflags() to take an int, as they doTheo de Raadt
1998-02-16be more careful for _XOPEN_SOURCETheo de Raadt
1998-02-16-r for xpg conformanceTheo de Raadt
1998-02-16use abs() on the width for compat with other versions of fmt that accept ↵Theo de Raadt
-width; ross
1998-02-16undo expr.c diff; it breaks things. niklas must recheckTheo de Raadt
1998-02-16syncTheo de Raadt
1998-02-16Add entries for the PMAZ-DS and PMAZ-FS (Flamingo Turbochannel Dual SCSITheo de Raadt
baseboard devices, normal and fast), and the PMAZB-AA and PMAZC-AA (Turbochannel Dual SCSI option cards, normal and fast); thorpej
1998-02-16Add the "VIPER 150/21531" to quirk list (ST_Q_SENSE_HELP; pkTheo de Raadt
1998-02-16fixes to compile against netbsd domestic libtelnetJason Wright
1998-02-16fixes to compile against netbsd domestic libtelnetJason Wright
1998-02-16Explicitly chdir when building snapshot kernels and their associatedgene
tarballs. In a related effort, do everything that has a different chdir root (ie, config && make depend etc) in a subshell. Thanks to Hans for the initial prompting on this.
1998-02-16Fix incorrect mknod's for ipl: iplnat -> ipnat and iplstate -> ipstatedgregor
1998-02-15use [,] range specs; kleinkTheo de Raadt
1998-02-15Remove one case of malloc call from sighandlerNiklas Hallqvist
1998-02-15OpenBSDNiklas Hallqvist
1998-02-15date: 1998/01/10 05:36:35; author: jdp; state: Exp; lines: +2 -1Niklas Hallqvist
Make the ".set" directive copy the aux field when the expression reduces to a relocatable symbol plus an offset. This preserves the symbol type information (function vs. object). It is important for SVR4-style weak symbols, e.g., "#pragma weak foo=bar". Without this change, the linker complains that the jmpslot entry is not a function.
1998-02-15A new rule cross-gas for building an a.out cross assembler, i.e. *not* fromNiklas Hallqvist
the new binutils, but from the old gnu/usr.bin/gas sources. Not yet called from cross-tools for any architectures.
1998-02-15Merge of NetBSD changes + $OpenBSD$ tagsNiklas Hallqvist
1998-02-15Use keepalives as the protocol never notices if a networked printerNiklas Hallqvist
dies.
1998-02-15fix a commentTheo de Raadt
1998-02-15These files were new in the 2.8 import (into the FSF branch) and cvs is stupidNiklas Hallqvist
enough to think my branch import want s the new files to end up in the trunk as well. Maybe cvs know how to do what I want, but I could not find it in the manpage
1998-02-15update of old info.Artur Grabowski
1998-02-15do not assume iosize is correctTheo de Raadt
1998-02-15new pci ethernet cardTheo de Raadt
1998-02-15syncTheo de Raadt
1998-02-15new WINBOND pci ethernet cardTheo de Raadt
1998-02-15provide an lo1 for the netmask hackTheo de Raadt
1998-02-14Give correct format to strftime(3) instead of using "%c" and makingTodd C. Miller
assumptions as to what that will look like (which is idiotic as %c is locale-dependent).
1998-02-14Changed %c in the builtin C locale from "%D %X" to the moreTodd C. Miller
common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1).
1998-02-14Let's try for english grammar.Theo de Raadt
1998-02-14further fixes from pjanzen@foatdi.harvard.eduTheo de Raadt
1998-02-14(no commit message)Niklas Hallqvist
1998-02-14(no commit message)Niklas Hallqvist
1998-02-14(no commit message)Niklas Hallqvist
1998-02-14no, i guess that was not in 2.2Michael Shalayeff
1998-02-14add a note in bug section; from angelos@Michael Shalayeff
1998-02-14wildcard ifaces; finally, after HE said it's okMichael Shalayeff
1998-02-14add seperate so_euid & so_ruid to struct socket, so that identd is still ↵Theo de Raadt
fast.. Sigh. I will change this again later
1998-02-14Don't install a new map if yp_all failed. Noticed by Theo. -mojMats O Jansson
1998-02-14Add support for DNS host lookup. -mojMats O Jansson
1998-02-14NetBSD sync: knf & __asm -> asm()gene
Pointed do not merge *_match() semantics as we haven't changed those.
1998-02-14clear scsi_xfer's status byte before executing or re-executing the command.Theo de Raadt
1998-02-14recog STRIPDISC; kleinkTheo de Raadt