summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GC unfinished function selected_proc_ipi(). It is a duplicate ofpeter2002-01-051-30/+0
| | | | apic_ipi_singledest() anyway.
* Move initialization of the MKMODULESENV envorinoment to kern.pre.mkimp2002-01-052-14/+15
| | | | | | from kern.post.mk so port makefiles can augment it. Submitted by: nyan
* New release notes: SA-02:01, SA-02:02.bmah2002-01-052-0/+20
|
* Fully catch up to the recent critical section API change. Update thejhb2002-01-042-11/+43
| | | | content of the manpage and document cpu_critical_enter/exit.
* We were right the first time...the HPT372 is an ATA133 controller.bmah2002-01-042-2/+2
| | | | Pointed out by: Kent Stewart <kstewart@owt.com>
* Oops, missed one point where $pwd_mkdb had been used.yar2002-01-041-1/+1
| | | | | Now it should be @pwd_mkdb since we moved to Perl's safe system() not using /bin/sh.
* Minor grammar and punctuation fixesyar2002-01-041-2/+2
| | | | in the SO_ACCEPTFILTER description.
* State clearly that one should call listen(2) on a socketyar2002-01-041-0/+11
| | | | | | at first and try to set an accept_filter(9) on it only after that. Also document errno value that will be set if installing the filter on a non-listening socket.
* o Spelling fix in comment: tcp_ouput -> tcp_outputrwatson2002-01-042-2/+2
|
* Argh...argv->argcguido2002-01-041-1/+1
|
* Fix the coredump that occurs when, from the tfpt prompt, a 'c' command isguido2002-01-041-1/+1
| | | | issued without an argument.
* Regen.sheldonh2002-01-041-126/+378
|
* Install nsmb.conf with mode 0600, since it may be modified to includesheldonh2002-01-041-2/+2
| | | | | | passwords for remote shares. Reported by: Andre Albsmeier <andre@albsmeier.net>
* Import this patch to address user concerns.darrenr2002-01-042-2/+2
| | | | | | | PR: 27615 Submitted by: Andria Thomas <andria@tovaris.com> Approved by: Me. MFC after: 7 days
* Axe a stale comment. Holding sched_lock across both setrunqueue() andjhb2002-01-041-8/+0
| | | | mi_switch() is sufficient.
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
| | | | breaks when cdboot is used with an MFS root.
* Throw the $FreeBSD$s back in, properly escaping them.silby2002-01-042-8/+8
|
* Remove $FreeBSD$s from previous commit; perl thinks that they'resilby2002-01-042-4/+4
| | | | something to be interpreted. Urk.
* Add the system default timer engine.tanimura2002-01-042-0/+644
|
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-0413-374/+882
| | | | | | | | | | | | | | hw.midi.debug and hw.midi.seq.debug to 1 to enable debug log. - Make debug messages human-frendly. - Implement /dev/music. - Add a timer engine required by /dev/music. - Fix nonblocking I/O. - Fix the numbering of midi and synth devices.
* Do not derefer null.tanimura2002-01-041-0/+4
| | | | Reviewed by: des
* unbreak -current (at least on my cvsups all today)julian2002-01-031-2/+0
|
* Correct the path for the stable snapshot server.jkh2002-01-032-4/+4
| | | | Noticed by: "Peter Holm" <p_holm@mail.tele.dk>
* Fix (I think) a typo in the hardware list (HPT372 is ATA100 instead ofbmah2002-01-034-4/+4
| | | | | | ATA133?). MFC noted: "more" chipsets supported by ata(4).
* New release notes (and hardware list updates): dc(4) supportbmah2002-01-034-0/+26
| | | | for Xircom 3201 and Conexant LANfinity RS7112, ifpi(4).
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfsilby2002-01-032-8/+8
| | | | | | | as vnode_if.pl instead of vnode_if.sh. PR: 33509 MFC after: 3 weeks
* Add opie lib dir to includes listache2002-01-033-1/+4
|
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-036-35/+185
| | | | | | | | | | | | | | | | | firmware to delay completion of commands so that it can attempt to batch a bunch of completions at once- either returning 16 bit handles in mailbox registers, or in a resposne queue entry that has a whole wad of 16 bit handles. Distinguish between 2300 and 2312 chipsets- if only because the revisions on the chips have different meanings. Add more instrumentation plus ISP_GET_STATS and ISP_CLR_STATS ioctls. Run up the maximum number of response queue entities we'll look at per interrupt. If we haven't set HBA role yet, always return success from isp_fc_runstate. MFC after: 2 weeks
* Don't build csu or libgcc on sparc64 for the time being.jhb2002-01-031-0/+4
|
* Remove unnecessary machine/bootinfo.h includes.jhb2002-01-032-2/+0
| | | | Submitted by: jake
* Regenerate.joe2002-01-032-2/+9
|
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.joe2002-01-032-0/+2
|
* Fix the footer in Japanese which is likely to misleadhrs2002-01-031-1/+1
| | | | the readers.
* Add some missing prototypes.joe2002-01-031-9/+3
| | | | Remove some diagnostics that aren't relevant yet.
* Turn off USER_LOCKING which allows intruder to completely disable OPIEache2002-01-031-1/+3
| | | | for some user just by entering user name and doing nothing on password prompt
* Repo copied to /usr/src/lib/libopie/ache2002-01-031-379/+0
|
* Return EBADF in case some vnode field has been reset to a NULL pointer.se2002-01-032-0/+4
| | | | | | | | | | | | (There has been some discussion, whether ENOENT or EBADF is more appropriate. I choose the latter, since the operation is not supported on the file descriptor at that time, even if it was, immediately before.) PR: 32681 Reviewed by: dillon, iedowse, ... Approved by: nectar MFC after: 3 days (pending RE approval)
* Merge the changes in the English version.kuriyama2002-01-032-2/+4
|
* Sync with NetBSD:joe2002-01-031-81/+143
| | | | | | | * White space changes. * Updates to comments. * Replace some delay() calls with usb_delay_ms(). * Replace 0's with NULL's.
* o Note that packets diverted using a 'divert' socket, and thenrwatson2002-01-031-0/+9
| | | | | | | | reinserted by a userland process, will lose a number of packet attributes, including their source interface. This may affect the behavior of later rules, and while not strictly a BUG, may cause unexpected behavior if not clearly documented. A similar note for natd(8) might be desirable.
* Merge from NetBSD:joe2002-01-032-9/+12
| | | | | date: 2001/08/06 15:15:08; author: augustss; state: Exp; Don't write back status bits that are cleared when written.
* Merge from NetBSD:joe2002-01-032-2/+3
| | | | | date: 2001/11/20 16:08:10; author: augustss; state: Exp; Use longer reset for root hubs (as told in the spec).
* Allow a specific setting for pv entries. This avoids the need to guesspeter2002-01-032-0/+2
| | | | | (or calculate by hand) the effect of interactions between shpgperproc, physical ram size, maxproc, maxdsiz, etc.
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-024-5/+7
| | | | do the right thing on -current.
* Sync with NetBSD. Non-functional changes that bring this filejoe2002-01-021-55/+25
| | | | | | closer to the NetBSD version. Reviewed by: md5
* Move the discussion of how many times a packet will pass throughyar2002-01-021-20/+18
| | | | | | | | ipfirewall(4) to the IMPLEMENTATION NOTES section because it considers kernel internals and may confuse newbies if placed at the very beginning of the manpage (where it used to be previously.) Not objected by: luigi
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-026-83/+165
| | | | | requires logic changes. For now leave it as usb_device_info.lowspeed. It will get addressed when the usb.c code is sync'd.
* Clarify the "show" ipfw(8) command.yar2002-01-021-2/+6
| | | | | PR: docs/31263 Permitted by: luigi
* Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7.chris2002-01-021-0/+66
| | | | | | | | This will be trimmed as the FreeBSD Security Architecture document is fleshed out and committed. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Fix a typo: wierd -> weirdyar2002-01-021-1/+1
|
OpenPOWER on IntegriCloud