summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-08-19Don't forget to initialize those timeouts.Artur Grabowski
(and don't forget to sleep)
2001-08-19Unsmoke drugs.Artur Grabowski
2001-08-19generic soft interrupts for softclock.Artur Grabowski
From NetBSD.
2001-08-19extern schedhzArtur Grabowski
2001-08-19more from netbsd... not sure if it's modified or not (modified at least for ↵Jason Wright
RCSids, tho)
2001-08-19RCSidJason Wright
2001-08-19generic interface for time-of-day clock devices.Artur Grabowski
From NetBSD
2001-08-19setprop and nextpropArtur Grabowski
2001-08-19sbus_cd.Artur Grabowski
2001-08-19Lot of stuff... Some from NetBSD, some from OpenBSD, minor modificationsJason Wright
2001-08-19sparc64Artur Grabowski
2001-08-19proto for OF_set_callbackArtur Grabowski
2001-08-19libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side ↵Jason Wright
of bacon)
2001-08-19proto for child_returnArtur Grabowski
2001-08-19More sensible linker flags.Artur Grabowski
2001-08-19DEBUG causes too much trouble right now.Artur Grabowski
zs is too complicated. disable for now.
2001-08-19Loosened TCP state code which should allow stupid stacks to shotgun theirMike Frantzen
SYNs and provide better handling for pre-existing connections.
2001-08-19Add a powerhook for bringing the 556 out of sleepy mode after suspend.Jason Wright
(This isn't perfect... it still requires an down up transition, but Bob is kicking me off his laptop so he can do "Real Work").
2001-08-18compilesJason Wright
2001-08-18Move the softc into the machdep parts.Artur Grabowski
2001-08-18Add new ioctl for adding/removing individual rules to/from the active rule set.Daniel Hartmeier
2001-08-18rcs idsJason Wright
2001-08-18generic mostek clock driver (from NetBSD, ported by art... but he's beingJason Wright
slack about committing)
2001-08-18Mostek cmos clock stuff (from netbsd)Jason Wright
2001-08-18Some NBPG to PAGE_SIZE conversions.Dale Rahn
2001-08-18RCSidsJason Wright
2001-08-18compiles with minimal mods (From NetBSD)Jason Wright
2001-08-18Change the timeouts on adb keyboard probing to be the same as NetBSD.Dale Rahn
It now boots a bit faster, and works more reliable on PBG4 500MHz machines.
2001-08-18more includes from NetBSDJason Wright
2001-08-18make pfctl -s state SCREAM; frantzen is now happyTheo de Raadt
2001-08-18more includes from NetBSD.Artur Grabowski
No changes.
2001-08-18import sbus stuff from netbsd (not a lot of mods).Jason Wright
2001-08-18enough to get sbus.o from NetBSDJason Wright
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-18Fix functions to match prototypes. Old K&R doesn't make sense with inlineMarc Espie
stuff anyways. Ok millert@
2001-08-18typo from 1.50; biorn@chips.chalmers.seTheo de Raadt
2001-08-18We don't provide COMPAT_1[234] options anymore.Miod Vallat
2001-08-18from netbsd (no modifications worth writing about)Jason Wright
2001-08-18Correct mapping of the kernel message buffer. From NetBSDMiod Vallat
2001-08-18 - Don't include sys/sched.h for now.Artur Grabowski
- Our need_resched doesn't take an argument.
2001-08-18more from netbsdJason Wright
2001-08-18NKMEMCLUSTERS + PAGE_SIZE & co.Artur Grabowski
2001-08-18VM_MBUF_SIZE and VM_KMEM_SIZE.Artur Grabowski
2001-08-18Stuff from NetBSD/sparc64 and OpenBSD/sparc (no significant modification)Jason Wright
2001-08-18More includes from NetBSD.Artur Grabowski
No modifications.
2001-08-18We still need splimp.Artur Grabowski
2001-08-18A very minimal skeleton. Based on code in NetBSD and sparc.Artur Grabowski
2001-08-18Well, we don't have a GENERIC yet, but we will have.Artur Grabowski
2001-08-18Some more includes from NetBSD.Artur Grabowski
No modifications.
2001-08-18I am sick and tired of bug reports LACKING INFORMATION.Artur Grabowski