summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-31based on art's sparc patch:Jason Wright
mmap should return -1 on failure, not EOPNOTSUPP. As it was now, an mmap of /dev/mem always returned page 45.
2001-01-31errx() misuse; tomo@ns1.infinitedata.netTheo de Raadt
2001-01-31KNF; tomo@ns1.infinitedata.netTheo de Raadt
2001-01-31typo; tomo@ns1.infinitedata.netTheo de Raadt
2001-01-3132 character user namesChris Cappuccio
2001-01-31Reflect changes in utmp.hChris Cappuccio
2001-01-31remove old infrastructure which is not used anymore. Ok'd by beck@Brad Smith
2001-01-31unusedMarkus Friedl
2001-01-31do not disconnect if local port forwarding fails, e.g. if port is already in useMarkus Friedl
2001-01-31make aware of UT_NAMESIZETheo de Raadt
2001-01-31constrain to 8 character login prints, unless longer, for nowTheo de Raadt
2001-01-31fat utmp handling; truncate to 16 chars for now, until we decide how uglyTheo de Raadt
we will accept.
2001-01-31typoBrad Smith
2001-01-31KNFTheo de Raadt
2001-01-31ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE ↵Markus Friedl
messages; bug report from edmundo@rano.org
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-31OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@Aaron Campbell
2001-01-31mmap should return -1 on failure, not EOPNOTSUPP.Artur Grabowski
As it was now, an mmap of /dev/mem always returned page 45.
2001-01-31regen'd.Marc Espie
Correct line numbers. Note that autoconf 2.13 is slightly different from the version originally used in binutils 2.10 (namely the mmap and alloca tests have been slightly modified, with no consequences for us... the changes are mostly for C++ compatibility).
2001-01-31SpacingMarc Espie
2001-01-31syncTheo de Raadt
2001-01-31add kern.cp_time sysctl, to be used by various thingsTheo de Raadt
2001-01-31still need pcvt files to build X, for nowTheo de Raadt
2001-01-31it's obviously bed time... really avoid mbuf lossage if MGETHDR failsJason Wright
2001-01-31oops, avoid mbuf lossage if MGETHDR failsJason Wright
2001-01-31Switch alpha to ELF.Artur Grabowski
2001-01-31deconfuse include path. (XXX - this for my future hacks).Artur Grabowski
2001-01-31resolve.c is unnecessary (and conflicts with the same file fromArtur Grabowski
libkrb. XXX - we really, really, really want to unify libroken between arla and krb4 (and krb5 in the future).
2001-01-31ELF alpha has crtbegin and crtend.Artur Grabowski
2001-01-31Allocate a new mbuf for the header info (struct ip + one, stupid, byte).Jason Wright
This works around the fact that M_PREPEND() with a non-word sized length can leave m->m_data pointing to a non-word aligned address.
2001-01-31before copying the packet header, make sure we actually got the mbufJason Wright
2001-01-31silence a few more targetsBrad Smith
2001-01-31Some int -> u_long (I incorrectly converted paddr_t to int when porting this).Aaron Campbell
2001-01-30one entry for ttyC0; bradTheo de Raadt
2001-01-30bye bye other ttyo0 pieces; bradTheo de Raadt
2001-01-30insecure serial ttys, ttyo0 goes awayTheo de Raadt
2001-01-30Make warning message a little more consistent. ok markus@Damien Miller
2001-01-30local beef escapedMichael Shalayeff
2001-01-30forgot to remove changebit; from miod@Michael Shalayeff
2001-01-30syncTheo de Raadt
2001-01-30AboCom URE450Theo de Raadt
2001-01-30Supply an always safe path to configureNiklas Hallqvist
2001-01-30Forgotten version number updateNiklas Hallqvist
2001-01-30wskbd(8) -> wskbd(4); TDeval@PrimeOBJ.COMAaron Campbell
2001-01-30Rearrange into a more logical order; marc@snafu.orgAaron Campbell
2001-01-30Pass the correct MUX type to wsmux_attach_sc().Aaron Campbell
2001-01-30- Add some checks for (sc != NULL). Missed by me previously. Fixes boot -c.Aaron Campbell
- Remove static.
2001-01-30Improve printing of various NVAX models. Similar to work by Michael Kukat.Hugh Graham