summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add KASSERT() to be sure there is an active component.pjd2005-05-111-0/+1
| | | | Suggested by: Coverity Prevent analysis tool
* Check return value.pjd2005-05-111-0/+4
| | | | Found by: Coverity Prevent analysis tool
* Do not initialize path variable with useless value just beforekan2005-05-111-1/+0
| | | | | | xpt_create_path overwrites it anyway. Noticed by: Coverity Prevent analysis tool
* - check for geom_uzip module presence using kldstat -m.fjoe2005-05-112-6/+4
| | | | | | | kldstat -m finds geom_uzip module even if it is compiled in statically. - create output file with x bit set. - build mkuzip on all architectures (verified with "make universe"). - fix typo in info message.
* Add support for AHCI compliant ATA devices.sos2005-05-112-14/+463
| | | | | | For now just support the Intel ICH6 as that the HW at hand. Sponsored by: pair.com
* Take out Giant in uhub_child_* in giant. There's one place where weimp2005-05-111-9/+16
| | | | | | | could sleep which I think can lead to races. However, there are fewer with this code than without it. Submitted by: Hans Petter Selasky
* Add back one line that got deleted in the last commit.sos2005-05-111-2/+4
| | | | | | Change the comment there so it better describes whats going on. This should fix the boot problems of late.
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.delphij2005-05-112-1/+2
|
* Avoid (unnecessarily) casting away const within uuid_is_nil.delphij2005-05-111-2/+2
|
* 'ngtee' also depends on net.inet.ip.fw.one_pass.glebius2005-05-111-1/+3
|
* Fix ATAPI DMA. We need to set the proper flags for DMA modes.sos2005-05-111-1/+3
|
* Describe newly implemented bug.glebius2005-05-111-1/+8
|
* A new version of NetFlow node.glebius2005-05-114-302/+340
| | | | | | | | | | | | | | | | | | | The most significant changes are: - Use UMA zone instead of own chunk of memory. - Lock each hash entry separately. - Expire items "actively" - interrupt method can expire flows from hash slot, when it searches through it. - Remove global tailqueue. Make callout thread search through every hash slot. - Export datagram is detached from private data and filled. If it is incomplete, it is attached back. Another thread will continue working with it. Lesser, but also important speedups: - Flows in hash slot are stored in tailqueue. Whenever a flow is hit, it is moved to the begging, so it can be located quicker. - When callout thread works with hash slot it bails out if slot mutex is contested.
* Add MacOS 10.4.maxim2005-05-111-1/+3
| | | | Submitted by: Jung-uk Kim
* Run /etc/rc.d/syscons restart when a usb keyboard is attached so that thebrian2005-05-111-1/+1
| | | | keymap and other settings are correct.
* Move assertion below initializer.glebius2005-05-111-3/+3
| | | | | Submitted by: Noritoshi Demizu Pointy hat to: glebius
* Document zlib update procedure and provide future maintainers akientzle2005-05-111-0/+44
| | | | | | snapshot of the current state of the import. MFC after: 2 weeks
* Since the FreeBSD local modifications are mostly trivial (consistingkientzle2005-05-1115-78/+91
| | | | | | | | | | | | | primarily of pointless $FreeBSD$ tags), sync most files in HEAD with those in the ZLIB branch. This minimizes the differences between HEAD and ZLIB and should simplify future imports. After this, there are only three files with local modifications (gzio.c, minigzip.c, and zconf.h) and two non-vendor files (Makefile, zopen.c). The rest exactly match the vendor distribution. PR: i386/76294 MFC after: 2 weeks
* Fix some incorrectly swapped fields in an ICB.mjacob2005-05-112-17/+37
| | | | | | Access a PCI register with correct width. Obtained from: Dmitry Valeryevich Trikoz
* shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RDjmallett2005-05-111-2/+2
|
* Spell 1 as SHUT_WR in argument to shutdown(2).jmallett2005-05-111-2/+2
|
* Spell out shutdown(2)'s how argument in #ifdef notdef'd code.jmallett2005-05-111-1/+1
|
* Spell SHUT_RD as SHUT_RD not 0 as the how argument to shutdown(2).jmallett2005-05-111-1/+1
|
* Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).jmallett2005-05-111-1/+1
|
* Spell SHUT_RDWR as SHUT_RDWR not 1+1 as the how argument to shutdown(2).jmallett2005-05-111-2/+2
|
* Refactor isp_prt declaration so that platformmjacob2005-05-112-5/+9
| | | | requirements can stay in platform files.
* Add FreeBSD 5.4.maxim2005-05-101-2/+7
|
* Manual page for the "mn" Siemens Easy321-R1 E1/T1 device driver.brueffer2005-05-102-0/+57
| | | | | | This is based on the comments in if_mn.c. MFC after: 3 days
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
| | | | | | | | supported by ng_ubt(4) driver and needs its own driver. PR: kern/76205 Submitted by: Tim Hemel < bsd AT timit DOT nl > MFC after: 1 week
* Move the definitions of the OP_* constants from make.h into GNode.hharti2005-05-105-79/+86
| | | | | | | | where they actually belong to. Move the definitions of the strings for special macros like "$*" from make.h to parse.h - they're used only in the parser. Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.211)
* set R_MUSTRESEND flag in mark_for_reconnect so re-connected requests getrees2005-05-101-12/+6
| | | | | | | | | | | re-sent instead of timing out. don't log an error message on reconnection, which is not an error. remove unused nfs_mrep_before_tsleep. Reviewed by: Mohan Srinivasan Approved by: alfred
* Path_Expand() expects its first argument to be writeable so put theharti2005-05-101-1/+2
| | | | | | | default system directory into a writeable character array before passing it to Path_Expand(). Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.210)
* - Assert that mbuf length equals packet length.glebius2005-05-101-5/+10
| | | | | - Tell libalias, that we have MCLBYTES to play with. - Obtain length of data in mbuf from updated IP header.
* Move declarations of variables belonging to the variable moduleharti2005-05-102-6/+9
| | | | | | from globals.h into var.h. Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.209)
* Style: remove spaces before tabs.harti2005-05-101-31/+31
| | | | | Patch: 7.207 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Move the remaining two prototypes from nonints.h to make.h andharti2005-05-105-53/+3
| | | | | | | remove nonints.h. Patch: 7.204 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Make shellPath and shellName static - they're used in job.c only.harti2005-05-104-12/+10
| | | | | | | Move definition of parsing error levels from make.h into parse.h. Patches: 7.202,7.203 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Make the three versions of fork() more uniform.harti2005-05-101-63/+63
| | | | | Patch: 7.201 (idea taken, but done differently) Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Move the defines for TMPPAT and KQUEUE from the public job.h into job.charti2005-05-102-12/+12
| | | | | | | since they are used only there. Patch: 7.200 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Merge compat.c into job.c. There is a lot in common between theseharti2005-05-106-820/+709
| | | | | | | files and we are going to factor this out. Patch: 7.199 (slightly changed) Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Add option -l, to make output line buffered.glebius2005-05-102-5/+11
| | | | | | PR: bin/78692 Submitted by: Eugene Grosbein MFC after: 2 weeks
* Move Cmd_Exec() from main.c to job.c and fix its prototype. Thisharti2005-05-105-110/+114
| | | | | | | results in a warning that will go away soon. Patch: 7.198 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* This commit was generated by cvs2svn to compensate for changes in r146052,tjr2005-05-101-26/+0
| | | | which included commits to RCS files with non-trunk default branches.
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-103-58/+49
| | | | - Remove ifdef pc98.
* Update instructions to match recent import.tjr2005-05-101-7/+13
|
* Change a directory layout for pc98.nyan2005-05-1052-22354/+53
| | | | | | | | | - Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp
* Var_SubstOnly() is only used to subsitute a variable from the globalharti2005-05-103-4/+4
| | | | | | | | context (and only in one place to substitute the .for variable). Therefor there is no need to pass the context as a parameter. Patch: 7.197 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.hharti2005-05-102-6/+6
| | | | | Patch: 7.196 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Clean up comments. No code changes.harti2005-05-101-194/+128
| | | | | Patch: 7.195 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Merge var_modify.c into var.c and move types and function declarationsharti2005-05-104-691/+602
| | | | | | | that are now used only in var.c from var.h to var.c Patches: 7.193,7.194 Submitted by: Max Okumoto <okumoto@ucsd.edu>
OpenPOWER on IntegriCloud