Searched hist:1.589 (Results 1 - 24 of 24) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.589 Fri Jul 22 07:45:02 GMT 2011 jruoho Fix typo in the previous (HAUPPAUGE2 instead of HAUPPAUGE).
H A Dusbdevs.h1.589 Tue Sep 20 19:25:16 GMT 2011 jakllsch regen
H A Dusbdevs_data.h1.589 Mon Sep 19 08:22:51 GMT 2011 plunky regen for Kingston DataTraveler 102 G2
/src/sys/arch/amd64/conf/
H A DGENERIC1.589 Mon May 17 04:07:42 GMT 2021 yamaguchi Add a new link-aggregation pseudo interface named lagg(4)

- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable
/src/share/man/man4/
H A DMakefile1.589 Thu Jul 19 08:57:09 GMT 2012 rkujawa Add man page for recently introduced tdvfb(4).
/src/sys/dev/pci/
H A Dpcidevs.h1.589 Mon Nov 03 15:58:48 GMT 2003 cube Regen.
H A Dpcidevs_data.h1.589 Wed Nov 26 18:47:16 GMT 2003 matt Regen.
H A Dpcidevs1.589 Thu Oct 23 15:54:13 GMT 2003 fvdl Add a few more broadcom 57xx ids. From FreeBSD.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.589 Sat Jan 06 15:05:24 GMT 2024 rillig lint: remove redundant parentheses, braces and comments

Rename the functions for folding constant expressions, to make the
comments redundant.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.589 Sat Jan 06 15:29:02 GMT 2007 pavel PR port-i386/34186 by Wolfgang Stukenbrock:
mapping of msgbuf during startup may map invalid physical adresses

"If the last available physical memory segment on a system is less 16k,
than the startup code that will map the kernel message buffer, will fail
and map physical pages behind the last segment. This may either only lead
to a message buffer without physical memory behind it, or to an
overlapping message buffer with something else."

Fix by allowing multiple physical memory segments to be used for msgbuf.
Also remove some leftover msgbuf manipulation from pmap.c.

Fix supplied by Wolfgang Stukenbrock in the PR, with some modifications
from me, mainly to use the already existing constant VM_PHYSSEG_MAX as the
static limit of number of msgbuf segments.
/src/distrib/sets/lists/base/
H A Dshl.mi1.589 Sun Jun 26 16:42:39 GMT 2011 christos * Arrange for interfaces that create new file descriptors to be able to
set close-on-exec on creation (http://udrepper.livejournal.com/20407.html).

- Add F_DUPFD_CLOEXEC to fcntl(2).
- Add MSG_CMSG_CLOEXEC to recvmsg(2) for unix file descriptor passing.
- Add dup3(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
- Add pipe2(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
- Add flags SOCK_CLOEXEC, SOCK_NONBLOCK to the socket type parameter
for socket(2) and socketpair(2).
- Add new paccept(2) syscall that takes an additional sigset_t to alter
the sigmask temporarily and a flags argument to set SOCK_CLOEXEC,
SOCK_NONBLOCK.
- Add new mode character 'e' to fopen(3) and popen(3) to open pipes
and file descriptors for close on exec.
- Add new kqueue1(2) syscall with a new flags argument to open the
kqueue file descriptor with O_CLOEXEC, O_NONBLOCK.

* Fix the system calls that take socklen_t arguments to actually do so.

* Don't include userland header files (signal.h) from system header files
(rump_syscallargs.h).

* Bump libc version for the new syscalls.
H A Dmi1.589 Tue Jan 31 00:09:33 GMT 2006 kleink Update for tzdata2006a.
/src/doc/
H A D3RDPARTY1.589 Thu Apr 03 00:44:56 GMT 2008 adrianp OpenSSH 5.0 is out
H A DCHANGES1.589 Mon Feb 27 05:26:11 GMT 2006 gdamore Note addition of MTX-1 (meshcube/accesscube) support.
/src/usr.bin/make/
H A Dmain.c1.589 Thu Jan 26 20:48:17 GMT 2023 sjg make: some variables should be read-only

Make variables like .newline and .MAKE.{GID,PID,PPID,UID} read-only.

Reviewed by: rillig
H A Dparse.c1.589 Tue Dec 28 14:06:42 GMT 2021 rillig make: extract OP_NOTARGET into separate function

No binary change, except for line numbers in assertions.
H A Dvar.c1.589 Sun Oct 25 21:51:49 GMT 2020 rillig make(1): add GNode_Path to access the path of a GNode
/src/sys/sys/
H A Dparam.h1.589 Fri May 17 07:38:48 GMT 2019 msaitoh New SIOC[GS]IFMEDIA.

Welcome to 8.99.41.
/src/sys/arch/i386/conf/
H A DGENERIC1.589 Tue Dec 30 18:09:50 GMT 2003 augustss Alphabetize IDE controllers
/src/distrib/sets/lists/man/
H A Dmi1.589 Fri Jul 04 06:59:53 GMT 2003 tshiozak add manpage for iconv(1).
/src/distrib/sets/lists/tests/
H A Dmi1.589 Sun Aug 24 11:52:45 GMT 2014 apb Add tests for backslash escaping in make(1).

Many of these tests fail, and I have populated the escape.exp file with
the results that I expect, not with the results that make(1) actually
produces.

Also update the set lists for these tests.
/src/share/mk/
H A Dbsd.own.mk1.589 Thu Oct 22 21:55:34 GMT 2009 skrll Switch powerpc to binutils 2.19.
/src/sys/conf/
H A Dfiles1.589 Sat Jan 18 22:39:21 GMT 2003 christos add compat_ossaudio
/src/distrib/sets/lists/comp/
H A Dmi1.589 Mon Jul 07 14:39:25 GMT 2003 yamt tree(3) manpage from OpenBSD.

Completed in 2381 milliseconds