summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-03-23remove libtelnet shared library, because people who build with/withoutTheo de Raadt
kerberos end up with significantly different and incompatible libraries. NOTE: Everyone should rm /usr/lib/libtelnet.so* right now, and rebuild all the telnet tools.
1998-03-23fix printing for these; ignore model numberTheo de Raadt
1998-03-22correct a commentTodd C. Miller
1998-03-22Don't assume all-numeric names are id's, look up as a name inTodd C. Miller
passwd first. Noted by Solar Designer <solar@FALSE.COM>
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-22/var/mail should be 755Todd C. Miller
1998-03-22Tell the SCSI driver that we expect data in from the changer device when weThorsten Lockert
request status; makes it work properly on NCR controllers (and probably on some others as well).
1998-03-22$OpenBSD$Niklas Hallqvist
1998-03-22ddb includesPer Fogelstrom
1998-03-22Fix some minor type error and a ++ sideeffect error in a macro call.Per Fogelstrom
1998-03-22updated example for current nat syntax, i.e. was ppp0/32 now says 0/32 ...johns
1998-03-22fix ksh.kshrc; check ksh.kshrc, .kshrc for owner/mode/pathMarco S Hyman
1998-03-21Print the devicename in the error message when it cannot be openedTodd C. Miller
since it is not obvious from the source.
1998-03-21quiet -Wall in gcc2.8.1Todd T. Fries
1998-03-20Some cleanup of page stealsNiklas Hallqvist
1998-03-20Add PnP 'ep' driver.dgregor
1998-03-20New PnP 'ep' driver.dgregor
1998-03-20small (aka 'fixed' from X) fonts for raster consoles < 800*600 in sizeTodd T. Fries
this changes the choice to be at run-time from compile time
1998-03-20Ifaliases.Angelos D. Keromytis
1998-03-20Aliases.Angelos D. Keromytis
1998-03-20Aliases...Angelos D. Keromytis
1998-03-20Aliases...Angelos D. Keromytis
1998-03-20Cleaner handling.Angelos D. Keromytis
1998-03-20ifaliases "aware".Angelos D. Keromytis
1998-03-20Be "aware" of ifaliases.Angelos D. Keromytis
1998-03-20Add an explanatory comment, why we keep the interface address and keepAngelos D. Keromytis
reseting it before each ioctl().
1998-03-20for SIOCGIF{NETMASK,DSTADDR,BRDADDR} calls match address to if aliases entriesTheo de Raadt
so that correct information is returned (previously information about the primary address was returned). If the address cannot be found on the interface, return information about the primary (for OSIOC* compatibility). work by angelos and myself.
1998-03-20Pay attention.Angelos D. Keromytis
1998-03-20Should work better for aliases now, with Theo's patch (soon to come).Angelos D. Keromytis
1998-03-19do not use in-source libraries; they are really problematic with obj@ and ↵Theo de Raadt
obj/ links
1998-03-19This should fix some problems with the aliases.Angelos D. Keromytis
1998-03-19Add ie.4 man page..johns
1998-03-19Make Makefile.bsd=wrapper match Makefile.inNiklas Hallqvist
1998-03-19import the pmax bootblocks uuencoded until someone fixes the bootThomas Graichen
code to compile (it never compiled in OpenBSD and i aslo couldn't find the sources NetBSD/pmax builds it's bootblocks from) pmax bootblocks should be rewritten anyway to be able to load elf kernels etc.
1998-03-19undo ugly booblock hack - it was too uglyThomas Graichen
1998-03-19add some kerberos specific defines (after discussion with art) to fixThomas Graichen
a building problem on the pmax - will investigate further with art@
1998-03-19Minor tweaks, mainly setgid-relatedPaul Janzen
1998-03-19NetBSD changes and further improvements and correctionsPaul Janzen
1998-03-19main returns intTheo de Raadt
1998-03-19fix type botchesTheo de Raadt
1998-03-19bring in memset() protoTheo de Raadt
1998-03-19document why you want to use this and why other ways are bad.Todd C. Miller
1998-03-19Cleanup. Don't need to reference munmap(2) in SEE ALSO.Todd T. Fries
1998-03-19zap FILE * after closing itTheo de Raadt
1998-03-19some -WallTodd C. Miller
1998-03-19Some -WallTodd C. Miller
1998-03-18initialize all fileds in vfsconf when installing a new filesystem.Artur Grabowski
1998-03-18Changes, changes.Angelos D. Keromytis
1998-03-18more SDEV_AUTOSAVE devicesTheo de Raadt
1998-03-18typeless declarationMichael Shalayeff