summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-01-28Use BSDmakefile in favour of [mM]akefile if existent. Good forNiklas Hallqvist
cases where you want BSDmake specific facilities not messing up other implementations of make
1998-01-28First set of Mips mi files.Per Fogelstrom
1998-01-28ok - now the full and correct patch for this problem - thanks again toThomas Graichen
Nino Margetic <nino@well.ox.ac.uk> and Per Kristian Gjermshus <pergj@ifi.uio.no>
1998-01-28Includes for generic MipsPer Fogelstrom
1998-01-28Make ldd work with static linked bins on mipsPer Fogelstrom
1998-01-26For some reason it could not find y.tab.hTobias Weingartner
1998-01-26prettyTheo de Raadt
1998-01-26Add /dev/ipnat and /dev/ipstate for IPF 3.2.3dgregor
1998-01-26IPF 3.2.3dgregor
1998-01-26IPF 3.2.3dgregor
1998-01-26IPF 3.2.3dgregor
1998-01-26IPF 3.2.3dgregor
1998-01-25Fix a race where a dir might have been created after a stat call, but beforeNiklas Hallqvist
our mkdir
1998-01-25typoNiklas Hallqvist
1998-01-25Disable the new buffer policy for nowNiklas Hallqvist
1998-01-25Remove redundant splbio I added yesterdayNiklas Hallqvist
1998-01-24On the other hand... no need for recursive locks.Niklas Hallqvist
1998-01-24Well when MP comes.. we need locksNiklas Hallqvist
1998-01-24Protect allocation of ccd physmem of ccd interruptsNiklas Hallqvist
1998-01-24Eek, missing splbio, although splx was there. marging two "if"sNiklas Hallqvist
1998-01-24sysctl for def sizes for tcp/udp send/recv queuesMichael Shalayeff
1998-01-24NULL derefNiklas Hallqvist
1998-01-24Fix error message.brian
Don't complicate the test compilation mentioned at the start of the file.
1998-01-23Stop bogus warnings.brian
1998-01-23Re-implement the proxy arp sockaddr_dl search routine (again).brian
It now works :-) and searches all interface aliases.
1998-01-23Don't try to use our locale stuff, it hoses strftime(3).Todd C. Miller
1998-01-23additional ioctls, makes workman and workbone working.Niels Provos
1998-01-23correct path to the kerberos servers.Artur Grabowski
1998-01-23servers go into /usr/libexecArtur Grabowski
1998-01-23Don't forget to build the manpage.Artur Grabowski
also correct the path for kauth.
1998-01-23manpage for kauth (not completly true as we don't have kauthd yet)Artur Grabowski
1998-01-23Don't allow manual dialing unless in auto or interactive mode.brian
1998-01-23Fix usage of select(2) to deal correctly with a high-numbered fd.Todd C. Miller
This change will be in sudo 1.5.5 but you saw it here first...
1998-01-23Don't try to build new_pwd.c unless KERBEROS is "yes"Todd C. Miller
1998-01-23Inspired by hubertf@netbsd:gene
Quote filenames passed to different extract commands preventing certain security risks.
1998-01-22indent better; mph@pobox.comTheo de Raadt
1998-01-22backspace key on vt2x0 returns DEL not BS; PR#382, vons@usa.netTheo de Raadt
1998-01-22Switch off CPU-PCI write posting for the Saturn chipset; it is knownTheo de Raadt
to cause problems with PCI busmasters; fvdl
1998-01-22crank maxusersTheo de Raadt
1998-01-22expand(1) cannot treat argument correctly; shigio@wafu.netgate.netTheo de Raadt
1998-01-22added more pioctl calls. (for future use in AFS-client)Artur Grabowski
1998-01-22Preserve uid/gid if invoked as tar and extracting as root.Todd C. Miller
This is traditional tar behavior.
1998-01-22more consistent with supported optionsJason Wright
1998-01-22Fix backup sblock sanity checking for real.Todd C. Miller
1998-01-22Fix sanity check of backup sblocks as well as error message.Todd C. Miller
1998-01-22Split up the buffercache between low (<16MB) and high memory, so thatNiklas Hallqvist
at least 2MB always will remain free in low memory for drivers to allocate DMA buffers in
1998-01-21Add ${nfsiod_flags}Jason Downs
1998-01-21errorTheo de Raadt
1998-01-21support expanded panicstr; and add vsprintf backTheo de Raadt
1998-01-21syncTheo de Raadt