kientzle
bc7e5eb067
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
kientzle
2f1311730e
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
mjacob
3f1dd047fb
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
jmallett
a30e94db03
shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RD
2005-05-11 02:50:41 +00:00
jmallett
1a7bb0831b
Spell 1 as SHUT_WR in argument to shutdown(2).
2005-05-11 02:49:03 +00:00
jmallett
54cc31f445
Spell out shutdown(2)'s how argument in #ifdef notdef'd code.
2005-05-11 02:47:54 +00:00
jmallett
fe1cf0e37d
Spell SHUT_RD as SHUT_RD not 0 as the how argument to shutdown(2).
2005-05-11 02:45:49 +00:00
jmallett
f0d513b44e
Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).
2005-05-11 02:43:04 +00:00
jmallett
72198c2a2f
Spell SHUT_RDWR as SHUT_RDWR not 1+1 as the how argument to shutdown(2).
2005-05-11 02:41:39 +00:00
mjacob
5939440932
Refactor isp_prt declaration so that platform
...
requirements can stay in platform files.
2005-05-11 00:22:17 +00:00
maxim
0c3e3e2c64
Add FreeBSD 5.4.
2005-05-10 17:51:18 +00:00
brueffer
4bbe5f4dd1
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
emax
c356931905
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
harti
4e99d859a8
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
rees
59c5573379
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
harti
a074124769
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
glebius
0703a04234
- 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
harti
49e445d4c1
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
harti
312bbd99e5
Style: remove spaces before tabs.
...
Patch: 7.207
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 14:13:20 +00:00
harti
2eb7ef8982
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
harti
cb3c429895
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
harti
3a6b30eead
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
harti
9b84402586
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
harti
9f5daa0be5
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
glebius
7db34cfe43
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
harti
a521f4fbfd
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
tjr
67950e3bcf
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
nyan
3657a9699f
- Move lptreg.h into pc98/cbus and rename to olptreg.h.
...
- Remove ifdef pc98.
2005-05-10 12:30:30 +00:00
tjr
a093ce42b9
Update instructions to match recent import.
2005-05-10 12:04:01 +00:00
nyan
7d03ad1458
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
harti
e571f8f77c
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
harti
aac19b11ef
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
harti
5618be5938
Clean up comments. No code changes.
...
Patch: 7.195
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-05-10 11:55:46 +00:00
harti
aa67517522
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
tjr
c9931f2fee
Update build infrastructure for new GNU regex bits.
2005-05-10 11:37:37 +00:00
tjr
49c97fda38
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
tjr
fdedb1a0cc
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
tjr
113e755bc8
Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.
2005-05-10 10:39:53 +00:00
harti
ede5ad1020
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
harti
35798a61f5
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
6352eca8c5
Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.
2005-05-10 02:59:24 +00:00
imp
b005c7d42f
Remove reference to seedrandom, since it is now gone, and was in there
...
just in case.
2005-05-09 16:44:22 +00:00
harti
ef37b341c3
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
7993c4292d
Sync with Linux acpi4asus, adding support for loads of new models.
...
MFC after: 3 days
2005-05-09 12:51:48 +00:00
philip
69bb917a2e
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
3c26bd1739
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
marks
dd26ab4f88
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
marks
70d8c7d5e7
Fix separate module build.
...
Submitted by: njl
2005-05-09 07:26:16 +00:00
nyan
b222b060b0
Move if_wl_i82586.h into sys/dev/wl.
2005-05-09 04:47:58 +00:00
marcel
9be5f7d46a
Enable debug_mpsafevm on ia64 due to the severe functional regression
...
caused by recent locking changes when it's off. Revert the logic to
trim down the conditional.
Clued-in by: alc@
2005-05-08 23:56:16 +00:00