Searched hist:1.1071 (Results 1 - 13 of 13) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1071 Sat May 14 21:58:48 GMT 2011 martin Regen
H A Dpcidevs_data.h1.1071 Sun May 15 01:00:07 GMT 2011 msaitoh regen.
H A Dpcidevs1.1071 Wed Apr 13 22:24:12 GMT 2011 wiz + ATI Radeon HD4650.
/src/doc/
H A D3RDPARTY1.1071 Fri Nov 29 09:17:38 GMT 2013 aymeric Update nvi status:
. add Sven as upstream maintainer
. remove myself as responsible
. update Location
H A DCHANGES1.1071 Fri Jun 20 17:25:05 GMT 2008 peter Mention pf(4) update.
/src/sys/arch/i386/conf/
H A DGENERIC1.1071 Fri Apr 13 13:11:16 GMT 2012 cegger Replace amdtempbus with amdnb_miscbus.
This allows us to have independent drivers on the same device (northbridge f3)
each coming with a certain functionality/feature.
This way we do not need to mess with amdtemp(4) to utilize other features.
/src/distrib/sets/lists/base/
H A Dmi1.1071 Sun Jul 06 21:06:48 GMT 2014 tron Update set lists for Postfix 2.11.1.
/src/distrib/sets/lists/man/
H A Dmi1.1071 Sun May 18 22:05:59 GMT 2008 cegger acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill
/src/distrib/sets/lists/tests/
H A Dmi1.1071 Fri Jul 02 21:52:36 GMT 2021 rillig tests/lint: add test for array subscripts in C99 initialization
/src/share/mk/
H A Dbsd.own.mk1.1071 Wed Jul 18 02:18:45 GMT 2018 christos Remove special-casing of aarch64 now that gcc works (switch aarch64 to gcc)
/src/usr.bin/make/
H A Dvar.c1.1071 Sun Nov 19 11:30:28 GMT 2023 rillig make: extract detection of ':from=to' to a separate function

No functional change.
/src/sys/conf/
H A Dfiles1.1071 Sun May 26 18:07:42 GMT 2013 kardel Extend kernel PPS api with pps_ref_event().
pps_ref_event() allows capturing PPS time stamps
that are not generated at precisely 1Hz (e. g.
by reading a precision clock via callout()).

This extension allows clock drivers to supply PPS
time-stamps and drive the kernel NTP PLL
without the overhead of interrupt-handling and
-processing.
/src/distrib/sets/lists/comp/
H A Dmi1.1071 Sun Oct 07 13:38:53 GMT 2007 hannken Update the file system copy-on-write handler.

- Instead of hooking the handler on the specdev of a mounted file system
hook directly on the `struct mount'.

- Rename from `vn_cow_*' to `fscow_*' and move to `kern/vfs_trans.c'. Use
`mount_*specific' instead of clobbering `struct mount' or `struct specinfo'.

- Replace the hand-made reader/writer lock with a krwlock.

- Keep `vn_cow_*' functions and mark as obsolete.

- Welcome to NetBSD 4.99.32 - `struct specinfo' changed size.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>

Completed in 1203 milliseconds