Searched hist:1.254 (Results 1 - 25 of 160) sorted by relevance

1234567

/src/sys/arch/macppc/conf/
H A DGENERIC1.254 Tue Mar 06 11:28:47 GMT 2007 dillo branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.

1.254 Tue Mar 06 11:28:47 GMT 2007 dillo branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.

1.254 Tue Mar 06 11:28:47 GMT 2007 dillo branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.

/src/lib/libc/
H A Dshlib_version1.254 Fri Jul 25 08:31:06 GMT 2014 dholland branches: 1.254.2;
Bump libc minor version for new syscalls.
1.254 Fri Jul 25 08:31:06 GMT 2014 dholland branches: 1.254.2;
Bump libc minor version for new syscalls.
/src/distrib/sets/lists/base/
H A Dmd.sparc641.254 Fri Jul 03 18:28:37 GMT 2015 matt branches: 1.254.2;
Remove entries made redundnat by compatdir/compatfile
1.254 Fri Jul 03 18:28:37 GMT 2015 matt branches: 1.254.2;
Remove entries made redundnat by compatdir/compatfile
/src/sys/kern/
H A Dkern_sysctl.c1.254 Thu Oct 02 23:07:30 GMT 2014 justin branches: 1.254.2;
Work around pedantic compiler

1.254 Thu Oct 02 23:07:30 GMT 2014 justin branches: 1.254.2;
Work around pedantic compiler

H A Dsyscalls.master1.254 Sat Feb 11 23:16:17 GMT 2012 martin branches: 1.254.2;
Add a posix_spawn syscall, as discussed on tech-kern.
Based on the summer of code project by Charles Zhang, heavily reworked
later by me - all bugs are likely mine.
Ok: core, releng.

1.254 Sat Feb 11 23:16:17 GMT 2012 martin branches: 1.254.2;
Add a posix_spawn syscall, as discussed on tech-kern.
Based on the summer of code project by Charles Zhang, heavily reworked
later by me - all bugs are likely mine.
Ok: core, releng.

H A Dkern_sig.c1.254 Mon Jul 09 21:10:53 GMT 2007 ad branches: 1.254.2; 1.254.6;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements

1.254 Mon Jul 09 21:10:53 GMT 2007 ad branches: 1.254.2; 1.254.6;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements

1.254 Mon Jul 09 21:10:53 GMT 2007 ad branches: 1.254.2; 1.254.6;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements

H A Dinit_sysent.c1.254 Sun Mar 06 17:08:36 GMT 2011 bouyer merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

H A Dsyscalls.c1.254 Sun Feb 19 17:50:50 GMT 2012 matt Regen.

/src/sys/dev/acpi/
H A Dacpi.c1.254 Tue Aug 14 14:38:02 GMT 2012 jruoho branches: 1.254.2;
Use KM_SLEEP.

1.254 Tue Aug 14 14:38:02 GMT 2012 jruoho branches: 1.254.2;
Use KM_SLEEP.

/src/sys/dev/ic/
H A Dwi.c1.254 Thu Dec 05 03:11:40 GMT 2019 msaitoh branches: 1.254.2;
Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.

1.254 Thu Dec 05 03:11:40 GMT 2019 msaitoh branches: 1.254.2;
Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.

H A Dwdc.c1.254 Mon Apr 28 20:23:51 GMT 2008 martin branches: 1.254.2; 1.254.6;
Remove clause 3 and 4 from TNF licenses

1.254 Mon Apr 28 20:23:51 GMT 2008 martin branches: 1.254.2; 1.254.6;
Remove clause 3 and 4 from TNF licenses

1.254 Mon Apr 28 20:23:51 GMT 2008 martin branches: 1.254.2; 1.254.6;
Remove clause 3 and 4 from TNF licenses

/src/
H A DUPDATING1.254 Sat Feb 01 13:29:45 GMT 2014 skrll branches: 1.254.2;
Improve the compiler_rt entry slightly
1.254 Sat Feb 01 13:29:45 GMT 2014 skrll branches: 1.254.2;
Improve the compiler_rt entry slightly
/src/lib/
H A DMakefile1.254 Sun Feb 04 03:19:53 GMT 2018 christos branches: 1.254.2;
switch everyone to openssl.old

1.254 Sun Feb 04 03:19:53 GMT 2018 christos branches: 1.254.2;
switch everyone to openssl.old

/src/sys/dev/usb/
H A Dohci.c1.254 Fri Nov 21 09:40:10 GMT 2014 ozaki-r branches: 1.254.2;
Replace callout_stop with callout_halt

In order to call callout_destroy for a callout safely, we have to ensure
the function of the callout is not running and pending. To do so, we should
use callout_halt, not callout_stop.

In this case, we need to pass an interlock to callout_halt to wait for
the callout complete.

