summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document the ulimit -p option in the sh(1) manual page.ed2008-08-301-1/+3
* 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
* Reflect recent changes to the sysctl debug.witness.watch moving into aattilio2008-08-301-3/+4
* - 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
* When atime wasn't specified, it should get set == mtime.kientzle2008-08-301-2/+2
* 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
* Connect a forgotten test case to Makefile.jkim2008-08-291-1/+1
* 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
* Add the ability to run /usr/sbin/crashinfo on a new core dump automaticallyjhb2008-08-292-0/+5
* Do not pass validatation level since all issues are fixed now.jkim2008-08-291-1/+1
* Merge local copy of bpf_validate() with bpf_filter.c.jkim2008-08-291-11/+14
* 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
* By default backup geli metadata to a file. It is quite critical 512 bytes,pjd2008-08-2917-34/+233
* - Give algorithms recommendation.pjd2008-08-291-13/+15
* 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
* Merge bpf_filter.c r182425 and add test cases for jump range checks.jkim2008-08-296-27/+137
* 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
* List authentication types supported with "-X" taken from the libtelnettrhodes2008-08-291-1/+10
* Fix a typo in r180291trhodes2008-08-281-1/+1
* Move comments to the right places.jkim2008-08-281-5/+5
* Update to igb driver:jfv2008-08-282-289/+183
OpenPOWER on IntegriCloud