summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-28add -S and -L options to store and load the pf state table from a file.David Gwynne
inspired by the short reboot times on an rb600a provided by stephan rickauer. testing and bugfixing by sthen@ ok mcbride@ sthen@
2009-09-28Make video buffer area and BIOS areas unavailable for PCI resource allocation.Mark Kettenis
This should prevent problems on systems where these areas are not reserved in the BIOS memory map. ok miod@, oga@, marco@
2009-09-28Update to tzdata2009n from elsie.nci.nih.govTodd C. Miller
2009-09-28When a route is deleted, ldpd should remove labels associated with it fromMichele Marchetto
lfib (the kernel lib) but not from the lib. These could be used later on when the route come back. ok claudio@
2009-09-28Fix typo (creat/create)Stuart Henderson
2009-09-28when inserting a state, turn the error that pf_state_insert returnsDavid Gwynne
into something usable by ioctl. makes DIOCADDSTATE on /dev/pf cope when inserting an already existing state.
2009-09-27rfork_thread() lacked PIC handling for CERROR, resulting in a text relocationPhilip Guenthe
pointed out by brad, ok djm@
2009-09-27use c calling conventions so that g++ doesn't mangle fpgetmask &Martynas Venckus
friends' names unbreaking at least enblend-enfuse & inkscape on macppc & alpha reported, tested: ajacoutot@, sthen@ ok: millert@, otto@
2009-09-27adjust comments; eephy isn't just for Intel GigE. From Brad.Stuart Henderson
2009-09-27In pmap_proc_iflush(), do not bother checking for pmap being curpmap on anyMiod Vallat
processor, since caches are physically addressed and we are working on physical addresses.
2009-09-27Minor bump for safety, due to the mips cachectl() addition.Miod Vallat
2009-09-27Add an implementation of IRIX-compatible cacheflush() routine to mips ports,Miod Vallat
needed for gcc -ftrampoline operation as well as by some third-party software. Although the implementation uses the sysarch() sysctl, the wrapper is added to libc as it was a direct system call (which it is on IRIX).
2009-09-27If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernelMarcus Glocker
until one xfer buffer gets freed again, instead userland needs to handle this. Help and OK miod@, matthieu@
2009-09-27typosMiod Vallat
2009-09-27Print the LOM type (LOMlite/LOMlite2).Mark Kettenis
2009-09-27Add sensor status for fan sensors.Mark Kettenis
2009-09-27Implement queuing of reads and writes. This gets rid of the remaining busyMark Kettenis
waits for LOMlite.
2009-09-27- another udav i foundJasper Lievisse Adriaanse
ok jsg@
2009-09-27a usage line got too long; ok jmcTheo de Raadt
2009-09-27remove all debug tracesAlexandre Ratchov
2009-09-27Build on armish. Since wsconscfg is built on palm build wsconsctl too. -mojMats O Jansson
2009-09-27Show fbinfo if it exists. ok mglocker@ -mojMats O Jansson
2009-09-26Added manpage bits about rdomain support.Michele Marchetto
ok jmc@
2009-09-26Preliminary rdomain support.Michele Marchetto
ok claudio@
2009-09-26Whitespace cleanup.Michele Marchetto
2009-09-26Fix artefacts in compression mode especially seen when running X.Marcus Glocker
2009-09-25- enable axe/aue to make my life a bit easierJasper Lievisse Adriaanse
ok marex@
2009-09-25fix DESCRIPTION; from Daniel BolgheroniJason McIntyre
ok miod
2009-09-25some clarification of "set reassemble" and "no-df"; help/ok henningJason McIntyre
2009-09-25move the smtpd.conf-specific map bits back from makemap to smtpd.conf,Jason McIntyre
along with some tweakage; ok jacekm gilles
2009-09-25Fix the value of one voltage sensor in ev6 environmental machine checks.Miod Vallat
2009-09-24regenMiod Vallat
2009-09-24Reach palm MAKEDEV bits.Miod Vallat
2009-09-24Handle the upper 32 bits of the prefetchable memory range when setting upMiod Vallat
the ppb resource extents, on LP64 systems. Found the hard way on an alpha. ok kettenis@
2009-09-24Test for MACHINE_ARCH to decide whether to build stuff in libarch/arm, insteadMiod Vallat
of an incomplete MACHINE list.
2009-09-24Link alpha kernels with an ld.script to discard unwanted sections; thisMiod Vallat
allows us to no longer need to compile with -finhibit-size-directive, which in turns allows the (future) use of !samegp relocations by as(1). ok kettenis@
2009-09-24Make sure the scsi_xfer timeout always get initialized with timeout_set(),Miod Vallat
since the scsi_done() wrapper will timeout_del() unconditionnaly and the scsi midlayer no longer provides scsi_xfer with zeroed struct timeout. ok dlg@
2009-09-24rfork_thread() lacked PIC handling for CERROR, resulting in a text relocationPhilip Guenthe
ok kettenis@, art@
2009-09-24In trm_scsi_cmd(), in an splbio() protected block, don't bother doing splx()Miod Vallat
and splbio() around a simple timeout_set() call, it won't gain us anything. ok dlg@ krw@
2009-09-24Slightly less evil busy wait loop for LOMlite. Small tweak to LOMlite stateMark Kettenis
machine.
2009-09-24do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr()Damien Bergamini
call fails. this double-free was introduced with the M_DUP_PKTHRD to m_dup_pkthdr change that got committed before I had a chance to review it.
2009-09-24New lock-client and lock-session commands to lock an individual client or allNicholas Marriott
clients attached to a session respectively.
2009-09-24Priorities are now handled in the kernel so:Michele Marchetto
- RTF_PROTO3 is useless - MPLS routes don't need special treatment anymore, so don't track them at all ok claudio@
2009-09-24Update some more tests for new pf.Jonathan Gray
ok henning@
2009-09-24Remove some tests that are no longer relevant with the new pf.Jonathan Gray
ok henning@
2009-09-24Don't allow locked or suspended clients to limit the size of active clients.Nicholas Marriott
2009-09-23Update.Mark Kettenis
2009-09-23Implement reading LOMlite registers using timeouts and a state machine toMark Kettenis
avoid busy waits. Writes are still somewhat problematic, but things work well enough to make lom(4) attach to LOMlite now. Fix typo pointed out by miod@ while I'm there.
2009-09-23Add some more LOMlite bits. We don't attach to LOMlite yet because it isMark Kettenis
very slow and this version of the code busy waits too much.
2009-09-23remove unused and outdated BSD.x11.dist file. ok miod@, krw@.Matthieu Herrb