Searched hist:1.313 (Results 1 - 25 of 100) sorted by relevance

1234

/src/sys/arch/sparc/sparc/
H A Dmachdep.c1.313 Sun Jul 17 23:29:10 GMT 2011 dyoung branches: 1.313.2; 1.313.6;
Switch sparc and sparc64 to new-style <sys/bus.h>.
1.313 Sun Jul 17 23:29:10 GMT 2011 dyoung branches: 1.313.2; 1.313.6;
Switch sparc and sparc64 to new-style <sys/bus.h>.
1.313 Sun Jul 17 23:29:10 GMT 2011 dyoung branches: 1.313.2; 1.313.6;
Switch sparc and sparc64 to new-style <sys/bus.h>.
H A Dpmap.c1.313 Sun Mar 04 22:12:44 GMT 2007 mrg branches: 1.313.2;
fix fall out from caddr_t changes.

1.313 Sun Mar 04 22:12:44 GMT 2007 mrg branches: 1.313.2;
fix fall out from caddr_t changes.

/src/
H A Dbuild.sh1.313 Sun Dec 18 19:00:20 GMT 2016 christos Bail out on error computing the timestamp
H A DUPDATING1.313 Mon Sep 07 10:19:02 GMT 2020 mrg switch mips to binutils 2.34.
/src/sys/kern/
H A Dsyscalls.master1.313 Mon May 20 01:30:34 GMT 2024 christos branches: 1.313.2;
Rename dup3110 to dup3100 to match historical practice for NetBSD-11,
because we already have kevent100. Fix compat_dup3 to belong in compat_100
not compat_110.
1.313 Mon May 20 01:30:34 GMT 2024 christos branches: 1.313.2;
Rename dup3110 to dup3100 to match historical practice for NetBSD-11,
because we already have kevent100. Fix compat_dup3 to belong in compat_100
not compat_110.
H A Dinit_sysent.c1.313 Wed Nov 02 00:14:11 GMT 2016 pgoyette Regenerate files for modularization of ptrace(2)
H A Dsyscalls.c1.313 Fri Aug 10 21:47:16 GMT 2018 pgoyette Regen
H A Dtty.c1.313 Sun Jul 14 05:10:40 GMT 2024 kre PR kern/58425 -- Disallow INT_MIN as a (negative) pid arg.

Since -INT_MIN is undefined, and to point of negative pid args is
to negate them, and use the result as a pgrp id instead, we need
to avoid accidentally negating INT_MIN.

Since pid_t is just an integral type, of unspecified width, when
testing pid_t value test for <= INT_MIN (or > INT_MIN sometimes)
rather than == INT_MIN. When testing int values, just == INT_MIN
is all that is needed, < INT_MIN cannot occur.

XXX pullup -9, -10
/src/distrib/sets/lists/comp/
H A Dshl.mi1.313 Tue Feb 13 10:02:12 GMT 2018 mrg branches: 1.313.2;
obsolete some GCC 4.8 files.
1.313 Tue Feb 13 10:02:12 GMT 2018 mrg branches: 1.313.2;
obsolete some GCC 4.8 files.
/src/sys/nfs/
H A Dnfs_vnops.c1.313 Sun Feb 23 15:46:41 GMT 2020 ad branches: 1.313.4;
UVM locking changes, proposed on tech-kern:

- Change the lock on uvm_object, vm_amap and vm_anon to be a RW lock.
- Break v_interlock and vmobjlock apart. v_interlock remains a mutex.
- Do partial PV list locking in the x86 pmap. Others to follow later.

1.313 Sun Feb 23 15:46:41 GMT 2020 ad branches: 1.313.4;
UVM locking changes, proposed on tech-kern:

- Change the lock on uvm_object, vm_amap and vm_anon to be a RW lock.
- Break v_interlock and vmobjlock apart. v_interlock remains a mutex.
- Do partial PV list locking in the x86 pmap. Others to follow later.

/src/share/misc/
H A Dacronyms1.313 Fri Sep 09 14:16:16 GMT 2022 pgoyette Add YMMD

H A Dacronyms.comp1.313 Sun Oct 04 19:04:48 GMT 2020 nia various vidya, also md = minidisc, dc = data center

