summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-3111-62/+55
* In UDPv6, reduce scope of global udbinfo lock during append to lastrwatson2008-08-311-3/+1
* Disable processing of output data after disabling scroll lock by force.ed2008-08-311-0/+9
* - Fix comment.stas2008-08-311-3/+3
* Make uipaq's ucom callbacks easier to read while I'm hear looking forimp2008-08-311-8/+1
* All the other routines returned EIO from the param routine. Return itimp2008-08-312-2/+2
* Ioctls that aren't handled by this layer need to return ENOIOCTL, notimp2008-08-311-9/+7
* Kill dead code. This has been a 'todo' item for a long time and theimp2008-08-312-68/+2
* Remove restore_intr(). We have intr_restore()...marcel2008-08-311-7/+0
* Improve the entropy of the source port randomization for network addresscsjp2008-08-301-6/+6
* In db_show_mdpcpu(), print MD fields.marcel2008-08-301-0/+4
* Whitespace fixes.marcel2008-08-301-12/+12
* Call powerpc_sync() instead of using an asm statement.marcel2008-08-301-1/+1
* Add powerpc_sync() as an inline function.marcel2008-08-301-0/+7
* Don't clear PSL_RI. Disabling external interruptsmarcel2008-08-301-1/+1
* opt_bus.h isn't needed here anymore. It never was really needed,imp2008-08-301-1/+1
* opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.imp2008-08-302-4/+0
* opt_bus.h is supposed to be for subr_bus.c only. There's no need forimp2008-08-301-2/+0
* - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work aroundmarius2008-08-301-21/+60
* - Try to look for MAC address in all SA registers, not only in thestas2008-08-301-16/+37
* - Style fix.stas2008-08-301-1/+1
* - Improve some witness_watch operability in code which does perform bothattilio2008-08-301-35/+45
* Fix some edge cases in the TTY queues:ed2008-08-304-106/+80
* Don't return EINVAL when trying to unlock.rnoland2008-08-301-1/+6
* We need to lock around driver unload now.rnoland2008-08-301-1/+4
* Free the device lock around the call to drm_drawable_free_all()rnoland2008-08-301-0/+2
* Fix a bug whereby multicast packets that are looped back locallygnn2008-08-291-1/+5
* Make bpf_maxinsns visible from ng_bpf.c.jkim2008-08-291-1/+1
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsmarius2008-08-292-5/+11
* Fix the last missing parentheses for a return statement in bpf_filter.c.jkim2008-08-291-1/+1
* More convergence towards style(9).jkim2008-08-291-32/+27
* - Directly match code wherever possible instead of using macros.jkim2008-08-291-11/+14
* Ensure that the padding calcualtion doesn't return a negative value.scottl2008-08-291-1/+2
* Make sure BPF program is not bigger than set maximum (net.bpf.maxinsns).jkim2008-08-291-1/+5
* - Make witness_watch a 3 state value.attilio2008-08-291-35/+42
* Restore assertion that was removed in r182444.ed2008-08-291-0/+2
* Backport two small fixes from the MPSAFE TTY branch in Perforce:ed2008-08-292-8/+29
* unifdef PC98nyan2008-08-291-2/+0
* Remove unneeded include.nyan2008-08-291-5/+0
* Fixing INVARIANTS build by adding 'z' format prefix for size_t typedavatar2008-08-291-1/+1
* Fix mic calculation when final data is entirely in a trailing mbuf;sam2008-08-291-1/+19
* Fix a locking mistake in daopen(). If the open fails, which can happenscottl2008-08-291-6/+7
* Simplify jump instruction range checks.jkim2008-08-291-7/+6
* Don't remove queued SIGCHLD if options contain WNOWAIT, so otherdavidxu2008-08-291-6/+6
* Work again to fix the interrupt masking problems. We now recognizescottl2008-08-292-37/+40
* Fix a typo in r180291trhodes2008-08-281-1/+1
* Update to igb driver:jfv2008-08-282-289/+183
* Fix to bug kern/126850. Only dispatch event hander if thejfv2008-08-282-22/+29
* Check invalid BPF codes from bpf_validate(9).jkim2008-08-281-1/+26
* Fix typo in comment.rpaulo2008-08-281-1/+1
OpenPOWER on IntegriCloud