Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-23 | Back out the previous change. Wrong fix. | Per Fogelstrom | |
1998-03-23 | crank libc major | Theo de Raadt | |
1998-03-23 | sync | Theo de Raadt | |
1998-03-23 | Also digest the leftovers. | janjaap | |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap | |
1998-03-23 | nicer header | Theo de Raadt | |
1998-03-23 | regen | Todd C. Miller | |
1998-03-23 | Emulated version of SunOS ostime(2) wass totally wrong. For now | Todd 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-23 | Emulate otimes(2) | Todd C. Miller | |
1998-03-23 | update copyright | Theo de Raadt | |
1998-03-23 | do not mislead user with numbers; johns | Theo de Raadt | |
1998-03-23 | make sure people do not use numbers for disk types; johns | Theo de Raadt | |
1998-03-23 | doc TIOCPKT_IOCTL; fair | Theo de Raadt | |
1998-03-23 | cleanup for -Wall; fix routed+rarpd interaction pointed out by | Theo de Raadt | |
Pierre.Beyssac@hsc.fr; and fix a buglet of greek origin. | |||
1998-03-23 | remove libtelnet shared library, because people who build with/without | Theo 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-23 | fix printing for these; ignore model number | Theo de Raadt | |
1998-03-22 | correct a comment | Todd C. Miller | |
1998-03-22 | Don't assume all-numeric names are id's, look up as a name in | Todd C. Miller | |
passwd first. Noted by Solar Designer <solar@FALSE.COM> | |||
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-22 | /var/mail should be 755 | Todd C. Miller | |
1998-03-22 | Tell the SCSI driver that we expect data in from the changer device when we | Thorsten 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-22 | ddb includes | Per Fogelstrom | |
1998-03-22 | Fix some minor type error and a ++ sideeffect error in a macro call. | Per Fogelstrom | |
1998-03-22 | updated example for current nat syntax, i.e. was ppp0/32 now says 0/32 ... | johns | |
1998-03-22 | fix ksh.kshrc; check ksh.kshrc, .kshrc for owner/mode/path | Marco S Hyman | |
1998-03-21 | Print the devicename in the error message when it cannot be opened | Todd C. Miller | |
since it is not obvious from the source. | |||
1998-03-21 | quiet -Wall in gcc2.8.1 | Todd T. Fries | |
1998-03-20 | Some cleanup of page steals | Niklas Hallqvist | |
1998-03-20 | Add PnP 'ep' driver. | dgregor | |
1998-03-20 | New PnP 'ep' driver. | dgregor | |
1998-03-20 | small (aka 'fixed' from X) fonts for raster consoles < 800*600 in size | Todd T. Fries | |
this changes the choice to be at run-time from compile time | |||
1998-03-20 | Ifaliases. | Angelos D. Keromytis | |
1998-03-20 | Aliases. | Angelos D. Keromytis | |
1998-03-20 | Aliases... | Angelos D. Keromytis | |
1998-03-20 | Aliases... | Angelos D. Keromytis | |
1998-03-20 | Cleaner handling. | Angelos D. Keromytis | |
1998-03-20 | ifaliases "aware". | Angelos D. Keromytis | |
1998-03-20 | Be "aware" of ifaliases. | Angelos D. Keromytis | |
1998-03-20 | Add an explanatory comment, why we keep the interface address and keep | Angelos D. Keromytis | |
reseting it before each ioctl(). | |||
1998-03-20 | for SIOCGIF{NETMASK,DSTADDR,BRDADDR} calls match address to if aliases entries | Theo 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-20 | Pay attention. | Angelos D. Keromytis | |
1998-03-20 | Should work better for aliases now, with Theo's patch (soon to come). | Angelos D. Keromytis | |
1998-03-19 | do not use in-source libraries; they are really problematic with obj@ and ↵ | Theo de Raadt | |
obj/ links | |||
1998-03-19 | This should fix some problems with the aliases. | Angelos D. Keromytis | |
1998-03-19 | Add ie.4 man page.. | johns | |
1998-03-19 | Make Makefile.bsd=wrapper match Makefile.in | Niklas Hallqvist | |
1998-03-19 | import the pmax bootblocks uuencoded until someone fixes the boot | Thomas 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-19 | undo ugly booblock hack - it was too ugly | Thomas Graichen | |
1998-03-19 | add some kerberos specific defines (after discussion with art) to fix | Thomas Graichen | |
a building problem on the pmax - will investigate further with art@ |