Reviewed by riastradh@.
1.254 Fri Nov 21 09:40:10 GMT 2014 ozaki-r branches: 1.254.2;
Replace callout_stop with callout_halt

In order to call callout_destroy for a callout safely, we have to ensure
the function of the callout is not running and pending. To do so, we should
use callout_halt, not callout_stop.

In this case, we need to pass an interlock to callout_halt to wait for
the callout complete.

Reviewed by riastradh@.
/src/sys/netinet/
H A Dudp_usrreq.c1.254 Thu May 31 13:51:56 GMT 2018 maxv branches: 1.254.2;
Remove the non-IKE part of the computation, too.

1.254 Thu May 31 13:51:56 GMT 2018 maxv branches: 1.254.2;
Remove the non-IKE part of the computation, too.

H A Dip_input.c1.254 Tue Oct 02 20:35:04 GMT 2007 dyoung branches: 1.254.2; 1.254.4;
Delete the unused second argument to ip_stripoptions(), move it
closer to its single caller in if_eon.c, try to move fewer bytes
by moving the IP header forward instead of moving the tail of the
mbuf backward, and use m_adj(9) instead of fiddling directly with
mbuf data members.

1.254 Tue Oct 02 20:35:04 GMT 2007 dyoung branches: 1.254.2; 1.254.4;
Delete the unused second argument to ip_stripoptions(), move it
closer to its single caller in if_eon.c, try to move fewer bytes
by moving the IP header forward instead of moving the tail of the
mbuf backward, and use m_adj(9) instead of fiddling directly with
mbuf data members.

1.254 Tue Oct 02 20:35:04 GMT 2007 dyoung branches: 1.254.2; 1.254.4;
Delete the unused second argument to ip_stripoptions(), move it
closer to its single caller in if_eon.c, try to move fewer bytes
by moving the IP header forward instead of moving the tail of the
mbuf backward, and use m_adj(9) instead of fiddling directly with
mbuf data members.

/src/sys/netinet6/
H A Dicmp6.c1.254 Fri Oct 28 05:25:36 GMT 2022 ozaki-r branches: 1.254.2;
inpcb: separate inpcb again to reduce the size of PCB for IPv4

The data size of PCB for IPv4 increased because of the merge of
struct in6pcb. The change decreases the size to the original size by
separating struct inpcb (again). struct in4pcb and in6pcb that embed
struct inpcb are introduced.

Even after the separation, users don't need to realize the separation
and only have to use some macros to access dedicated data. For example,
inp->inp_laddr is now accessed through in4p_laddr(inp).

1.254 Fri Oct 28 05:25:36 GMT 2022 ozaki-r branches: 1.254.2;
inpcb: separate inpcb again to reduce the size of PCB for IPv4

The data size of PCB for IPv4 increased because of the merge of
struct in6pcb. The change decreases the size to the original size by
separating struct inpcb (again). struct in4pcb and in6pcb that embed
struct inpcb are introduced.

Even after the separation, users don't need to realize the separation
and only have to use some macros to access dedicated data. For example,
inp->inp_laddr is now accessed through in4p_laddr(inp).

/src/sys/sys/
H A Dsyscallargs.h1.254 Thu Jun 12 21:42:26 GMT 2014 joerg Regenerate

/src/share/misc/
H A Dacronyms1.254 Wed May 10 01:24:32 GMT 2017 sevan Add PSA
Submitted in PR misc/52224 by Nikolai Lifanov

/src/sys/uvm/
H A Duvm_map.c1.254 Sun Apr 27 11:39:47 GMT 2008 ad branches: 1.254.2; 1.254.4;
Disable preemption while swapping pmap.

1.254 Sun Apr 27 11:39:47 GMT 2008 ad branches: 1.254.2; 1.254.4;
Disable preemption while swapping pmap.

1.254 Sun Apr 27 11:39:47 GMT 2008 ad branches: 1.254.2; 1.254.4;
Disable preemption while swapping pmap.

/src/sys/arch/sparc/conf/
H A DGENERIC1.254 Sun Jul 30 13:12:49 GMT 2017 maxv Disable svr4 and svr4_32 on sparc, sparc64 and amiga - the only places
where they were still enabled.

/src/sys/arch/sparc/sparc/
H A Dautoconf.c1.254 Wed Mar 26 17:29:21 GMT 2014 christos use humanize_number per gimpy.

/src/lib/libc/sys/
H A DMakefile.inc1.254 Sun May 19 22:25:48 GMT 2024 christos version dup3
/src/distrib/sets/lists/etc/
H A Dmi1.254 Sat Jan 12 17:25:09 GMT 2019 roy Install /etc/wpa_supplicant.conf
/src/doc/
H A DBRANCHES1.254 Wed Jun 04 03:51:14 GMT 2008 yamt yamt-pf42-base3

Completed in 499 milliseconds

1234567