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

/src/sys/kern/
H A Dvfs_syscalls.c1.566 Thu Jul 04 16:42:37 GMT 2024 christos use the proper kernel pointer

/src/sys/sys/
H A Dparam.h1.566 Tue Jun 26 06:50:52 GMT 2018 msaitoh branches: 1.566.2;
Bump version to 8.99.21 (bpf_mtap*() API change & BIOC[GS]DIRECTION).
1.566 Tue Jun 26 06:50:52 GMT 2018 msaitoh branches: 1.566.2;
Bump version to 8.99.21 (bpf_mtap*() API change & BIOC[GS]DIRECTION).
/src/distrib/notes/common/
H A Dmain1.566 Wed Oct 20 23:30:30 GMT 2021 gutteridge main: add note about amd64 now having a "bios" image, too
/src/sys/dev/usb/
H A Dusbdevs1.566 Wed Nov 03 20:46:15 GMT 2010 christos restore missing, sort, fix whitespace
H A Dusbdevs.h1.566 Thu Dec 30 19:28:52 GMT 2010 jakllsch Regen.
H A Dusbdevs_data.h1.566 Fri Dec 24 19:22:37 GMT 2010 jmcneill regen
/src/sys/arch/amd64/conf/
H A DGENERIC1.566 Sat Apr 25 15:26:16 GMT 2020 bouyer Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
guests in GENERIC.
Xen support can be disabled at runtime with
boot -c
disable hypervisor
/src/share/man/man4/
H A DMakefile1.566 Mon Aug 29 10:48:57 GMT 2011 jruoho Install the dtv(4) manual page. (The stub man-pages are commented out ATM.)

/src/sys/dev/pci/
H A Dpcidevs.h1.566 Sun Aug 17 18:06:22 GMT 2003 chs regen
H A Dpcidevs_data.h1.566 Sat Aug 23 00:14:43 GMT 2003 dogcow regen (add VIA VT6105)
H A Dpcidevs1.566 Sun Aug 17 18:03:29 GMT 2003 chs add the uninorth ATA found in the latest G4s, and a highpoint IDE.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.566 Fri Jul 14 09:20:23 GMT 2023 rillig lint: clean up redundant and verbose code
/src/sys/arch/i386/i386/
H A Dmachdep.c1.566 Sun Dec 11 00:17:41 GMT 2005 christos merge ktrace-lwp.
/src/distrib/sets/lists/base/
H A Dshl.mi1.566 Thu Dec 16 18:42:49 GMT 2010 christos sets for tzcode enhancements
H A Dmi1.566 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
/src/doc/
H A D3RDPARTY1.566 Sun Nov 11 00:36:54 GMT 2007 wiz cron-4.3 out.
/src/usr.bin/make/
H A Dmain.c1.566 Fri Jan 07 20:37:25 GMT 2022 rillig make: clean up comments, variable names, function names

The comment in ApplyDependencySourceOther repeated the code, its second
half didn't match any current code.

The comment above ParseDependencySourcesEmpty repeated the code.

No binary change, except for assertion line numbers.
H A Dparse.c1.566 Fri Dec 03 23:13:29 GMT 2021 rillig make: clean up ParseInclude

It was confusing to let the variable 'file' point to the '<' of the
.include directive. In each parsing function, there should only be a
single moving pointer, typically named 'p' or historically 'cp', even
though the 'c' is redundant.

No functional change.
H A Dvar.c1.566 Mon Oct 05 19:24:29 GMT 2020 rillig make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)

The bug had been introduced with dir.c 1.155 on 2020-10-02 22:20:25. In
that commit, openDirectories was replaced with a combination of a list
with a hash table, for more efficient lookup by name.

Upon cleanup, OpenDirs_Done is called, which in turn called
Dir_ClearPath. Dir_ClearPath takes full ownership of the given list and
empties it. This was no problem before since afterwards the list was
empty and calling Lst_Free just frees the remaining list pointer.

With OpenDirs, this list was combined with a hash table, and the hash
table contains the list nodes, assuming that the OpenDirs functions have
full ownership of both the list and the hash table. This assumption was
generally correct, except for the one moment during cleanup where full
ownership of the list was passed to Dir_ClearPath, while the hash table
still contained pointers to the (now freed) list nodes. This by itself
was not a problem since the hash table would be freed afterwards. But
as part of Dir_ClearPath, OpenDirs_Remove was called, which looked up
the freed directory by name and now found the freed list node, trying to
free it again. Boom.

Fixed by replacing the call to Dir_ClearPath with code that only frees
the directories, without giving up control over the list.
/src/sys/arch/i386/conf/
H A DGENERIC1.566 Wed Aug 06 00:32:07 GMT 2003 bouyer Add esiop at pci to GENERIC which already have siop at pci.
esiop has been tested enouth now.
esiop not added to INSTALL kernels because of possible space constraint.
siop should be able to drive all adapters supported by esiop.
/src/distrib/sets/lists/man/
H A Dmi1.566 Fri Apr 18 20:54:59 GMT 2003 thorpej Add ./usr/share/man/cat4/acorn32/asc.0
/src/distrib/sets/lists/tests/
H A Dmi1.566 Thu Apr 17 23:15:27 GMT 2014 pgoyette Reference the correct test file name...

Hello again, xtos!
/src/share/mk/
H A Dbsd.own.mk1.566 Thu Jun 11 05:30:15 GMT 2009 mrg add xkeyboard-config.
/src/sys/conf/
H A Dfiles1.566 Thu Oct 10 22:56:03 GMT 2002 thorpej Move netiso config defns to netiso/files.netiso.
/src/distrib/sets/lists/comp/
H A Dmi1.566 Mon May 12 15:22:53 GMT 2003 kleink Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
convention for these.

Completed in 1574 milliseconds