summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revise the man->mdoc conversion of the amd manpages.ru2007-12-079-846/+980
|
* - Add doc/hu_* and doc/mn_* to the refuse examples so that include allgabor2007-12-071-0/+2
| | | | | | | | of the currently used languages PR: docs/118476 (related) Submitted by: Chess Griffin <chess@chessgriffin.com> MFC after: 3 days
* - Add doc/hu_* and doc/mn_* to the sample refuse file so that it includes allgabor2007-12-071-0/+2
| | | | | | | | of the languages PR: docs/118476 Submitted by: Chess Griffin <chess@chessgriffin.com> MFC after: 3 days
* Add family support to allow the driver to attach to new devices thatemaste2007-12-073-10/+92
| | | | | | share the same interface. Submitted by: Achim Leubner at Adaptec
* Add stub functions to unbreak LINT.jkoshy2007-12-074-0/+80
|
* Make "manlint" recursive.ru2007-12-071-3/+2
| | | | Prodded by: obrien
* Improve style(9) compliance and trim a long text line.jkoshy2007-12-071-128/+109
|
* Add stubs to unbreak LINT.jkoshy2007-12-075-0/+20
|
* Fix speed report on Intel SATA chips in compat mode.sos2007-12-071-3/+52
| | | | Fix broken detect of JMicron 368.
* When applying a spec, traverse the existing directory tree in lexicaldes2007-12-071-1/+7
| | | | | | | | order. This allows direct comparison of the output of two different runs, regardless of the order in which readdir(2) returns directory entries. MFC after: 3 weeks
* Fix style in previous commit.cognet2007-12-071-5/+6
| | | | Pointed out by: njl
* Preallocate some space to return the scan results, some drivers do not properlythompsa2007-12-071-9/+25
| | | | | | | | | pass back the desired buffer length. This fixes scanning with the Marvell 88W8335 and BCM4328 wireless cards. PR: kern/118370 Submitted by: Weongyo Jeong Tested by: Ed Schouten
* Increment FreeBSD_version to mark the addition of callchain supportjkoshy2007-12-071-1/+1
| | | | to hwpmc.
* Document the PMC_F_CALLCHAIN flag and the kern.hwpmc.callchaindepthjkoshy2007-12-071-4/+19
| | | | | | tunable. Sponsored by: FreeBSD Foundation and Google Inc.
* Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records injkoshy2007-12-075-209/+1075
| | | | | | | | in textual form and in gmon.out format. Update manual page. Sponsored by: FreeBSD Foundation and Google Inc.
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-0718-135/+783
| | | | Sponsored by: FreeBSD Foundation and Google Inc.
* Add padding for anticipated functionalitykmacy2007-12-077-13/+28
| | | | | | | | | | | | - vimage - TOE - multiq - host rtentry caching Rename spare used by 80211 to if_llsoftc Reviewed by: rwatson, gnn MFC after: 1 day
* - More fixes for lock misses on the transfer of data torrs2007-12-073-105/+126
| | | | | | | | | the sent_queue. Sometimes I wonder why any code ever works :-) - Fix the pad of the last mbuf routine, It was working improperly on non-4 byte aligned chunks which could cause memory overruns. MFC after: 1 week
* Allow simultaneous opens of the device for issuing commands to theemaste2007-12-072-75/+151
| | | | controller. This is merged from Adaptec driver build 11669.
* Turn MPASS(0) into panic with more obvious reason why the assertiondelphij2007-12-071-5/+5
| | | | is failed.
* Regen.jhb2007-12-064-10/+26
|
* Add freebsd32 compat wrappers for msgctl() and __semctl() usingjhb2007-12-061-4/+4
| | | | | | kern_msgctl() and kern_semctl(). MFC after: 1 week
* Add freebsd32 compat wrappers for msgctl() and _semctl() usingjhb2007-12-062-25/+219
| | | | | | kern_msgctl() and kern_semctl(). MFC after: 1 week
* Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h.jhb2007-12-062-36/+72
| | | | MFC after: 1 week
* size_max should be unsigned, as such, use size_t here.delphij2007-12-061-1/+1
|
* Erm, add a missing else, we do not want to increase the mapping counters forcognet2007-12-061-1/+1
| | | | | | | both kernel and userland when we create a pv for pmap_kernel. Reported by: Mark Tinguely <tinguely AT casselton DOT net> MFC After: 3 days
* Move several data structure definitions out of freebsd32_misc.c and intojhb2007-12-064-83/+94
| | | | | | freebsd32.h instead. MFC after: 1 week
* Remove more dup'd codejulian2007-12-061-21/+0
| | | | MFC After: 1 week
* remove duped codejulian2007-12-061-26/+1
| | | | | Reviewed By: gnn MRC after: 1 week
* No need to assert that a == b when we just set a = b.julian2007-12-061-1/+0
|
* - Add support for all geom class command options in the Fixit environment bylulf2007-12-061-0/+2
| | | | | | | | | pointing GEOM_LIBRARY_PATH to the geom libraries. PR: misc/113543 Submitted by: Ed Schouten <ed -at- fxq.nl> Approved by: pjd (mentor) MFC after: 1 day
* Change uint8_t to equivalent base language type and add line break where 80kmacy2007-12-061-4/+6
| | | | | | characters is exceeded in bit macros Requested by: Bruce Evans
* Add new controllers supported by rev 1.64 and 1.65 of aac_pci.cemaste2007-12-061-0/+28
|
* Add more PCI ID's from Adaptec's driver, including two requestedemaste2007-12-061-0/+16
| | | | | | | | | | | | | by Daniel Kamm. Adaptec RAID 51245 Adaptec RAID 51645 Adaptec RAID 52445 Adaptec RAID 5405 Sun STK RAID REM Sun STK RAID EM SG-XPCIESAS-R-IN SG-XPCIESAS-R-EX
* Simpler version of the previous commit.des2007-12-061-5/+2
|
* Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type.jhb2007-12-061-0/+13
| | | | | | | | XXX: This only works currently with GEOM_GPT which only exists in 6.x. XXX: I didn't add 'mbroffset' support for a GPT partition holding a BSD label as I'm not sure if they use relative or absolute offsets. MFC after: 3 days
* Add several missing comma's in the fancy syscall parsing case beforejhb2007-12-061-0/+12
| | | | | | some arguments that are parsed (e.g., semctl command names). MFC after: 3 days
* Set the tcb (thread control block) in the child process after a fork.deischen2007-12-061-0/+13
| | | | | | | | | | This protects against a race with an upcall in the parent during the fork which can clobber the parent's tcb before the vm space is copied in the child. The child then gets a corrupted tcb that is either null or that points to another thread that doesn't exist in the child (after a fork, only the fork()ing thread exists in the child). Reported by: Arno J. Klaassen (arno at heho / snv / jussieu / fr)
* Respect the fact that the value a may be constant so cast to const uint8_t *kmacy2007-12-061-2/+2
|
* Add a BSD disklabel backend to g_part:marcel2007-12-067-15/+498
| | | | | | | o Disklabels can have between 8 and 20 partitions (inclusive). o No device special file is created for the raw partition. o Switch ia64 to use this backend. o No support for boot code yet.
* Add PCI IDs for additional cards:emaste2007-12-061-0/+12
| | | | | | | | | AOC-USAS-S4i AOC-USAS-S8i AOC-USAS-S4iR AOC-USAS-S8iR AOC-USAS-S8i-LP AOC-USAS-S8iR-LP
* Hold Giant over the entire execution of the suspend path instead ofnjl2007-12-061-4/+4
| | | | | | | dropping it after each call into newbus. This doesn't fix any known problems but seems more correct. Submitted by: Marko Zec <zec / icir.org>
* - optimize the initialization of the SB max variables.rrs2007-12-062-9/+20
| | | | | | | | | | | | - Missing lock when sending data and moving it to the outqueue. - If a mbuf alloc fails during moving to outqueue the reassembly of the old mbuf chain was incorrect. - some_taken becomes a counter in sctputil.c instead of a set to 1. - Fix a panic to be only under invarients and have a proper recovery. - msg_flags needed to be set.to the value collected not or'd. MFC after: 1 week
* Fix bit macros to work on multi-byte typeskmacy2007-12-051-4/+4
| | | | MFC after: 1 day
* Fix a use-after-free.philip2007-12-051-2/+1
| | | | | | Submitted by: Ilja van Sprundel <ilja -at- netric.org> Reviewed by: secteam MFC after: 1 day
* Plug two potential (root-only, local) information leaks. buf is notphilip2007-12-052-8/+8
| | | | | | | | initialized before use and returned integrally instead of up to size. Submitted by: Ilja van Sprundel <ilja -at- netric.org> Reviewed by: secteam MFC after: 1 day
* style(9)obrien2007-12-051-15/+15
|
* Reenable the Amd build. 'make world' passed on my amd64 8-CURRENT system.obrien2007-12-051-0/+1
|
* Teach dhclient(8) about net80211 link (association) status.jkim2007-12-051-1/+4
| | | | | Reviewed by: brooks MFC after: 3 days
* Put stock 6.1.5 file into HEAD.obrien2007-12-0516-907/+1175
|
OpenPOWER on IntegriCloud