Gleb Smirnoff
cc8c6970fd
Move assertion below initializer.
...
Submitted by: Noritoshi Demizu
Pointy hat to: glebius
2005-05-11 08:28:09 +00:00
Tim Kientzle
85e66aedb4
Document zlib update procedure and provide future maintainers a
...
snapshot of the current state of the import.
MFC after: 2 weeks
2005-05-11 03:50:50 +00:00
Tim Kientzle
42307a8f43
Since the FreeBSD local modifications are mostly trivial (consisting
...
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
2005-05-11 03:47:48 +00:00
Matt Jacob
b49c46747a
Fix some incorrectly swapped fields in an ICB.
...
Access a PCI register with correct width.
Obtained from: Dmitry Valeryevich Trikoz
2005-05-11 03:00:50 +00:00
Juli Mallett
b894acfb2a
shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RD
2005-05-11 02:50:41 +00:00
Juli Mallett
e8b92d55b6
Spell 1 as SHUT_WR in argument to shutdown(2).
2005-05-11 02:49:03 +00:00
Juli Mallett
bf6b7d84fd
Spell out shutdown(2)'s how argument in #ifdef notdef'd code.
2005-05-11 02:47:54 +00:00
Juli Mallett
370291ea4a
Spell SHUT_RD as SHUT_RD not 0 as the how argument to shutdown(2).
2005-05-11 02:45:49 +00:00
Juli Mallett
ed3836bb08
Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).
2005-05-11 02:43:04 +00:00
Juli Mallett
5aae7838e7
Spell SHUT_RDWR as SHUT_RDWR not 1+1 as the how argument to shutdown(2).
2005-05-11 02:41:39 +00:00
Matt Jacob
547725be50
Refactor isp_prt declaration so that platform
...
requirements can stay in platform files.
2005-05-11 00:22:17 +00:00
Maxim Konovalov
6904c47ab9
Add FreeBSD 5.4.
2005-05-10 17:51:18 +00:00
Christian Brueffer
e2f59e932f
Manual page for the "mn" Siemens Easy321-R1 E1/T1 device driver.
...
This is based on the comments in if_mn.c.
MFC after: 3 days
2005-05-10 16:48:03 +00:00
Maksim Yevmenkin
c18a1440f0
Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is not
...
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
2005-05-10 16:25:58 +00:00
Hartmut Brandt
4aa6beaf60
Move the definitions of the OP_* constants from make.h into GNode.h
...
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)
2005-05-10 14:27:04 +00:00
Jim Rees
3785bdbe7f
set R_MUSTRESEND flag in mark_for_reconnect so re-connected requests get
...
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
2005-05-10 14:25:14 +00:00
Hartmut Brandt
824060d705
Path_Expand() expects its first argument to be writeable so put the
...
default system directory into a writeable character array before passing
it to Path_Expand().
Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.210)
2005-05-10 14:23:31 +00:00
Gleb Smirnoff
2046fd5f68
- Assert that mbuf length equals packet length.
...
- Tell libalias, that we have MCLBYTES to play with.
- Obtain length of data in mbuf from updated IP header.
2005-05-10 14:19:10 +00:00
Hartmut Brandt
e8b4c1591a
Move declarations of variables belonging to the variable module
...
from globals.h into var.h.
Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.209)
2005-05-10 14:16:40 +00:00
Hartmut Brandt
413c6d2540
Style: remove spaces before tabs.
...
Patch: 7.207
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 14:13:20 +00:00
Hartmut Brandt
a139b7bac1
Move the remaining two prototypes from nonints.h to make.h and
...
remove nonints.h.
Patch: 7.204
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 14:10:44 +00:00
Hartmut Brandt
9a910e11d1
Make shellPath and shellName static - they're used in job.c only.
...
Move definition of parsing error levels from make.h into parse.h.
Patches: 7.202,7.203
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 14:06:19 +00:00
Hartmut Brandt
43ad410a92
Make the three versions of fork() more uniform.
...
Patch: 7.201 (idea taken, but done differently)
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 14:03:28 +00:00
Hartmut Brandt
d7bc2a41df
Move the defines for TMPPAT and KQUEUE from the public job.h into job.c
...
since they are used only there.
Patch: 7.200
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 13:48:15 +00:00
Hartmut Brandt
626dc02016
Merge compat.c into job.c. There is a lot in common between these
...
files and we are going to factor this out.
Patch: 7.199 (slightly changed)
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 13:45:29 +00:00
Gleb Smirnoff
1ed86f6c90
Add option -l, to make output line buffered.
...
PR: bin/78692
Submitted by: Eugene Grosbein
MFC after: 2 weeks
2005-05-10 13:40:50 +00:00
Hartmut Brandt
c26295ddea
Move Cmd_Exec() from main.c to job.c and fix its prototype. This
...
results in a warning that will go away soon.
Patch: 7.198
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 13:18:58 +00:00
Tim J. Robbins
90931e9aa8
This commit was generated by cvs2svn to compensate for changes in r146052,
...
which included commits to RCS files with non-trunk default branches.
2005-05-10 13:01:37 +00:00
Yoshihiro Takahashi
257d63789e
- Move lptreg.h into pc98/cbus and rename to olptreg.h.
...
- Remove ifdef pc98.
2005-05-10 12:30:30 +00:00
Tim J. Robbins
829f2d6431
Update instructions to match recent import.
2005-05-10 12:04:01 +00:00
Yoshihiro Takahashi
d1725ef7ff
Change a directory layout for pc98.
...
- 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
2005-05-10 12:02:18 +00:00
Hartmut Brandt
671adc85da
Var_SubstOnly() is only used to subsitute a variable from the global
...
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>
2005-05-10 12:02:15 +00:00
Hartmut Brandt
45b3caadf9
Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.h
...
Patch: 7.196
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 11:58:52 +00:00
Hartmut Brandt
3b5ff5e82d
Clean up comments. No code changes.
...
Patch: 7.195
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 11:55:46 +00:00
Hartmut Brandt
74369e814b
Merge var_modify.c into var.c and move types and function declarations
...
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>
2005-05-10 11:53:20 +00:00
Tim J. Robbins
bc87600367
Update build infrastructure for new GNU regex bits.
2005-05-10 11:37:37 +00:00
Tim J. Robbins
9aa52d9745
Merge. Discard local bracket expression collating order patch, since
...
modern versions of GNU regex already do things the way we want when
multibyte character support is enabled.
2005-05-10 10:52:30 +00:00
Tim J. Robbins
163844cdca
This commit was generated by cvs2svn to compensate for changes in r146040,
...
which included commits to RCS files with non-trunk default branches.
2005-05-10 10:39:53 +00:00
Tim J. Robbins
aaf58402c2
Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.
2005-05-10 10:39:53 +00:00
Hartmut Brandt
70d7035e1f
Move some debugging code from targ.c to var.c where it actually belongs.
...
Patch: 7.192
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 08:14:26 +00:00
Hartmut Brandt
103823e628
Make make a little bit more POSIXish with regard to option parsing:
...
take everything after -- as either a macro assignment or a target.
Note that make still reorders arguments before --: anything starting
with a dash is considered an option, anything which contains an equal
sign is considered a macro assignment and everything else a target.
This still is not POSIX with regard to the options, but it will probably
not change because it has been make's behaviour for ages.
Add a new function Var_Match() that correctly skips a macro call by just
doing the same as Var_Subst() but without producing output. This will help
making the parser more robust.
Patches: 7.190,7.191
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 08:06:13 +00:00
Marcel Moolenaar
6fab4fece2
Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.
2005-05-10 02:59:24 +00:00
Warner Losh
0fcc778f3f
Remove reference to seedrandom, since it is now gone, and was in there
...
just in case.
2005-05-09 16:44:22 +00:00
Hartmut Brandt
02c3270da1
Split Var_Subst() into two functions: Var_SubstOnly() which substitutes
...
only one variable and Var_Subst() which substitutes all. Split out the
test whether a variable should not be expanded into match_var().
Make access to the input string consistently using str[]. Remove two
unused functions: Var_GetTail() and Var_GetHead().
Patches: 7.184-7.189
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-09 14:06:04 +00:00
Philip Paeps
18d92cd86c
Sync with Linux acpi4asus, adding support for loads of new models.
...
MFC after: 3 days
2005-05-09 12:51:48 +00:00
Philip Paeps
5894dd7d1a
Put the time traveling machine back where I found it before anyone sees. ;-)
...
Pointy hat to: philip
2005-05-09 09:01:13 +00:00
Philip Paeps
caac49960b
Add support for Asus V6V[1] and W1N notebooks.
...
Submitted by: Jean-Sébastien Pédron <jspedron@club-internet.fr> [1]
MFC after: 3 days
2005-05-09 08:43:49 +00:00
Mark Santcroos
8518ed9ecd
Simplify the ACPI taskqueue implementation. Use a thread queue type instead
...
of swi. This allows us to use the taskqueue_thread_* functions instead of
rolling our own. It also avoids a double trip through the queue.
Submitted by: njl
Reviewed by: sam
2005-05-09 07:34:04 +00:00
Mark Santcroos
95be34abba
Fix separate module build.
...
Submitted by: njl
2005-05-09 07:26:16 +00:00
Yoshihiro Takahashi
b416ebde05
Move if_wl_i82586.h into sys/dev/wl.
2005-05-09 04:47:58 +00:00