| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is not network-specific code and would
be better as part of libkern instead.
Move zlib.h and zutil.h from net/ to sys/
Update includes to use sys/zlib.h and sys/zutil.h instead of net/
Submitted by: Steve Kiernan stevek@juniper.net
Obtained from: Juniper Networks, Inc.
GitHub Pull Request: https://github.com/freebsd/freebsd/pull/28
Relnotes: yes
Notes:
svn path=/head/; revision=281855
|
|
|
|
|
|
|
|
|
|
| |
in from kernel-pppd which is long gone) so that ZFS and DTRACE play nice.
This is a horrible hack to get freefall to compile, and is in dire need
of reconciliation. This antique zlib-1.04 code needs to go away.
Notes:
svn path=/head/; revision=245102
|
|
|
|
|
|
|
| |
Pointyhat to: kevlo (myself)
Notes:
svn path=/head/; revision=241394
|
|
|
|
| |
Notes:
svn path=/head/; revision=241370
|
|
|
|
|
|
|
| |
with static linkage later in the file. Eliminates GCC 4.0 error.
Notes:
svn path=/head/; revision=149993
|
|
|
|
| |
Notes:
svn path=/head/; revision=139823
|
|
|
|
|
|
|
| |
in the MODULE_DEPEND() sense.
Notes:
svn path=/head/; revision=130799
|
|
|
|
| |
Notes:
svn path=/head/; revision=110235
|
|
|
|
|
|
|
| |
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
Notes:
svn path=/head/; revision=110232
|
|
|
|
|
|
|
| |
Verified by: md5
Notes:
svn path=/head/; revision=106696
|
|
|
|
|
|
|
|
|
| |
b{copy,zero,cmp} functions anymore.
Spotted by: FlexeLint.
Notes:
svn path=/head/; revision=105579
|
|
|
|
|
|
|
| |
cause memory corruption.
Notes:
svn path=/head/; revision=93013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that causes a machine to panic when the kernel PPP / DEFLATE code is used.
1.11 moved a ZFREE to a point after the structural members were clobbered
by stores into a union'd structure.
This commit fixes the bug and adds a big whopping comment to make sure
the code isn't 'cleaned up' again :-)
Ian Dowse came up with the same patch independantly 68 seconds before I
did, talk about Karma!
I would also like to thank Eugene Grosbein for marathon work in tracking the
problem down by udpating his -stable based on date over and over again
to close in on the commit that caused his crashes.
PR: kern/35969
Reviewed by: Ian Dowse <iedowse@maths.tcd.ie>
X-MFC after: immediately
Notes:
svn path=/head/; revision=92749
|
|
|
|
| |
Notes:
svn path=/head/; revision=90775
|
|
|
|
|
|
|
|
|
| |
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
Notes:
svn path=/head/; revision=55205
|
|
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
|
|
|
|
| |
kernel compile
Notes:
svn path=/head/; revision=43305
|
|
|
|
|
|
|
| |
problems, which I'll have a go at shortly.
Notes:
svn path=/head/; revision=37065
|
|
|
|
|
|
|
| |
that the deflate components use zlib 1.0.4 instead of zlib 0.95.
Notes:
svn path=/head/; revision=34768
|
|
|
|
| |
Notes:
svn path=/head/; revision=33181
|
|
|
|
| |
Notes:
svn path=/head/; revision=28989
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2.3.0 -> 2.3.1 changes, but I seem to recall that there are certain
"issues" with 2.3.1 (I'm not sure if it's just pppd or the whole lot, I
am not quite that far). The present pppd seems to work with it just fine
for the time being.
Among the changes are that zlib (aka LZ77 aka deflate aka gzip) compression
is implemented as well as the original compress(1) LZW style.
Notes:
svn path=/head/; revision=28415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1: cvs and cvsup don't really support vendor branches other than 1.1.1.x,
this is on 1.1.2.x and causing problems in cvsup 'checkout mode', just the
same as cvs has problems interpreting dates. (cvs has "1.1.1" hard coded)
2: cvs 'rm'ing them takes them off the vendor branch and should hide the
above problems.
3: it's just clutter until the merge is done.
4: if the problem isn't sufficiently resolved by taking these off the
vendor branch, the files will have to be nuked and re-imported.
Notes:
svn path=/head/; revision=27209
|
|
Notes:
svn path=/head/; revision=27154
|