aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make uipaq's ucom callbacks easier to read while I'm hear looking forWarner Losh2008-08-311-8/+1
* All the other routines returned EIO from the param routine. Return itWarner Losh2008-08-312-2/+2
* Ioctls that aren't handled by this layer need to return ENOIOCTL, notWarner Losh2008-08-311-9/+7
* Kill dead code. This has been a 'todo' item for a long time and theWarner Losh2008-08-312-68/+2
* Remove restore_intr(). We have intr_restore()...Marcel Moolenaar2008-08-311-7/+0
* Improve the entropy of the source port randomization for network addressChristian S.J. Peron2008-08-301-6/+6
* In db_show_mdpcpu(), print MD fields.Marcel Moolenaar2008-08-301-0/+4
* Whitespace fixes.Marcel Moolenaar2008-08-301-12/+12
* Call powerpc_sync() instead of using an asm statement.Marcel Moolenaar2008-08-301-1/+1
* Add powerpc_sync() as an inline function.Marcel Moolenaar2008-08-301-0/+7
* Don't clear PSL_RI. Disabling external interruptsMarcel Moolenaar2008-08-301-1/+1
* opt_bus.h isn't needed here anymore. It never was really needed,Warner Losh2008-08-301-1/+1
* opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.Warner Losh2008-08-302-4/+0
* opt_bus.h is supposed to be for subr_bus.c only. There's no need forWarner Losh2008-08-301-2/+0
* - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work aroundMarius Strobl2008-08-301-21/+60
* - Try to look for MAC address in all SA registers, not only in theStanislav Sedov2008-08-301-16/+37
* - Style fix.Stanislav Sedov2008-08-301-1/+1
* - Improve some witness_watch operability in code which does perform bothAttilio Rao2008-08-301-35/+45
* Fix some edge cases in the TTY queues:Ed Schouten2008-08-304-106/+80
* Don't return EINVAL when trying to unlock.Robert Noland2008-08-301-1/+6
* We need to lock around driver unload now.Robert Noland2008-08-301-1/+4
* Free the device lock around the call to drm_drawable_free_all()Robert Noland2008-08-301-0/+2
* Fix a bug whereby multicast packets that are looped back locallyGeorge V. Neville-Neil2008-08-291-1/+5
* Make bpf_maxinsns visible from ng_bpf.c.Jung-uk Kim2008-08-291-1/+1
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsMarius Strobl2008-08-292-5/+11
* Fix the last missing parentheses for a return statement in bpf_filter.c.Jung-uk Kim2008-08-291-1/+1
* More convergence towards style(9).Jung-uk Kim2008-08-291-32/+27
* - Directly match code wherever possible instead of using macros.Jung-uk Kim2008-08-291-11/+14
* Ensure that the padding calcualtion doesn't return a negative value.Scott Long2008-08-291-1/+2
* Make sure BPF program is not bigger than set maximum (net.bpf.maxinsns).Jung-uk Kim2008-08-291-1/+5
* - Make witness_watch a 3 state value.Attilio Rao2008-08-291-35/+42
* Restore assertion that was removed in r182444.Ed Schouten2008-08-291-0/+2
* Backport two small fixes from the MPSAFE TTY branch in Perforce:Ed Schouten2008-08-292-8/+29
* unifdef PC98Yoshihiro Takahashi2008-08-291-2/+0
* Remove unneeded include.Yoshihiro Takahashi2008-08-291-5/+0
* Fixing INVARIANTS build by adding 'z' format prefix for size_t typedTai-hwa Liang2008-08-291-1/+1
* Fix mic calculation when final data is entirely in a trailing mbuf;Sam Leffler2008-08-291-1/+19
* Fix a locking mistake in daopen(). If the open fails, which can happenScott Long2008-08-291-6/+7
* Simplify jump instruction range checks.Jung-uk Kim2008-08-291-7/+6
* Don't remove queued SIGCHLD if options contain WNOWAIT, so otherDavid Xu2008-08-291-6/+6
* Work again to fix the interrupt masking problems. We now recognizeScott Long2008-08-292-37/+40
* Fix a typo in r180291Tom Rhodes2008-08-281-1/+1
* Update to igb driver:Jack F Vogel2008-08-282-289/+183
* Fix to bug kern/126850. Only dispatch event hander if theJack F Vogel2008-08-282-22/+29
* Check invalid BPF codes from bpf_validate(9).Jung-uk Kim2008-08-281-1/+26
* Fix typo in comment.Rui Paulo2008-08-281-1/+1
* ok, non static the function and put in the .h soRandall Stewart2008-08-282-1/+3
* Fixes compile error when INVARIANTs is on. Adds anRandall Stewart2008-08-281-0/+2
* Fail detach if cpufreq_unregister() fails.John Baldwin2008-08-282-4/+3
* Make ureadc() warn when holding any locks, just like uiomove().Ed Schouten2008-08-281-0/+3