/src/doc/
H A DBRANCHES1.313 Wed Nov 23 23:12:48 GMT 2011 jmcneill jmcneill-audiomp3 is done
/src/sys/sys/
H A Dsyscall.h1.313 Sun Apr 26 19:16:35 GMT 2020 thorpej Regen for futex call relocation.
/src/sys/uvm/
H A Duvm_map.c1.313 Sun Feb 12 20:28:14 GMT 2012 martin branches: 1.313.2;
Fix another merge botch - bracket vm space assignement with kpreempt-
disable/enable.

1.313 Sun Feb 12 20:28:14 GMT 2012 martin branches: 1.313.2;
Fix another merge botch - bracket vm space assignement with kpreempt-
disable/enable.

/src/sys/netinet/
H A Dif_arp.c1.313 Sat Jun 29 00:59:08 GMT 2024 riastradh branches: 1.313.2;
netinet: Use _NET_STAT* API instead of direct array access.

PR kern/58380

1.313 Sat Jun 29 00:59:08 GMT 2024 riastradh branches: 1.313.2;
netinet: Use _NET_STAT* API instead of direct array access.

PR kern/58380

/src/sys/arch/i386/conf/
H A Dfiles.i3861.313 Sun Aug 26 16:49:47 GMT 2007 xtraeme branches: 1.313.2;
Some changes for the ichlpcib driver:

- Moved to x86/pci, so that EM64T systems running NetBSD/amd64 can use it.
- Added support for the TCO on ICH6 or newer chipsets, adapted from
FreeBSD.
- Added timecounter support for the power management timer, adapted from
OpenBSD.
- Plus some misc/cosmetic changes.

Thanks to yukonbob on irc@freenode for testing the TCO part on ICH4-M.
Tested by me with ICH7 too.
1.313 Sun Aug 26 16:49:47 GMT 2007 xtraeme branches: 1.313.2;
Some changes for the ichlpcib driver:

- Moved to x86/pci, so that EM64T systems running NetBSD/amd64 can use it.
- Added support for the TCO on ICH6 or newer chipsets, adapted from
FreeBSD.
- Added timecounter support for the power management timer, adapted from
OpenBSD.
- Plus some misc/cosmetic changes.

Thanks to yukonbob on irc@freenode for testing the TCO part on ICH4-M.
Tested by me with ICH7 too.
H A DINSTALL1.313 Sat Jun 30 03:11:03 GMT 2007 jmcneill Enable ral@pci by default in the INSTALL kernel.
/src/sys/dev/pci/
H A Dif_bge.c1.313 Wed Nov 22 02:35:54 GMT 2017 msaitoh branches: 1.313.2;
Revert part of if_bge.c 1.312. It's not reqired to mask other than VLAN ID
bits in VLAN tag.

1.313 Wed Nov 22 02:35:54 GMT 2017 msaitoh branches: 1.313.2;
Revert part of if_bge.c 1.312. It's not reqired to mask other than VLAN ID
bits in VLAN tag.

/src/sys/arch/sparc64/sparc64/
H A Dpmap.c1.313 Sat Jan 01 11:56:15 GMT 2022 hannken Remove an "#ifdef DIAGNOSTIC", KASSERT() always conumes its expression.

/src/sys/dev/
H A DDEVNAMES1.313 Wed Sep 19 13:58:27 GMT 2018 maxv Remove daic(4), it has never been functional.

ok martin@

/src/sys/arch/alpha/conf/
H A DGENERIC1.313 Mon Jun 04 08:55:19 GMT 2007 martin Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).

/src/sys/arch/amiga/conf/
H A DGENERIC1.313 Sat Dec 10 23:03:23 GMT 2016 christos remove VAUDIOSPEAKER for now, will be done differently.

/src/distrib/sets/lists/debug/
H A Dshl.mi1.313 Tue Jul 04 16:22:10 GMT 2023 riastradh libbsdmalloc: Bump shlib minor.

New symbols, new minor.

XXX pullup-10
/src/share/mk/
H A Dbsd.prog.mk1.313 Sat Jun 02 15:19:45 GMT 2018 christos Sanitizers don't support static linking.

Completed in 425 milliseconds

1234