Searched +hist:1.125 +hist:2.3 (Results 1 - 24 of 24) sorted by relevance
| /src/sys/net/ | ||
| H A D | if_ppp.c | 1.125 Tue Nov 25 02:40:36 GMT 2008 cube Rework the way PPP compmressors are handled and allow them to be automatically loaded when needed. 1.41 Sat May 02 14:34:24 GMT 1998 christos Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates zlib. Maybe we can merge our other copy of zlib with this one now and avoid having two copies? 1.39 Sat May 17 21:11:59 GMT 1997 christos Update to ppp-2.3b5 1.37 Wed Mar 12 20:26:50 GMT 1997 christos Update to ppp-2.3b4; from Paul Mackerras |
| H A D | if_sl.c | 1.125 Sat Aug 06 00:48:23 GMT 2016 christos make strip and slip modular, and cosmetic for ppp. 1.46 Sat May 17 21:12:05 GMT 1997 christos Update to ppp-2.3b5 |
| /src/sys/opencrypto/ | ||
| H A D | cryptodev.c | 1.125 Sat Sep 10 00:14:17 GMT 2022 rillig branches: 1.125.10; fix misspellings of 'available' and nearby typos 1.125 Sat Sep 10 00:14:17 GMT 2022 rillig branches: 1.125.10; fix misspellings of 'available' and nearby typos 1.4 Thu Aug 21 16:08:05 GMT 2003 jonathan Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas: cryptodev.c: 1.4.2.3 -> 1.4.2.4 cryptodev.h: 1.4.2.4 -> 1.4.2.5 |
| /src/sys/miscfs/kernfs/ | ||
| H A D | kernfs_vnops.c | 1.147 Mon Mar 18 19:35:44 GMT 2013 plunky branches: 1.147.6; C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) 1.125 Fri Jun 23 20:54:21 GMT 2006 christos branches: 1.125.4; 1.125.6; remove useless genop 1.125 Fri Jun 23 20:54:21 GMT 2006 christos branches: 1.125.4; 1.125.6; remove useless genop 1.125 Fri Jun 23 20:54:21 GMT 2006 christos branches: 1.125.4; 1.125.6; remove useless genop |
| /src/sys/fs/udf/ | ||
| H A D | udf_vnops.c | 1.125 Tue May 03 20:52:32 GMT 2022 andvar fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. 1.75 Mon Mar 18 19:35:41 GMT 2013 plunky C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) |
| /src/sys/kern/ | ||
| H A D | tty_pty.c | 1.125 Sat Apr 09 06:34:06 GMT 2011 martin In ttymalloc() explicitly initialize t_dev to NODEV. In ptcwakeup() do not bother to wake up a client side if it has not been opened yet. The old code would spuriously wakeup the client minor(0) [i.e. ttyp0 typically] or crash the kernel if that wasn't open, see PR kern/40688. (Old names used to match the PR and test case, adjust names for /dev/ptm[x] resp. /dev/pts/* accordingly) 1.107 Sun Dec 30 22:03:01 GMT 2007 ad branches: 1.107.2; 1.107.6; Pull up 1.104.2.3: Avoid mutex recursion with kqueue. Reported by martin@. |
| H A D | kern_fork.c | 1.225 Tue May 12 11:21:09 GMT 2020 kamil Remove the stub support of CLONE_PID in clone(2) CLONE_PID causes the child clonee to share the same process id as cloner. It was implemented for debugging purposes in the Linux kernel 2.0, restricted to root only in 2.3.21 and removed from Linux 2.5.16. The CLONE_PID bit was recycled for CLONE_PIDFD in Linux 5.2. 1.125 Wed Jun 07 22:33:39 GMT 2006 kardel merge FreeBSD timecounters from branch simonb-timecounters - struct timeval time is gone time.tv_sec -> time_second - struct timeval mono_time is gone mono_time.tv_sec -> time_uptime - access to time via {get,}{micro,nano,bin}time() get* versions are fast but less precise - support NTP nanokernel implementation (NTP API 4) - further reading: Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html 1.225 Tue May 12 11:21:09 GMT 2020 kamil Remove the stub support of CLONE_PID in clone(2) CLONE_PID causes the child clonee to share the same process id as cloner. It was implemented for debugging purposes in the Linux kernel 2.0, restricted to root only in 2.3.21 and removed from Linux 2.5.16. The CLONE_PID bit was recycled for CLONE_PIDFD in Linux 5.2. 1.125 Wed Jun 07 22:33:39 GMT 2006 kardel merge FreeBSD timecounters from branch simonb-timecounters - struct timeval time is gone time.tv_sec -> time_second - struct timeval mono_time is gone mono_time.tv_sec -> time_uptime - access to time via {get,}{micro,nano,bin}time() get* versions are fast but less precise - support NTP nanokernel implementation (NTP API 4) - further reading: Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html |
| H A D | vfs_subr.c | 1.437 Mon Mar 18 19:35:43 GMT 2013 plunky branches: 1.437.6; C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) 1.125 Mon Apr 10 02:22:14 GMT 2000 chs branches: 1.125.2; add ddb commands for printing vnodes and bufs. 1.125 Mon Apr 10 02:22:14 GMT 2000 chs branches: 1.125.2; add ddb commands for printing vnodes and bufs. |
| /src/lib/libedit/ | ||
| H A D | readline.c | 1.133 Fri May 13 15:55:59 GMT 2016 christos From Bastian Maerkisch, via Igno Schwarze: Even though section "2.3.3 Information About the History List" of the history(3) info(1) manual only says -- Function: int where_history (void) Returns the offset of the current history element. which maybe isn't completely clear, a plausible implementation is that the offset returned is the same offset that can be used for history_set_pos(), i.e. that it is 0 for the oldest entry and increases with time, and that's how the GNU implementation behaves indeed. The libedit implementation, on the other hand, returns 1 for the newest entry and increases going back in time. 1.125 Wed Feb 17 19:47:49 GMT 2016 christos whitespace and header sorting changes (Ingo Schwarze). No functional changes. |
| /src/sys/dev/pci/ | ||
| H A D | pcireg.h | 1.125 Tue Mar 28 10:47:44 GMT 2017 msaitoh Sort & indent. No functional change. 1.37 Fri Mar 22 20:03:20 GMT 2002 drochner branches: 1.37.2; iadd subclass codes from the 2.3 spec |
| H A D | pci_subr.c | 1.125 Fri Sep 05 05:29:16 GMT 2014 matt Don't use class or typename as a variable name. 1.48 Fri Mar 22 20:03:20 GMT 2002 drochner iadd subclass codes from the 2.3 spec 1.125 Fri Sep 05 05:29:16 GMT 2014 matt Don't use class or typename as a variable name. 1.48 Fri Mar 22 20:03:20 GMT 2002 drochner iadd subclass codes from the 2.3 spec |
| /src/sys/arch/amiga/amiga/ | ||
| H A D | amiga_init.c | 1.125 Tue Jan 10 20:29:49 GMT 2012 rkujawa Changes to Phase5 hardware support: - Rework p5pb driver - simplify, cleanup, make more flexible. - Add p5membar driver, which handles PCI resources autoconfigured by the firmware. - Introduce intermediate p5bus layer, between zbus and CSPPC/BPPC on-board devices (p5pb, cbiiisc, bppcsc). - Add experimental G-REX support to p5pb (first slot support only). - Split CV64/3D PCI bridge support into separate cv3dpb driver (to be committed later). Approved by phx. 1.58 Fri Apr 10 15:59:35 GMT 1998 mhitch Fix a bug I think I introduced long, long ago. The bug would only show up on systems that have Zorro I/O space allocated outside the Z2 I/O region, and then only if kvm usage is high enough to begin allocating pages already mapped for hardware mappings. Found and fixed by Niklas Hallqvist on OpenBSD. From niklas@cvs.openbsd.org: Yay! This fixes a bug that has been there since day one of the amiga port. We have never protected the kvm area that maps Zorro I/O registers in the Z2 memory space from being allocated by the kmem_* routines. Lately kvm usage has increased and we have needed more kvm allocated than earlier thus this area have got allocated with random results. Most often resulting in MMU fault panics, but also in hangs. This bug has stalled the amiga port release builds for several weeks, but now I *hope* the amiga will have a chance to be built and tested in time for 2.3. 1.125 Tue Jan 10 20:29:49 GMT 2012 rkujawa Changes to Phase5 hardware support: - Rework p5pb driver - simplify, cleanup, make more flexible. - Add p5membar driver, which handles PCI resources autoconfigured by the firmware. - Introduce intermediate p5bus layer, between zbus and CSPPC/BPPC on-board devices (p5pb, cbiiisc, bppcsc). - Add experimental G-REX support to p5pb (first slot support only). - Split CV64/3D PCI bridge support into separate cv3dpb driver (to be committed later). Approved by phx. 1.58 Fri Apr 10 15:59:35 GMT 1998 mhitch Fix a bug I think I introduced long, long ago. The bug would only show up on systems that have Zorro I/O space allocated outside the Z2 I/O region, and then only if kvm usage is high enough to begin allocating pages already mapped for hardware mappings. Found and fixed by Niklas Hallqvist on OpenBSD. From niklas@cvs.openbsd.org: Yay! This fixes a bug that has been there since day one of the amiga port. We have never protected the kvm area that maps Zorro I/O registers in the Z2 memory space from being allocated by the kmem_* routines. Lately kvm usage has increased and we have needed more kvm allocated than earlier thus this area have got allocated with random results. Most often resulting in MMU fault panics, but also in hangs. This bug has stalled the amiga port release builds for several weeks, but now I *hope* the amiga will have a chance to be built and tested in time for 2.3. |
| /src/distrib/sets/lists/xbase/ | ||
| H A D | mi | 1.125 Wed Jun 24 22:20:25 GMT 2015 matt Support building the xorg X11 libraries under MKCOMPAT. Add XORG_MACHINE_ARCH to compat's bsd.*.mk Turn xorg makekeys and makestrs into real host tools which are installed into ${TOOLSDIR} 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 1.125 Wed Jun 24 22:20:25 GMT 2015 matt Support building the xorg X11 libraries under MKCOMPAT. Add XORG_MACHINE_ARCH to compat's bsd.*.mk Turn xorg makekeys and makestrs into real host tools which are installed into ${TOOLSDIR} 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 1.125 Wed Jun 24 22:20:25 GMT 2015 matt Support building the xorg X11 libraries under MKCOMPAT. Add XORG_MACHINE_ARCH to compat's bsd.*.mk Turn xorg makekeys and makestrs into real host tools which are installed into ${TOOLSDIR} 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 |
| /src/sys/ufs/ext2fs/ | ||
| H A D | ext2fs_vnops.c | 1.125 Mon Aug 15 18:38:10 GMT 2016 jdolecek bump link limit to 65000 for files, and add support for EXT2F_ROCOMPAT_DIR_NLINK to make link count unlimited for directories 1.107 Mon Mar 18 19:35:47 GMT 2013 plunky branches: 1.107.6; C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) |
| /src/sys/fs/tmpfs/ | ||
| H A D | tmpfs_vnops.c | 1.125 Sat Mar 12 10:51:00 GMT 2016 kardel do no access uninitialized variables in KASSERTs - fixes build 1.101 Mon Mar 18 19:35:40 GMT 2013 plunky branches: 1.101.6; C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) |
| /src/sys/miscfs/procfs/ | ||
| H A D | procfs_vnops.c | 1.186 Mon Mar 18 19:35:44 GMT 2013 plunky branches: 1.186.6; C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) 1.125 Sun Sep 11 20:15:53 GMT 2005 elad Implement curtain for procfs. |
| /src/distrib/sets/lists/xcomp/ | ||
| H A D | mi | 1.125 Sun Mar 06 22:15:30 GMT 2011 mrg install xorg-server.m4 at the request of jmcneill. 1.84 Mon Apr 13 18:58:08 GMT 2009 snj Update for freetype-2.3.9. |
| /src/sys/ufs/ufs/ | ||
| H A D | ufs_vnops.c | 1.212 Mon Mar 18 19:35:48 GMT 2013 plunky C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) 1.125 Mon Jan 24 21:34:48 GMT 2005 dbj branches: 1.125.2; check _KERNEL_OPT instead of !_LKM to conditionalize opt includes 1.125 Mon Jan 24 21:34:48 GMT 2005 dbj branches: 1.125.2; check _KERNEL_OPT instead of !_LKM to conditionalize opt includes 1.212 Mon Mar 18 19:35:48 GMT 2013 plunky C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) 1.125 Mon Jan 24 21:34:48 GMT 2005 dbj branches: 1.125.2; check _KERNEL_OPT instead of !_LKM to conditionalize opt includes 1.125 Mon Jan 24 21:34:48 GMT 2005 dbj branches: 1.125.2; check _KERNEL_OPT instead of !_LKM to conditionalize opt includes |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.125 Tue Oct 27 18:04:27 GMT 1998 christos PR/6356: Hubert Feyer: Linux emulation has problem w/ pipes On linux we don't have syscalls that use retval[1] (edx). So don't corrupt edx, because the compiler assumes that it has the same value as before the syscall. Also, compute if we are running under linux emulation in one place. XXX: Someday we should have a syscall function per emulation and avoid the mess. 1.4 Thu May 13 21:39:38 GMT 1993 deraadt copyin/copyout should now work. ref: bugfiler 386BSD-0.1.2.3/sys.386bsd/5 |
| H A D | machdep.c | 1.125 Thu Oct 27 04:15:28 GMT 1994 cgd new RCS ID format. 1.10 Thu May 13 21:39:36 GMT 1993 deraadt copyin/copyout should now work. ref: bugfiler 386BSD-0.1.2.3/sys.386bsd/5 |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.299 Mon Mar 18 19:35:45 GMT 2013 plunky branches: 1.299.6; C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form enum identifier without an enumerator list shall only appear after the type it specifies is complete. which means that we cannot pass an "enum vtype" argument to kauth_access_action() without fully specifying the type first. Unfortunately there is a complicated include file loop which makes that difficult, so convert this minimal function into a macro (and capitalize it). (ok elad@) 1.125 Thu Nov 30 07:24:12 GMT 2000 chs in nfs_open(), initialize the write creds if we're opening for writing. otherwise we would never set them if we only modify the file via mmap(). |
| /src/sys/netinet/ | ||
| H A D | tcp_input.c | 1.125 Sat Jun 02 16:17:10 GMT 2001 thorpej Implement support for IP/TCP/UDP checksum offloading provided by network interfaces. This works by pre-computing the pseudo-header checksum and caching it, delaying the actual checksum to ip_output() if the hardware cannot perform the sum for us. In-bound checksums can either be fully-checked by hardware, or summed up for final verification by software. This method was modeled after how this is done in FreeBSD, although the code is significantly different in most places. We don't delay checksums for IPv6/TCP, but we do take advantage of the cached pseudo-header checksum. Note: hardware-assisted checksumming defaults to "off". It is enabled with ifconfig(8). See the manual page for details. Implement hardware-assisted checksumming on the DP83820 Gigabit Ethernet, 3c90xB/3c90xC 10/100 Ethernet, and Alteon Tigon/Tigon2 Gigabit Ethernet. 1.52 Tue Apr 28 21:52:16 GMT 1998 thorpej Log the peer's IP address on received window scale factors larger than TCP_MAX_WINSHIFT (14), as recommended in Section 2.3 of RFC1323. |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.211 Sun Jan 14 05:22:34 GMT 2001 itojun crypto/dist/ssh: resolve conflicts with 2.3.0/20010105. usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR. 1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2; Add MAKEDEV.8 manpage for next68k. 1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2; Add MAKEDEV.8 manpage for next68k. 1.211 Sun Jan 14 05:22:34 GMT 2001 itojun crypto/dist/ssh: resolve conflicts with 2.3.0/20010105. usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR. 1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2; Add MAKEDEV.8 manpage for next68k. 1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2; Add MAKEDEV.8 manpage for next68k. 1.211 Sun Jan 14 05:22:34 GMT 2001 itojun crypto/dist/ssh: resolve conflicts with 2.3.0/20010105. usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR. 1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2; Add MAKEDEV.8 manpage for next68k. 1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2; Add MAKEDEV.8 manpage for next68k. 1.211 Sun Jan 14 05:22:34 GMT 2001 itojun crypto/dist/ssh: resolve conflicts with 2.3.0/20010105. usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.305 Sun Jan 14 05:22:34 GMT 2001 itojun crypto/dist/ssh: resolve conflicts with 2.3.0/20010105. usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR. 1.125 Thu Mar 25 16:40:18 GMT 1999 is Split off /etc/mailer.conf manual page from mailwrapper manual page. 1.305 Sun Jan 14 05:22:34 GMT 2001 itojun crypto/dist/ssh: resolve conflicts with 2.3.0/20010105. usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR. 1.125 Thu Mar 25 16:40:18 GMT 1999 is Split off /etc/mailer.conf manual page from mailwrapper manual page. |
Completed in 956 milliseconds