summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-20the use of arc4random() in ether_ifattach() is wrong as randomattach()Peter Galbavy
2001-09-20Mention that ultrasparc proms don't append the architecture nameMiod Vallat
2001-09-20comment extra tokens at end of #endif directiveTodd T. Fries
2001-09-20Comment out Xr to missing boot_foo(8) pages.Miod Vallat
2001-09-20bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin...Markus Friedl
2001-09-20key_read returns now -1 or 1Markus Friedl
2001-09-20Allow nesting of fault handlers by saving old onfault handler andDale Rahn
2001-09-20On a fault the onfault condition should be set to the old handler, notDale Rahn
2001-09-20Be much more careful about pcb_onfault.Artur Grabowski
2001-09-20Get rid of B_VFLUSH. Tested by costa and me.Grigoriy Orlov
2001-09-20regenNathan Binkert
2001-09-20more broadcom BCM570x based boards.Nathan Binkert
2001-09-20ksyms take 2 .. blooper found by art@Todd T. Fries
2001-09-20Avoid leaking memory if uiomove fails.Artur Grabowski
2001-09-20Get this closer to working (mostly borrowed from macppc).Jason Wright
2001-09-20fix ClientAliveCountMaxKevin Steves
2001-09-20remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKSJason Wright
2001-09-19add mapping for ramdisks to chrtoblktblJason Wright
2001-09-19Get rid of B_VFLUSH. Not relevant after the end of the AGE queue.Constantine Sapuntzakis
2001-09-19change tty name for linuxJim Rees
2001-09-19some signal race whackingTheo de Raadt
2001-09-19typoTheo de Raadt
2001-09-19don't advertise -V in usage; ok markus@Kevin Steves
2001-09-19Get rid of unused pagezero variable. From NetBSD.Miod Vallat
2001-09-19Now is a good time to commit this cosmetic maxpartition-related change...Miod Vallat
2001-09-19missing -t in usageKevin Steves
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-19initial sets for sparc64Jason Wright
2001-09-19syncTheo de Raadt
2001-09-19cat2 & cat3 go into comp/* not man/*Theo de Raadt
2001-09-19Fix a typo... and remove return; at the end of a void function.Miod Vallat
2001-09-19Xref modload(8), not modstat(8).Miod Vallat
2001-09-19mention that sendmail can do SSL/TLS and reference starttls.8Todd C. Miller
2001-09-19use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blessesKevin Steves
2001-09-19add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@Kevin Steves
2001-09-19Add $OpenBSD$.Marc Espie
2001-09-19No need to PHOLD/PRELE here, really.Artur Grabowski
2001-09-19No need for this complicated (and bug-prone) method for waking up the flusher.Artur Grabowski
2001-09-19re-order shlib_dirs, now X11R6/lib, local/lib, then custom libdirsTodd T. Fries
2001-09-19stolen verbatim from sparc and only slightly modified from there... thisJason Wright
2001-09-19no cd{REV}.fs here yetJason Wright
2001-09-19isplayer -> is_player gets out of <ctype.h> namespace; jsm28@cam.ac.ukPaul Janzen
2001-09-19ugly ugly hack for compiling sha1.c with -O0Jason Wright
2001-09-19starttls man page for sebdmail over TLS from Jose Nazario and mdoc'dTodd C. Miller
2001-09-19aculog should be writable by group dialer for tip/cu usersTodd C. Miller
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
2001-09-19key_read() now returns -1 on type mismatch, tooMarkus Friedl
2001-09-19inline some very common putback/chrsave. Worth roughly 10%Marc Espie
2001-09-19Patch from Ryan McBride. Compile without INET6, remove unnecessaryDaniel Hartmeier