Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
1998-03-19 | Minor tweaks, mainly setgid-related | Paul Janzen | |
1998-03-19 | NetBSD changes and further improvements and corrections | Paul Janzen | |
1998-03-19 | main returns int | Theo de Raadt | |
1998-03-19 | fix type botches | Theo de Raadt | |
1998-03-19 | bring in memset() proto | Theo de Raadt | |
1998-03-19 | document why you want to use this and why other ways are bad. | Todd C. Miller | |
1998-03-19 | Cleanup. Don't need to reference munmap(2) in SEE ALSO. | Todd T. Fries | |
1998-03-19 | zap FILE * after closing it | Theo de Raadt | |
1998-03-19 | some -Wall | Todd C. Miller | |
1998-03-19 | Some -Wall | Todd C. Miller | |
1998-03-18 | initialize all fileds in vfsconf when installing a new filesystem. | Artur Grabowski | |
1998-03-18 | Changes, changes. | Angelos D. Keromytis | |
1998-03-18 | more SDEV_AUTOSAVE devices | Theo de Raadt | |
1998-03-18 | typeless declaration | Michael Shalayeff | |