summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-23mmmmap() bounds check.Jason Downs
1999-04-23Kcore dump, from NetBSD.Jason Downs
1999-04-23Add kcore.hJason Downs
1999-04-23Fix kcore initialization.Jason Downs
1999-04-22Fixed cut & paste error in .Nx 1.4 macro.Alex Feldman
1999-04-22MACHINE_NEW_NONCONTIG code. From NetBSD. Needed by UVMArtur Grabowski
1999-04-22we don't need to include buf.hArtur Grabowski
1999-04-22uvmspace_exec can change p_vmspace!Artur Grabowski
1999-04-22better panic messageArtur Grabowski
1999-04-22UVM stuff. Mostly name changes.Artur Grabowski
1999-04-22spellingMarc Espie
1999-04-22UVM stuff. vm_fault -> uvm_faultArtur Grabowski
1999-04-22UVM kernacc -> uvm_kernaccArtur Grabowski
1999-04-22UVM fixes. Mostly changed function names.Artur Grabowski
New buffer allocation from NetBSD
1999-04-22kcopy needed by UVM. From NetBSDArtur Grabowski
1999-04-22UVM fixes, cnt -> uvmexpArtur Grabowski
1999-04-22constants for UVMArtur Grabowski
1999-04-22fix mktemp trash, indent; bug spotted by bmw@visgen.comTheo de Raadt
1999-04-22[vp]{addr,size}_t needed by UVMArtur Grabowski
1999-04-22implement pmap_{,de}activateArtur Grabowski
1999-04-22protect from multiple includeArtur Grabowski
1999-04-22UVM fixes. vm_map_create -> uvm_map_create and kmem_alloc -> uvm_km_allocArtur Grabowski
1999-04-22UVM fixes, just a few useracc -> uvm_useraccArtur Grabowski
1999-04-22Heh, this was definitely not tested. cpp sytax errors.Niklas Hallqvist
1999-04-22remove unnecessary linksNiels Provos
1999-04-22fix device selector, spif isn't an DV_NET, missing sbus_establishJason Wright
1999-04-22Bug fixes from NetBSD, port-powerpc/7240 and port-powerpc/7243Dale S. Rahn
The first fixes a major problem seen _too_ many times to record. If a task that is busy doing disk io is interrupted with a ^C, its would frequently put the system into a mode where it would very shortly crash, It was known that it was a signal delivery that was occurring incorrectly, but had not been diagnosed where. It is no longer possible to crash the machine on whim. (This probably should be recorded as a stability patch for 25). The second was not a bug that had ever been seen to be identified, but looking at the code it was obvious that the onfault variable was not being reset before the function exit. The code differs between NetBSD and OpenBSD somewhat, however only two instances of the code was reported, and three instances exist in the OpenBSD code. (all were fixed).
1999-04-22Add mac68k to the -p list...Jason Downs
1999-04-22Follow proper OpenBSD shutdown/power off semantics.Jason Downs
1999-04-21From Tom Henderson <tomh@cs.berkeley.edu>:Niels Provos
Fixed a sequence wraparound bug in the snd_recover variable discovered in very large (multiple GByte) transfers (in loss free conditions, snd_recover was not sufficiently tracking snd_una). Thanks to Mark Smith for finding this. Fixed a bug in tcp_newreno that was preventing retransmission of data due to partial acks. (Discovered by Jayanth Vijayaraghavan)
1999-04-21seperate -> separate, people really need to learn how to spell this wordAaron Campbell
1999-04-21sucessful -> successfulAaron Campbell
1999-04-21Don't display the string associated with errno for "basedir too long"Alex Feldman
diagnostic. Issue a diagnostic message if the master.passwd file isn't specified as an absolute path.
1999-04-21This is OpenBSD.Alex Feldman
1999-04-21Added -susv2 macro: Version 2 of the Single UNIX SpecificationAlex Feldman
1999-04-21Save a copy of the boot messages in /var/run/dmesg.boot.Alex Feldman
1999-04-21mention that strings in lastlog and utmp are not guaranteed to be NUL-terminatedTodd C. Miller
1999-04-21int -> size_tbrian
1999-04-21Split the recorded chap challenge into two - one for thebrian
receiver and one for the sender. This allows two simultaneous chap conversations - something that I *thought* I was already doing on a daily basis myself until the existence of the problem was Beaten into me by: sos@FreeBSD.org
1999-04-21If ioctl TIOCMGET fails, continue. The device may bebrian
a pseudo device created by an interactive version of rlogin/telnet/ssh & friends
1999-04-21First cut at powerpc support for uthread. Not complete.Dale S. Rahn
1999-04-21Fix the _THREAD_SAFE path through the cerror code for powerpc.Dale S. Rahn
libc_r was never completed for the powerpc arch.
1999-04-21Removed deprecated -S option from synopsis.Alex Feldman
1999-04-21Typo in diagnostic; gonter@whisky.wu-wien.ac.atAlex Feldman
1999-04-21Improved ps formatting.Alex Feldman
1999-04-20bcd, morse, and ppt are not playable games and so don't need to be runPaul Janzen
via dm.
1999-04-20if mount fails with EINVAL, say "not an MSDOS filesystem"Todd C. Miller
1999-04-20'unsuccessful' has 2 'c's.Paul Janzen
1999-04-20messup, learn to test *all* variants of compile options whenNiklas Hallqvist
altering the logic round such.
1999-04-20Don't call sendmail with "-f root" since sendmail isn't run by a "trustedPaul Janzen
user". Removes the X-Authentication-Warning. From FreeBSD.