summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-28start of textMichael Shalayeff
2001-03-28syncChris Cappuccio
2001-03-28Triones is now HighPointChris Cappuccio
2001-03-28unbreak broken cross-binutils-new target (missing ')' )Todd T. Fries
2001-03-28check auth_root_allowed for kbd-int auth, too.Markus Friedl
2001-03-28kcopy must restore the previous pcbonfault, not zero it.Artur Grabowski
From NetBSD.
2001-03-28Take into consideration the IDs when determining whether two Phase 1Angelos D. Keromytis
SAs match.
2001-03-28C++ wrapping; dmcmahill@netbsd.orgTheo de Raadt
2001-03-28more sanity checking on primes fileNiels Provos
2001-03-28- add NOT_FOR_ARCHSChristian Weisgerber
- fix spelling, grammar - fix sentence breaks ok espie@
2001-03-28forgot to include min and max params in hash, okay markus@Niels Provos
2001-03-28Don't make poll exit right away; if timeout is 0 use -1 for poll.Federico G. Schwindt
2001-03-28Fix the packages information for ``compound'' architectures (i.e.Miod Vallat
m68k or mips-based) to show correct paths. Problem found by jj@, ok fries@
2001-03-28newTheo de Raadt
2001-03-28lavaport 650Theo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28correct labelTheo de Raadt
2001-03-28use diag not .word, better tlabel usageMichael Shalayeff
2001-03-28Fix some glob defects:Todd C. Miller
o use MAXPATHLEN, not MAXPATHLEN + 1 o when manipulating static buffers, pass functions a pointer to the end of the buffer so we can avoid any overflows Work by Theo and myself.
2001-03-28enable cy* by defaultTheo de Raadt
2001-03-28call refuse() before close(); from olemx@ans.plMarkus Friedl
2001-03-28syncTheo de Raadt
2001-03-28more lavaTheo de Raadt
2001-03-28tdb_inp -> (tdb_inp_in, tdb_inp_out)Angelos D. Keromytis
2001-03-28usage more like rcp and add missing -B to usage; ok markus@Kevin Steves
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs.
2001-03-28Move code to set sc_frequency out of #ifdef notyet since we now need it.Todd C. Miller
From deraadt@
2001-03-28start to sync scp closer to rcp; ok markus@Kevin Steves
2001-03-28identify Cyrix III; from Armin Wolfermann <armin@wolfermann.org>Michael Shalayeff
2001-03-28improved print-domain. from tcpdump.org.Jakob Schlyter
- better error control - TSIG printing
2001-03-28Fix range checking on SPIs (Jean-Jacques.Bernard@hsc.fr)Angelos D. Keromytis
2001-03-28ldil requires L% always it seemsMichael Shalayeff
2001-03-28sync w/ libcMichael Shalayeff
2001-03-28correct arg order addi/subi, newer gas catches thisMichael Shalayeff
2001-03-28rely on predefined space attributesMichael Shalayeff
2001-03-28new SIIG 8-port; apriori@world.std.comTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28newTheo de Raadt
2001-03-28$OpenBSD$Jason Wright
2001-03-28Document dependencies on subpackages and flavors.Marc Espie
2001-03-28Goodbye, gdb uses src/gnu/lib/libreadline now.Marc Espie
2001-03-28Kill remaining references to binutils's readline.Marc Espie
2001-03-28add back OpenBSD tagsTodd C. Miller
2001-03-28+.Xr mount_ext2fsMarc Espie
Yet another obscure filesystem that no-one ever uses... (found out by Sebastien Desreux <seb@liafa.jussieu.fr>)
2001-03-28Status update.Marc Espie
Document rebuild, CONFIGURE_ARGS, CONFIGURE_ENV, NO_BUILD, NO_DEPENDS, YACC.
2001-03-28Amigas has ne-cards too, at zbus0.Janne Johansson
2001-03-28Bring the netgraph PPPoE interface UP if required (only applies to FreeBSD)brian
2001-03-28must spec +1 in this one case...Theo de Raadt
2001-03-28avoid g_Ctoc() overflows; art@ okTheo de Raadt
2001-03-28Add some DIAGNOSTIC checks that panic on some of the common mistakes.Artur Grabowski