Searched hist:1.1729 (Results 1 - 4 of 4) sorted by relevance

/src/doc/
H A D3RDPARTY1.1729 Mon Jun 15 00:40:14 GMT 2020 christos new file(1)
H A DCHANGES1.1729 Wed Aug 01 23:39:12 GMT 2012 rmind Mention BPF JIT.
/src/distrib/sets/lists/man/
H A Dmi1.1729 Sat Nov 06 13:34:40 GMT 2021 brad Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity
sensor such as:

https://www.adafruit.com/product/2857

This is a higher priced sensor with a lot of features, including the
ability to do sub-second periodic updates. The driver supports
everything about the sensor except for the alert pin.
/src/distrib/sets/lists/comp/
H A Dmi1.1729 Wed Feb 01 05:34:38 GMT 2012 dholland Change the syscall API for quotas over to the new non-proplib one.

- struct vfs_quotactl_args -> struct quotactl_args
- add sys/stdint.h to sys/quotactl.h for clean userland build
- install sys/quotactl.h in /usr/include
- update set lists for same
- add new marshalling code in libquota
- add new unmarshalling code in vfs_syscalls.c
- discard proplib interpreter code in vfs_quotactl.c
- add dispatching code for the 14 quotactl ops in vfs_quotactl.c
- mark the proplib quotactl syscall obsolete
- add a new syscall number for the new quotactl syscall
- change the name of the syscall to __quotactl()
- remove the decl of the old quotactl from quota/quotaprop.h
- add a decl of the new quotactl to sys/quotactl.h
- update the libc build
- update ktruss
- remove proplib marshalling code from libquota
- update copy of syscall table in gdb ppc sources
- hack rumphijack to accomodate new quotactl name (as I recall,
pooka wanted such a name change to simplify something, but I
don't really see what/how)

This change appears to require a kernel version bump for rumpish
reasons.

Completed in 471 milliseconds