Searched hist:1.296 (Results 1 - 25 of 123) sorted by relevance

12345

/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.296 Sun Mar 04 14:46:45 GMT 2007 yamt branches: 1.296.2; 1.296.4; 1.296.8; 1.296.10;
fix fallout from caddr_t changes.

1.296 Sun Mar 04 14:46:45 GMT 2007 yamt branches: 1.296.2; 1.296.4; 1.296.8; 1.296.10;
fix fallout from caddr_t changes.

1.296 Sun Mar 04 14:46:45 GMT 2007 yamt branches: 1.296.2; 1.296.4; 1.296.8; 1.296.10;
fix fallout from caddr_t changes.

1.296 Sun Mar 04 14:46:45 GMT 2007 yamt branches: 1.296.2; 1.296.4; 1.296.8; 1.296.10;
fix fallout from caddr_t changes.

1.296 Sun Mar 04 14:46:45 GMT 2007 yamt branches: 1.296.2; 1.296.4; 1.296.8; 1.296.10;
fix fallout from caddr_t changes.

/src/lib/libc/
H A Dshlib_version1.296 Fri Feb 02 21:52:22 GMT 2024 andvar branches: 1.296.2;
s/shold/should/
1.296 Fri Feb 02 21:52:22 GMT 2024 andvar branches: 1.296.2;
s/shold/should/
/src/sys/sys/
H A Dsyscall.h1.296 Sun Jul 03 14:26:47 GMT 2016 christos branches: 1.296.2;
regen
1.296 Sun Jul 03 14:26:47 GMT 2016 christos branches: 1.296.2;
regen
H A Dvnode.h1.296 Sat May 16 18:31:53 GMT 2020 christos branches: 1.296.6;
Add ACL support for FFS. From FreeBSD.

1.296 Sat May 16 18:31:53 GMT 2020 christos branches: 1.296.6;
Add ACL support for FFS. From FreeBSD.

H A Dsyscallargs.h1.296 Sun Apr 26 18:59:47 GMT 2020 thorpej Regen for native futex calls.

H A Dproc.h1.296 Wed Mar 03 00:45:55 GMT 2010 yamt branches: 1.296.2;
comment

1.296 Wed Mar 03 00:45:55 GMT 2010 yamt branches: 1.296.2;
comment

H A Dsystm.h1.296 Wed Aug 26 22:56:55 GMT 2020 christos Instead of returning 0 when sysctl kern.expose_address=0, return a random
hashed value of the data. This allows sockstat to work without exposing
kernel addresses or being setgid kmem.

/src/
H A Dbuild.sh1.296 Wed Sep 03 19:32:18 GMT 2014 matt Add or1k MACHINE/MACHINE_ARCH.

/src/sys/rump/
H A DMakefile.rump1.34 Thu Mar 19 00:01:50 GMT 2009 pooka Reflect the change to archivebuild in bsd.lib.mk rev 1.296 for
deterministic builds, as hinted by perry.

/src/sys/kern/
H A Dsyscalls.master1.296 Sun Sep 22 22:59:39 GMT 2019 christos branches: 1.296.2;
Add a new member to struct vfsstat and grow the unused members
The new member is caled f_mntfromlabel and it is the dkw_wname
of the corresponding wedge. This is now used by df -W to display
the mountpoint name as NAME=

1.296 Sun Sep 22 22:59:39 GMT 2019 christos branches: 1.296.2;
Add a new member to struct vfsstat and grow the unused members
The new member is caled f_mntfromlabel and it is the dkw_wname
of the corresponding wedge. This is now used by df -W to display
the mountpoint name as NAME=

H A Dinit_sysent.c1.296 Sun May 10 08:13:41 GMT 2015 pgoyette Regen for changes related to separation of compat_sysv syscalls into a
separate module.

H A Dsyscalls.c1.296 Tue Jan 26 23:49:46 GMT 2016 pooka regen syscall files

H A Dkern_synch.c1.296 Sun Nov 06 14:11:00 GMT 2011 dholland branches: 1.296.4;
time_t isn't necessarily "long". PR 45577 from taca@

1.296 Sun Nov 06 14:11:00 GMT 2011 dholland branches: 1.296.4;
time_t isn't necessarily "long". PR 45577 from taca@

H A Dtty.c1.296 Sun Sep 26 01:16:10 GMT 2021 thorpej Change the kqueue filterops::f_isfd field to filterops::f_flags, and
define a flag FILTEROP_ISFD that has the meaning of the prior f_isfd.
Field and flag name aligned with OpenBSD.

This does not constitute a functional or ABI change, as the field location
and size, and the value placed in that field, are the same as the previous
code, but we're bumping __NetBSD_Version__ so 3rd-party module source code
can adapt, as needed.

