Searched hist:1.550 (Results 1 - 25 of 25) sorted by relevance
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.550 Sun Aug 26 13:38:27 GMT 2007 manu branches: 1.550.2; Document ipsec-tools integration and branches 1.550 Sun Aug 26 13:38:27 GMT 2007 manu branches: 1.550.2; Document ipsec-tools integration and branches |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.550 Tue Nov 13 18:48:25 GMT 2018 scole Mention macppc 601 needs to use separate boot floppies, kernels, and specific kernel on CD |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.550 Sat May 22 18:50:43 GMT 2010 plunky add Apple Magic Mouse product-id |
| H A D | usbdevs.h | 1.550 Mon Jun 14 19:02:06 GMT 2010 riz Regen for Sierra Wireless USB 305 and sorting change. |
| H A D | usbdevs_data.h | 1.550 Sun Jun 13 02:36:18 GMT 2010 tsutsui Regen from usbdevs rev 1.555: > Add vendor IDs and device IDs for forthcoming upgt(4), > Intersil PrismGT wireless LAN. From OpenBSD via FUKAUMI Naoki's patch > posted on current-users: > http://mail-index.NetBSD.org/current-users/2010/05/28/msg013570.html |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.550 Sun Dec 29 07:28:38 GMT 2024 jmmv Fix SPLASHSCREEN_IMAGE handling This allows a kernel compiled with options: options SPLASHSCREEN makeoptions SPLASHSCREEN_IMAGE="path/to/image" to correctly display the built-in image, which was previously failing to be initialized by init_main.c. Note that init_main.c was already checking for makeoptions_SPLASHSCREEN_IMAGE and SPLASHSCREEN_IMAGE inconsistently in two places, and now it doesn't anymore. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.550 Tue Dec 10 00:08:52 GMT 2019 yamaguchi Ported driver for Intel Ethernet 700 series reviewed by msaitoh and knakahara |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.550 Mon Feb 14 08:50:39 GMT 2011 hannken Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk on-board Integrated Systems Management Processor found on some eServers. Tested on an IBM eServer x335. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.550 Sun Jul 06 22:56:10 GMT 2003 dyoung Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on the ADMtek ADM8211. Read the man page for bugs and other outstanding issues. |
| H A D | pcidevs_data.h | 1.550 Mon Jul 14 06:52:41 GMT 2003 wiz regen (+MGA G550). |
| H A D | pcidevs | 1.550 Sat Jul 12 05:59:50 GMT 2003 hubertf Recognize Toshiba Smart Media and Secure Digital cards |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.550 Sat Jul 08 09:35:35 GMT 2023 rillig lint: clarify the meaning of 'portable size in bits' of a type No functional change. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.550 Fri Mar 05 11:34:17 GMT 2004 junyoung Drop trailing spaces. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.550 Tue Aug 24 11:26:27 GMT 2010 pooka +rumpdev_scsitest |
| H A D | mi | 1.550 Wed Apr 27 00:59:46 GMT 2005 christos Add the directories for the new gettext; noted by Jukka Salmi |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.550 Mon Dec 27 18:54:19 GMT 2021 rillig make: clean up comments |
| H A D | parse.c | 1.550 Mon Feb 22 23:21:33 GMT 2021 rillig make: remove freestanding freeIt variables These variables all belong to a string variable. Connect them using FStr, which reduces the number of variables to keep track of. No functional change. |
| H A D | var.c | 1.550 Mon Sep 28 22:23:35 GMT 2020 rillig make(1): make debug logging simpler This avoids referring to the debug_file variable in many places where this implementation detail is not necessary. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.550 Tue Nov 07 19:44:05 GMT 2017 christos Store full executable path in p->p_path as discussed in tech-kern. This means that the full executable path is always available. - exec_elf.c: use p->path to set AT_SUN_EXECNAME, and since this is always set, do so unconditionally. - kern_exec.c: simplify pathexec, use kmem_strfree where appropriate and set p->p_path - kern_exit.c: free p->p_path - kern_fork.c: set p->p_path for the child. - kern_proc.c: use p->p_path to return the executable pathname; the NULL check for p->p_path, should be a KASSERT? - exec.h: gc ep_path, it is not used anymore - param.h: bump version, 'struct proc' size change TODO: 1. reference count the path string, to save copy at fork and free just before exec? 2. canonicalize the pathname by changing namei() to LOCKPARENT vnode and then using getcwd() on the parent directory? |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.550 Sat Mar 15 19:34:17 GMT 2003 jmmv Note the DDB_ONPANIC option (commented out). Closes my own PR port-i386/17649. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.550 Mon Feb 24 13:29:55 GMT 2003 wiz Obsolete arm32 specific wd(4) man page. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.550 Tue Nov 12 16:48:39 GMT 2013 joerg Initial version of fmodl from FreeBSD. Basic test case for the fmod family. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.550 Sat Nov 15 11:27:49 GMT 2008 mrg revert sparc back to default of XFree86 at the request of macallan. |
| /src/sys/conf/ | ||
| H A D | files | 1.550 Fri Sep 06 13:18:43 GMT 2002 gehenna Merge the gehenna-devsw branch into the trunk. This merge changes the device switch tables from static array to dynamically generated by config(8). - All device switches is defined as a constant structure in device drivers. - The new grammer ``device-major'' is introduced to ``files''. device-major <prefix> char <num> [block <num>] [<rules>] - All device major numbers must be listed up in port dependent majors.<arch> by using this grammer. - Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables. - The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa. - The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch. - In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.550 Tue Mar 25 23:59:15 GMT 2003 pooka add libmagic man page |
Completed in 1625 milliseconds