Searched hist:1.253 (Results 1 - 25 of 162) sorted by relevance

1234567

/src/share/mk/
H A Dbsd.hostlib.mk1.14 Thu Jun 10 00:29:58 GMT 2004 lukem Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253

H A Dbsd.hostprog.mk1.43 Thu Jun 10 00:29:58 GMT 2004 lukem Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253

H A Dbsd.prog.mk1.253 Wed Dec 08 02:04:13 GMT 2010 joerg gcc passes down -r directly to ld, so make it explicitly a linker option.
1.200 Thu Jun 10 00:29:59 GMT 2004 lukem Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253
/src/share/misc/
H A Dacronyms1.253 Sat Mar 11 07:10:37 GMT 2017 riastradh branches: 1.253.2;
AMA: ask me anything
1.253 Sat Mar 11 07:10:37 GMT 2017 riastradh branches: 1.253.2;
AMA: ask me anything
/src/sys/arch/sparc/sparc/
H A Dcpu.c1.253 Thu Feb 01 22:58:44 GMT 2018 mrg branches: 1.253.2; 1.253.4;
"save fp ipi" is an interrupt type counter, mark it so.

1.253 Thu Feb 01 22:58:44 GMT 2018 mrg branches: 1.253.2; 1.253.4;
"save fp ipi" is an interrupt type counter, mark it so.

1.253 Thu Feb 01 22:58:44 GMT 2018 mrg branches: 1.253.2; 1.253.4;
"save fp ipi" is an interrupt type counter, mark it so.

H A Dmachdep.c1.253 Wed Mar 09 19:04:45 GMT 2005 matt branches: 1.253.2; 1.253.4;
Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API
to select the maximum segment size for each bus_dmamap_load (up to the maxsegsz
supplied to bus_dmamap_create). dm_maxsegsz is reset to the value supplied to
bus_dmamap_create when the dmamap is unloaded.
1.253 Wed Mar 09 19:04:45 GMT 2005 matt branches: 1.253.2; 1.253.4;
Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API
to select the maximum segment size for each bus_dmamap_load (up to the maxsegsz
supplied to bus_dmamap_create). dm_maxsegsz is reset to the value supplied to
bus_dmamap_create when the dmamap is unloaded.
1.253 Wed Mar 09 19:04:45 GMT 2005 matt branches: 1.253.2; 1.253.4;
Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API
to select the maximum segment size for each bus_dmamap_load (up to the maxsegsz
supplied to bus_dmamap_create). dm_maxsegsz is reset to the value supplied to
bus_dmamap_create when the dmamap is unloaded.
H A Dautoconf.c1.253 Wed Mar 26 17:17:22 GMT 2014 christos fix fraction part of printing (from apb)

/src/sys/arch/sparc/conf/
H A DGENERIC1.253 Sat Dec 10 09:44:06 GMT 2016 mrg branches: 1.253.8;
revert the previous. sparc has no spkr.

1.253 Sat Dec 10 09:44:06 GMT 2016 mrg branches: 1.253.8;
revert the previous. sparc has no spkr.

/src/sys/kern/
H A Dtty.c1.253 Fri Aug 17 16:21:19 GMT 2012 christos branches: 1.253.2;
Better (not racy fix) from Paul Goyette.
1.253 Fri Aug 17 16:21:19 GMT 2012 christos branches: 1.253.2;
Better (not racy fix) from Paul Goyette.
H A Dinit_sysent.c1.253 Mon Feb 21 23:31:00 GMT 2011 pooka regen: NOERR syscalls
H A Dsyscalls.c1.253 Sun Feb 19 17:23:04 GMT 2012 matt Regen.
/src/sys/arch/i386/i386/
H A Dtrap.c1.253 Sun Jan 17 22:21:18 GMT 2010 dsl branches: 1.253.2;
Fix 'fault on load of %gs during retirn to userspace' to look for the
correct instruction bytes.
Take the 'fault on load segment register' through the same path as 'fault
on iret' so we don't have to fixup the broken stackframe that contains a
mix of user and kernel registers,
Update comments about how the faults during return to userspace are processed.
Setting an invalid %gs in the saved context of a signal handler causes
a SIGSEGV handler to be entered with what look like valid registers.