NetBSD 9.99.89

/src/sys/arch/alpha/conf/
H A DGENERIC1.296 Fri Sep 01 08:19:03 GMT 2006 dyoung branches: 1.296.2;
Delete ath, it is known to be broken on alpha.

1.296 Fri Sep 01 08:19:03 GMT 2006 dyoung branches: 1.296.2;
Delete ath, it is known to be broken on alpha.

/src/sys/dev/scsipi/
H A Dsd.c1.296 Thu Feb 02 19:43:06 GMT 2012 tls branches: 1.296.2;
Entropy-pool implementation move and cleanup.

1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.

1.296 Thu Feb 02 19:43:06 GMT 2012 tls branches: 1.296.2;
Entropy-pool implementation move and cleanup.

1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.

/src/share/misc/
H A Dacronyms1.296 Thu Jan 30 23:47:45 GMT 2020 sevan Typo - heads up by Thorsten Glaser

/src/sys/arch/i386/conf/
H A Dfiles.i3861.296 Wed Oct 25 15:52:28 GMT 2006 jmmv branches: 1.296.2; 1.296.4;
Mark MULTIBOOT_SYMTAB_SPACE obsolete instead of silently removing it.
Per cube@'s suggestion.

1.296 Wed Oct 25 15:52:28 GMT 2006 jmmv branches: 1.296.2; 1.296.4;
Mark MULTIBOOT_SYMTAB_SPACE obsolete instead of silently removing it.
Per cube@'s suggestion.

1.296 Wed Oct 25 15:52:28 GMT 2006 jmmv branches: 1.296.2; 1.296.4;
Mark MULTIBOOT_SYMTAB_SPACE obsolete instead of silently removing it.
Per cube@'s suggestion.

/src/sys/netinet/
H A Dip_input.c1.296 Wed Aug 31 18:31:03 GMT 2011 plunky branches: 1.296.2; 1.296.6;
NULL does not need a cast

1.296 Wed Aug 31 18:31:03 GMT 2011 plunky branches: 1.296.2; 1.296.6;
NULL does not need a cast

1.296 Wed Aug 31 18:31:03 GMT 2011 plunky branches: 1.296.2; 1.296.6;
NULL does not need a cast

H A Dtcp_subr.c1.296 Fri Nov 04 09:01:53 GMT 2022 ozaki-r branches: 1.296.8;
inpcb: rename functions to in6pcb_*

1.296 Fri Nov 04 09:01:53 GMT 2022 ozaki-r branches: 1.296.8;
inpcb: rename functions to in6pcb_*

/src/doc/
H A DBRANCHES1.296 Fri Oct 29 16:15:40 GMT 2010 uebayasi Update.

/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.296 Tue Apr 01 14:28:17 GMT 2014 christos branches: 1.296.2;
Check for bread errors before we do the size check. Otherwise we de-reference
NULL...

1.296 Tue Apr 01 14:28:17 GMT 2014 christos branches: 1.296.2;
Check for bread errors before we do the size check. Otherwise we de-reference
NULL...

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.296 Mon Apr 30 22:51:28 GMT 2012 rmind branches: 1.296.2;
- Replace some malloc(9) uses with kmem(9).
- G/C M_IPMOPTS, M_IPMADDR and M_BWMETER.
1.296 Mon Apr 30 22:51:28 GMT 2012 rmind branches: 1.296.2;
- Replace some malloc(9) uses with kmem(9).
- G/C M_IPMOPTS, M_IPMADDR and M_BWMETER.
/src/sys/dev/ic/
H A Dwdc.c1.296 Fri Dec 27 09:41:50 GMT 2019 msaitoh branches: 1.296.2;
s/transfered/transferred/

1.296 Fri Dec 27 09:41:50 GMT 2019 msaitoh branches: 1.296.2;
s/transfered/transferred/

/src/sys/dev/pci/
H A Dfiles.pci1.296 Wed Nov 07 19:09:09 GMT 2007 macallan branches: 1.296.2;
add preliminary driver for ATI Rage 128 graphics controllers
So far it supports some acceleration ( copies and rectangle fills ) but
no video mode programming at all.
Known problems:
- tested only on macppc
- matches only one r128 chip out of ca. 30
- character drawing is unaccelerated
- no attempt is made to restore the console when X exits

1.296 Wed Nov 07 19:09:09 GMT 2007 macallan branches: 1.296.2;
add preliminary driver for ATI Rage 128 graphics controllers
So far it supports some acceleration ( copies and rectangle fills ) but
no video mode programming at all.
Known problems:
- tested only on macppc
- matches only one r128 chip out of ca. 30
- character drawing is unaccelerated
- no attempt is made to restore the console when X exits

Completed in 291 milliseconds

12345