summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slight grammar and white-space modification.phantom2000-04-201-3/+5
|
* Remove useless .Nm macro argumentphantom2000-04-201-2/+2
|
* IO apics are not necessarily page aligned, they are only required to be alignedluoqi2000-04-202-6/+10
| | | | | | on 1K boundary. Correct a typo that would cause problem to a second IO apic. Pointed out by: Steve Passe <smp.csn.net>
* removed some obsolete information and dead links.hm2000-04-201-41/+6
| | | | Noticed by: Alexander Werner Skwar
* Rename the trace() function (that is build only in the -DDEBUG=2cracauer2000-04-203-4/+5
| | | | | | | | | | | case), so that it doesn't clash with the ncurses function of the same name when linking statically with -ltermcap. The linker only complains when -static is used, and it is not clear whether this is a bug. PR: bin/18104 Submitted by: Anatoly Vorobey <mellon@pobox.com>
* Include <errno.h> when compiling with -DDEBUG=2cracauer2000-04-201-0/+3
| | | | | PR: bin/18104 Submitted by: mellon@pobox.com
* Fix warnings, some of them serious because sh violated namecracauer2000-04-208-17/+8
| | | | | | | | spaces reserved by the header files it includes. mkinit.c still produces C code with redundant declarations, although they are more harmless since they automatically derived from the right places.
* Remove redundat extern declarationcracauer2000-04-201-1/+2
|
* Add /bin/tcshache2000-04-201-0/+2
|
* Activate NLS.ache2000-04-208-31/+38
| | | | | Optimize NLS by not wasting space copying the same .cat but use symbolic links instead.
* Revert this file back to its FSF/Cygnus virgin state.obrien2000-04-201-1/+3
| | | | | | | | | | | | | With jb's rev 1.2 commit to usr.bin/lorder/lorder.sh we don't depend on the 4.4BSD's ``nm -o'' behavior. Previous to 4.3BSD-Reno, ``nm -o'' did not output the .o's filename on a line by itself. The change occurred between CSRG's nm.c rev 4.8 (1987) and rev 5.1 (in 1989), which was "new version from Hans Huebner hans@garp.mit.edu, huebner@db0tui6.BITNET". The Binutils maintainers would rather cater to a loud boisterous user of 4.3BSD VAXen which has its own native toolchain, rather than a modern Unix with multiple orders of magnitude more users and in which Binutils *is* the native toolchain.
* o Preliminary support for mapping the CIS by the driver.imp2000-04-203-13/+83
| | | | | | | | o Modify xe driver to use this. There's still some issues with this code, so xe can't map the cis just yet. I'm thinking about how to resolve the issue. pccard_nbk's pccard_alloc_resource is getting in the way.
* Found more places where 'r' was being prepended to the device name.obrien2000-04-202-8/+16
|
* card_if.m used by oldcard now tooimp2000-04-201-0/+1
|
* Remove bogus commentimp2000-04-201-2/+0
|
* Use the C locale for running date(1).kris2000-04-201-1/+1
| | | | Submitted by: ache
* Activate finnish setache2000-04-202-4/+4
|
* Add NLS files. Finish and Greek are WIPs.obrien2000-04-209-0/+190
| | | | Submitted by: ache
* Mention the support for PXE in the release notes.ps2000-04-201-0/+4
|
* This commit was generated by cvs2svn to compensate for changes in r59419,obrien2000-04-201-17/+28
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This fix from christos@zoulas.com (Christos Zoulas) based on ache'sobrien2000-04-201-17/+28
| | | | | | | | | | ports/shells/tcsh/patches/patch-ac fixes the problem with 8-bit characters not highlighting properly.
* | This commit was generated by cvs2svn to compensate for changes in r59415,obrien2000-04-2058-450/+1388
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * 6.09.01 vendor update.obrien2000-04-2058-450/+1388
| |
* | Remove the linprocfs bits from their old location, as they've moved now.msmith2000-04-205-1862/+0
| |
* | Point to the new location of the sources under the i386 linux compatibilitymsmith2000-04-201-1/+1
| | | | | | | | code.
* | Move the linprocfs bits under the rest of the i386 linux compatibilitymsmith2000-04-2011-0/+3926
| | | | | | | | code.
* | Change getaddrinfo() resolve ordershin2000-04-202-75/+317
| | | | | | | | | | | | | | | | | | | | | | from all AAAA trial, then all A trial to try AAAA and A for each trial TODO: more fix for the case where IPv4 mapped IPv6 addr is disabled Reviewed by: ume
* | Add TI-1211 chipset from datasheet infoimp2000-04-204-4/+14
| |
* | Add a cleanup function. This is needed for PXE where you shouldps2000-04-204-7/+21
| | | | | | | | shutdown the UNDI and unload the stack.
* | CSU source for IA-64. Current we use the ../Alpha sources.obrien2000-04-191-0/+28
| |
* | Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.obrien2000-04-192-2/+2
| | | | | | | | Also allows the soruce to live somewhere else.
* | CSU source for the Sparc copied over from the FreeBSD/Alpha sources.steve2000-04-194-0/+237
| |
* | MFF: catch up with FreeFallmarkm2000-04-191-90/+0
| |
* | o Update initattr to add magic numbers and version numberrwatson2000-04-191-35/+99
| |
* | o Introduce an extended attribute backing file header magic numberrwatson2000-04-192-3/+20
| | | | | | | | o Introduce an extended attribute backing file header version number
* | Raw devices are now the normal device name, not prefixed with 'r'.obrien2000-04-191-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r59396,obrien2000-04-191-2/+2
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of the 19990502 Cygnus Sourceware version of sparc-ops.c.obrien2000-04-191-2/+2
| | | | | | | | | | | | This fixes a critcal problem in building a sparc64 toolchain.
* | | vm_object_shadow: Remove an incorrect assertion. In obscure circumstancesalc2000-04-191-3/+0
| | | | | | | | | | | | | | | vm_object_shadow can be called on an object with ref_count > 1 and OBJ_ONEMAPPING set. This isn't really a problem for vm_object_shadow.
* | | Use our system malloc().obrien2000-04-192-0/+8
| | |
* | | Install /bin/tcsh also.obrien2000-04-191-0/+2
| | |
* | | Let initialize th_sum before in6_cksum(), again.shin2000-04-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, all IPv6 TCP RST packet has wrong cksum value, so IPv6 connect() trial to 5.0 machine won't fail until tcp connect timeout, when they should fail soon. Thanks to haro@tk.kubota.co.jp (Munehiro Matsuda) for his much debugging help and detailed info.
* | | Remove ~25 unneeded #include <sys/conf.h>phk2000-04-19100-108/+0
| | | | | | | | | | | | Remove ~60 unneeded #include <sys/malloc.h>
* | | Use !PXE api over PXENV+ api.ps2000-04-193-18/+106
| | | | | | | | | | | | | | | Magic trampoline by: peter (at 4am and after a good whipping at airhockey) Do a better job of returning and detecting errors.
* | | OK. Next step: we read in CIS.imp2000-04-198-217/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've done this by having requests to allocate memory propigate up the tree. We'll see how well this works and reevaluate if it isn't working well. Also initialize ptr in the tuple. As well as minor reorg of memory allocation. Likely need to do similar things for I/O when the time comes. I've move all defines from pccardchip.h into pccardvar.h and eliminated pccardchip.h.
* | | o Cause attribute data writes to use IO_SYNC since this improves therwatson2000-04-192-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chances of consistency with other file/directory meta-data in a write. In the current set of extended attribute applications, this does not hurt much. This should be discussed again later when it comes time to optimize performance of attributes. o Include an inode generation number in the per-attribute header information. This allows consistency verification to catch when a crash occurs, or an inode is recycled while attributes are not properly configured. For now, an irritating error message is displayed when an inconsistency occurs. At some point, may introduce an ``extattrctl check ...'' which catches these before attributes are enabled. Not today. If you get this message, it means you somehow managed to get your attribute backing file out of synch with the file system. When this occurs, attribute not found is returned (== undefined). Writes will overwrite the value there correcting the problem. Might want to think about introducing a new errno or two to handle this kind of situation. Discussed with: kris
* | | Add a .Pp between the forklist_fn typedef and the at_fork prototype.chris2000-04-191-0/+1
| | |
* | | Replace a literal vertical space with a .Pp macro.chris2000-04-191-1/+1
| | |
* | | Fill in a missing word (`it').chris2000-04-191-1/+1
| | |
* | | Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.peter2000-04-191-1/+1
| | | | | | | | | | | | Reviewed by: jlemon
OpenPOWER on IntegriCloud