Searched hist:1.446 (Results 1 - 25 of 38) sorted by relevance

12

/src/sys/dev/usb/
H A Dusbdevs_data.h1.446 Sat Nov 25 21:35:34 GMT 2006 christos branches: 1.446.2;
regen
1.446 Sat Nov 25 21:35:34 GMT 2006 christos branches: 1.446.2;
regen
H A Dusbdevs1.446 Fri Jan 05 13:14:30 GMT 2007 jmcneill Add some more Xbox USB products, from Andrew Gillham.
H A Dusbdevs.h1.446 Mon Jan 01 05:03:38 GMT 2007 ichiro regen.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.446 Tue Jun 19 15:54:48 GMT 2001 sommerfeld branches: 1.446.2;
restore fs and gs from sigcontext in sigreturn (correct oversight in
previous commit).
1.446 Tue Jun 19 15:54:48 GMT 2001 sommerfeld branches: 1.446.2;
restore fs and gs from sigcontext in sigreturn (correct oversight in
previous commit).
/src/sys/dev/ata/
H A Dwd.c1.446 Tue Mar 19 16:56:29 GMT 2019 mlelstv The NCQ support added a private request queue to the wd driver. This
makes the regular buffer queue ineffective, it also allowed to queue
an unlimited number of requests.

Fix this by limiting the number of requests queued to the driver to
the possible number of concurrent NCQ transactions.

/src/sys/arch/i386/conf/
H A DALL1.446 Tue Aug 14 06:04:24 GMT 2018 maxv Enable L2TP on all x86 configurations, not just native amd64.

/src/distrib/notes/common/
H A Dmain1.446 Sat Apr 25 21:21:48 GMT 2009 snj Final round of INSTALL cleanups for 5.0.
/src/distrib/sets/lists/debug/
H A Dmi1.446 Tue Aug 27 13:43:01 GMT 2024 riastradh arc4random(3): Add automatic tests.

This verifies that:
- arc4random zeroes its state and reseeds itself on fork
- arc4random reseeds itself on entropy consolidation (e.g., VM clone)
- arc4random falls back to global state if it can't allocate local
state because address space limits cause mmap to fail

NOTE: This adds a new libc symbol __arc4random_global, but it's in
the reserved namespace and only used by t_arc4random, so no libc
minor bump.

PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM
fork
/src/etc/
H A DMakefile1.446 Mon Jun 01 01:41:40 GMT 2020 jmcneill Use the default motd for stable builds

/src/share/man/man9/
H A DMakefile1.446 Sat Feb 01 00:49:02 GMT 2020 riastradh New function percpu_create.

Associates a constructor and destructor with the percpu. Currently
the constructor runs immediately, but in principle we could use the
same API for future CPU hotplug support.

This lets you sleep for allocation or draining users before
deallocation when setting up or tearing down a percpu -- currently we
have many abuses of percpu_foreach in tree for that purpose.

Proposed on tech-kern:
https://mail-index.NetBSD.org/tech-kern/2020/01/30/msg026036.html

/src/share/mk/
H A Dbsd.README1.446 Sat Mar 23 21:56:47 GMT 2024 riastradh bsd.lib.mk: Tidy up expected symbols check a little.

Add some documentation in bsd.README.

/src/share/man/man4/
H A Doptions.41.446 Fri Aug 07 07:14:43 GMT 2015 maxv Remove the malloc debug options. They no longer exist.

H A DMakefile1.446 Mon Oct 29 00:42:28 GMT 2007 xtraeme Add coretemp(4). A new driver for Intel Core's on-die thermal sensor,
available on Intel Core or newer CPUs.

Ported from FreeBSD. Tested by rmind on i386 and joerg on amd64.

Enabled with "options INTEL_CORETEMP".

/src/sys/dev/pci/
H A Dfiles.pci1.446 Wed Apr 12 06:39:15 GMT 2023 riastradh ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.

TCO (`Total Cost of Ownership', Intel's bizarre name for a watchdog
timer) used to hang off the Intel I/O platform controller hub's (ICH)
low-pin-count interface bridge (LPC IB), or ichlpcib(4). On newer
devices, it hangs off the ICH SMBus instead.

Tested on INTEL 100SERIES_SMB (works) and INTEL 100SERIES_LP_SMB
(doesn't work, still not sure why).

XXX kernel revbump: This breaks the module ABI -- tco(4) modules
older than the change to make ta_has_rcba into ta_version will
incorrectly attach at buses they do not understand. (However, the
tco(4) driver is statically built into GENERIC, so maybe it's safe
for pullup since the module wouldn't have worked anyway.)

H A Dpcidevs.h1.446 Sat Jun 22 08:09:07 GMT 2002 cjs Regenerate.
H A Dpcidevs_data.h1.446 Wed Jun 26 09:42:45 GMT 2002 cjs Regenerate.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.446 Sun Jul 02 23:40:23 GMT 2023 rillig lint: add initial support for C23

Required by xsrc/external/mit/MesaLib.old, brw_eu_validate.c, which
initializes a struct using empty braces: 'return (struct string){};'.

H A Dtree.c1.446 Thu May 26 16:52:30 GMT 2022 rillig lint: reduce scope of local variables in build_plus_minus

No functional change.

/src/sys/kern/
H A Dinit_main.c1.446 Sat Feb 09 00:31:21 GMT 2013 christos printflike maintenance.

H A Dkern_exec.c1.446 Fri Sep 29 17:47:29 GMT 2017 maxv Remove compat_linux32 from the autoload list and add a enable/disable
sysctl, like compat_linux.

H A Dvfs_subr.c1.446 Wed May 06 15:57:08 GMT 2015 hannken Remove miscfs/syncfs and

- move the syncer into kern/vfs_subr.c.

- change the syncer to process the mountlist and VFS_SYNC as appropriate.

- use an API for mount points similiar to the API for vnodes:
- vfs_syncer_add_to_worklist(struct mount *mp) to add
- vfs_syncer_remove_from_worklist(struct mount *mp) to remove a mount.

No objections on tech-kern@

/src/sys/net/
H A Dif.c1.446 Fri Mar 01 11:06:57 GMT 2019 pgoyette Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
discussed on irc.

NFCI intended.

Ride the earlier kernel bump - it;s getting crowded.

/src/sys/arch/amd64/conf/
H A DGENERIC1.446 Sat Dec 10 23:03:23 GMT 2016 christos remove VAUDIOSPEAKER for now, will be done differently.
/src/usr.bin/make/
H A Djob.c1.446 Fri Jan 07 08:28:06 GMT 2022 rillig make: reduce code for initializing error handling in shell

No functional change.

/src/distrib/sets/lists/base/
H A Dshl.mi1.446 Mon Sep 15 18:19:25 GMT 2008 haad Bump libprop minor number, I forgot to do it when I have added
prop_array_add_* routines. In version 1.2 of prop_array_util.c.

Pointed by bad@.

Completed in 728 milliseconds

12