Searched hist:1.327 (Results 1 - 25 of 90) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.327 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.327.2; Re-add files that were accidentally deleted in my previous commit. 1.327 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.327.2; Re-add files that were accidentally deleted in my previous commit. |
| H A D | Makefile | 1.327 Fri Jun 14 09:12:42 GMT 2019 martin branches: 1.327.2; Use the generated "postinstall" in the objdir for postinstall-check and postinstall-fix targets - we do not have a simple postinstall script in the source tree any more. 1.327 Fri Jun 14 09:12:42 GMT 2019 martin branches: 1.327.2; Use the generated "postinstall" in the objdir for postinstall-check and postinstall-fix targets - we do not have a simple postinstall script in the source tree any more. |
| H A D | UPDATING | 1.327 Tue Dec 07 21:45:31 GMT 2021 andvar s/dissallow/disallow/ |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.327 Sun Sep 21 16:36:32 GMT 2014 christos branches: 1.327.2; 1.327.4; fix leak. 1.327 Sun Sep 21 16:36:32 GMT 2014 christos branches: 1.327.2; 1.327.4; fix leak. 1.327 Sun Sep 21 16:36:32 GMT 2014 christos branches: 1.327.2; 1.327.4; fix leak. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.327 Tue Mar 19 06:59:40 GMT 2019 mlelstv branches: 1.327.4; Set disk product name as disk type. The information can be queried through drvctl(4). 1.327 Tue Mar 19 06:59:40 GMT 2019 mlelstv branches: 1.327.4; Set disk product name as disk type. The information can be queried through drvctl(4). |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.327 Mon Jan 02 03:22:30 GMT 2017 sevan branches: 1.327.2; Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel. Adjust some comments to match those of sys/arch/i386/conf/GENERIC 1.327 Mon Jan 02 03:22:30 GMT 2017 sevan branches: 1.327.2; Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel. Adjust some comments to match those of sys/arch/i386/conf/GENERIC |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.327 Tue Jan 21 02:38:25 GMT 2020 pgoyette Regen |
| H A D | syscalls.c | 1.327 Mon Nov 01 05:26:27 GMT 2021 thorpej regen for "struct sigaltstack" -> "stack_t" |
| H A D | kern_sig.c | 1.327 Thu Apr 28 00:37:39 GMT 2016 christos branches: 1.327.2; Simplify 1.327 Thu Apr 28 00:37:39 GMT 2016 christos branches: 1.327.2; Simplify |
| /src/doc/ | ||
| H A D | BRANCHES | 1.327 Mon Jan 28 15:05:51 GMT 2013 yamt update |
| /src/sys/sys/ | ||
| H A D | syscall.h | 1.327 Thu Oct 03 16:51:34 GMT 2024 christos regen |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.327 Wed Mar 10 06:57:22 GMT 2010 mrg branches: 1.327.2; XXX: workaround we'd like to remove when pmap / uvm locking is cleaned up: - rename pseg_get() and pseg_set() to pseg_get_real() and pseg_set_real(). - if USE_LOCKSAFE_PSEG_GETSET is defined, which it current is by default, define pseg_[gs]et() in terms of functions that take a new pseg_lock mutex at IPL_VM while calling into the real functions. this seems to avoid the pseg_set() crashes we've seen: 1 - spare needed, when pseg_get() just worked for this pmap 2 - the 2rd ldxa via ASI_PHYS_CACHED in pseg_set() loads garbage into %o4, and causes the 3rd ldxa to fault 1.327 Wed Mar 10 06:57:22 GMT 2010 mrg branches: 1.327.2; XXX: workaround we'd like to remove when pmap / uvm locking is cleaned up: - rename pseg_get() and pseg_set() to pseg_get_real() and pseg_set_real(). - if USE_LOCKSAFE_PSEG_GETSET is defined, which it current is by default, define pseg_[gs]et() in terms of functions that take a new pseg_lock mutex at IPL_VM while calling into the real functions. this seems to avoid the pseg_set() crashes we've seen: 1 - spare needed, when pseg_get() just worked for this pmap 2 - the 2rd ldxa via ASI_PHYS_CACHED in pseg_set() loads garbage into %o4, and causes the 3rd ldxa to fault |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.327 Sun Aug 10 16:44:35 GMT 2014 tls branches: 1.327.2; Merge tls-earlyentropy branch into HEAD. 1.327 Sun Aug 10 16:44:35 GMT 2014 tls branches: 1.327.2; Merge tls-earlyentropy branch into HEAD. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.327 Tue Nov 22 21:25:18 GMT 2011 tls branches: 1.327.2; The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be. This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out. 1.327 Tue Nov 22 21:25:18 GMT 2011 tls branches: 1.327.2; The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be. This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out. |
| H A D | INSTALL | 1.327 Thu Feb 10 00:43:19 GMT 2011 jym Reinstate INSTALL kernel for embedded ramdisk installs. Reasons being: - INSTALL is GENERIC with an embedded ramdisk, and as such, can benefit from features included within. - INSTALL_FLOPPY has its own config(5) file, and is tailored for "small" floppy images; it misses features/drivers that could be needed to boot in a decent environment for recent x86 machines (like ACPI) - makes it closer to floppies distrib available for amd64 While here, comment out INSTALL_FLOPPY and bootfloppy-big image build. NetBSD does not use the 3.6MiB image for El Torito cdroms anymore. Remove the FLOPPYMAX limit; i386 needs 4 floppies now. Modify boot.cfg and release/contents to reflect reality. See http://mail-index.netbsd.org/port-i386/2011/02/08/msg002307.html No comments, no objections. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.331 Wed Feb 13 08:00:47 GMT 2013 nakayama Fix copy and paste miss introduced in rev 1.327. 1.327 Fri Feb 08 02:30:53 GMT 2013 christos - factor out variables so that the code is more readable, make them conistent - use _LIB_PREFIX correctly. |
| H A D | bsd.prog.mk | 1.327 Sat Apr 04 03:35:01 GMT 2020 christos Fix kerberos libraries order |
| /src/sys/dev/pci/ | ||
| H A D | if_bge.c | 1.327 Wed Feb 20 17:00:20 GMT 2019 msaitoh - Add support for BCM5762 ASIC devices. - Add BCM5762, BCM5725, BCM5727, BCM57764, BCM57767 and BCM57787. 1.234 Mon Apr 08 03:35:11 GMT 2013 msaitoh Check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd (OpenBSD rev. 1.327). |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.327 Wed Jan 21 16:24:34 GMT 2009 he branches: 1.327.2; Re-adapt to the changed return types for major() and minor(). 1.327 Wed Jan 21 16:24:34 GMT 2009 he branches: 1.327.2; Re-adapt to the changed return types for major() and minor(). |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.327 Sun Feb 09 16:06:18 GMT 2020 jmcneill Retire azalia(4). |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.327 Mon Nov 24 11:41:07 GMT 2008 ad Remove softdep, pass 1. We are focused on improving journalling. Proposed on tech-kern@. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.327 Sun May 03 10:06:29 GMT 2020 rin Regen to disable amiga/efa(4) in GENERIC, accidentally enabled in the previous revision. efa_probe() seems broken and misdetected even if absent on A1200. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.327 Tue Mar 03 00:38:12 GMT 2020 christos add libfido2, libcbor, pam-u2f, sort |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.327 Mon Sep 04 18:16:19 GMT 2023 riastradh liblutok.so: Bump major for recent Lua update. XXX pullup-10 |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.327 Sun Mar 20 20:19:34 GMT 2022 andvar s/circut/circuit/ and s/circiut/circuit/ in comments and acronyms file. |
Completed in 344 milliseconds