summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-05keep at least a page in pv_entries pool and uppen the high markMichael Shalayeff
2004-08-05allocate a cluster on rx after all possible failures had been checked for; ↵Michael Shalayeff
repair sigcache misalignment
2004-08-05better signal cache printfMichael Shalayeff
2004-08-05again, sync usb device support accross archs by adding cdceDavid Gwynne
ok deraadt@
2004-08-05sync usb devs to other archs by adding cdceDavid Gwynne
ok deraadt@
2004-08-05attach the compaq w100 and w200. the w100 should work with a bit of work. itDavid Gwynne
is yet to be determined if the w200 has hope or not though from what i've read it should be possible. ok deraadt@
2004-08-05unmap bios when done. from form@pdp-11.org.ru via grangeTed Unangst
2004-08-05don't attempt to put processes back in a directory after unmount.Ted Unangst
it could never always work, and worse, may cause other bugs/crashes.
2004-08-05- fix includes needed to compileJared Yanovich
- mdoc and macro fixes - sync to reality - mention where the kinfo_proc type definition can be found ok millert jmc
2004-08-05spelling nit from Chris PascoeDavid Gwynne
ok deraadt@
2004-08-05Add signal-stress. Good luck.Artur Grabowski
2004-08-05A test that tests sends such a huge amount of signals that somethingArtur Grabowski
should happen if signal delivery is not robust.
2004-08-04tholo forgot to update KERN_MAXID; j@pureftpd.orgTheo de Raadt
2004-08-04.Xr talkd 8; from Scott Francis (PR #3884);Jason McIntyre
kill a .Pp/-compact combination in a display whilst here;
2004-08-04Use the ad hoc register define to access the Pbus fault status register,Miod Vallat
rather than an ugly 0x108.
2004-08-04hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired andArtur Grabowski
sends SIGVTALRM and SIGPROF to the process if they had. There is a big problem with calling psignal from hardclock on MULTIPROCESSOR machines though. It means we need to protect all signal state in the process with a lock because hardclock doesn't obtain KERNEL_LOCK. Trying to track down all the tentacles of this quickly becomes very messy. What saves us at the moment is that SCHED_LOCK (which is used to protect parts of the signal state, but not all) happens to be recursive and forgives small and big errors. That's about to change. So instead of trying to hunt down all the locking problems here, just make hardclock not send signals. Instead hardclock schedules a timeout that will send the signal later. There are many reasons why this works just as good as the previous code, all explained in a comment written in big, friendly letters in kern_clock. miod@ ok noone else dared to ok this, but noone screamed in agony either.
2004-08-04use CIRCLEQ_XXX; ok mcbride, miodMarkus Friedl
2004-08-04Uninline vputonfreelist.Artur Grabowski
2004-08-04Remove the old fetch(9)/store(9) functions, since they are not used inMiod Vallat
OpenBSD. This gives us a simpler and faster cpu_switch() as a bonus. ok drahn@
2004-08-04Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installationMiod Vallat
media. The latter is to work around a pmap issue on 680[46]0, for which either a kluge or a real fix look very ugly.
2004-08-04- mdoc and macro fixes and simplificationJared Yanovich
- punctuation and grammar fixes - show prompts for example shell commands help and ok jmc
2004-08-04interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan ↵Michael Shalayeff
<dsb@poi.dvo.ru>
2004-08-04Make jumbo frames work.Ryan Thomas McBride
- allocate and manage our own memory for rx packets rather than using mbuf clusters; code for this lifted from if_bge.c - pass the correct size to bus_dmamap_create() ok deraadt@
2004-08-04Missing check for NULL.Thierry Deval
2004-08-04Batman?Artur Grabowski
2004-08-04Fix propolice merge error in options list.Miod Vallat
2004-08-04Even when we have timecounters we still have to do the check for secondaryArtur Grabowski
cpus calling hardclock and the statclock emulation. Move some ifdef __HAVE_TIMECOUNTER code.
2004-08-04Completely remove BATC code. BATC on 88200 are way too small to be worthMiod Vallat
using as part of the general pmap machinery (though they might come back at some point to speed up I/O mappings), and we don't use the 88110 BATC yet.
2004-08-04Simplify entry parsingJean-Francois Brousseau
2004-08-04- Match time_second and time_uptime prototypes.Artur Grabowski
- Less chatty.
2004-08-04sort SYNOPSIS and usage(), format tweaks, by jmc@Marc Espie
2004-08-04alternate description of tsort and example.Marc Espie
Approved by jmc@, with minor corrections coming up.
2004-08-04kill hppa quirk that is not neededMichael Shalayeff
2004-08-04interrupt mitigation bitsMichael Shalayeff
2004-08-04Handlers for the `valid-requests' and `Valid-responses' requestsJean-Francois Brousseau
2004-08-04* set the maximum number of arguments to 256 for the momentJean-Francois Brousseau
* cvs_sendresp() is now required, so uncomment it
2004-08-04More cleaning:Miod Vallat
- a really working and simpler ddb "machine translate" helper. - get rid of the remains of the BATC code, which would not work as is on 4:1 and 8:1 boards.
2004-08-04Handler for the `Global_opt' requestJean-Francois Brousseau
2004-08-04Handler for the `Argument' and `Argumentx' requestsJean-Francois Brousseau
2004-08-04session_main() and rde_main() return... right, a pid. and a pid is a pid_tHenning Brauer
and not an int.
2004-08-04Unbreak malloc0test for use with mmap malloc which allocates objectsOtto Moerbeek
in a non-contiguous manner. ok art@
2004-08-04return group14 when no primes found - fixes hang on empty /etc/moduli;Damien Miller
ok markus@
2004-08-04KNF and a spanking in the ddb helper code.Miod Vallat
2004-08-04More constants for the SSR register.Miod Vallat
2004-08-04syncTheo de Raadt
2004-08-04better commentsPedro Martelletto
2004-08-04regenDavid Gwynne
2004-08-04Compaq WLAN Multiport W200David Gwynne
ok deraadt@
2004-08-04There are so many reasons why a printf in an ipi is a very bad idea.Artur Grabowski
Especially since it doesn't add anything but spam during reboot.
2004-08-04Fix printing of revision string.Todd C. Miller