summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-03-23Back out the previous change. Wrong fix.Per Fogelstrom
1998-03-23crank libc majorTheo de Raadt
1998-03-23syncTheo de Raadt
1998-03-23Also digest the leftovers.janjaap
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1998-03-23nicer headerTheo de Raadt
1998-03-23regenTodd C. Miller
1998-03-23Emulated version of SunOS ostime(2) wass totally wrong. For nowTodd C. Miller
we will just return EPERM. Correct code is #if 0'd out as it needs to call settime() which is static to kern_time.c (and it's not clear that we really want to be setting the clock from an emulated program anyway).
1998-03-23Emulate otimes(2)Todd C. Miller
1998-03-23update copyrightTheo de Raadt
1998-03-23do not mislead user with numbers; johnsTheo de Raadt
1998-03-23make sure people do not use numbers for disk types; johnsTheo de Raadt
1998-03-23doc TIOCPKT_IOCTL; fairTheo de Raadt
1998-03-23cleanup for -Wall; fix routed+rarpd interaction pointed out byTheo de Raadt
Pierre.Beyssac@hsc.fr; and fix a buglet of greek origin.
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@