summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-10120-749/+597
|
* Remove SMP kernel config note that wasn't really applicable to the alpha.bmah2000-11-101-5/+0
| | | | Submitted by: obrien
* Now almost all Ethernet drivers support bridging.archie2000-11-101-12/+3
| | | | Noticed by: gallatin
* Add comment about a requirement in using a 64-bit `long' on i386.obrien2000-11-101-0/+3
|
* Link with libgcc_pic when building shared objects.obrien2000-11-101-1/+4
| | | | | | | | (note we should not just use GCC's default LIBGCC_SPEC as it doesn't use the PIC version when linking shared) Recomended by: jdp PR: 21983
* Document that the 3c905C-TX is supported aside from Dell equipment.asmodai2000-11-101-2/+2
|
* Define a new special type: buildopts.joe2000-11-102-2/+30
| | | | | | | | | | | | This allows build flags to be specified for a particular program from within the crunch.conf file, eg: prog ppp special ppp buildopts -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM This adds '-DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM' to make targets related to ppp when determining which object files to build and when calculating dependencies and building the targets.
* Quick fix for not writing group descriptor group, inode bitmaps orbde2000-11-102-2/+4
| | | | | | | | | | | | | block bitmaps before unmount() completes. They were written using bdwrite(), so they were normally written less than 32 seconds after unmount(), but this is too late if the media is removed or the system is rebooted soon after unmount(). sync()ing before unmount() didn't help, because ext2fs uses buggy private caching for these blocks -- it doesn't even bdwrite() them until they are uncached or the filesystem is unmounted. sync()ing after unmount() didn't help, because sync() only applies to (vnodes for) mounted filesystems. PR: 22726
* Fixed typo: .ar -> .Ar.ru2000-11-101-1/+1
|
* The fe driver does not support pnp devices.nyan2000-11-101-0/+4
|
* add Melco WLI-PCMsanpei2000-11-101-0/+1
|
* add Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)sanpei2000-11-103-4/+2
| | | | | | | and this PC-Card has function ID as modem, pccard.conf entry is not needed. Submitted by: (Roger Hardiman <roger@freebsd.org>)
* Add MELCO IGM-PCM56KHsanpei2000-11-102-2/+2
| | | | | Submitted by: HIDETOSHI Imai <hidepin@infonets.hiroshima-u.ac.jp> bsd-nomads:14735
* add Xircom 10/100 Network PC Card adapter.(rev.1.149)sanpei2000-11-102-2/+4
| | | | | | add BUFFALO LPC3-CLX Submitted by: Takashi Ikeda <ccikeda@moon.aichi-u.ac.jp>
* Fix to=auto in bootptab.dirk2000-11-101-6/+10
| | | | | | PR: misc/5574 Submitted by: Bart Robinson <lomew@marker.cs.utah.edu> Reviewed by: wollman
* Fixed typo in description of ENABLE_SUIDPERL.ru2000-11-102-2/+2
|
* Miscellaneous content fixes:sheldonh2000-11-101-12/+18
| | | | | | | | | * xref sysctl * do not mark kern.ipc.mbuf_wait up as a function argument. * do not mix case of function argument names * a mbuf -> an mbuf * if -> whether * typos
* Whitespace only: fix hard sentence breaks now, before people reallysheldonh2000-11-101-29/+42
| | | | get stuck into this page.
* Make numeric shortcut key behaving correctly in "Installation Media" menu.kuriyama2000-11-103-21/+21
| | | | Approved by: jkh
* Set BATCH and PACKAGE_BUILDING to environment before exec()ing pkg_addjkh2000-11-102-0/+10
| | | | | | in order to suppress onwonted package interaction. Submitted by: steve
* Use the documented (and historical) defaults. Centralize the decision logicdes2000-11-104-37/+45
| | | | | | in order to avoid this bug in the future. Submitted by: se
* Beginnings of the powerpc machine dependant includes.benno2000-11-102-0/+138
| | | | | Reviewed by: obrien Obtained from: NetBSD
* OpenFirmware/PowerPC loader, part 2.benno2000-11-1020-235/+716
| | | | | | | | | | As of this patchset, the loader builds (under NetBSD/macppc), boots, interacts and talks to BOOTP/NFS servers. (main.c was moved from boot/ofw/libofw to boot/ofw/common but has no revision history) Reviewed by: obrien
* Give the network device a print method.benno2000-11-101-1/+9
| | | | Reviewed by: obrien
* OpenFirmware/PowerPC loader, part 2.benno2000-11-101-0/+5
| | | | | | | | | | This brings the loader up to the point where I can compile it under NetBSD/macppc and have it boot, interact and talk to NFS servers. sys/boot/ofw/libofw/main.c has been deleted (it has no revision history) and replaced with sys/boot/ofw/common/main.c Reviewed by: obrien
* Disable the end guard for now.benno2000-11-101-0/+2
| | | | | | | | The test for failing the end guard was always triggering (and was reported as such in compiler warnings). This is a temporary band-aid until I can work out what's really going on. Reviewed by: obrien
* Make setjmp work our way, as opposed to NetBSD's.benno2000-11-101-3/+1
| | | | | | | This file needs commenting still. Submitted by: luoqi Reviewed by: obrien
* Don't always enable debugging for the network device code.benno2000-11-101-2/+0
| | | | Reviewed by: obrien
* Install `chflags' in the root partition, NOT /usr where it is not availableobrien2000-11-102-0/+2
| | | | in single user mode.
* Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.jhb2000-11-101-1/+1
|
* Sync gdb thread support with recent changes to the threads library.deischen2000-11-101-17/+10
| | | | Approved by: obrien
* Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an argalfred2000-11-091-3/+1
| | | | | called 'elm'. It doesn't take an arg 'elm', it simply removes the element at the head of the list.
* Update this patch to apply to the latest XFree86 3.x port.jhb2000-11-091-67/+70
|
* Correct some old comments.jhb2000-11-091-4/+2
|
* Add in a few extra documents built by the latest XFree86 3.x port.jhb2000-11-091-0/+4
|
* Add more sample code having read the daemnnews article (August 2000)julian2000-11-091-52/+113
|
* backout my previous commit (KAME PR 296). foo != TUNNEL willume2000-11-091-4/+0
| | | | | | forbid "ANY" SA from being used for tnunel mode. Reported by: Chris Cason <casonc@netplex.aussie.org>
* Add missing delay after card reset.pb2000-11-092-0/+2
| | | | | | | This fixes randoms lockups when probing the card at boot time, when more than 1 similar card is found in the machine. Reviewed by: semenu
* Fix typo in END macro (END'ed enable twice)mjacob2000-11-091-1/+1
| | | | | PR: 22713 Submitted by: Bernd Walter <ticso@cicely5.cicely.de>
* Found remaining -kthread option that [sort of] supported using theobrien2000-11-091-1/+3
| | | | | | | | | LinuxThreads port. Dike it out as it was removed from freebsd.h on 19-July-2000 as this option depended on bits not part of the base system and required people to install the LinuxThreads port in a manner non-consistent with the workings of our Ports Collection. Requested by: jasone
* Fix a reference to ``Standard C'' to refer specifically to the 1990 version;wollman2000-11-091-1/+4
| | | | the requirement it describes is not in C99.
* Fix i4b netgraph interface to not kernel panic at boot timehm2000-11-091-2/+13
| | | | | Make code compile and work for FreeBSD 4.x as well as FreeBSD 5.x Submitted by: Michael Reifenberger <root@nihil.plaut.de>
* Implement a trivial but effective interface for obtaining the kernel'smsmith2000-11-094-163/+287
| | | | | | | | device tree and resource manager contents. This is the kernel side of the upcoming libdevinfo, which will expose this information to userspace applications in a trivial fashion. Remove the now-obsolete DEVICE_SYSCTLS code.
* Remove the block/char device distinction. badsect only worked on bdevs,adrian2000-11-091-7/+1
| | | | | | | and then mapped /dev/foo into /dev/rfoo to get to the character device. This isn't needed anymore. Reviewed by: ps
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-0920-19/+56
| | | | | | | | | | | | | | | | | | | | | | syscall compare against a variable sv_minsigstksz in struct sysentvec as to properly take the size of the machine- and ABI dependent struct sigframe into account. The SVR4 and iBCS2 modules continue to have a minsigstksz of 8192 to preserve behavior. The real values (if different) are not known at this time. Other ABI modules use the real values. The native MINSIGSTKSZ is now defined as follows: Arch MINSIGSTKSZ ---- ----------- alpha 4096 i386 2048 ia64 12288 Reviewed by: mjacob Suggested by: bde
* Sync with Alpha:marcel2000-11-0916-1156/+8
| | | | | Do not use sysent.c, proto.h and syscall.h in source tree; use auto-generated versions.
* Move old aml interpreter code to amldb/aml/. This will be used for ouriwasaki2000-11-0916-79/+79
| | | | reference and comparison with ACPICA aml interpreter's behavior.
* Farewell our code. We will switch acpica code from Intel.takawata2000-11-0932-9906/+0
| | | | | | | | | | | | | This code has help us comprehence ACPI spec . Contributors of this code is as follows(except for FreeBSD commiter): Yasuo Yokoyama, Munehiro Matsuda, and ALL acpi-jp@jp.freebsd.org people. Thanks. R.I.P.
* Don't needlessly poll file descriptors when there are nodeischen2000-11-0940-2104/+1815
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file descriptors needing to be polled (Doh!). Reported by Dan Nelson <dnelson@emsphone.com>. Don't install and start the scheduling timer until the first thread is created. This prevents the overhead of having a periodic scheduling signal in a single threaded program. Reported by Dan Nelson <dnelson@emsphone.com>. Allow builtin longjmps out of application installed signal handlers without the need perform any post-handler cleanup: o Change signal handling to save the threads interrupted context on the stack. The threads current context is now always stored in the same place (in the pthread). If and when a signal handler returns, the interrupted context is copied back to the storage area in the pthread. o Before calling invoking a signal handler for a thread, back the thread out of any internal waiting queues (mutex, CV, join, etc) to which it belongs. Rework uthread_info.c a bit to make it easier to change the format of a thread dump. Use an alternal signal stack for the thread library's signal handler. This allows us to fiddle with the main threads stack without fear of it being in use. Reviewed by: jasone
* Change .Os FreeBSD 5.0 to .Os FreeBSD.asmodai2000-11-091-1/+1
| | | | | PR: 22684 Submitted by: Akinori YAMADA <yamada-a@nextcom.co.jp>
OpenPOWER on IntegriCloud