summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-04-22constants for UVMArtur Grabowski
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-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-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-21Improved ps formatting.Alex Feldman
1999-04-20messup, learn to test *all* variants of compile options whenNiklas Hallqvist
altering the logic round such.
1999-04-20use open() with O_EXCL.. but also move to /var/run to avoid the 2nd-level ↵Theo de Raadt
/tmp race which darren obviously does not think important
1999-04-20renable TCP_SACK and TCP_FACK again. if you have problems direct flaimsNiels Provos
to me.
1999-04-20disable some stuffMichael Shalayeff
1999-04-20one moreMichael Shalayeff
1999-04-20establish irq handlerMichael Shalayeff
1999-04-20note a couple of typical io layouts for referenceMichael Shalayeff
1999-04-20add memset()Michael Shalayeff
1999-04-20name changesMichael Shalayeff
1999-04-20syscall(), fix interrupt handlingMichael Shalayeff
1999-04-20do lazy blok mapping of io space in bus_*Michael Shalayeff
add copy{in,out}*, kcopy, etc boot routines cpu-id-hpux-compat stuff rest of scheduler and such uvm
1999-04-20no longer blockmap the whole io spaceMichael Shalayeff
fix bootstrapping uvm
1999-04-20flesh out, who cares about single-step anywayMichael Shalayeff
1999-04-20some cpu_* routines, uvmMichael Shalayeff
1999-04-20map mainbus spaceMichael Shalayeff
1999-04-20export some moreMichael Shalayeff
1999-04-20more devicesMichael Shalayeff
1999-04-20dumpconf()Michael Shalayeff
1999-04-20scheduler, syscalls, {fs}u{,s}wordsMichael Shalayeff
1999-04-20workaroun ld overflow bug; general cleanup, alignments, pads, and needed ↵Michael Shalayeff
sections/symbols
1999-04-20factor out common devices/optionsMichael Shalayeff
1999-04-20map the io spaceMichael Shalayeff
1999-04-20print cpu ID (type) if availableMichael Shalayeff
1999-04-20s/MINIOSIZ/IODC_MINIOSIZ/Michael Shalayeff
1999-04-20move rd_root_{size,image} definitions to the end of the file to workaround ↵Michael Shalayeff
linkr overflow bug
1999-04-20call any vegetable, call it by nameMichael Shalayeff
1999-04-20syncMichael Shalayeff
1999-04-20most of cpu boards defined nowMichael Shalayeff
all the bus types and all the rest of small thingies (; some more boards, add more by driver progress new framework
1999-04-20move load address to 0x700000, so we fit w/ ramdiskMichael Shalayeff
heap limit on 0xc0000 remove networking stuff
1999-04-20fix prev commit blowup:Michael Shalayeff
no ldsym for now s/sd/dk/ since it's not always a disk, not even scsi (: bump a version, things changed
1999-04-20fix previous commit blowup:Michael Shalayeff
generate link map for a meanwhile use special kernel config while in developmet pass HEAP_LIMIT into CPPFLAGS
1999-04-20Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.Niklas Hallqvist
Fix a panic case in the MROUTING code too. Drop M_TUNNEL support, nothing ever uses it.
1999-04-20MakefileMichael Shalayeff
1999-04-20cleanupMichael Shalayeff
1999-04-20nop-filled .text; discard unwind info; tabs vs spacesMichael Shalayeff
1999-04-20fix different alignment problemsMichael Shalayeff
correct PDC/IODC call formats factor some more code out to the dev_hppa.c routines basically boot on many more machine by now
1999-04-20no need for any networking codeMichael Shalayeff
1999-04-20all the devices info is now in one tableMichael Shalayeff