summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-14typoMarkus Friedl
2001-09-14simplify userretArtur Grabowski
2001-09-14Simplify what should be userret, but is inlined instead.Artur Grabowski
2001-09-14Don't just use 'size'. Use SIZE and make it settable.Artur Grabowski
2001-09-14Simplify userret.Artur Grabowski
2001-09-14simplify userretArtur Grabowski
2001-09-14Unbreak trap(), simplify userret().Artur Grabowski
2001-09-14Fix fallout from round_page fixes.Artur Grabowski
2001-09-14Fix compilation errorsArtur Grabowski
2001-09-14Simplify userret.Artur Grabowski
2001-09-14Simplify userret.Artur Grabowski
2001-09-14Cross-tools changes:Federico G. Schwindt
2001-09-14Instead of defning our own AS, define FPSPAS.Artur Grabowski
2001-09-13Prototype changed.Angelos D. Keromytis
2001-09-13Simplify userret.Artur Grabowski
2001-09-13Remove a comment that just doesn't make any sense.Artur Grabowski
2001-09-13Simplify userret, modelled after alpha.Artur Grabowski
2001-09-13Change nsops to u_int to match prototype as discussed with millert@.Federico G. Schwindt
2001-09-13Bind MSA port to localhost as well; noted by fgs@Todd C. Miller
2001-09-13In sys_semop(), change local nsops to size_t to avoid ending with aFederico G. Schwindt
2001-09-13The vgafb driver does not test memory, so no point mapping it during the probe.Dale Rahn
2001-09-13old timeout removal, code by art@. (ok by miod)Janne Johansson
2001-09-13signed -> unsigned. From NetBSD via Todd Miller.Janne Johansson
2001-09-13Support for arm.Kevin Lo
2001-09-13Fix some return code checks (FreeBSD only)brian
2001-09-13Be a bit more paranoid about CTCP traffic; FreeBSDbrian
2001-09-13Add TFTP support; FreeBSDbrian
2001-09-13Spell syslog.conf correctly; FreeBSDbrian
2001-09-13missing $OpenBSD:Markus Friedl
2001-09-13Add descriptions for afs3-update and afs3-rmtsys; kurt@seifried.orgTodd C. Miller
2001-09-12No need to be overkill for the french keyboard layout.Miod Vallat
2001-09-12get sc_bustag and sc_dmatag from attach.Jason Wright
2001-09-12s/set (mtu|mru)/set \1 max/brian
2001-09-12An example of how to do PPPoEbrian
2001-09-12Add commented out support for Cyrus SASLTodd C. Miller
2001-09-12don't forward agent for non third-party copies; ok markus@Kevin Steves
2001-09-12better mdoc styleTodd C. Miller
2001-09-12convert to mdocTodd C. Miller
2001-09-12check calloc() return valueMarkus Friedl
2001-09-12Install localhost.cf if it is missing and sendmail.cf exists.Todd C. Miller
2001-09-12Rename timeout_init to timeout_startup to deconfuse a bit.Artur Grabowski
2001-09-12Print memory numbers in KB as well as bytes like most other platforms.Todd C. Miller
2001-09-12Fix test.Federico G. Schwindt
2001-09-12Print avail/real memory sizes in KB in addition to bytes as in i386 land. ok ...Peter Valchev
2001-09-12no -ldl on sparc64 (yet)Jason Wright
2001-09-12move krb4 to after krb5, and don't link with -ldl on sparc64 (yet)Jason Wright
2001-09-12mbutl no moreArtur Grabowski
2001-09-11locale ru_SU is obsolete, replace with ru_RUHeikki Korpela
2001-09-11Undo BINAT translation when blocking with return-rst/-icmp.Daniel Hartmeier
2001-09-11Fix uvm_km_suballoc() usage flags. ok art@ millert@Miod Vallat