Searched hist:1.517 (Results 1 - 25 of 31) sorted by relevance

12

/src/sys/dev/usb/
H A Dusbdevs.h1.517 Fri Jan 16 13:31:41 GMT 2009 jmcneill branches: 1.517.2;
regen for HP Generic RNDIS
1.517 Fri Jan 16 13:31:41 GMT 2009 jmcneill branches: 1.517.2;
regen for HP Generic RNDIS
H A Dusbdevs1.517 Tue Oct 21 00:20:44 GMT 2008 jun Add
corega K.K CG-WLUSB2GPX
H A Dusbdevs_data.h1.517 Thu Nov 20 10:51:51 GMT 2008 jnemeth regen for Corega CG-USBRS232R
/src/sys/kern/
H A Dinit_main.c1.517 Thu Jan 02 15:42:27 GMT 2020 thorpej branches: 1.517.2;
- Eliminate the global "boottime" variable, which was being accessed
without any synchronization against changes by e.g. clock_settime().
- Replace with new getbinboottime() / getnanoboottime() / getmicroboottime()
functions (naming mirrors that of other time access functions in kern_tc.c).
It returns the (maybe-converted) value of timebasebin, which also tracks
our estimate of when the system was booted (i.e. the legacy "boottime" was
redundant).

XXX There needs to be a lockless synchronization mechanism for reading
timebasebin, but this is a problem in kern_tc.c that pre-existed these
"boottime" changes. At least now the problem is centralized in one location.
1.517 Thu Jan 02 15:42:27 GMT 2020 thorpej branches: 1.517.2;
- Eliminate the global "boottime" variable, which was being accessed
without any synchronization against changes by e.g. clock_settime().
- Replace with new getbinboottime() / getnanoboottime() / getmicroboottime()
functions (naming mirrors that of other time access functions in kern_tc.c).
It returns the (maybe-converted) value of timebasebin, which also tracks
our estimate of when the system was booted (i.e. the legacy "boottime" was
redundant).

XXX There needs to be a lockless synchronization mechanism for reading
timebasebin, but this is a problem in kern_tc.c that pre-existed these
"boottime" changes. At least now the problem is centralized in one location.
H A Dkern_exec.c1.517 Sat Apr 09 23:38:33 GMT 2022 riastradh sys: Use membar_release/acquire around reference drop.

This just goes through my recent reference count membar audit and
changes membar_exit to membar_release and membar_enter to
membar_acquire -- this should make everything cheaper on most CPUs
without hurting correctness, because membar_acquire is generally
cheaper than membar_enter.
/src/sys/arch/i386/conf/
H A DALL1.517 Thu Mar 21 02:36:01 GMT 2024 riastradh acpihed(4): New driver for PNP0C33 to notify apei(4).

PNP0C33 denotes the ACPI Hardware Error Device, which exists only to
be a vector for event notifications.

PR kern/58046
H A DGENERIC1.517 Tue Oct 08 13:09:05 GMT 2002 augustss Add ubsa attachment.
/src/distrib/notes/common/
H A Dmain1.517 Thu Jan 22 02:07:28 GMT 2015 sevan Jan comes after Jac
Noticed by bcallah AT OpenBSD Dot org
/src/share/man/man4/
H A Doptions.41.517 Fri Oct 09 01:49:53 GMT 2020 gutteridge options.4: add a basic entry for the CNMAGIC option
H A DMakefile1.517 Sat May 22 18:56:01 GMT 2010 plunky add Magic Mouse driver and manpage btmagic(4)
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.517 Fri Jan 03 03:14:47 GMT 2025 rillig lint: add detail to message about obsolete identifier list
H A Dtree.c1.517 Sat Apr 22 17:49:15 GMT 2023 rillig lint: rename type_t.t_str to t_sou

The name 't_str' could have meant 'string' or 'struct'. Since both
struct and union types have members, rename it to 't_sou'.

No functional change.
/src/sys/net/
H A Dif.c1.517 Sat Aug 20 15:11:27 GMT 2022 riastradh ifnet(9): Make sure to use if_timer and if_watchdog at IPL_NET.
/src/sys/arch/amd64/conf/
H A DGENERIC1.517 Sat Feb 23 03:10:06 GMT 2019 kamil Add KCOV - kernel code coverage tracing device

The KCOV driver implements collection of code coverage inside the kernel.
It can be enabled on a per process basis from userland, allowing the kernel
program counter to be collected during syscalls triggered by the same
process.

The device is oriented towards kernel fuzzers, in particular syzkaller.

Currently the only supported coverage type is -fsanitize-coverage=trace-pc.

The KCOV driver was initially developed in Linux. A driver based on the
same concept was then implemented in FreeBSD and OpenBSD.

Documentation is borrowed from OpenBSD and ATF tests from FreeBSD.

This patch has been prepared by Siddharth Muralee, improved by <maxv>
and polished by myself before importing into the mainline tree.

All ATF tests pass.
/src/sys/dev/pci/
H A Dpcidevs.h1.517 Tue Mar 18 00:53:03 GMT 2003 thorpej Regen; added Silicon Image SATALink 3112.
H A Dpcidevs_data.h1.517 Tue Mar 25 18:30:16 GMT 2003 tsubai Regen.
/src/usr.bin/make/
H A Djob.c1.517 Sun Jul 06 07:11:31 GMT 2025 rillig make: clean up

H A Dmain.c1.517 Sun Jan 24 20:11:55 GMT 2021 rillig make(1): convert SearchPath to struct

This prepares for making dotLast a simple struct member instead of a
fake CachedDir, which is easier to understand.
H A Dparse.c1.517 Sun Dec 27 05:06:17 GMT 2020 rillig make(1): align names of VarExportMode with the directives
/src/sys/arch/i386/i386/
H A Dmachdep.c1.517 Tue Mar 25 19:37:16 GMT 2003 jmmv Implement the beep on halt feature. When enabled, it makes the kernel beep
the computer speaker when it's completely safe to power down the machine
(after the "The operating system has halted." message). This is useful for
headless machines.

The feature is only enabled if the BEEP_ONHALT option is defined (disabled by default). It can be tuned through the BEEP_ONHALT_{COUNT,PERIOD,PITCH} options.

Closes my own PR kern/18792.
/src/distrib/sets/lists/base/
H A Dshl.mi1.517 Sun Jan 31 03:09:26 GMT 2010 pooka Add rump sysmon component to devlists.
H A Dmi1.517 Tue Jan 11 22:19:51 GMT 2005 peter Remove a now obsoleted file.
/src/doc/
H A D3RDPARTY1.517 Sun Mar 25 09:55:04 GMT 2007 wiz + gdb-6.6, postfix-2.3.8.
/src/sys/sys/
H A Dparam.h1.517 Thu Dec 15 00:20:39 GMT 2016 kamil Welcome to NetBSD 7.99.50!

New ptrace(2) calls for hardware assisted watchpoints/breakpoints:
- PT_COUNT_WATCHPOINTS,
- PT_READ_WATCHPOINT,
- PT_WRITE_WATCHPOINT.

Sponsored by <The NetBSD Foundation>
/src/distrib/sets/lists/man/
H A Dmi1.517 Fri Sep 27 15:02:24 GMT 2002 wiz Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.

Completed in 1404 milliseconds

12