HomeSort by: relevance | last modified time | path
    Searched hist:1.527 (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/share/man/man4/
uftdi.4 1.12.4.1 Sat Oct 10 20:34:45 UTC 2009 sborrill Pull up the following revisions(s) (requested by snj in ticket #1083):
sys/dev/usb/uftdi.c: revision 1.41-1.42
share/man/man4/uftdi.4: revision 1.15
sys/dev/usb/usbdevs: revision 1.527

Add support for multiple channel cards, specifically quad channel FT4232H.
Plus fix minor format nit and legacy title comment removal.

options.4 1.527 Sun Sep 03 19:38:58 UTC 2023 andvar config(5): enable NTP option implicitly when PPS_SYNC option is enabled.

PPS_SYNC requires NTP, but some code blocks are ifdef'ed without it,
thus allowing an attempt to build kernel with PPS_SYNC, and without NTP
(and it almost builds with one line change).

Update options(4) man page to reflect the change.

Solution suggested by riastradh.
Makefile 1.527 Tue Oct 12 23:01:55 UTC 2010 gsutre Add acpivga(4).
  /src/sys/dev/usb/
uftdi.c 1.39.4.1 Sat Oct 10 20:34:45 UTC 2009 sborrill Pull up the following revisions(s) (requested by snj in ticket #1083):
sys/dev/usb/uftdi.c: revision 1.41-1.42
share/man/man4/uftdi.4: revision 1.15
sys/dev/usb/usbdevs: revision 1.527

Add support for multiple channel cards, specifically quad channel FT4232H.
Plus fix minor format nit and legacy title comment removal.

usbdevs 1.527 Mon May 25 11:35:10 UTC 2009 nisimura add VID 0x6011 for FT4232H quad channel chip.
1.519.4.2 Sat Oct 10 20:34:45 UTC 2009 sborrill Pull up the following revisions(s) (requested by snj in ticket #1083):
sys/dev/usb/uftdi.c: revision 1.41-1.42
share/man/man4/uftdi.4: revision 1.15
sys/dev/usb/usbdevs: revision 1.527

Add support for multiple channel cards, specifically quad channel FT4232H.
Plus fix minor format nit and legacy title comment removal.
usbdevs.h 1.527 Mon Sep 28 10:18:04 UTC 2009 pooka regen
usbdevs_data.h 1.527 Sun Aug 02 20:53:41 UTC 2009 tshiozak regen.
  /src/sys/conf/
files 1.527 Thu May 09 15:44:44 UTC 2002 thorpej branches: 1.527.2;
Move code shared by procfs and the kernel proper out of procfs and
into the kernel proper (renaming functions from procfs_* to process_*).
Thu May 09 15:44:44 UTC 2002 thorpej branches: 1.527.2;
Move code shared by procfs and the kernel proper out of procfs and
into the kernel proper (renaming functions from procfs_* to process_*).
1.527.2.5 Thu Aug 29 05:22:17 UTC 2002 gehenna catch up with -current.
1.527.2.4 Mon Jul 15 10:35:06 UTC 2002 gehenna catch up with -current.
1.527.2.3 Thu Jun 20 16:31:16 UTC 2002 gehenna catch up with -current.
1.527.2.2 Thu May 30 14:45:17 UTC 2002 gehenna Catch up with -current.
1.527.2.1 Thu May 16 00:26:18 UTC 2002 gehenna Make this compile the devsw APIs.
  /src/usr.bin/xlint/lint1/
cgram.y 1.527 Thu May 15 21:15:31 UTC 2025 rillig lint: handle __attribute__ at the beginning of a declaration
tree.c 1.527 Fri Jun 09 15:36:31 UTC 2023 rillig lint: miscellaneous clean-ups

No binary change, except for line numbers in assertions.
  /src/usr.bin/make/
job.c 1.527 Tue Mar 03 19:36:41 UTC 2026 rillig make: normalize whitespace
main.c 1.527 Wed Feb 03 08:00:36 UTC 2021 rillig make: use shortcut functions Global_SetExpand and Global_AppendExpand

There are many places where global variables are set or appended to. To
reduce clutter and code size, encode the VAR_GLOBAL in the function
name.

The word Expand in the function names says that the variable name is
expanded. In most of the cases, this is not necessary, but there are no
corresponding functions Global_Set or Global_Append yet.

Encoding the information whether the name is expanded or not in the
function name will make inconsistencies obvious in future manual code
reviews. Letting the compiler check this by using different types for
unexpanded and expanded variable names is probably not worth the effort.
There are still a few bugs to be fixed, such as in SetVar, which expands
the variable name twice in a row.
parse.c 1.527 Thu Jan 21 14:30:01 UTC 2021 rillig make(1): merge duplicate code in Parse_MainName
var.c 1.527 Tue Sep 22 06:13:38 UTC 2020 rillig make(1): move VAR_JUNK and VAR_KEEP away from VarFlags

These two flags have nothing to do with a variable. They are only used
while evaluating a variable expression.

While here, rename the flags and make their documentation more precise.
  /src/distrib/notes/common/
main 1.527 Tue May 03 13:43:11 UTC 2016 kre Correct spelling of NetBSD in my entry (pointed out by leot@ - thanks)
  /src/sys/dev/pci/
if_wm.c 1.529 Thu Jul 20 10:00:25 UTC 2017 msaitoh Fix a bug that sc->sc_flags can't be passed to igphy(4). This bug was added
in if_wm.c rev 1.527.
1.527 Tue Jul 18 08:05:03 UTC 2017 msaitoh Move some initialization stuff in wm_attach() before wm_reset(). Some flags
and callback function is required to set correctly before wm_reset() because
wm_reset() and some helper functions refer them.
pcidevs.h 1.527 Tue Apr 15 21:43:56 UTC 2003 rjs Regen.
pcidevs_data.h 1.527 Tue Apr 22 20:53:11 UTC 2003 fvdl Regenerated after AMD 8131 additions.
  /src/sys/arch/amd64/conf/
GENERIC 1.527 Mon May 06 02:24:37 UTC 2019 sevan Use filesystems.config to reduce duplication
  /src/sys/arch/i386/i386/
machdep.c 1.527 Mon Jul 28 10:28:30 UTC 2003 mrg add another cast to appease gcc3.3
  /src/sys/kern/
init_main.c 1.527 Thu Jun 11 19:20:46 UTC 2020 ad uvm_availmem(): give it a boolean argument to specify whether a recent
cached value will do, or if the very latest total must be fetched. It can
be called thousands of times a second and fetching the totals impacts not
only the calling LWP but other CPUs doing unrelated activity in the VM
system.
kern_exec.c 1.527 Sat Apr 26 21:17:42 UTC 2025 joe avoid possible use of uninitilaized error

reviewed by christos@
vfs_syscalls.c 1.527 Fri Mar 01 11:06:57 UTC 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/net/
if.c 1.527 Mon Oct 24 08:11:25 UTC 2022 msaitoh Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.
  /src/sys/sys/
param.h 1.527 Fri Feb 17 08:32:04 UTC 2017 hannken Welcome to 7.99.60

Completed in 930 milliseconds

1 2