1.253 Sun Jan 17 22:21:18 GMT 2010 dsl branches: 1.253.2;
Fix 'fault on load of %gs during retirn to userspace' to look for the
correct instruction bytes.
Take the 'fault on load segment register' through the same path as 'fault
on iret' so we don't have to fixup the broken stackframe that contains a
mix of user and kernel registers,
Update comments about how the faults during return to userspace are processed.
Setting an invalid %gs in the saved context of a signal handler causes
a SIGSEGV handler to be entered with what look like valid registers.

/src/sys/dev/usb/
H A Dohci.c1.253 Tue Aug 05 10:33:46 GMT 2014 skrll branches: 1.253.2;
Remove #ifdef DIAGNOSTIC around sc from the root interrupt abort methods
now it's always used.
1.253 Tue Aug 05 10:33:46 GMT 2014 skrll branches: 1.253.2;
Remove #ifdef DIAGNOSTIC around sc from the root interrupt abort methods
now it's always used.
/src/sys/sys/
H A Dsyscallargs.h1.253 Sun Apr 27 15:11:22 GMT 2014 pooka Eliminate weak symbols from rump kernel syscall handlers, part 5:

regen syscalls to eliminate weak aliases and link-time initialization
H A Dsyscall.h1.253 Fri Jun 22 18:27:25 GMT 2012 christos regen
/src/sys/dev/ic/
H A Dwdc.c1.253 Tue Mar 18 20:46:36 GMT 2008 cube branches: 1.253.2; 1.253.4;
Split device_t and softc for ATA devices, as well as wd(4). Other
cosmetic changes where appropriate.
1.253 Tue Mar 18 20:46:36 GMT 2008 cube branches: 1.253.2; 1.253.4;
Split device_t and softc for ATA devices, as well as wd(4). Other
cosmetic changes where appropriate.
1.253 Tue Mar 18 20:46:36 GMT 2008 cube branches: 1.253.2; 1.253.4;
Split device_t and softc for ATA devices, as well as wd(4). Other
cosmetic changes where appropriate.
/src/lib/libc/
H A Dshlib_version1.253 Mon Jun 23 14:14:10 GMT 2014 riastradh Add `remove arc4random' to mythical libc major bump todo list.
/src/lib/libc/sys/
H A DMakefile.inc1.253 Thu Aug 03 00:24:46 GMT 2023 nia Revert addition of epoll to libc until discussion concludes
/src/distrib/sets/lists/base/
H A Dmd.sparc641.253 Fri Jul 03 01:01:00 GMT 2015 christos new libssh
/src/distrib/sets/lists/etc/
H A Dmi1.253 Sun Sep 23 07:24:19 GMT 2018 maxv Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.
/src/doc/
H A DBRANCHES1.253 Tue May 27 18:52:43 GMT 2008 wrstuden Document the wrstuden-revivesa branch.
H A DHACKS1.253 Tue May 06 13:03:23 GMT 2025 rin doc/HACKS: Add libXfont2 to m68k v.s. stack protector hacks
/src/etc/mtree/
H A DNetBSD.dist.base1.253 Sun Sep 03 18:31:01 GMT 2023 riastradh certctl(8): Install certs.conf in /usr/share/examples too.

This way postinstall(8) can refer to the default one when you've done
an upgrade without etcupdate or similar to pull in new config files
from etc.tgz.

Not great -- we should do this systematically for all config files in
/etc, but this one-off hack is less risky for 10.

/src/usr.bin/vmstat/
H A Dvmstat.c1.253 Thu May 19 13:57:03 GMT 2022 simonb Bump some column widths for "vmstat -mW".
/src/usr.sbin/
H A DMakefile1.253 Sun Mar 06 17:08:42 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.

Completed in 330 milliseconds

1234567